summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/channel.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.c b/drivers/gpu/nvgpu/common/linux/channel.c
index 8bfa4cfc..ea294738 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.c
+++ b/drivers/gpu/nvgpu/common/linux/channel.c
@@ -753,7 +753,7 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
753 */ 753 */
754 need_job_tracking = (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_WAIT) || 754 need_job_tracking = (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_WAIT) ||
755 (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_GET) || 755 (flags & NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_GET) ||
756 c->wdt_enabled || 756 c->timeout.enabled ||
757 (g->can_railgate && !c->deterministic) || 757 (g->can_railgate && !c->deterministic) ||
758 !skip_buffer_refcounting; 758 !skip_buffer_refcounting;
759 759
@@ -791,7 +791,7 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
791 */ 791 */
792 need_deferred_cleanup = !c->deterministic || 792 need_deferred_cleanup = !c->deterministic ||
793 need_sync_framework || 793 need_sync_framework ||
794 c->wdt_enabled || 794 c->timeout.enabled ||
795 (g->can_railgate && 795 (g->can_railgate &&
796 !c->deterministic) || 796 !c->deterministic) ||
797 !skip_buffer_refcounting; 797 !skip_buffer_refcounting;