summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/pmu/pmu_ipc.c')
-rw-r--r--drivers/gpu/nvgpu/common/pmu/pmu_ipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c b/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c
index f116df13..16f9ba57 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c
@@ -134,6 +134,7 @@ int nvgpu_pmu_queue_init(struct nvgpu_pmu *pmu,
134 queue = &pmu->queue[id]; 134 queue = &pmu->queue[id];
135 queue->id = id; 135 queue->id = id;
136 queue->oflag = oflag; 136 queue->oflag = oflag;
137 queue->queue_type = QUEUE_TYPE_DMEM;
137 g->ops.pmu_ver.get_pmu_init_msg_pmu_queue_params(queue, id, init); 138 g->ops.pmu_ver.get_pmu_init_msg_pmu_queue_params(queue, id, init);
138 139
139 err = nvgpu_flcn_queue_init(pmu->flcn, queue); 140 err = nvgpu_flcn_queue_init(pmu->flcn, queue);