commit | 15e899a01b5a50d12c96f696a43d4bd5a1ece8be | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Aug 18 22:16:02 2014 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 03 11:04:07 2014 +0200 |
tree | 086193d643add46f6ba7537810ad7e0ef6244aec | |
parent | be2c9196e4da55b7351fc17dd6f3d11bd36ba893 [diff] |
drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync() If we force vdd off warn if someone is still using it. With this change the delayed vdd off work needs to check want_panel_vdd itself to make sure it doesn't try to turn vdd off when someone is using it. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>