summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index aeba1fcd..4517f6e0 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1455,7 +1455,7 @@ int __gk20a_do_idle(struct gk20a *g, bool force_reset);
1455int __gk20a_do_unidle(struct gk20a *g); 1455int __gk20a_do_unidle(struct gk20a *g);
1456 1456
1457int gk20a_can_busy(struct gk20a *g); 1457int gk20a_can_busy(struct gk20a *g);
1458int gk20a_wait_for_idle(struct device *dev); 1458int gk20a_wait_for_idle(struct gk20a *g);
1459 1459
1460#define NVGPU_GPU_ARCHITECTURE_SHIFT 4 1460#define NVGPU_GPU_ARCHITECTURE_SHIFT 4
1461 1461