mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
drm/amd/display: Support DCN36 DSC
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>
This commit is contained in:
parent
c5dd47d9e6
commit
23577b3a15
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user