CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/03 19:53:23
Modified files:
sys/dev/pci/drm: drm_vblank.c
sys/dev/pci/drm/i915: intel_engine_cs.c
sys/dev/pci/drm/include/linux: seqlock.h
Log message:
Make seqlock_init() take an IPL argument so the engine stats lock which
uses write_seqlock_irqsave() will be backed by a mutex with IPL_TTY.
