]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/drm/drmP.h
drm/gem: switch dev->object_name_lock to a mutex
[karo-tx-linux.git] / include / drm / drmP.h
index 7782dbbbe1260a72ebd00bcf21397c65a3be0888..bf058470a0fdf9f5c91e12da53211fcace6c692f 100644 (file)
@@ -1196,7 +1196,7 @@ struct drm_device {
 
        /** \name GEM information */
        /*@{ */
-       spinlock_t object_name_lock;
+       struct mutex object_name_lock;
        struct idr object_name_idr;
        /*@} */
        int switch_power_state;