summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/Makefile
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2018-10-05 22:53:25 +0200
committerAlex Deucher <alexander.deucher@amd.com>2020-07-27 16:45:58 -0400
commitc4a54f70a6afd1a91072ef06cb083221ff189cca (patch)
tree6e1f51155fb32b60fd1440631a70633ada03762d /drivers/gpu/drm/amd/display/dc/bios/Makefile
parent683b59504d4ecec3251a23fdac7e8775385a18c5 (diff)
downloadlinux-stable-c4a54f70a6afd1a91072ef06cb083221ff189cca.tar.gz
linux-stable-c4a54f70a6afd1a91072ef06cb083221ff189cca.tar.bz2
linux-stable-c4a54f70a6afd1a91072ef06cb083221ff189cca.zip
drm/amd/display: dc/bios: add support for DCE6
[Why] command_table_helper.c requires changes for DCE6 support [How] DCE6 targets added replicating and adapting the existing DCE8 implementation. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Mauro Rossi <issor.oruam@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/Makefile b/drivers/gpu/drm/amd/display/dc/bios/Makefile
index 239e86bbec5a..ed6b5e9763f6 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/bios/Makefile
@@ -32,6 +32,15 @@ AMD_DAL_BIOS = $(addprefix $(AMDDALPATH)/dc/bios/,$(BIOS))
AMD_DISPLAY_FILES += $(AMD_DAL_BIOS)
###############################################################################
+# DCE 6x
+###############################################################################
+# All DCE6.x are derived from DCE6.0, so 6.0 MUST be defined if ANY of
+# DCE6.x is compiled.
+ifdef CONFIG_DRM_AMD_DC_SI
+AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce60/command_table_helper_dce60.o
+endif
+
+###############################################################################
# DCE 8x
###############################################################################
# All DCE8.x are derived from DCE8.0, so 8.0 MUST be defined if ANY of