summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
index 58616deb..536a7d27 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
@@ -25,7 +25,11 @@ enum {
25 PASCAL_DMA_COPY_A = 0xC0B5, 25 PASCAL_DMA_COPY_A = 0xC0B5,
26}; 26};
27 27
28void gp10b_init_gr(struct gpu_ops *ops); 28#define NVC097_SET_ALPHA_CIRCULAR_BUFFER_SIZE 0x02dc
29#define NVC097_SET_CIRCULAR_BUFFER_SIZE 0x1280
30#define NVC097_SET_SHADER_EXCEPTIONS 0x1528
31#define NVC0C0_SET_SHADER_EXCEPTIONS 0x1528
29 32
33void gp10b_init_gr(struct gpu_ops *ops);
30 34
31#endif 35#endif