summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/pmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/pmu.h b/drivers/gpu/nvgpu/include/nvgpu/pmu.h
index 045bf34c..a818f3d0 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/pmu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/pmu.h
@@ -421,6 +421,7 @@ int nvgpu_pmu_process_init_msg(struct nvgpu_pmu *pmu,
421 421
422void nvgpu_pmu_state_change(struct gk20a *g, u32 pmu_state, 422void nvgpu_pmu_state_change(struct gk20a *g, u32 pmu_state,
423 bool post_change_event); 423 bool post_change_event);
424void nvgpu_kill_task_pg_init(struct gk20a *g);
424 425
425/* NVGPU-PMU MEM alloc */ 426/* NVGPU-PMU MEM alloc */
426void nvgpu_pmu_surface_free(struct gk20a *g, struct nvgpu_mem *mem); 427void nvgpu_pmu_surface_free(struct gk20a *g, struct nvgpu_mem *mem);