|
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 |
|
| #
23b649bf |
| 06-Mar-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Improve linux/timer.h
|
|
Revision tags: v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, 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 |
|
| #
c369667e |
| 23-May-2018 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux/timer.h: No need to protect a callout struct from MP accesses
Spotted-by: Imre Vadász <imre@vdsz.com>
|
|
Revision tags: 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 |
|
| #
5abb6f61 |
| 27-Dec-2016 |
Imre Vadász <imre@vdsz.com> |
drm: Invert del_timer_sync return value, to match behaviour in Linux.
* DragonFly's callout_drain() returns 1 if the function was executed. Linux's del_timer_sync() returns 1 if the timer was pend
drm: Invert del_timer_sync return value, to match behaviour in Linux.
* DragonFly's callout_drain() returns 1 if the function was executed. Linux's del_timer_sync() returns 1 if the timer was pending and got cancelled. So inverting the callout_drain() return value should make del_timer_sync behave a bit more like the correponding function in Linux.
* This fixes the behaviour of the "if (del_timer_sync(&domain->timer) == 0)" check in intel_uncore_forcewake_reset() .
show more ...
|
|
Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc |
|
| #
d9b1635c |
| 14-Nov-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Implement a few missing functions from linux/timer.h
|
|
Revision tags: v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc |
|
| #
01c621f3 |
| 24-May-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Add linux/ktime.h
|
| #
203d5d51 |
| 23-May-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Add mod_timer_pinned()
|
| #
4c816622 |
| 23-May-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: define destroy_timer_on_stack()
|
|
Revision tags: v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc |
|
| #
7f070b26 |
| 03-May-2014 |
François Tigeot <ftigeot@wolfpond.org> |
linux/timer.h: Add round_jiffies_up_relative()
|
| #
fe87864c |
| 22-Apr-2014 |
François Tigeot <ftigeot@wolfpond.org> |
linux/timer.h: Adapt to Dragonfly
* Protect callout structures from concurrent operations on MP machines
* Expand the API for use with drm code from Linux 3.8.x
|
| #
77343d59 |
| 22-Apr-2014 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Import linux/timer.h from FreeBSD's OFED stack
|