summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
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 &&