History log of /dflybsd-src/sys/dev/drm/include/asm/cacheflush.h (Results 1 – 9 of 9)
Revision Date Author Comments
# 07f8725a 30-May-2019 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add set_memory_uc()


# 51933d89 25-Nov-2018 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add set_pages_array_xx() functions


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


# fc8df113 12-Mar-2017 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add cacheflushopt()


# c441a1f1 12-Apr-2016 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add set_pages_wb()


# 1b13d190 24-Oct-2015 François Tigeot <ftigeot@wolfpond.org>

drm/i915: Update to Linux 3.18

* Revamped, more robust vblank handling

* More paranoid pageflips, with added error detection and recovery logic

* Lots of Cherryview improvements, including runtime

drm/i915: Update to Linux 3.18

* Revamped, more robust vblank handling

* More paranoid pageflips, with added error detection and recovery logic

* Lots of Cherryview improvements, including runtime power management
and better eDP panel support

* Lots of Broadwell improvements. GPU commands can now be submitted via
a new execlist mechanism

* Preparatory work for Skylake support

show more ...


# 96acd33e 20-Jul-2015 Matthew Dillon <dillon@apollo.backplane.com>

kernel - Fix pmap_change_attr() use cases.

* In DragonFly this function takes a page count, not a byte count.
some calls were made with a byte count, others with a page count.

Note that in Free

kernel - Fix pmap_change_attr() use cases.

* In DragonFly this function takes a page count, not a byte count.
some calls were made with a byte count, others with a page count.

Note that in FreeBSD this function takes a byte count, but after
reviewing the use cases I decided to normalize it all to a page count.

* Fixes reported DRM issues. Might also fix test branch ehci/ethernet
panics due to memory corruption when DRM is loaded.

show more ...


# c9fdb286 11-Jul-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Implement set_memory_wc() and set_memory_wb()


# b86cbe23 22-May-2015 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add set_pages_uc()