]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Split power sequencer panel on/off functions to locked and unlocked variants
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Oct 2014 18:27:32 +0000 (21:27 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 4 Nov 2014 22:22:01 +0000 (23:22 +0100)
commit8c42576c4fe48251df4adbd684f2810e6985b304
tree3510837f66c6db11c344f375947f9c2e4a791906
parentee8cc3cbf5da29d01c6b86590fdfd45ca3f8435c
drm/i915: Split power sequencer panel on/off functions to locked and unlocked variants

We'll be needing to the call the power seqeuencer functions while
already holding pps_mutex, so split the locking out to small wrapper
functions.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c