summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index d31c92ca..b2549edd 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -43,6 +43,8 @@ enum {
43#define NVC397_SET_ALPHA_CIRCULAR_BUFFER_SIZE 0x02dc 43#define NVC397_SET_ALPHA_CIRCULAR_BUFFER_SIZE 0x02dc
44#define NVC397_SET_GO_IDLE_TIMEOUT 0x022c 44#define NVC397_SET_GO_IDLE_TIMEOUT 0x022c
45 45
46#define NVA297_SET_SHADER_EXCEPTIONS_ENABLE_FALSE 0
47
46void gv11b_init_gr(struct gpu_ops *ops); 48void gv11b_init_gr(struct gpu_ops *ops);
47int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size, 49int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size,
48 struct mem_desc *mem); 50 struct mem_desc *mem);