From 83c223ac56465e72771aca073cc0648230616d18 Mon Sep 17 00:00:00 2001 From: Vijayakumar Date: Thu, 12 Feb 2015 16:09:02 +0530 Subject: gpu: nvgpu: gp10b: use tight loop for fecs method bug 200078367 Change-Id: I9a68e988fa7921276e334c75afa5ee4b15aab464 Signed-off-by: Vijayakumar Reviewed-on: http://git-master/r/707313 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom Reviewed-by: Automatic_Commit_Validation_User --- drivers/gpu/nvgpu/gp10b/gr_gp10b.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c') 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 @@ /* * GP10B GPU GR * - * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * 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) op.method.addr = gr_fecs_method_push_adr_discover_preemption_image_size_v(); op.mailbox.ret = &g->gr.t18x.ctx_vars.preempt_image_size; - err = gr_gk20a_submit_fecs_method_op(g, op); + err = gr_gk20a_submit_fecs_method_op(g, op, false); if (err) { gk20a_err(dev_from_gk20a(g), "query preempt image size failed"); -- cgit v1.2.2