summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-06-03 07:47:44 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:04 -0400
commitf2e30622a18ad2a9a3bf94b4916a1139e0808b6a (patch)
treee5cfcb05ac254c05ed184f9297fb68001bec7252 /drivers/gpu/nvgpu/gm20b
parent644649690207a6707aff69dadaced81209bfc765 (diff)
gpu: nvgpu: Reload ZBC values on rail gate exit
When exiting rail gate, we reloaded default ZBC values. The correct behavior is to reload the values. Bug 1447255 Change-Id: I7aad3586dda91a91a3629062a27001af281b955e Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/418346
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-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. */