summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorChunming Zhou <david1.zhou@amd.com>2015-07-21 13:45:14 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:50:33 -0400
commitc1b69ed0c62f9d86599600f4c1a3bd82db1b7362 (patch)
tree7e560093bffb5d53be1ed50d1e0539e6c2ec8c71 /drivers/gpu/drm/amd/amdgpu/Makefile
parent2c4888a0d392b206eb348d4fc6dec539eee2c534 (diff)
downloadlinux-c1b69ed0c62f9d86599600f4c1a3bd82db1b7362.tar.bz2
drm/amdgpu: add backend implementation of gpu scheduler (v2)
v2: fix rebase breakage Signed-off-by: Chunming Zhou <david1.zhou@amd.com> Acked-by: Christian K?nig <christian.koenig@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 2800cf70b557..f1cb7d2fa411 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -85,7 +85,8 @@ amdgpu-y += amdgpu_cgs.o
# GPU scheduler
amdgpu-y += \
- ../scheduler/gpu_scheduler.o
+ ../scheduler/gpu_scheduler.o \
+ amdgpu_sched.o
amdgpu-$(CONFIG_COMPAT) += amdgpu_ioc32.o
amdgpu-$(CONFIG_VGA_SWITCHEROO) += amdgpu_atpx_handler.o