summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 2f85bf96..8dfe8eda 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -101,7 +101,6 @@ enum nvgpu_litter_value {
101struct gpu_ops { 101struct gpu_ops {
102 struct { 102 struct {
103 int (*determine_L2_size_bytes)(struct gk20a *gk20a); 103 int (*determine_L2_size_bytes)(struct gk20a *gk20a);
104 void (*set_max_ways_evict_last)(struct gk20a *g, u32 max_ways);
105 int (*init_comptags)(struct gk20a *g, struct gr_gk20a *gr); 104 int (*init_comptags)(struct gk20a *g, struct gr_gk20a *gr);
106 int (*cbc_ctrl)(struct gk20a *g, enum gk20a_cbc_op op, 105 int (*cbc_ctrl)(struct gk20a *g, enum gk20a_cbc_op op,
107 u32 min, u32 max); 106 u32 min, u32 max);