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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 91046d93..a5056289 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -257,9 +257,6 @@ void gm20b_init_ltc(struct gpu_ops *gops)
257 gops->ltc.set_max_ways_evict_last = gk20a_ltc_set_max_ways_evict_last; 257 gops->ltc.set_max_ways_evict_last = gk20a_ltc_set_max_ways_evict_last;
258 gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry; 258 gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry;
259 gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry; 259 gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry;
260 gops->ltc.clear_zbc_color_entry = gk20a_ltc_clear_zbc_color_entry;
261 gops->ltc.clear_zbc_depth_entry = gk20a_ltc_clear_zbc_depth_entry;
262 gops->ltc.init_zbc = gk20a_ltc_init_zbc;
263 gops->ltc.init_cbc = gk20a_ltc_init_cbc; 260 gops->ltc.init_cbc = gk20a_ltc_init_cbc;
264 261
265 /* GM20b specific ops. */ 262 /* GM20b specific ops. */