commit | d7e4d671369263381dd3a02e1f240f675be6b1f5 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Wed Sep 03 16:59:41 2014 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Wed Sep 03 17:09:11 2014 +0200 |
tree | e4c8b80b475129edbf1fec601d3d07696ef11725 | |
parent | 47c1296829505d119d7d58dd23d39cc5db344f12 [diff] |
drm/qxl: Remove release_lock stupidity The locking of release_lock was stupid; t should have been be called with fence_lock_irq if it was legitimately used. Unfortunately it never protected anything except the fence implementation correctly. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>