summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/flcn_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
index 9ca7d91b..c55b90b6 100644
--- a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
@@ -649,12 +649,15 @@ void gk20a_falcon_dump_stats(struct nvgpu_falcon *flcn)
649 649
650static void gk20a_falcon_engine_dependency_ops(struct nvgpu_falcon *flcn) 650static void gk20a_falcon_engine_dependency_ops(struct nvgpu_falcon *flcn)
651{ 651{
652 struct gk20a *g = flcn->g;
652 struct nvgpu_falcon_engine_dependency_ops *flcn_eng_dep_ops = 653 struct nvgpu_falcon_engine_dependency_ops *flcn_eng_dep_ops =
653 &flcn->flcn_engine_dep_ops; 654 &flcn->flcn_engine_dep_ops;
654 655
655 switch (flcn->flcn_id) { 656 switch (flcn->flcn_id) {
656 case FALCON_ID_PMU: 657 case FALCON_ID_PMU:
657 flcn_eng_dep_ops->reset_eng = nvgpu_pmu_reset; 658 flcn_eng_dep_ops->reset_eng = nvgpu_pmu_reset;
659 flcn_eng_dep_ops->queue_head = g->ops.pmu.pmu_queue_head;
660 flcn_eng_dep_ops->queue_tail = g->ops.pmu.pmu_queue_tail;
658 break; 661 break;
659 default: 662 default:
660 /* NULL assignment make sure 663 /* NULL assignment make sure