Searched refs:hdrsmd (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/ |
A 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() 460 if (info_frame->hdrsmd.valid) { in enc3_stream_encoder_update_dp_info_packets() 464 &info_frame->hdrsmd, in enc3_stream_encoder_update_dp_info_packets() 483 REG_UPDATE(DP_SEC_CNTL, DP_SEC_GSP3_ENABLE, info_frame->hdrsmd.valid); in enc3_stream_encoder_update_dp_info_packets()
|
A D | dcn30_hwseq.c | 702 pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false; in dcn30_program_dmdata_engine()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/ |
A 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() 489 …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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | stream_encoder.h | 93 struct dc_info_packet hdrsmd; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_stream_encoder.c | 160 enc2_update_hdmi_info_packet(enc1, 5, &info_frame->hdrsmd); in enc2_stream_encoder_update_hdmi_info_packets()
|
A D | dcn20_hwseq.c | 2778 pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false; in dcn20_program_dmdata_engine()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_resource.c | 3404 info->hdrsmd.valid = false; in resource_build_info_frame() 3421 set_hdr_static_info_packet(&info->hdrsmd, pipe_ctx->stream); in resource_build_info_frame() 3428 set_hdr_static_info_packet(&info->hdrsmd, pipe_ctx->stream); in resource_build_info_frame()
|
Completed in 25 milliseconds