summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 40e9488d..7b355436 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -342,6 +342,12 @@ struct mm_gk20a {
342 struct inst_desc inst_block; 342 struct inst_desc inst_block;
343 } pmu; 343 } pmu;
344 344
345 struct {
346 /* using pmu vm currently */
347 struct inst_desc inst_block;
348 } hwpm;
349
350
345 struct mutex l2_op_lock; 351 struct mutex l2_op_lock;
346 352
347 void (*remove_support)(struct mm_gk20a *mm); 353 void (*remove_support)(struct mm_gk20a *mm);