This is needed by the drm-kmod 5.6 update
Details
Details
- Reviewers
bz manu • hselasky - Group Reviewers
linuxkpi - Commits
- rG511bbe502e8a: linuxkpi: Add spin_trylock_irqsave() macro
rG086cfe4df8ab: linuxkpi: Add spin_trylock_irqsave() macro
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
On Linux, spin_trylock_irqsave() is used when you want to save the IRQ before doing a trylock, however we aren't doing this as we do in spin_trylock_irq(). This is called in the i915 part of the drm-kmod 5.7 update.