commit | 5887a2ad53cee2c90401564a00fabf6af61a1aa5 | [log] [tgz] |
---|---|---|
author | Lyude Paul <lyude@redhat.com> | Mon Jul 20 15:07:36 2020 -0400 |
committer | Lyude Paul <lyude@redhat.com> | Tue Jul 21 11:08:35 2020 -0400 |
tree | e713d75b8c9634c00182439b1caf49979cb09ad0 | |
parent | 7f07c35fe63bc9563237436cb07bcc28f82a45b7 [diff] |
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>