]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm/i915: get a runtime PM reference when the panel VDD is on
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 21 Nov 2013 15:47:23 +0000 (13:47 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 10 Dec 2013 21:50:42 +0000 (22:50 +0100)
commite9cb81a22841908b1c075156b409a538d09c8466
treee904f4237d047a9e3dbdc8e4d1c3b4df9b7fa327
parentc8c8fb33b37766acf6474784b0d5245dab9a1690
drm/i915: get a runtime PM reference when the panel VDD is on

And put it when it's off. Otherwise, when you run pm_pc8 from
intel-gpu-tools, and the delayed function that disables VDD runs,
we'll get some messages saying we're touching registers while the HW
is suspended.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c