diff options
author | Lyude Paul <[email protected]> | 2020-07-20 15:07:35 -0400 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2020-07-21 11:08:04 -0400 |
commit | 7f07c35fe63bc9563237436cb07bcc28f82a45b7 (patch) | |
tree | f4543d131d63dcf6b62a41ba3215472bb96601fa /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | eb2ee0efd452dff6a8e6911ae46e25368b6c0ea7 (diff) |
drm/vblank: Use spin_(un)lock_irq() in drm_queue_vblank_event()
This one's easy - we're already calling kzalloc(GFP_KERNEL) in this
function, so we must already be guaranteed to have IRQs enabled when
calling this. So, 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]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions