drm: Add a few Linux headers
drm/i915: Update to Linux commit 1f15b76f1ec973d1eb5d21b6d98b21aebb9025f1"Separate GPU hang waitqueue from advance"
drm cleanup 03/x: Move all includes in drmP.h to the top.Hide struct videomode under CONFIG_VIDEOMODE_HELPERS option.There is no need for it in DragonFly.While there, resort include order to mat
drm cleanup 03/x: Move all includes in drmP.h to the top.Hide struct videomode under CONFIG_VIDEOMODE_HELPERS option.There is no need for it in DragonFly.While there, resort include order to match one at Linux v4.3No functional change intended.
show more ...
drm/i915: Upgrade to Linux 4.0* Basic Skylake support* Panel Self-Refresh (PSR) now supported on Valleyview and Cherryview* Preparations for atomic display updates* Performance improvements o
drm/i915: Upgrade to Linux 4.0* Basic Skylake support* Panel Self-Refresh (PSR) now supported on Valleyview and Cherryview* Preparations for atomic display updates* Performance improvements on various GPU families, including Cherryview, Broadwell and Haswell* GPU frequencies are now kept at a minimum of 450MHz when possible on Haswell and Broadwell, ensuring a minimum experience level for various types of workloads* Improved reset support for gen3/4 GPUs, which should fix some OpenGL crashes on Core 2 and pre-2012 Atom machines* Better sound/graphics driver synchronization for audio over hdmi support* As usual, small bugfixes and stability improvements here and there
drm/i915: Update to Linux 3.14Changes specific to the DragonFly driver:* Most GEM code paths are now similar to Linux, leading to increased stability and performance. Making this change was g
drm/i915: Update to Linux 3.14Changes specific to the DragonFly driver:* Most GEM code paths are now similar to Linux, leading to increased stability and performance. Making this change was greatly helped by studying the OpenBSD code.* We were previously using legacy functions to set up page table entries and this was starting to become a serious problem on particular platforms such as gen4 or Broadwell. As of this commit, we now use the same chip-specific virtual functions as Linux.* RC6 and Frame Buffer Compression power savings enabled by default, depending on the GPU familyChanges brought by the Linux 3.11 => 3.14 driver update:* Various bug fixes on all GPU generations, especially stability improvements* Power consumption improvements* Many Valleyview/Baytrail support improvements* The giant 128MB L4 cache is now enabled when present on Haswell* Added support for Broadwell GPUs* HDMI 4K support* basic support for 3D/stereo displays on HDMI