summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-08-04 12:49:48 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-08-04 16:44:19 -0400
commit192cf8c1f8d1005ab08619c9152d514dec3a34ef (patch)
tree3fe7f7fb3e6d58b230cc7521b2af2c30e6ec3757 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent2e07e0633081a838f139fac0565366383f7302c4 (diff)
gpu: nvgpu: Pass struct gk20a to gk20a_wait_for_idle()
Pass struct gk20a pointer instead of struct device to gk20a_wait_for_idle(). The code is not Linux specific and does not need pointer to struct device. Change-Id: I2cafd6c7db019c9de76b6e68a1ae73f0b4cea37d Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1533173 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com>
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