Searched refs:hdrsmd (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn30/ |
D | dcn30_dio_stream_encoder.c | 211 enc3_update_hdmi_info_packet(enc1, 4, &info_frame->hdrsmd); in enc3_stream_encoder_update_hdmi_info_packets() 473 if (info_frame->hdrsmd.valid) { in enc3_stream_encoder_update_dp_info_packets() 477 &info_frame->hdrsmd, in enc3_stream_encoder_update_dp_info_packets() 496 REG_UPDATE(DP_SEC_CNTL, DP_SEC_GSP3_ENABLE, info_frame->hdrsmd.valid); in enc3_stream_encoder_update_dp_info_packets()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 771 dce110_update_hdmi_info_packet(enc110, 3, &info_frame->hdrsmd); in dce110_stream_encoder_update_hdmi_info_packets() 783 dce110_update_hdmi_info_packet(enc110, 4, &info_frame->hdrsmd); in dce110_stream_encoder_update_hdmi_info_packets() 849 if (info_frame->hdrsmd.valid) in dce110_stream_encoder_update_dp_info_packets() 853 &info_frame->hdrsmd); in dce110_stream_encoder_update_dp_info_packets() 860 REG_UPDATE(DP_SEC_CNTL, DP_SEC_GSP3_ENABLE, info_frame->hdrsmd.valid); in dce110_stream_encoder_update_dp_info_packets()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hpo/dcn31/ |
D | dcn31_hpo_dp_stream_encoder.c | 470 if (info_frame->hdrsmd.valid) in dcn31_hpo_dp_stream_enc_update_dp_info_packets() 474 &info_frame->hdrsmd, in dcn31_hpo_dp_stream_enc_update_dp_info_packets() 493 …DP_SYM32_ENC_SDP_GSP_CONTROL3, GSP_VIDEO_CONTINUOUS_TRANSMISSION_ENABLE, info_frame->hdrsmd.valid); in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn10/ |
D | dcn10_stream_encoder.c | 673 enc1_update_hdmi_info_packet(enc1, 5, &info_frame->hdrsmd); in enc1_stream_encoder_update_hdmi_info_packets() 746 if (info_frame->hdrsmd.valid) in enc1_stream_encoder_update_dp_info_packets() 750 &info_frame->hdrsmd); in enc1_stream_encoder_update_dp_info_packets() 767 REG_UPDATE(DP_SEC_CNTL, DP_SEC_GSP3_ENABLE, info_frame->hdrsmd.valid); in enc1_stream_encoder_update_dp_info_packets()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | stream_encoder.h | 92 struct dc_info_packet hdrsmd; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn20/ |
D | dcn20_stream_encoder.c | 160 enc2_update_hdmi_info_packet(enc1, 5, &info_frame->hdrsmd); in enc2_stream_encoder_update_hdmi_info_packets()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
D | dcn30_hwseq.c | 878 pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false; in dcn30_program_dmdata_engine()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 4520 info->hdrsmd.valid = false; in resource_build_info_frame() 4537 set_hdr_static_info_packet(&info->hdrsmd, pipe_ctx->stream); in resource_build_info_frame() 4544 set_hdr_static_info_packet(&info->hdrsmd, pipe_ctx->stream); in resource_build_info_frame()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
D | dcn20_hwseq.c | 3059 pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false; in dcn20_program_dmdata_engine()
|