summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/i915/intel_overlay.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/i915: Update to match Linux 3.8.13dumbbell2016-03-081-195/+137
| | | | | | | | | This update brings initial support for Haswell GPUs. Tested by: Many users of FreeBSD, PC-BSD and HardenedBSD Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5554
* drm/i915: Further reduce the diff with Linux 3.8dumbbell2016-01-131-8/+5
| | | | | There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver.
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | This update brings few features: o Support for the setmaster/dropmaster ioctls. For instance, they are used to run multiple X servers simultaneously. o Support for minor devices. The only user-visible change is a new entry in /dev/dri but it is useless at the moment. This is a first step to support render nodes [1]. The main benefit is to greatly reduce the diff with Linux (at the expense of an unreadable commit diff). Hopefully, next upgrades will be easier. No updates were made to the drivers, beside adapting them to API changes. [1] https://en.wikipedia.org/wiki/Direct_Rendering_Manager#Render_nodes Tested by: Many people MFC after: 1 month Relnotes: yes
* An update for the i915 GPU driver, which brings the code up to Linuxkib2015-01-211-51/+56
| | | | | | | | | | | | commit 4d93914ae3db4a897ead4b. Some related drm infrastructure changes are imported as needed. Biggest update is the rewrite of the i915 gem io to more closely follow Linux model, althought the mechanism used by FreeBSD port is different. Sponsored by: The FreeBSD Foundation MFC after: 2 month
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-221-0/+1582
works with new generations of GPUs (IronLake, SandyBridge and supposedly IvyBridge). The driver is not connected to the build yet. Sponsored by: The FreeBSD Foundation MFC after: 1 week
OpenPOWER on IntegriCloud