projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9fcdc8
)
drm/i915/icl: Add missing power gate enums
author
Imre Deak
<imre.deak@intel.com>
Mon, 6 Aug 2018 09:58:43 +0000
(12:58 +0300)
committer
Imre Deak
<imre.deak@intel.com>
Wed, 8 Aug 2018 10:51:21 +0000
(13:51 +0300)
On ICL there are 5 fused power gates, so add the two missing ones for
clarity.
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20180806095843.13294-11-imre.deak@intel.com
drivers/gpu/drm/i915/i915_reg.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_reg.h
b/drivers/gpu/drm/i915/i915_reg.h
index 77b031874ee341870bdc4b54adaaff5769d39d75..17575cfc22b5f1d4a6d2a59c3ffae885f2aeb624 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_reg.h
+++ b/
drivers/gpu/drm/i915/i915_reg.h
@@
-8913,6
+8913,8
@@
enum skl_power_gate {
SKL_PG0,
SKL_PG1,
SKL_PG2,
+ ICL_PG3,
+ ICL_PG4,
};
#define SKL_FUSE_STATUS _MMIO(0x42000)