git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e851946
)
drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'
author
Keith Packard
<keithp@keithp.com>
Thu, 28 Jul 2011 22:31:19 +0000
(15:31 -0700)
committer
Keith Packard
<keithp@keithp.com>
Thu, 28 Jul 2011 22:41:51 +0000
(15:41 -0700)
drm_helper_hpd_irq_event queues another work proc to go and deliver
the user-space event, and that function also wants to hold the config
mutex, so we shouldn't hold the mutex across the
drm_helper_hpd_irq_event call.
Signed-off-by: Keith Packard <keithp@keithp.com>
No differences found