drm/i915/skl: Move gen9 pm initialization into its own branch
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 27 Mar 2014 18:48:35 +0000 (00:18 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Sep 2014 12:57:32 +0000 (14:57 +0200)
commitc83155a6044341d67b85b441ba719f86058f6e2b
tree21b2f0f567d94a828fd617ff9a5f9a7c8e5f0406
parent6af31a653d6c8e1708c27b7f32cafd5435b3bb90
drm/i915/skl: Move gen9 pm initialization into its own branch

Gen9 is different enough (for instance, fetching the memory latency
values is different from ILK+) to not take the HAS_PCH_SPLIT() branch,
so let's prefer a clean separation.

v2: Rebase on top of the broadwell_init_clock_gating() name change

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c