Searched refs:hdrsmd (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dio_stream_encoder.c | 213 enc3_update_hdmi_info_packet(enc1, 4, &info_frame->hdrsmd); in enc3_stream_encoder_update_hdmi_info_packets() 444 if (info_frame->hdrsmd.valid) { in enc3_stream_encoder_update_dp_info_packets() 448 &info_frame->hdrsmd, in enc3_stream_encoder_update_dp_info_packets() 460 REG_UPDATE(DP_SEC_CNTL, DP_SEC_GSP3_ENABLE, info_frame->hdrsmd.valid); in enc3_stream_encoder_update_dp_info_packets()
|
D | dcn30_hwseq.c | 696 pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false; in dcn30_program_dmdata_engine()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_stream_encoder.c | 454 if (info_frame->hdrsmd.valid) in dcn31_hpo_dp_stream_enc_update_dp_info_packets() 458 &info_frame->hdrsmd, in dcn31_hpo_dp_stream_enc_update_dp_info_packets() 466 …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.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/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() 761 REG_UPDATE(DP_SEC_CNTL, DP_SEC_GSP3_ENABLE, info_frame->hdrsmd.valid); in enc1_stream_encoder_update_dp_info_packets()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | stream_encoder.h | 87 struct dc_info_packet hdrsmd; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/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()
|
D | dcn20_hwseq.c | 2649 pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false; in dcn20_program_dmdata_engine()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 3114 info->hdrsmd.valid = false; in resource_build_info_frame() 3130 set_hdr_static_info_packet(&info->hdrsmd, pipe_ctx->stream); in resource_build_info_frame() 3137 set_hdr_static_info_packet(&info->hdrsmd, pipe_ctx->stream); in resource_build_info_frame()
|