]> git.karo-electronics.de Git - linux-beck.git/commit
drm/qxl: Remove release_lock stupidity
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Wed, 3 Sep 2014 14:59:41 +0000 (16:59 +0200)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Wed, 3 Sep 2014 15:09:11 +0000 (17:09 +0200)
commitd7e4d671369263381dd3a02e1f240f675be6b1f5
treee4c8b80b475129edbf1fec601d3d07696ef11725
parent47c1296829505d119d7d58dd23d39cc5db344f12
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>
drivers/gpu/drm/qxl/qxl_debugfs.c
drivers/gpu/drm/qxl/qxl_release.c