summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 7eb2923a..b25782ca 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -207,6 +207,10 @@ struct gr_gk20a {
207 int initialized; 207 int initialized;
208 u32 num_fbps; 208 u32 num_fbps;
209 209
210 u32 comptags_per_cacheline;
211 u32 slices_per_fbp;
212 u32 cacheline_size;
213
210 u32 max_gpc_count; 214 u32 max_gpc_count;
211 u32 max_fbps_count; 215 u32 max_fbps_count;
212 u32 max_tpc_per_gpc_count; 216 u32 max_tpc_per_gpc_count;