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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 269f0d68..1d867912 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -741,6 +741,9 @@ struct gpu_ops {
741 struct pmu_queue *queue, u32 *head, bool set); 741 struct pmu_queue *queue, u32 *head, bool set);
742 int (*pmu_queue_tail)(struct nvgpu_pmu *pmu, 742 int (*pmu_queue_tail)(struct nvgpu_pmu *pmu,
743 struct pmu_queue *queue, u32 *tail, bool set); 743 struct pmu_queue *queue, u32 *tail, bool set);
744 void (*pmu_msgq_tail)(struct nvgpu_pmu *pmu,
745 u32 *tail, bool set);
746 u32 (*pmu_mutex_size)(void);
744 int (*pmu_mutex_acquire)(struct nvgpu_pmu *pmu, 747 int (*pmu_mutex_acquire)(struct nvgpu_pmu *pmu,
745 u32 id, u32 *token); 748 u32 id, u32 *token);
746 int (*pmu_mutex_release)(struct nvgpu_pmu *pmu, 749 int (*pmu_mutex_release)(struct nvgpu_pmu *pmu,