]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Remove unused condition in hsw_power_well_post_enable()
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 6 Mar 2015 18:50:52 +0000 (18:50 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:08 +0000 (22:30 +0100)
commit254003926eed24344c23509a743d0bc281e0eb95
tree110a9868760142f681ca6eb45dd3c86865ee7d31
parentd14c03431340d0913f067ab18b6444e0f41d4f80
drm/i915: Remove unused condition in hsw_power_well_post_enable()

We don't use this function on gen9, no need for that test here.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@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_runtime_pm.c