summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-04-05 03:00:53 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-10 02:54:31 -0400
commita89d168202ceb8fdb317cd977cc71cd4efab8c19 (patch)
tree56ad904d419fe3aaff62776ae3336fa7fbcfce98 /drivers/gpu/nvgpu/gk20a/gk20a.h
parente4464fd552d0bee2ca149c6a51fbf88b0fafb531 (diff)
gpu: nvgpu: use nvgpu list for profiler objects
Use nvgpu list APIs instead of linux list APIs to store profiler objects Jira NVGPU-13 Change-Id: I2a2715b3a86c6e526bbdbb040c283a3ddd7b24ba Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1454691 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4fa8b76f..bfb8b204 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1023,7 +1023,7 @@ struct gk20a {
1023 u32 dbg_regops_tmp_buf_ops; 1023 u32 dbg_regops_tmp_buf_ops;
1024 1024
1025 /* For profiler reservations */ 1025 /* For profiler reservations */
1026 struct list_head profiler_objects; 1026 struct nvgpu_list_node profiler_objects;
1027 bool global_profiler_reservation_held; 1027 bool global_profiler_reservation_held;
1028 int profiler_reservation_count; 1028 int profiler_reservation_count;
1029 1029