History log of /dflybsd-src/sys/dev/drm/linux_irq.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1
# bb7b9e8b 07-Mar-2020 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add disable_irq() and enable_irq()


Revision tags: v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# 0e5f0c1c 21-Dec-2019 François Tigeot <ftigeot@wolfpond.org>

drm: Protect irq_list with lockmgr locks


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1
# 183e2373 25-Apr-2018 François Tigeot <ftigeot@wolfpond.org>

drm: Implement parts of the Linux irq subsystem

* Allowing to reuse more drm drivers code as-is from Linux

* Also allowing Linux irq functions to return expected status
codes, increasing general

drm: Implement parts of the Linux irq subsystem

* Allowing to reuse more drm drivers code as-is from Linux

* Also allowing Linux irq functions to return expected status
codes, increasing general driver robustness

Tested-with: many i915 devices, Radeon HD6450

show more ...