#
a85cb24f |
| 27-Jul-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Update to Linux 4.12.14
* Initial Geminilake support
* Support improvements and model-specific bug fixes for Broxton, Haswell, Broadwell, Skylake and Kabylake hardware
* Various generic i91
drm: Update to Linux 4.12.14
* Initial Geminilake support
* Support improvements and model-specific bug fixes for Broxton, Haswell, Broadwell, Skylake and Kabylake hardware
* Various generic i915 bug fixes, including page flipping and memory corruption issues
* Minor radeon bug fixes
show more ...
|
#
862a9d7e |
| 15-Feb-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Add boot_cpu_data
|
#
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 ...
|
#
8621f407 |
| 23-Mar-2017 |
François Tigeot <ftigeot@wolfpond.org> |
drm/i915: Update to Linux 4.7.10
* Various bugfixes, including GPU-specific ones on Ironlake and more recent hardware. Runtime power management and atomic modesetting have been specially impro
drm/i915: Update to Linux 4.7.10
* Various bugfixes, including GPU-specific ones on Ironlake and more recent hardware. Runtime power management and atomic modesetting have been specially improved.
* Fix Hardware hangs on Ironlake, Sandybridge, Ivybridge, Skylake and Kabylake GPUs
* Fix various display flickering issues, including PSR, Broadwell and Display-port specific ones
* Kabylake support is no longer considered experimental
* Color management has been added for Broadwell, Skylake, Kabylake as well as Cherryview and Broxton GPUs. The intent is to obtain more accurate color representation on various types of panel.
show more ...
|
#
fc8df113 |
| 12-Mar-2017 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Add cacheflushopt()
|
#
85d09e23 |
| 01-Apr-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Improve drm_cache.c
|
#
19c468b4 |
| 23-Feb-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm/i915: Update to Linux 4.2
* Work in progress atomic modesetting support
* Broadwell support improvements
* Skylake support improvements, including runtime power management. Starting from Lin
drm/i915: Update to Linux 4.2
* Work in progress atomic modesetting support
* Broadwell support improvements
* Skylake support improvements, including runtime power management. Starting from Linux 4.2, a separate firmware blob is required to save and restore the state of display engines in some low-power modes. These low-power modes have been forcibly disabled in the DragonFly version of this driver in order to keep it blob-free.
* Basic Broxton (BXT) support
* Various Displayport improvements including optimized link training, increased robustness, and automated support for compliance testing
* Execlist overhead reduced
* Frequency boost tuning
* Plenty of bugfixes all around
show more ...
|
#
6431cd91 |
| 21-Feb-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Use drm_legacy_xxx functions
Reducing differences with Linux
|
#
477eb7f9 |
| 23-Jan-2016 |
François Tigeot <ftigeot@wolfpond.org> |
drm/i915: Update to Linux 4.1
* Valleyview support has been vastly improved and is no longer considered preliminary
* Skylake support improvements: runtime power management, turbo and sleep sta
drm/i915: Update to Linux 4.1
* Valleyview support has been vastly improved and is no longer considered preliminary
* Skylake support improvements: runtime power management, turbo and sleep states should now be fully operational. Many workarounds have been added for Skylake specific issues
* Preliminary changes to prepare for Broxton (future Atom SOCs) support
* Distinguish hardware minimum and user minimum frequencies. Set the GPU frequency to the hardware minimum on idle in order to reduce power usage
* DRRS (dynamic refresh rate switching) is now enabled where supported. The idea is to reduce the refresh rate of the panel to save power when nothing changes on the screen
* DP deadlock bugfixes and improved link rate computation. Intermediate link rate support for eDP 1.4
* XenGT client-side support. This is paravirtualization to allow virtual machines to tap into the render engines
* Plenty of internal work to prepare for atomic mode setting
* Lots of other smaller work all over such as added documentation, dead UMS code removal, vblank interrupt cleanings, etc...
show more ...
|
#
ba55f2f5 |
| 24-Jul-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm/i915: Update to Linux 3.16
* Much improved support for Broadwell GPUs. Acceleration should now be fully operational and the giant L4 eDRAM cache is now enabled when present.
* Baytrail/Valley
drm/i915: Update to Linux 3.16
* Much improved support for Broadwell GPUs. Acceleration should now be fully operational and the giant L4 eDRAM cache is now enabled when present.
* Baytrail/Valleyview support improvements
* prelimary support for Cherryview (14nm Atom SOCs)
* Various fixes and performance improvements on most other GPU generations
* Improved runtime power management
* 5.4GHz DisplayPort support
* Large cursor support (up to 256x256 pixels), useful for high-dpi displays.
* Mapping of user pages into video memory (userptr) This allows zero-copy downloads and efficient readback to/from the GPU, allowing faster rendering of client-side software rasterisers, mitigation of stalls due to read back and faster pipelining of texture data (such as pixel buffer objects in GL or data blobs in CL). Mixed CPU/GPU operations become more efficient in general.
show more ...
|
#
40d5c108 |
| 28-Feb-2015 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Add drm_clflush_virt_range()
Obtained-from: Linux 3.11
|