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>
This commit is contained in:
David Nieto
2017-01-20 14:17:43 -08:00
committed by mobile promotions
parent b11cc77414
commit 6343e96f37

View File

@@ -242,4 +242,6 @@ void gp106_init_gr(struct gpu_ops *gops)
gops->gr.cb_size_default = gr_gp106_cb_size_default;
gops->gr.init_preemption_state = NULL;
gops->gr.set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode;
gops->gr.create_gr_sysfs = NULL;
}