History log of /dflybsd-src/sys/dev/drm/include/asm/pgtable.h (Results 1 – 4 of 4)
Revision Date Author Comments
# c5cb444a 06-Nov-2018 François Tigeot <ftigeot@wolfpond.org>

drm/linux: fix pgprot_xxx functions


# 1ca9f5d2 16-Sep-2018 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Increase coverage of the page protection APIs


# 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 ...


# 2cd2ed12 04-May-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Add asm/pgtable.h and asm/pgtable_types.h