summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ltc_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ltc_gp10b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
index 92735f1a..0ccabaf8 100644
--- a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
@@ -206,7 +206,6 @@ static void gp10b_ltc_init_fs_state(struct gk20a *g)
206void gp10b_init_ltc(struct gpu_ops *gops) 206void gp10b_init_ltc(struct gpu_ops *gops)
207{ 207{
208 gops->ltc.determine_L2_size_bytes = gp10b_determine_L2_size_bytes; 208 gops->ltc.determine_L2_size_bytes = gp10b_determine_L2_size_bytes;
209 gops->ltc.set_max_ways_evict_last = gk20a_ltc_set_max_ways_evict_last;
210 gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry; 209 gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry;
211 gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry; 210 gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry;
212 gops->ltc.init_cbc = gk20a_ltc_init_cbc; 211 gops->ltc.init_cbc = gk20a_ltc_init_cbc;