drm/amd/display: enable PCON SST support for newer ASICs
authorHamza Mahfooz <hamza.mahfooz@amd.com>
Tue, 21 Jun 2022 19:32:31 +0000 (15:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Jul 2022 20:17:30 +0000 (16:17 -0400)
Generic PCON SST support already exists and works for newer ASICs. So,
enable it by default.

Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
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>
drivers/gpu/drm/amd/display/dc/dcn315/dcn315_resource.c
drivers/gpu/drm/amd/display/dc/dcn316/dcn316_resource.c
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c

index 4f45753484fe8b016dcd2b7479bbaf1d8174b5bf..e346a00f395fcef2f1f96232331563085f2b7259 100644 (file)
@@ -1768,6 +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.edp_dsc_support = true;
        dc->caps.extended_aux_timeout_support = true;
        dc->caps.dmcub_support = true;
index f9cee05aeccc69c2f42c0b07a3657953fbd16357..1b170e2d546beeab178c1e06cde1cd3f409852bb 100644 (file)
@@ -1770,6 +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.edp_dsc_support = true;
        dc->caps.extended_aux_timeout_support = true;
        dc->caps.dmcub_support = true;
index e9ecc27a51de8c481b22c90279e27ea521118ec5..65de38b9631287cd8915c127f83422e43e3be526 100644 (file)
@@ -4010,6 +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.edp_dsc_support = true;
        dc->caps.extended_aux_timeout_support = true;
        dc->caps.dmcub_support = true;
index 81027b780d15d934dccce6be58ca94f68d27d621..f38b16335086d1cf0b7962bc46f18000365bf286 100644 (file)
@@ -2305,6 +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.edp_dsc_support = true;
        dc->caps.extended_aux_timeout_support = true;
        dc->caps.dmcub_support = true;