summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 7cf8c475..629a22ef 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -598,7 +598,7 @@ void gk20a_pmu_save_zbc(struct gk20a *g, u32 entries)
598 memset(&cmd, 0, sizeof(struct pmu_cmd)); 598 memset(&cmd, 0, sizeof(struct pmu_cmd));
599 cmd.hdr.unit_id = PMU_UNIT_PG; 599 cmd.hdr.unit_id = PMU_UNIT_PG;
600 cmd.hdr.size = PMU_CMD_HDR_SIZE + sizeof(struct pmu_zbc_cmd); 600 cmd.hdr.size = PMU_CMD_HDR_SIZE + sizeof(struct pmu_zbc_cmd);
601 cmd.cmd.zbc.cmd_type = g->ops.pmu_ver.cmd_id_zbc_table_update; 601 cmd.cmd.zbc.cmd_type = g->pmu_ver_cmd_id_zbc_table_update;
602 cmd.cmd.zbc.entry_mask = ZBC_MASK(entries); 602 cmd.cmd.zbc.entry_mask = ZBC_MASK(entries);
603 603
604 pmu->zbc_save_done = 0; 604 pmu->zbc_save_done = 0;