summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index aad6c07b..cb4f8007 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -3303,7 +3303,7 @@ int gk20a_alloc_obj_ctx(struct channel_gk20a *c,
3303 "fail to load golden ctx image"); 3303 "fail to load golden ctx image");
3304 goto out; 3304 goto out;
3305 } 3305 }
3306 if (g->ops.fecs_trace.bind_channel) { 3306 if (g->ops.fecs_trace.bind_channel && !c->vpr) {
3307 err = g->ops.fecs_trace.bind_channel(g, c); 3307 err = g->ops.fecs_trace.bind_channel(g, c);
3308 if (err) { 3308 if (err) {
3309 gk20a_warn(dev_from_gk20a(g), 3309 gk20a_warn(dev_from_gk20a(g),