diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-04 16:33:04 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-04 17:11:54 +0200 |
commit | 7b4f3990a22fbe800945f12001bc30db374d0af5 (patch) | |
tree | 2e894f736ba0c4c05b481e7db8d8a122c70a9850 /MAINTAINERS | |
parent | drm/i915: mark display port DPMS state as 'ON' when enabling output (diff) | |
download | linux-7b4f3990a22fbe800945f12001bc30db374d0af5.tar.xz linux-7b4f3990a22fbe800945f12001bc30db374d0af5.zip |
drm/i915: Avoid circular locking from intel_fbdev_fini()
lockdep spots that the fb_info->lock takes the dev->struct_mutex during
init (due to the device probing) and so we can not hold
dev->struct_mutex when unregistering the framebuffer. Simply reverse the
order of initialisation during cleanup and so do the intel_fbdev_fini()
before the intel_modeset_cleanup.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions