summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 4fc9d51b..56df6a5d 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -394,7 +394,6 @@ void gm20b_init_ltc(struct gpu_ops *gops)
394{ 394{
395 /* Gk20a reused ops. */ 395 /* Gk20a reused ops. */
396 gops->ltc.determine_L2_size_bytes = gm20b_determine_L2_size_bytes; 396 gops->ltc.determine_L2_size_bytes = gm20b_determine_L2_size_bytes;
397 gops->ltc.set_max_ways_evict_last = gk20a_ltc_set_max_ways_evict_last;
398 gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry; 397 gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry;
399 gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry; 398 gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry;
400 gops->ltc.init_cbc = gk20a_ltc_init_cbc; 399 gops->ltc.init_cbc = gk20a_ltc_init_cbc;