]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: add intel_using_power_well
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 22 Mar 2013 17:14:13 +0000 (14:14 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Apr 2013 07:43:22 +0000 (09:43 +0200)
commit15d199ea1f3e2b960b0efccca2cdd0ba40a31f3c
treebcabf231803e7d01071d01a312d54e9628dc40a4
parentf30da187cdcd0939288038e11fb3bfbd1b655564
drm/i915: add intel_using_power_well

It returns true if we've requested to turn the power well on and it's
really on. It also returns true for all the previous gens.

For now there's just one caller, but I'm going to add more.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_pm.c