|
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 |
|
| #
e2a4a6b1 |
| 24-Jun-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Add headers, stubs and constants required by Linux 4.10 code
|
|
Revision tags: v5.8.1 |
|
| #
67c69cdf |
| 06-Mar-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Add wake_up_bit() and wait_on_bit_timeout()
|
|
Revision tags: v5.8.0 |
|
| #
34949973 |
| 23-Feb-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Implement more parts of prepare_to_wait() and finish_wait()
|
|
Revision tags: v5.9.0, v5.8.0rc1 |
|
| #
edbc586d |
| 14-Feb-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Rework wait_event_xxx and finish_wait functions
* Add required task state change in finish_wait()
* Move some formerly inline code to linux_wait.c in order to avoid problematic header
drm/linux: Rework wait_event_xxx and finish_wait functions
* Add required task state change in finish_wait()
* Move some formerly inline code to linux_wait.c in order to avoid problematic header interactions
show more ...
|
|
Revision tags: v5.6.3, v5.6.2, v5.6.1 |
|
| #
d658c120 |
| 16-Jun-2019 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Rework wait queues
* Make the implementation much closer to the Linux one
* Do not directly try to wake up threads, but use an indirect function call to do it, allowing drivers to over
drm/linux: Rework wait queues
* Make the implementation much closer to the Linux one
* Do not directly try to wake up threads, but use an indirect function call to do it, allowing drivers to override the default function
* Implement the expected default_wake_function() and autoremove_wake_function() routines
show more ...
|