mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: build dcn21 blocks
Enable the building of dcn21 support. Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
aa91916770
commit
25f9955b15
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue