Home
last modified time | relevance | path

Searched refs:subpack1_high (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A 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()
H A Dhdmi.h11 u32 subpack1_high; member
H A Dhdmigt215.c57 nvkm_wr32(device, 0x61c538 + soff, avi_infoframe.subpack1_high); in gt215_hdmi_ctrl()
76 /* nvkm_wr32(device, 0x61c554 + soff, vendor_infoframe.subpack1_high); */ in gt215_hdmi_ctrl()
H A Dhdmig84.c57 nvkm_wr32(device, 0x616538 + hoff, avi_infoframe.subpack1_high); in g84_hdmi_ctrl()
76 /* nvkm_wr32(device, 0x616554 + hoff, vendor_infoframe->subpack1_high); */ in g84_hdmi_ctrl()
H A Dhdmigv100.c55 nvkm_wr32(device, 0x6f0018 + hdmi, avi_infoframe.subpack1_high); in gv100_hdmi_ctrl()
H A Dhdmigk104.c57 nvkm_wr32(device, 0x690018 + hdmi, avi_infoframe.subpack1_high); in gk104_hdmi_ctrl()
H A Dhdmigf119.c56 nvkm_wr32(device, 0x61672c + hoff, avi_infoframe.subpack1_high); in gf119_hdmi_ctrl()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A 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()
H A Dhdmi.h11 u32 subpack1_high; member
H A Dgk104.c71 nvkm_wr32(device, 0x690018 + hoff, avi.subpack1_high); in gk104_sor_hdmi_infoframe_avi()
H A Dgt215.c113 /* nvkm_wr32(device, 0x61c554 + soff, vsi.subpack1_high); */ in gt215_sor_hdmi_infoframe_vsi()
135 nvkm_wr32(device, 0x61c538 + soff, avi.subpack1_high); in gt215_sor_hdmi_infoframe_avi()
H A Dg84.c50 /* nvkm_wr32(device, 0x616554 + hoff, vsi.subpack1_high); */ in g84_sor_hdmi_infoframe_vsi()
72 nvkm_wr32(device, 0x616538 + hoff, avi.subpack1_high); in g84_sor_hdmi_infoframe_avi()
H A Dgf119.c247 nvkm_wr32(device, 0x61672c + hoff, avi.subpack1_high); in gf119_sor_hdmi_infoframe_avi()
H A Dgv100.c140 nvkm_wr32(device, 0x6f0018 + hoff, avi.subpack1_high); in gv100_sor_hdmi_infoframe_avi()

Completed in 9 milliseconds