Skip to content

Commit 193b6a1

Browse files
charliu-AMDENGalexdeucher
authored andcommitted
drm/amd/display: correct num_dsc based on HW cap
[why] num_dsc is 3 for dcn314 based on HW capablity. Reviewed-by: Martin Leung <Martin.Leung@amd.com> Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Charlene Liu <Charlene.Liu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 29a1c58 commit 193b6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ static const struct resource_caps res_cap_dcn314 = {
847847
.num_ddc = 5,
848848
.num_vmid = 16,
849849
.num_mpc_3dlut = 2,
850-
.num_dsc = 4,
850+
.num_dsc = 3,
851851
};
852852

853853
static const struct dc_plane_cap plane_cap = {

0 commit comments

Comments
 (0)