Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ !
Dhdmigf119.c36 struct packed_hdmi_infoframe vendor_infoframe; in gf119_hdmi_ctrl() local
39 pack_hdmi_infoframe(&vendor_infoframe, vendor, vendor_size); in gf119_hdmi_ctrl()
68 nvkm_wr32(device, 0x616738 + hoff, vendor_infoframe.header); in gf119_hdmi_ctrl()
69 nvkm_wr32(device, 0x61673c + hoff, vendor_infoframe.subpack0_low); in gf119_hdmi_ctrl()
70 nvkm_wr32(device, 0x616740 + hoff, vendor_infoframe.subpack0_high); in gf119_hdmi_ctrl()
Dhdmigk104.c37 struct packed_hdmi_infoframe vendor_infoframe; in gk104_hdmi_ctrl() local
40 pack_hdmi_infoframe(&vendor_infoframe, vendor, vendor_size); in gk104_hdmi_ctrl()
64 nvkm_wr32(device, 0x690108 + hdmi, vendor_infoframe.header); in gk104_hdmi_ctrl()
65 nvkm_wr32(device, 0x69010c + hdmi, vendor_infoframe.subpack0_low); in gk104_hdmi_ctrl()
66 nvkm_wr32(device, 0x690110 + hdmi, vendor_infoframe.subpack0_high); in gk104_hdmi_ctrl()
Dhdmig84.c37 struct packed_hdmi_infoframe vendor_infoframe; in g84_hdmi_ctrl() local
40 pack_hdmi_infoframe(&vendor_infoframe, vendor, vendor_size); in g84_hdmi_ctrl()
71 nvkm_wr32(device, 0x616544 + hoff, vendor_infoframe.header); in g84_hdmi_ctrl()
72 nvkm_wr32(device, 0x616548 + hoff, vendor_infoframe.subpack0_low); in g84_hdmi_ctrl()
73 nvkm_wr32(device, 0x61654c + hoff, vendor_infoframe.subpack0_high); in g84_hdmi_ctrl()
Dhdmigt215.c37 struct packed_hdmi_infoframe vendor_infoframe; in gt215_hdmi_ctrl() local
40 pack_hdmi_infoframe(&vendor_infoframe, vendor, vendor_size); in gt215_hdmi_ctrl()
71 nvkm_wr32(device, 0x61c544 + soff, vendor_infoframe.header); in gt215_hdmi_ctrl()
72 nvkm_wr32(device, 0x61c548 + soff, vendor_infoframe.subpack0_low); in gt215_hdmi_ctrl()
73 nvkm_wr32(device, 0x61c54c + soff, vendor_infoframe.subpack0_high); in gt215_hdmi_ctrl()
Dhdmigv100.c35 struct packed_hdmi_infoframe vendor_infoframe; in gv100_hdmi_ctrl() local
38 pack_hdmi_infoframe(&vendor_infoframe, vendor, vendor_size); in gv100_hdmi_ctrl()
62 nvkm_wr32(device, 0x6f0108 + hdmi, vendor_infoframe.header); in gv100_hdmi_ctrl()
63 nvkm_wr32(device, 0x6f010c + hdmi, vendor_infoframe.subpack0_low); in gv100_hdmi_ctrl()
64 nvkm_wr32(device, 0x6f0110 + hdmi, vendor_infoframe.subpack0_high); in gv100_hdmi_ctrl()