Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a260e11 authored by Imre Deak's avatar Imre Deak
Browse files

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: default avatarImre Deak <imre.deak@intel.com>
Reviewed-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180806095843.13294-11-imre.deak@intel.com
parent d9fcdc8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8913,6 +8913,8 @@ enum skl_power_gate {
	SKL_PG0,
	SKL_PG1,
	SKL_PG2,
	ICL_PG3,
	ICL_PG4,
};

#define SKL_FUSE_STATUS				_MMIO(0x42000)