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 |
|
#
3f2dd94a |
| 19-Dec-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Update to Linux 4.15.18
* Create /dev/dri/renderD* devices Generally handle /dev entries creation as close to Linux as possible.
* Add drm master support Sync authentification code with Li
drm: Update to Linux 4.15.18
* Create /dev/dri/renderD* devices Generally handle /dev entries creation as close to Linux as possible.
* Add drm master support Sync authentification code with Linux 4.15.18
* handle vm_mm->mmap_sem in ttm page fault operations
* Update dma-fence code from OpenBSD
* This commit contains sleep/wakeup and other changes from Matthew Dillon <dillon@apollo.backplane.com>
show more ...
|
Revision tags: v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3 |
|
#
24059068 |
| 21-Dec-2019 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Protect iomap_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, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc |
|
#
77c48adb |
| 06-Jan-2017 |
Matthew Dillon <dillon@apollo.backplane.com> |
kernel - Refactor phys_avail[] and dump_avail[]
* Refactor phys_avail[] and dump_avail[] into a more understandable structure.
|
Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0 |
|
#
7c3d2bf2 |
| 15-Jul-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Rework ioremap functions
No need to have pmap_mapdev_xxx() calls into the leaf functions, put as much code as possible into __ioremap_common()
|
#
742b09c6 |
| 18-May-2016 |
zrj <rimvydas.jasinskas@gmail.com> |
drm cleanup 13/x: Gather scattered debug macros to common places.
No functional change except for dev_dbg() in radeonkms that now prints unconditionally.
|
#
24409b39 |
| 12-Apr-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Improve ioremap*/iounmap functions
* Properly track ioremap allocations
* Set address-space ranges to write back in iounmap() if and only if they are backed by regular memory
|