Home
last modified time | relevance | path

Searched refs:hdmi_gcp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dpriv.h48 void (*hdmi_gcp)(struct nvkm_ior *, int head, bool enable); member
H A Dga102.c153 .gsp.hdmi_gcp = tu102_sor_hdmi_gcp,
H A Dgb202.c180 .gsp.hdmi_gcp = gb202_sor_hdmi_gcp,
H A Dtu102.c312 .gsp.hdmi_gcp = tu102_sor_hdmi_gcp,
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddisp.c567 sor->disp->func->gsp.hdmi_gcp(sor, head, enable); in r535_sor_hdmi_audio()