summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 04765eea..0d615d65 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -2454,7 +2454,7 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
2454 need_job_tracking = (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_WAIT) || 2454 need_job_tracking = (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_WAIT) ||
2455 (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_GET) || 2455 (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_GET) ||
2456 c->wdt_enabled || 2456 c->wdt_enabled ||
2457 platform->can_railgate || 2457 g->can_railgate ||
2458 !skip_buffer_refcounting; 2458 !skip_buffer_refcounting;
2459 2459
2460 if (need_job_tracking) { 2460 if (need_job_tracking) {
@@ -2492,7 +2492,7 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
2492 need_deferred_cleanup = !c->deterministic || 2492 need_deferred_cleanup = !c->deterministic ||
2493 need_sync_framework || 2493 need_sync_framework ||
2494 c->wdt_enabled || 2494 c->wdt_enabled ||
2495 platform->can_railgate || 2495 g->can_railgate ||
2496 !skip_buffer_refcounting; 2496 !skip_buffer_refcounting;
2497 2497
2498 /* 2498 /*