Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle capable(CAP_SYS_NICE) for allowing high priority contexts | 2020-10-21 | 1 | -4/+0 | |
| | |||||
* | 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 | -0/+2693 | |
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. |