summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/regops_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/regops_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/regops_gk20a.c b/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
index bc64dbac..c4b357b1 100644
--- a/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
@@ -401,7 +401,7 @@ int exec_regops_gk20a(struct dbg_session_gk20a *dbg_s,
401 * regops implementation, so we return -ENOSYS. This will allow 401 * regops implementation, so we return -ENOSYS. This will allow
402 * compute apps to run with vgpu. Tools will not work in this 402 * compute apps to run with vgpu. Tools will not work in this
403 * configuration and are not required to work at this time. */ 403 * configuration and are not required to work at this time. */
404 if (gk20a_gpu_is_virtual(dbg_s->dev)) 404 if (g->is_virtual)
405 return -ENOSYS; 405 return -ENOSYS;
406 406
407 ok = validate_reg_ops(dbg_s, 407 ok = validate_reg_ops(dbg_s,