Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_on()
This is only called from: * Atomic modesetting hooks * Module probing routines * Legacy modesetting hooks All of which have IRQs enabled, so we can also get rid of irqsave/restore here to make the IRQ context of this function 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]>
- Loading branch information