Skip to content

Commit be53bd4

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Ensure that dmcub support flag is set for DCN20
In the DCN20 resource initialization, ensure that DMCUB support starts configured as true. Signed-off-by: Rodrigo Siqueira <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 7195647 commit be53bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,6 +2449,7 @@ static bool dcn20_resource_construct(
24492449
dc->caps.post_blend_color_processing = true;
24502450
dc->caps.force_dp_tps4_for_cp2520 = true;
24512451
dc->caps.extended_aux_timeout_support = true;
2452+
dc->caps.dmcub_support = true;
24522453

24532454
/* Color pipeline capabilities */
24542455
dc->caps.color.dpp.dcn_arch = 1;

0 commit comments

Comments
 (0)