Home
last modified time | relevance | path

Searched refs:nvif_outp_dp_aux_pwr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c146 nvif_outp_dp_aux_pwr(&nv_encoder->outp, false); in nouveau_dp_detect()
149 nvif_outp_dp_aux_pwr(&nv_encoder->outp, true); in nouveau_dp_detect()
153 nvif_outp_dp_aux_pwr(&nv_encoder->outp, false); in nouveau_dp_detect()
203 nvif_outp_dp_aux_pwr(&nv_encoder->outp, false); in nouveau_dp_detect()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h30 int nvif_outp_dp_aux_pwr(struct nvif_outp *, bool enable);
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c58 nvif_outp_dp_aux_pwr(struct nvif_outp *outp, bool enable) in nvif_outp_dp_aux_pwr() function