Home
last modified time | relevance | path

Searched refs:HDMI_VBI_PACKET_CONTROL (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.h74 SRI(HDMI_VBI_PACKET_CONTROL, DIG, id), \
140 SE_SF(HDMI_VBI_PACKET_CONTROL, HDMI_GC_CONT, mask_sh),\
141 SE_SF(HDMI_VBI_PACKET_CONTROL, HDMI_GC_SEND, mask_sh),\
142 SE_SF(HDMI_VBI_PACKET_CONTROL, HDMI_NULL_SEND, mask_sh),\
143 SE_SF(HDMI_VBI_PACKET_CONTROL, HDMI_ACP_SEND, mask_sh),\
675 uint32_t HDMI_VBI_PACKET_CONTROL; member
Ddce_stream_encoder.c630 REG_UPDATE_3(HDMI_VBI_PACKET_CONTROL, in dce110_stream_encoder_hdmi_set_stream_attribute()
635 REG_UPDATE(HDMI_VBI_PACKET_CONTROL, HDMI_ACP_SEND, 0); in dce110_stream_encoder_hdmi_set_stream_attribute()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dio_stream_encoder.c242 REG_UPDATE_3(HDMI_VBI_PACKET_CONTROL, in enc314_stream_encoder_hdmi_set_stream_attribute()
248 REG_UPDATE(HDMI_VBI_PACKET_CONTROL, HDMI_ACP_SEND, 0); in enc314_stream_encoder_hdmi_set_stream_attribute()
Ddcn314_dio_stream_encoder.h68 SRI(HDMI_VBI_PACKET_CONTROL, DIG, id), \
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dio_stream_encoder.c209 REG_UPDATE_3(HDMI_VBI_PACKET_CONTROL, in enc32_stream_encoder_hdmi_set_stream_attribute()
215 REG_UPDATE(HDMI_VBI_PACKET_CONTROL, HDMI_ACP_SEND, 0); in enc32_stream_encoder_hdmi_set_stream_attribute()
Ddcn32_resource.h275 SRI_ARR(HDMI_VBI_PACKET_CONTROL, DIG, id), \
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c689 REG_UPDATE_3(HDMI_VBI_PACKET_CONTROL, in enc3_stream_encoder_hdmi_set_stream_attribute()
695 REG_UPDATE(HDMI_VBI_PACKET_CONTROL, HDMI_ACP_SEND, 0); in enc3_stream_encoder_hdmi_set_stream_attribute()
Ddcn30_dio_stream_encoder.h67 SRI(HDMI_VBI_PACKET_CONTROL, DIG, id), \
/linux-6.6.21/drivers/gpu/drm/radeon/
Devergreen_hdmi.c312 WREG32(HDMI_VBI_PACKET_CONTROL + offset, in dce4_set_vbi_packet()
Drv770d.h703 #define HDMI_VBI_PACKET_CONTROL 0x7410 macro
Devergreend.h553 #define HDMI_VBI_PACKET_CONTROL 0x7040 macro
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c582 REG_UPDATE_3(HDMI_VBI_PACKET_CONTROL, in enc1_stream_encoder_hdmi_set_stream_attribute()
587 REG_UPDATE(HDMI_VBI_PACKET_CONTROL, HDMI_ACP_SEND, 0); in enc1_stream_encoder_hdmi_set_stream_attribute()
Ddcn10_stream_encoder.h65 SRI(HDMI_VBI_PACKET_CONTROL, DIG, id), \
159 uint32_t HDMI_VBI_PACKET_CONTROL; member
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Ddce_v10_0.c1598 tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_NULL_SEND, 1); in dce_v10_0_afmt_setmode()
1631 …tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_NULL_SEND, 1); /* send null packets when re… in dce_v10_0_afmt_setmode()
1632 …tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_GC_SEND, 1); /* send general control packet… in dce_v10_0_afmt_setmode()
1633 …tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_GC_CONT, 1); /* send general control packet… in dce_v10_0_afmt_setmode()
Ddce_v11_0.c1647 tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_NULL_SEND, 1); in dce_v11_0_afmt_setmode()
1680 …tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_NULL_SEND, 1); /* send null packets when re… in dce_v11_0_afmt_setmode()
1681 …tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_GC_SEND, 1); /* send general control packet… in dce_v11_0_afmt_setmode()
1682 …tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_GC_CONT, 1); /* send general control packet… in dce_v11_0_afmt_setmode()
Ddce_v6_0.c1403 tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_NULL_SEND, 1); in dce_v6_0_audio_set_vbi_packet()
1404 tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_GC_SEND, 1); in dce_v6_0_audio_set_vbi_packet()
1405 tmp = REG_SET_FIELD(tmp, HDMI_VBI_PACKET_CONTROL, HDMI_GC_CONT, 1); in dce_v6_0_audio_set_vbi_packet()