drm/i915: Use mode_config.mutex in ironlake_panel_vdd_work
authorKeith Packard <keithp@keithp.com>
Mon, 31 Oct 2011 18:30:10 +0000 (11:30 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 1 Nov 2011 16:14:56 +0000 (09:14 -0700)
commit627f7675f0f530ea555d76543dc4e469d70a1532
treed67ae7aacff546d9dc1c87121af7b472554f86dc
parentc5e62bdd73da80e1017058c923336a5a150af9f2
drm/i915: Use mode_config.mutex in ironlake_panel_vdd_work

Use of the struct_mutex is not correct for locking in mode setting paths.

Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_dp.c