Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c260 nvif_outp_dp_aux_pwr(&nv_encoder->outp, false); in nouveau_dp_detect()
263 nvif_outp_dp_aux_pwr(&nv_encoder->outp, true); in nouveau_dp_detect()
267 nvif_outp_dp_aux_pwr(&nv_encoder->outp, false); in nouveau_dp_detect()
292 nvif_outp_dp_aux_pwr(&nv_encoder->outp, false); in nouveau_dp_detect()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h98 int nvif_outp_dp_aux_pwr(struct nvif_outp *, bool enable);
/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c182 nvif_outp_dp_aux_pwr(struct nvif_outp *outp, bool enable) in nvif_outp_dp_aux_pwr() function