From 205559cf31212af1c3c602f4889421748a433416 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 12 May 2016 10:19:22 -0700 Subject: gpu: nvgpu: Remove setting op set_max_ways_evict_last Do not set op set_max_ways_evict_last. It gets removed from ltc_gk20a.c, and it's never called in gm20b and beyond anyway. Change-Id: Ib8851057810aa8ddf2088c9e9245e4caf469bddf Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1146882 --- drivers/gpu/nvgpu/gp10b/ltc_gp10b.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b/ltc_gp10b.c') 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) void gp10b_init_ltc(struct gpu_ops *gops) { gops->ltc.determine_L2_size_bytes = gp10b_determine_L2_size_bytes; - gops->ltc.set_max_ways_evict_last = gk20a_ltc_set_max_ways_evict_last; gops->ltc.set_zbc_color_entry = gk20a_ltc_set_zbc_color_entry; gops->ltc.set_zbc_depth_entry = gk20a_ltc_set_zbc_depth_entry; gops->ltc.init_cbc = gk20a_ltc_init_cbc; -- cgit v1.2.2