drm/vblank: Use spin_(un)lock_irq() in drm_crtc_queue_sequence_ioctl()
authorLyude Paul <lyude@redhat.com>
Mon, 20 Jul 2020 19:07:36 +0000 (15:07 -0400)
committerLyude Paul <lyude@redhat.com>
Tue, 21 Jul 2020 15:08:35 +0000 (11:08 -0400)
commit5887a2ad53cee2c90401564a00fabf6af61a1aa5
treee713d75b8c9634c00182439b1caf49979cb09ad0
parent7f07c35fe63bc9563237436cb07bcc28f82a45b7
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_queue_sequence_ioctl()

This is an ioctl callback, so we're guaranteed to have IRQs enabled when
calling this function. Use the plain _irq() variants of spin_(un)lock()
to make this more obvious.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200720190736.180297-6-lyude@redhat.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_vblank.c