Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/mgag200: do not attempt to acquire a reservation while in an inte…
…rrupt handler Mutexes should not be acquired in interrupt context. While the trylock fastpath is arguably safe on all implementations, the slowpath unlock path definitely isn't. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
- Loading branch information