summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-06-10 02:08:23 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-12 14:03:37 -0400
commit263cb402293d2050d7d08212e89e4c1dcb1d4ccc (patch)
tree07134d3d45a360f12d6e4c586048d8b7c94c7592 /drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
parent9cb4cc5d07e8a894f7d0c3ea5ea932291df32c36 (diff)
gpu: nvgpu: PMU init reorg support update
-Updated gv11b HAL, pmu_msgq_tail & pmu_mutex_size to point to gk20a_pmu_msgq_tail() & pwr_pmu_mutex__size_1_v() JIRA NVGPU-56 JIRA NVGPU-92 Change-Id: I8fe271f778fc2d70360f8a508f36d0bfce6b341d Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1499701 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
index 4c2b6dca..2376e66e 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
@@ -162,5 +162,7 @@ void gv11b_init_pmu_ops(struct gpu_ops *gops)
162 gops->pmu.pmu_queue_tail = gk20a_pmu_queue_tail; 162 gops->pmu.pmu_queue_tail = gk20a_pmu_queue_tail;
163 gops->pmu.pmu_mutex_acquire = gk20a_pmu_mutex_acquire; 163 gops->pmu.pmu_mutex_acquire = gk20a_pmu_mutex_acquire;
164 gops->pmu.pmu_mutex_release = gk20a_pmu_mutex_release; 164 gops->pmu.pmu_mutex_release = gk20a_pmu_mutex_release;
165 gops->pmu.pmu_msgq_tail = gk20a_pmu_msgq_tail;
166 gops->pmu.pmu_mutex_size = pwr_pmu_mutex__size_1_v;
165 gops->pmu.pmu_elpg_statistics = gp106_pmu_elpg_statistics; 167 gops->pmu.pmu_elpg_statistics = gp106_pmu_elpg_statistics;
166} 168}