aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r600.c
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-09-12 12:55:42 +0200
committerLucas Stach <l.stach@pengutronix.de>2018-12-18 11:55:07 +0100
commit5a23144cb507bda66b98666e46b8b677df14c2e7 (patch)
tree084562077895ea202ef706a8d71d8a811a656018 /drivers/gpu/drm/radeon/r600.c
parent99e294492ef9eb7edaf92b1280377abd07f99c40 (diff)
drm/etnaviv: remove unnecessary local irq disable
The only event function that is called from IRQ context is event_free, which is already using atomic bitmap operations, so we can avoid taking the event spinlock in this function completely. As other the other functions still using the event spinlock are all called from normal process context, we can avoid disabling IRQs while holding the spinlock. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600.c')
0 files changed, 0 insertions, 0 deletions