commit | d7d8aac79dc38cbdef83b774e49bafdae9918137 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | Sat Mar 24 17:52:49 2007 +1100 |
committer | Dave Airlie <airlied@linux.ie> | Sat Mar 24 18:00:22 2007 +1100 |
tree | 45eb61fb816117ac0913fbe63d2e430bbfaa65a2 | |
parent | 040ac32048d5efabd557c1e0a6ab8aec2c710c56 [diff] |
drm: fix up mmap locking in preparation for ttm changes This change is needed to protect againt disappearing maps which aren't common. The map lists are protected using sturct_mutex but drm_mmap never locked it. Signed-off-by: Dave Airlie <airlied@linux.ie>