diff options
author | Lyude Paul <[email protected]> | 2020-07-20 15:07:36 -0400 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2020-07-21 11:08:35 -0400 |
commit | 5887a2ad53cee2c90401564a00fabf6af61a1aa5 (patch) | |
tree | e713d75b8c9634c00182439b1caf49979cb09ad0 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
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 <[email protected]>
Cc: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions