]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Support DCN36 DSC
authorWayne Lin <Wayne.Lin@amd.com>
Fri, 10 Jan 2025 13:13:40 +0000 (21:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:04:08 +0000 (21:04 -0500)
Add case on clean_up_dsc_blocks() to support DCN36 as well.

Acked-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Martin Leung <martin.leung@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c

index e033e6476fe515cee537d8048366c0ac030a575b..7572448e5b9f6246bdd8b263be41e7b0131cddb7 100644 (file)
@@ -1835,6 +1835,7 @@ static void clean_up_dsc_blocks(struct dc *dc)
        int i;
 
        if (dc->ctx->dce_version != DCN_VERSION_3_5 &&
+               dc->ctx->dce_version != DCN_VERSION_3_6 &&
                dc->ctx->dce_version != DCN_VERSION_3_51)
                return;