summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorJack Xiao <Jack.Xiao@amd.com>2019-01-25 15:25:15 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-06-21 18:58:22 -0500
commit886f82aa7a1d5af372a449e6bcd6de579578a602 (patch)
tree426bcc9836bbc1fb4f72dc8c227f7414b1472c73 /drivers/gpu/drm/amd/amdgpu/Makefile
parent5f84cc635bce5817290f788e87778c2008fbb0a7 (diff)
drm/amdgpu/mes10.1: add ip block mes10.1 (v2)
MES takes over the scheduling capability of GFX and SDMA, add MES as a standalone ip. v2: squash in updates (Alex) Acked-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Jack Xiao <Jack.Xiao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 1e474598a59a..d41a211a857c 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -120,6 +120,10 @@ amdgpu-y += \
sdma_v4_0.o \
sdma_v5_0.o
+# add MES block
+amdgpu-y += \
+ mes_v10_1.o
+
# add UVD block
amdgpu-y += \
amdgpu_uvd.o \