Skip to content

Commit 0e190a0

Browse files
Timur Kristófalexdeucher
authored andcommitted
drm/amd/display: Disable scaling on DCE6 for now
Scaling doesn't work on DCE6 at the moment, the current register programming produces incorrect output when using fractional scaling (between 100-200%) on resolutions higher than 1080p. Disable it until we figure out how to program it properly. Fixes: 7c15fd8 ("drm/amd/display: dc/dce: add initial DCE6 support (v10)") Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Timur Kristóf <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a7dc87f commit 0e190a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,13 @@ static const struct dc_plane_cap plane_cap = {
404404
},
405405

406406
.max_upscale_factor = {
407-
.argb8888 = 16000,
407+
.argb8888 = 1,
408408
.nv12 = 1,
409409
.fp16 = 1
410410
},
411411

412412
.max_downscale_factor = {
413-
.argb8888 = 250,
413+
.argb8888 = 1,
414414
.nv12 = 1,
415415
.fp16 = 1
416416
}

0 commit comments

Comments
 (0)