summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorImre Deak2018-08-06 11:58:43 +0200
committerImre Deak2018-08-08 12:51:21 +0200
commit1a260e1117a4ba5c39224fd00adcac78c84411b1 (patch)
tree7b15923928882b2740d90b4cf6a598cb0d0d195f /drivers/gpu/drm/i915/i915_reg.h
parentdrm/i915: Use existing power well IDs where possible (diff)
downloadkernel-qcow2-linux-1a260e1117a4ba5c39224fd00adcac78c84411b1.tar.gz
kernel-qcow2-linux-1a260e1117a4ba5c39224fd00adcac78c84411b1.tar.xz
kernel-qcow2-linux-1a260e1117a4ba5c39224fd00adcac78c84411b1.zip
drm/i915/icl: Add missing power gate enums
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
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 77b031874ee3..17575cfc22b5 100644
--- 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)