summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_gp106.c
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2017-01-20 17:17:43 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-26 10:18:15 -0500
commit6343e96f3752ed2a9e3c34b1106abb4bc6d7a3d2 (patch)
tree6328e7928ff7e1f2913dc11be10a68cd1840c1b6 /drivers/gpu/nvgpu/gp106/gr_gp106.c
parentb11cc77414ce5c11408a18bb0cbf9d1721016f6f (diff)
gpu: nvgpu: Disable ECC sysfs in GP106
The current wiring causes an attempt to re-create the stats on dGPU re-bind bug 1816516 Change-Id: Idb9aea08c9f80325f6ce860b2e0e482e42e973f8 Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1291822 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_gp106.c b/drivers/gpu/nvgpu/gp106/gr_gp106.c
index 5b4de94a..896c3fc6 100644
--- a/drivers/gpu/nvgpu/gp106/gr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/gr_gp106.c
@@ -242,4 +242,6 @@ void gp106_init_gr(struct gpu_ops *gops)
242 gops->gr.cb_size_default = gr_gp106_cb_size_default; 242 gops->gr.cb_size_default = gr_gp106_cb_size_default;
243 gops->gr.init_preemption_state = NULL; 243 gops->gr.init_preemption_state = NULL;
244 gops->gr.set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode; 244 gops->gr.set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode;
245 gops->gr.create_gr_sysfs = NULL;
246
245} 247}