diff options
author | Roman Li <Roman.Li@amd.com> | 2020-09-29 11:21:58 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-10-05 15:15:56 -0400 |
commit | 3a83e4e64bb1522ddac67ffc787d1c38291e1a65 (patch) | |
tree | 907efd005ca3c474afd17acae74f53aec1a8836e /drivers/gpu/drm/amd/display/dc/Makefile | |
parent | ac0dc4c5a0760c9a9437d5864c277d9d2554a6ec (diff) | |
download | linux-stable-3a83e4e64bb1522ddac67ffc787d1c38291e1a65.tar.gz linux-stable-3a83e4e64bb1522ddac67ffc787d1c38291e1a65.tar.bz2 linux-stable-3a83e4e64bb1522ddac67ffc787d1c38291e1a65.zip |
drm/amd/display: Add dcn3.01 support to DC (v2)
Update dc for vangogh support.
v2: fix compilation without DCN 301 set.
Signed-off-by: Roman Li <Roman.Li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile index 047b1e2dd8f1..6e6ec1d92488 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile @@ -36,6 +36,10 @@ ifdef CONFIG_DRM_AMD_DC_DCN3_0 DC_LIBS += dcn30 endif +ifdef CONFIG_DRM_AMD_DC_DCN3_01 +DC_LIBS += dcn301 +endif + DC_LIBS += dce120 DC_LIBS += dce112 |