#
2cecdd68 |
| 05-Aug-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Add headers and infrastructure required by Linux 4.13+ code
|
#
e2a4a6b1 |
| 24-Jun-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Add headers, stubs and constants required by Linux 4.10 code
|
#
09f141c4 |
| 03-Nov-2019 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Remove most system headers from linux/list.h
They do not serve any useful purpose there.
Suggested-by: zrj
|
#
d653c727 |
| 17-Feb-2019 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Fix Linux/DragonFly PAGE_MASK confusion
* Both Linux and the DragonFly kernel use a PAGE_MASK constant, which is unfortunately defined differently in each one
* Define a LINUX_PAGE_MASK macr
drm: Fix Linux/DragonFly PAGE_MASK confusion
* Both Linux and the DragonFly kernel use a PAGE_MASK constant, which is unfortunately defined differently in each one
* Define a LINUX_PAGE_MASK macro and use it when applicable in the drm code to fix this confusion
* One or two drm/radeon bugs were possibly caught during the process
* This commit based on a patch by tuxillo
Spotted-by: tuxillo Fixes: https://bugs.dragonflybsd.org/issues/3171
show more ...
|
#
b3816793 |
| 16-Sep-2018 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: use pgprot_t
|
#
f0bba3d1 |
| 09-Jun-2018 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Define struct page and use it everywhere
* Removing countless differences with Linux
* struct page is essentially struct vm_page named differently. Both can be casted to the other one withou
drm: Define struct page and use it everywhere
* Removing countless differences with Linux
* struct page is essentially struct vm_page named differently. Both can be casted to the other one without further thought.
show more ...
|
#
541aa16d |
| 29-Mar-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Add asm/memory_model.h
|
#
8b1a6a38 |
| 04-May-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Add asm/page.h
|