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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/pmu.h b/drivers/gpu/nvgpu/include/nvgpu/pmu.h
index 556d9f39..60ce8b96 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/pmu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/pmu.h
@@ -449,4 +449,9 @@ int nvgpu_aelpg_init_and_enable(struct gk20a *g, u8 ctrl_id);
449int nvgpu_pmu_ap_send_command(struct gk20a *g, 449int nvgpu_pmu_ap_send_command(struct gk20a *g,
450 union pmu_ap_cmd *p_ap_cmd, bool b_block); 450 union pmu_ap_cmd *p_ap_cmd, bool b_block);
451 451
452/* PMU debug */
453void nvgpu_pmu_dump_falcon_stats(struct nvgpu_pmu *pmu);
454void nvgpu_pmu_dump_elpg_stats(struct nvgpu_pmu *pmu);
455bool nvgpu_find_hex_in_string(char *strings, struct gk20a *g, u32 *hex_pos);
456
452#endif /* __NVGPU_PMU_H__ */ 457#endif /* __NVGPU_PMU_H__ */