| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
| |
From Felix Kuehling
8db9696c1fdfa3d80e29ee80d002f315e4e344a9 in linux 5.7.y/5.7.5
90ca78deb004abe75b5024968a199acb96bb70f9 in mainline linux
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
From Colin Ian King
6032df37982ab948e6d2a41744deabef9181bec9 in linux 4.19.y/4.19.92
17cf678a33c6196a3df4531fe5aec91384c9eeb5 in mainline linux
|
|
|
|
|
|
| |
From Christian Koenig
16bb81d541f31b163563fea951ccb30b0def0c0a in linux 4.19.y/4.19.92
6817bf283b2b851095825ec7f0e9f10398e09125 in mainline linux
|
|
|
|
| |
ok kettenis@
|
|
|
|
|
| |
From Alex Deucher
741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux
|
|
|
|
|
| |
From Likun Gao
5f4e2085eeab8c6386452bc18f4f680d1ea3b9d2 in mainline linux
|
|
committing now so this can be worked on in tree
Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@
for helping.
|