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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index 0a1d2ba3..daa050af 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -647,6 +647,9 @@ struct pmu_pg_stats {
647#define PMU_PG_ELPG_ENGINE_ID_INVALID_ENGINE (0x00000005) 647#define PMU_PG_ELPG_ENGINE_ID_INVALID_ENGINE (0x00000005)
648#define PMU_PG_ELPG_ENGINE_MAX PMU_PG_ELPG_ENGINE_ID_INVALID_ENGINE 648#define PMU_PG_ELPG_ENGINE_MAX PMU_PG_ELPG_ENGINE_ID_INVALID_ENGINE
649 649
650#define PMU_PG_LPWR_FEATURE_RPPG 0x0
651#define PMU_PG_LPWR_FEATURE_MSCG 0x1
652
650/* state transition : 653/* state transition :
651 OFF => [OFF_ON_PENDING optional] => ON_PENDING => ON => OFF 654 OFF => [OFF_ON_PENDING optional] => ON_PENDING => ON => OFF
652 ON => OFF is always synchronized */ 655 ON => OFF is always synchronized */