Skip to content

Commit 9675b3b

Browse files
Igor Kravchenkoalexdeucher
authored andcommitted
drm/amd/display: Set min_width and min_height capability for DCN30
Add min_width, min_height fields to dc_plane_cap structure. Set values to 16x16 for discrete ASICs, and 64x64 for others. Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Igor Kravchenko <Igor.Kravchenko@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 3caab67 commit 9675b3b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,9 @@ static const struct dc_plane_cap plane_cap = {
701701
.argb8888 = 167,
702702
.nv12 = 167,
703703
.fp16 = 167
704-
}
704+
},
705+
16,
706+
16
705707
};
706708

707709
static const struct dc_debug_options debug_defaults_drv = {

0 commit comments

Comments
 (0)