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 <Rodrigo.Siqueira@amd.com> Signed-off-by: Figo Wang <shen-hong.wang@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent a842b7f commit 9c78dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)