summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug_pmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug_pmu.c b/drivers/gpu/nvgpu/common/linux/debug_pmu.c
index f19f5139..918672db 100644
--- a/drivers/gpu/nvgpu/common/linux/debug_pmu.c
+++ b/drivers/gpu/nvgpu/common/linux/debug_pmu.c
@@ -252,7 +252,7 @@ static const struct file_operations elpg_transitions_fops = {
252static int falc_trace_show(struct seq_file *s, void *data) 252static int falc_trace_show(struct seq_file *s, void *data)
253{ 253{
254 struct gk20a *g = s->private; 254 struct gk20a *g = s->private;
255 struct pmu_gk20a *pmu = &g->pmu; 255 struct nvgpu_pmu *pmu = &g->pmu;
256 u32 i = 0, j = 0, k, l, m; 256 u32 i = 0, j = 0, k, l, m;
257 char part_str[40]; 257 char part_str[40];
258 void *tracebuffer; 258 void *tracebuffer;