summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorSam Payne <spayne@nvidia.com>2015-01-12 17:24:55 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:02:35 -0400
commitedaf6188d54683bd955f1dc6673b3bb3ba18367e (patch)
tree68e95507fb3fed06da3d8a381d113a822d329ed6 /drivers/gpu/nvgpu/Makefile
parent3764ce3de36d9b01948a78ec1ecf4ac4371b8e4d (diff)
gpu: nvgpu: enable ce2 interrupts
enables non-blocking interrupts in ce2 all other ce2 interrupts are cleared and not handled. bug 200036089 Change-Id: I9f47b06c677c72ac523019e6a3f70fedd07830a2 Signed-off-by: Sam Payne <spayne@nvidia.com> Reviewed-on: http://git-master/r/671783 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 4e2ce497..6632a43a 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -19,6 +19,7 @@ nvgpu-y := \
19 gk20a/gk20a.o \ 19 gk20a/gk20a.o \
20 gk20a/as_gk20a.o \ 20 gk20a/as_gk20a.o \
21 gk20a/ctrl_gk20a.o \ 21 gk20a/ctrl_gk20a.o \
22 gk20a/ce2_gk20a.o \
22 gk20a/fifo_gk20a.o \ 23 gk20a/fifo_gk20a.o \
23 gk20a/channel_gk20a.o \ 24 gk20a/channel_gk20a.o \
24 gk20a/channel_sync_gk20a.o \ 25 gk20a/channel_sync_gk20a.o \