CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/01 20:09:59
Modified files:
sys/dev/pci/drm: drm_fb_helper.c
sys/dev/pci/drm/i915: i915_perf.c intel_breadcrumbs.c
intel_guc_ct.c intel_guc_submission.c
intel_lpe_audio.c
sys/dev/pci/drm/include/linux: spinlock_types.h
Log message:
Use IPL_TTY for locks used as arguments to spin_lock_irq() and
spin_lock_irqsave() to closer match the linux interrupt blocking
behaviour. Prompted by a discussion with kettenis@.
ok kettenis@
