Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
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()
A Dhdmi.h11 u32 subpack1_high; member
A Dhdmigf119.c56 nvkm_wr32(device, 0x61672c + hoff, avi_infoframe.subpack1_high); in gf119_hdmi_ctrl()
A Dhdmigk104.c57 nvkm_wr32(device, 0x690018 + hdmi, avi_infoframe.subpack1_high); in gk104_hdmi_ctrl()
A Dhdmig84.c57 nvkm_wr32(device, 0x616538 + hoff, avi_infoframe.subpack1_high); in g84_hdmi_ctrl()
A Dhdmigt215.c57 nvkm_wr32(device, 0x61c538 + soff, avi_infoframe.subpack1_high); in gt215_hdmi_ctrl()
A Dhdmigv100.c55 nvkm_wr32(device, 0x6f0018 + hdmi, avi_infoframe.subpack1_high); in gv100_hdmi_ctrl()

Completed in 11 milliseconds