From: Bhawanpreet Lakha Date: Fri, 26 Jul 2019 21:20:21 +0000 (-0400) Subject: drm/amd/display: build dcn21 blocks X-Git-Tag: v5.4-rc1~106^2~5^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25f9955b15298c7b3c4fe0f28f469ddb5125e93b;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: build dcn21 blocks Enable the building of dcn21 support. Acked-by: Harry Wentland Signed-off-by: Bhawanpreet Lakha Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile index 55ce5b6573907..627982cb15d29 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile @@ -37,6 +37,9 @@ endif ifdef CONFIG_DRM_AMD_DC_DCN1_0 DC_LIBS += dcn10 dml endif +ifdef CONFIG_DRM_AMD_DC_DCN2_1 +DC_LIBS += dcn21 +endif DC_LIBS += dce120