aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Revert drm2 removal.Warner Losh2018-08-241-0/+1289
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1289/+0
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-081-533/+265
* drm/i915: Further reduce the diff with Linux 3.8Jean-Sébastien Pédron2016-01-131-4/+4
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-311-44/+48
* i915_gem_do_execbuffer() holds the pages backing each relocation region forJohn Baldwin2015-10-211-9/+12
* Most error cases in i915_gem_do_execbuffer() jump to one of two labels toJohn Baldwin2015-10-011-3/+6
* Merge i915_emit_box_p and i915_emit_box as done in linux 3.8Baptiste Daroussin2015-08-261-1/+1
* Reduce diff against linux 3.8Baptiste Daroussin2015-08-261-28/+35
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-3/+4
* An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov2015-01-211-104/+99
* drm/i915: Add HW context supportJean-Sébastien Pédron2014-09-171-0/+16
* Correct atomic operations in i915.Jung-uk Kim2013-08-281-1/+1
* Disable end of buffer fixup by default. New DDX does not need this, andKonstantin Belousov2012-05-281-1/+1
* Fix calculation of the execution buffer end in the mapped pagesKonstantin Belousov2012-05-281-3/+3
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+1528