aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/i915/i915_reg.h
Commit message (Expand)AuthorAgeFilesLines
* Revert drm2 removal.Warner Losh2018-08-241-0/+4666
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-4666/+0
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-081-96/+7
* Synchronize i915_reg.h with linux 3.8.13 versionBaptiste Daroussin2015-08-261-151/+562
* An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov2015-01-211-27/+465
* drm/i915: Add HW context supportJean-Sébastien Pédron2014-09-171-0/+30
* Partial revert of r258779 and r258780:Eitan Adler2013-12-021-24/+24
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-22/+22
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+3876