summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index bc5e474a..0745136c 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -1016,11 +1016,12 @@ struct pmu_pg_stats {
1016/* Choices for pmu_state */ 1016/* Choices for pmu_state */
1017#define PMU_STATE_OFF 0 /* PMU is off */ 1017#define PMU_STATE_OFF 0 /* PMU is off */
1018#define PMU_STATE_STARTING 1 /* PMU is on, but not booted */ 1018#define PMU_STATE_STARTING 1 /* PMU is on, but not booted */
1019#define PMU_STATE_ELPG_BOOTING 2 /* PMU is booting */ 1019#define PMU_STATE_INIT_RECEIVED 2 /* PMU init message received */
1020#define PMU_STATE_ELPG_BOOTED 3 /* ELPG is initialized */ 1020#define PMU_STATE_ELPG_BOOTING 3 /* PMU is booting */
1021#define PMU_STATE_LOADING_PG_BUF 4 /* Loading PG buf */ 1021#define PMU_STATE_ELPG_BOOTED 4 /* ELPG is initialized */
1022#define PMU_STATE_LOADING_ZBC 5 /* Loading ZBC buf */ 1022#define PMU_STATE_LOADING_PG_BUF 5 /* Loading PG buf */
1023#define PMU_STATE_STARTED 6 /* Fully unitialized */ 1023#define PMU_STATE_LOADING_ZBC 6 /* Loading ZBC buf */
1024#define PMU_STATE_STARTED 7 /* Fully unitialized */
1024 1025
1025 1026
1026 1027