summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-01-11 17:28:32 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-18 19:47:20 -0500
commit64ab12979590564db19c820ff8cdd71579a9b317 (patch)
treeaa042293a77dd5f63b552ad04b6b536492b36f8d /drivers/gpu/nvgpu/gv11b/gr_gv11b.h
parent3f0e08da43a448d8a1a85529b03d4c073f8c11c5 (diff)
gpu: nvgpu: gv11b: sw methods for shader exception
Added proper sw methods handling of shader execptions for gv11b. Bug 1834201 Change-Id: I3f3a45beed777cc4af59368dccd9dc7bb8181c37 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1283729 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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);