drm/amd/display: change dsc image width cap for dcn32 and dcn321
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn321 / dcn321_resource.c
index 27d3aa7..376dd58 100644 (file)
@@ -1679,6 +1679,9 @@ static struct display_stream_compressor *dcn321_dsc_create(
        }
 
        dsc2_construct(dsc, ctx, inst, &dsc_regs[inst], &dsc_shift, &dsc_mask);
+
+       dsc->max_image_width = 6016;
+
        return &dsc->base;
 }