summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
diff options
context:
space:
mode:
authorVijayakumar <vsubbu@nvidia.com>2014-10-08 10:37:37 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:41 -0400
commitf56d50ddac2ea70c7d50f22b9cd74408b1042da3 (patch)
tree3c59c2560c42ad34909884cab800327fa6053f47 /drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
parentb318d4c407dda213961255fe3bcff8a2705d0abc (diff)
gpu:nvgpu:gm20b: disable irqs when hs pmu executes
bug 200040021 polling halt irq to check for hs bin completion keep irqs disabled to avoid executing irq handler Change-Id: Ic245d89580444dcbf1cf5ec34bfe0f8b0c5bbc0f Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/554659 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index 048520f9..bc5e474a 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -1145,5 +1145,5 @@ int gk20a_pmu_ap_send_command(struct gk20a *g,
1145 union pmu_ap_cmd *p_ap_cmd, bool b_block); 1145 union pmu_ap_cmd *p_ap_cmd, bool b_block);
1146int gk20a_aelpg_init(struct gk20a *g); 1146int gk20a_aelpg_init(struct gk20a *g);
1147int gk20a_aelpg_init_and_enable(struct gk20a *g, u8 ctrl_id); 1147int gk20a_aelpg_init_and_enable(struct gk20a *g, u8 ctrl_id);
1148 1148void pmu_enable_irq(struct pmu_gk20a *pmu, bool enable);
1149#endif /*__PMU_GK20A_H__*/ 1149#endif /*__PMU_GK20A_H__*/