aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2013-12-11 11:34:39 +0100
committerDave Airlie <[email protected]>2013-12-18 11:27:29 +1000
commit8a5a80081a1cc8b4f7bdf777fde3d955a020481c (patch)
tree9e56b5cd9092dfdf209c8355f82a85296778ae1d /lib/mpi/mpi-internal.h
parentd5e41ad3b947be2615e7d9102333e918d012c340 (diff)
drm: remove global_mutex locking around agp_init
David Herrmann dutifully moved this locking along when moving the agp_init call out of the generic drm_dev_register into the pci specific load helpers. But afaict there's no need and the reason for that locking has been purely a historical accident - we need the lock around the driver dev node registration to paper over the midlayer init races, and the agp init simply ended up in there. The real fix for all this is of course to delay the dev (and sysfs/debugfs) interface registration until everything is fully set up. Until then stop the cargo-cult locking from spreading and remove the locking. Cc: David Herrmann <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions