summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");