summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2022-05-24 21:11:59 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2022-05-24 21:11:59 -0400
commitee26a2842ca891d3ae8b1de1b066d29234fc0115 (patch)
treea0bf21050569e8d369fc1410860e57158fac761b /drivers/gpu/nvgpu/Makefile
parent46b43d2b2485233397f4f62b9bac6d35434b7aea (diff)
gpu-paging: Initial working implementation
Supports synchronous page out or in of a specific buffer. Includes fast reverse struct mapped_buf lookup. Requires initial set of changes to nvmap as well.
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 8c5b92e1..c23c858a 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -9,6 +9,7 @@ ccflags-y += -I$(srctree.nvgpu-next)/drivers/gpu/nvgpu
9ccflags-y += -I$(srctree)/drivers/devfreq 9ccflags-y += -I$(srctree)/drivers/devfreq
10 10
11ccflags-y += -Wno-multichar 11ccflags-y += -Wno-multichar
12ccflags-y += -Wno-sign-compare
12ccflags-y += -Werror 13ccflags-y += -Werror
13ccflags-y += -Wno-error=cpp 14ccflags-y += -Wno-error=cpp
14ifeq ($(VERSION),4) 15ifeq ($(VERSION),4)