From 6343e96f3752ed2a9e3c34b1106abb4bc6d7a3d2 Mon Sep 17 00:00:00 2001 From: David Nieto Date: Fri, 20 Jan 2017 14:17:43 -0800 Subject: 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 Reviewed-on: http://git-master/r/1291822 Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp106/gr_gp106.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/gp106/gr_gp106.c') 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) 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; + } -- cgit v1.2.2