summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
authorVijayakumar <vsubbu@nvidia.com>2015-02-12 05:39:02 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:03 -0500
commit83c223ac56465e72771aca073cc0648230616d18 (patch)
treeaf6557dcde90f222b6f08f8be511ec3b39bf981e /drivers/gpu/nvgpu/gp10b/gr_gp10b.c
parentfdbf60a84f4e7d0e90d0b10f5a98ef6a93b7c54e (diff)
gpu: nvgpu: gp10b: use tight loop for fecs method
bug 200078367 Change-Id: I9a68e988fa7921276e334c75afa5ee4b15aab464 Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/707313 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 576cdf45..90514b82 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP10B GPU GR 2 * GP10B GPU GR
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -492,7 +492,7 @@ static int gr_gp10b_init_ctx_state(struct gk20a *g)
492 op.method.addr = 492 op.method.addr =
493 gr_fecs_method_push_adr_discover_preemption_image_size_v(); 493 gr_fecs_method_push_adr_discover_preemption_image_size_v();
494 op.mailbox.ret = &g->gr.t18x.ctx_vars.preempt_image_size; 494 op.mailbox.ret = &g->gr.t18x.ctx_vars.preempt_image_size;
495 err = gr_gk20a_submit_fecs_method_op(g, op); 495 err = gr_gk20a_submit_fecs_method_op(g, op, false);
496 if (err) { 496 if (err) {
497 gk20a_err(dev_from_gk20a(g), 497 gk20a_err(dev_from_gk20a(g),
498 "query preempt image size failed"); 498 "query preempt image size failed");