diff options
author | Lyude Paul <[email protected]> | 2020-07-20 15:07:34 -0400 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2020-07-21 11:08:04 -0400 |
commit | eb2ee0efd452dff6a8e6911ae46e25368b6c0ea7 (patch) | |
tree | ab51b233923ff48db2078982208de580c9224598 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 92cc68e35863c1c61c449efa2b2daef6e9926048 (diff) |
drm/vblank: Use spin_(un)lock_irq() in drm_legacy_vblank_post_modeset()
This function is only ever called from ioctl context, so we're
guaranteed to have interrupts enabled. Stop using the irqsave/irqrestore
variants of spin_(un)lock_irq() 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