summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorMonk Liu <Monk.Liu@amd.com>2017-01-09 15:21:13 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-01-27 11:13:19 -0500
commit4e4bbe7343a6d8269342189329b865355fe1bb51 (patch)
tree4ba3e452a81a18aed476852eaccecc02a4aefef9 /drivers/gpu/drm/amd/amdgpu/Makefile
parentbd7de27d81a73c91fad9a3358f56ecf7f0dc8ede (diff)
downloadlinux-4e4bbe7343a6d8269342189329b865355fe1bb51.tar.gz
linux-4e4bbe7343a6d8269342189329b865355fe1bb51.tar.xz
drm/amdgpu:add new file for SRIOV
for SRIOV usage, CSA is only used per device and each VM will map on it. Signed-off-by: Monk Liu <Monk.Liu@amd.com> Reviewed-by: Christian König <christian.koenig@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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index dba097ccdd9b..d119986ff2ea 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -24,7 +24,7 @@ amdgpu-y += amdgpu_device.o amdgpu_kms.o \
atombios_encoders.o amdgpu_sa.o atombios_i2c.o \
amdgpu_prime.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \
amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
- amdgpu_gtt_mgr.o amdgpu_vram_mgr.o
+ amdgpu_gtt_mgr.o amdgpu_vram_mgr.o amdgpu_virt.o
# add asic specific block
amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \