Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change some drm locks from IPL_TTY to IPL_NONE | 2020-07-13 | 1 | -1/+1 | |
| | | | | | | | | In drm linux spinlocks are mapped to mutex(9). Locks without calls to spin_lock_irqsave(), spin_lock_irq() and the like (which block interrupts) can be changed to IPL_NONE. ok kettenis@ | ||||
* | update drm to linux 5.7 | 2020-06-08 | 1 | -1/+59 | |
| | | | | | | | | | | adds kernel support for amdgpu: vega20, raven2, renoir, navi10, navi14 inteldrm: icelake, tigerlake Thanks to the OpenBSD Foundation for sponsoring this work, kettenis@ for helping, patrick@ for helping adapt rockchip drm and many developers for testing. | ||||
* | add amdgpu from linux 4.19.44 for recent AMD Radeon parts | 2019-05-21 | 1 | -0/+300 | |
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping. |