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 <[email protected]> Acked-by: Wayne Lin <[email protected]> Signed-off-by: Charlene Liu <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 29a1c58 commit 193b6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)