mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
drm/amd/display: rename hdmi_frl_pcon_support
hdmi_frl_pcon_support has been the source of confusion. So, rename it to dp_hdmi21_pcon_support. Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
81990c3c07
commit
068ab0cdc1
|
|
@ -4890,7 +4890,7 @@ static void get_active_converter_info(
|
|||
hdmi_color_caps.bits.MAX_BITS_PER_COLOR_COMPONENT);
|
||||
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCN)
|
||||
if (link->dc->caps.hdmi_frl_pcon_support) {
|
||||
if (link->dc->caps.dp_hdmi21_pcon_support) {
|
||||
union hdmi_encoded_link_bw hdmi_encoded_link_bw;
|
||||
|
||||
link->dpcd_caps.dongle_caps.dp_hdmi_frl_max_link_bw_in_kbps =
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ struct dc_caps {
|
|||
struct dc_color_caps color;
|
||||
struct dc_dmub_caps dmub_caps;
|
||||
bool dp_hpo;
|
||||
bool hdmi_frl_pcon_support;
|
||||
bool dp_hdmi21_pcon_support;
|
||||
bool edp_dsc_support;
|
||||
bool vbios_lttpr_aware;
|
||||
bool vbios_lttpr_enable;
|
||||
|
|
|
|||
|
|
@ -2463,7 +2463,7 @@ static bool dcn20_resource_construct(
|
|||
dc->caps.color.mpc.ogam_rom_caps.hlg = 0;
|
||||
dc->caps.color.mpc.ocsc = 1;
|
||||
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
|
||||
if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) {
|
||||
dc->debug = debug_defaults_drv;
|
||||
|
|
|
|||
|
|
@ -1490,7 +1490,7 @@ static bool dcn21_resource_construct(
|
|||
dc->caps.color.mpc.ogam_rom_caps.hlg = 0;
|
||||
dc->caps.color.mpc.ocsc = 1;
|
||||
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
|
||||
if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
|
||||
dc->debug = debug_defaults_drv;
|
||||
|
|
|
|||
|
|
@ -2379,7 +2379,7 @@ static bool dcn30_resource_construct(
|
|||
dc->caps.color.mpc.ogam_rom_caps.hlg = 0;
|
||||
dc->caps.color.mpc.ocsc = 1;
|
||||
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
|
||||
/* read VBIOS LTTPR caps */
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1898,7 +1898,7 @@ static bool dcn31_resource_construct(
|
|||
dc->caps.post_blend_color_processing = true;
|
||||
dc->caps.force_dp_tps4_for_cp2520 = true;
|
||||
dc->caps.dp_hpo = true;
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
dc->caps.edp_dsc_support = true;
|
||||
dc->caps.extended_aux_timeout_support = true;
|
||||
dc->caps.dmcub_support = true;
|
||||
|
|
|
|||
|
|
@ -1768,7 +1768,7 @@ static bool dcn315_resource_construct(
|
|||
dc->caps.post_blend_color_processing = true;
|
||||
dc->caps.force_dp_tps4_for_cp2520 = true;
|
||||
dc->caps.dp_hpo = true;
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
dc->caps.edp_dsc_support = true;
|
||||
dc->caps.extended_aux_timeout_support = true;
|
||||
dc->caps.dmcub_support = true;
|
||||
|
|
|
|||
|
|
@ -1770,7 +1770,7 @@ static bool dcn316_resource_construct(
|
|||
dc->caps.post_blend_color_processing = true;
|
||||
dc->caps.force_dp_tps4_for_cp2520 = true;
|
||||
dc->caps.dp_hpo = true;
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
dc->caps.edp_dsc_support = true;
|
||||
dc->caps.extended_aux_timeout_support = true;
|
||||
dc->caps.dmcub_support = true;
|
||||
|
|
|
|||
|
|
@ -4010,7 +4010,7 @@ static bool dcn32_resource_construct(
|
|||
dc->caps.post_blend_color_processing = true;
|
||||
dc->caps.force_dp_tps4_for_cp2520 = true;
|
||||
dc->caps.dp_hpo = true;
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
dc->caps.edp_dsc_support = true;
|
||||
dc->caps.extended_aux_timeout_support = true;
|
||||
dc->caps.dmcub_support = true;
|
||||
|
|
|
|||
|
|
@ -2305,7 +2305,7 @@ static bool dcn321_resource_construct(
|
|||
dc->caps.post_blend_color_processing = true;
|
||||
dc->caps.force_dp_tps4_for_cp2520 = true;
|
||||
dc->caps.dp_hpo = true;
|
||||
dc->caps.hdmi_frl_pcon_support = true;
|
||||
dc->caps.dp_hdmi21_pcon_support = true;
|
||||
dc->caps.edp_dsc_support = true;
|
||||
dc->caps.extended_aux_timeout_support = true;
|
||||
dc->caps.dmcub_support = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user