Skip to content

Commit a7e397b

Browse files
Nikola Cornijalexdeucher
authored andcommitted
drm/amd/display: Limit display scaling to up to 4k for DCN 3.1
[why] The existing limit was mistakenly bigger than 4k for DCN 3.1 Reviewed-by: Zhan Liu <[email protected]> Acked-by: Solomon Chiu <[email protected]> Signed-off-by: Nikola Cornij <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent 2387033 commit a7e397b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ static const struct dc_debug_options debug_defaults_drv = {
928928
.disable_dcc = DCC_ENABLE,
929929
.vsr_support = true,
930930
.performance_trace = false,
931-
.max_downscale_src_width = 7680,/*upto 8K*/
931+
.max_downscale_src_width = 3840,/*upto 4K*/
932932
.disable_pplib_wm_range = false,
933933
.scl_reset_length10 = true,
934934
.sanity_checks = false,

0 commit comments

Comments
 (0)