summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-05-12 13:19:22 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:15 -0500
commit205559cf31212af1c3c602f4889421748a433416 (patch)
treed58f8759a3065c1e75d71c73395f72502d3dcd42 /drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
parentda21fb5d060d9f92d3da05db4d7b49806710ad2a (diff)
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 <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1146882
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;