Home
last modified time | relevance | path

Searched refs:subpack1_high (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dhdmi.c11 u32 subpack1_high = 0; in pack_hdmi_infoframe() local
25 subpack1_high = (raw_frame[16] << 16); in pack_hdmi_infoframe()
28 subpack1_high |= (raw_frame[15] << 8); in pack_hdmi_infoframe()
31 subpack1_high |= raw_frame[14]; in pack_hdmi_infoframe()
83 packed_frame->subpack1_high = subpack1_high; in pack_hdmi_infoframe()
Dhdmi.h11 u32 subpack1_high; member
Dgk104.c63 nvkm_wr32(device, 0x690018 + hdmi, avi_infoframe.subpack1_high); in gk104_sor_hdmi_ctrl()
Dg84.c63 nvkm_wr32(device, 0x616538 + hoff, avi_infoframe.subpack1_high); in g84_sor_hdmi_ctrl()
Dgt215.c126 nvkm_wr32(device, 0x61c538 + soff, avi_infoframe.subpack1_high); in gt215_sor_hdmi_ctrl()
Dgf119.c234 nvkm_wr32(device, 0x61672c + hoff, avi_infoframe.subpack1_high); in gf119_sor_hdmi_ctrl()
Dgv100.c130 nvkm_wr32(device, 0x6f0018 + hdmi, avi_infoframe.subpack1_high); in gv100_sor_hdmi_ctrl()