Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <Rodrigo.Siqueira@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
2b6c4a4b 4754cbc7

+1
+1
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
··· 2452 2452 dc->caps.post_blend_color_processing = true; 2453 2453 dc->caps.force_dp_tps4_for_cp2520 = true; 2454 2454 dc->caps.extended_aux_timeout_support = true; 2455 + dc->caps.dmcub_support = true; 2455 2456 2456 2457 /* Color pipeline capabilities */ 2457 2458 dc->caps.color.dpp.dcn_arch = 1;