]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: assume VBIOS supports DSC as default
authorCharlene Liu <Charlene.Liu@amd.com>
Thu, 27 Feb 2025 04:52:57 +0000 (23:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Mar 2025 17:28:41 +0000 (13:28 -0400)
commit50bcdef7b616cc6471172fd8cee32a57d6fb39a6
tree2329f9158275c073da38d9046ee0237f7fe418c3
parent084e0735448ae4d01928b537c03c7042aef2ab81
drm/amd/display: assume VBIOS supports DSC as default

[Why & How]
The clear_dsc_setting at boot logic was based on dcn version
check.
As such new ASIC lost this DSC clear up logic, change the
assumption to BIOS support eDP DSC for new ASIC.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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/hwss/dce110/dce110_hwseq.c