commit | e9cb81a22841908b1c075156b409a538d09c8466 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Thu Nov 21 13:47:23 2013 -0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 10 22:50:42 2013 +0100 |
tree | e904f4237d047a9e3dbdc8e4d1c3b4df9b7fa327 | |
parent | c8c8fb33b37766acf6474784b0d5245dab9a1690 [diff] |
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>