summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-05-09 14:41:26 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:06 -0400
commit1d9eba07c58b0a30f479b233371c939180a0e419 (patch)
tree1b4081a723834d8b295a147e85f6d7b7b205a88c /drivers/gpu/nvgpu/gk20a/gr_gk20a.c
parent5cd313e20221c93008f1d56ac223d6e08966505e (diff)
gpu: nvgpu: add HAL for regops
Bug 1500195 Change-Id: I5545d1a95a58e7daa5a74cc20f3fc6828774fc42 Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/488507 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index c1789427..cbad1292 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -5080,7 +5080,7 @@ static inline bool is_valid_cyclestats_bar0_offset_gk20a(struct gk20a *g,
5080 5080
5081 /* whitelist check */ 5081 /* whitelist check */
5082 valid = valid && 5082 valid = valid &&
5083 is_bar0_global_offset_whitelisted_gk20a(offset); 5083 is_bar0_global_offset_whitelisted_gk20a(g, offset);
5084 /* resource size check in case there was a problem 5084 /* resource size check in case there was a problem
5085 * with allocating the assumed size of bar0 */ 5085 * with allocating the assumed size of bar0 */
5086 valid = valid && 5086 valid = valid &&