diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-12-16 12:38:30 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-17 17:12:55 -0800 |
commit | bd5121bbb6b9a89d9d13878fa5bb1e833168ae18 (patch) | |
tree | 83b1b5ffd41f3738408305f6d8326f0433dcdfad /tools/perf/scripts/python/sched-migration.py | |
parent | 4ae078d58ac7fadace7eb30bade8da649ecc4ded (diff) |
imx-drm: imx-tve: don't call sleeping functions beneath enable_lock spinlock
Enable lock claims that it is serializing tve_enable/disable calls.
However, DRM already serialises mode sets with a mutex, which prevents
encoder/connector functions being called concurrently. Secondly,
holding a spinlock while calling clk_prepare_enable() is wrong; it
will cause a might_sleep() warning should that debugging be enabled.
So, let's just get rid of the enable_lock.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions