summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Makefile
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2023-04-25 23:00:50 +0200
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 17:08:47 +0200
commit3b60b70dbec9bb2450ecf012a7b8b6e5dce7168d (patch)
tree599107527da66795ecb676edade9b3e62ef1df4e /drivers/gpu/drm/Makefile
parentdrm/amdgpu: Mark mmhub_v1_8_mmea_err_status_reg as __maybe_unused (diff)
downloadlinux-3b60b70dbec9bb2450ecf012a7b8b6e5dce7168d.tar.xz
linux-3b60b70dbec9bb2450ecf012a7b8b6e5dce7168d.zip
drm/amdxcp: add platform device driver for amdxcp
Add platform device driver for amdxcp to support amdgpu spatial partition. -v2: fix build warning Signed-off-by: James Zhu <James.Zhu@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/Makefile')
-rw-r--r--drivers/gpu/drm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index a33257d2bc7f..b119089c312f 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -140,6 +140,7 @@ obj-$(CONFIG_DRM_TTM) += ttm/
obj-$(CONFIG_DRM_SCHED) += scheduler/
obj-$(CONFIG_DRM_RADEON)+= radeon/
obj-$(CONFIG_DRM_AMDGPU)+= amd/amdgpu/
+obj-$(CONFIG_DRM_AMDGPU)+= amd/amdxcp/
obj-$(CONFIG_DRM_I915) += i915/
obj-$(CONFIG_DRM_KMB_DISPLAY) += kmb/
obj-$(CONFIG_DRM_MGAG200) += mgag200/