Skip to content

Commit 9c78dc9

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Disable P010 Support of DCN 1.0
[WHY] DCN 1.0 is not ready for the P010 support. [HOW] 1. Set the P010 plan_cap of DCN 1.0 to be false. 2. Let the DM do the plan cap initialization of DCN 1.0. Reviewed-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Figo Wang <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a842b7f commit 9c78dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ static const struct dc_plane_cap plane_cap = {
513513
.argb8888 = true,
514514
.nv12 = true,
515515
.fp16 = true,
516-
.p010 = true
516+
.p010 = false
517517
},
518518

519519
.max_upscale_factor = {

0 commit comments

Comments
 (0)