]> git.baikalelectronics.ru Git - kernel.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)
commit454db840d964bb4320182c5112210b6556d3c77c
treee4c8b80b475129edbf1fec601d3d07696ef11725
parent868407c45f8af6dbabab359dd8fde087ce31c512
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