History log of /dflybsd-src/sys/dev/drm/include/linux/cache.h (Results 1 – 4 of 4)
Revision Date Author Comments
# cba80b66 03-Jul-2020 Sascha Wildner <saw@online.de>

<sys/cdefs.h>: Move various defines to <sys/systm.h> where they belong.

Namely, __exclusive_cache_line, __read_frequently and __read_mostly.

While here, fix some whitespace.

No functional changes.


# d6aa1cc5 06-May-2018 François Tigeot <ftigeot@wolfpond.org>

drm: Sync include directives with Linux

* Add a few key include/asm or include/linux headers

* Move some code from .h to .c files in order to avoid clashes
between the DragonFly and Linux variant

drm: Sync include directives with Linux

* Add a few key include/asm or include/linux headers

* Move some code from .h to .c files in order to avoid clashes
between the DragonFly and Linux variants of kmalloc() and kfree()

show more ...


# c0e85e96 06-Jan-2017 François Tigeot <ftigeot@wolfpond.org>

drm/i915: Update to Linux 4.6

* Skylake and Kabylake support improvements

* FBC (FrameBuffer Compression) now enabled by default on Haswell and
Broadwell GPUs

* PSR (Panel Self Refresh) support

drm/i915: Update to Linux 4.6

* Skylake and Kabylake support improvements

* FBC (FrameBuffer Compression) now enabled by default on Haswell and
Broadwell GPUs

* PSR (Panel Self Refresh) support improved, now enabled by default on
Valleyview, CherryView, Haswell and Broadwell

* Improved DSI panel support

* HDMI hotplug fixes

* Various bugfixes everywhere

show more ...


# d998b496 15-Nov-2016 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add cache_line_size()