Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: enable PCON support for dcn314

[Why]
DCN314 supports PCON.

[How]
Explicitly enable it in dcn314 resources.

Signed-off-by: Roman Li <roman.li@amd.com>
Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Roman Li and committed by
Alex Deucher
4e3464ba 16c01544

+1
+1
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
··· 1750 1750 dc->caps.post_blend_color_processing = true; 1751 1751 dc->caps.force_dp_tps4_for_cp2520 = true; 1752 1752 dc->caps.dp_hpo = true; 1753 + dc->caps.dp_hdmi21_pcon_support = true; 1753 1754 dc->caps.edp_dsc_support = true; 1754 1755 dc->caps.extended_aux_timeout_support = true; 1755 1756 dc->caps.dmcub_support = true;