drm/i915: Make the GEM code more Linux-like
authorFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 3 Nov 2014 09:36:06 +0000 (11:36 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 3 Nov 2014 11:09:11 +0000 (12:09 +0100)
commitd1c259eee6a290aadce1c78a746e131034aba76a
treef2adaff432430c114f956dd141ab7deaa724fde8
parentd4eb5271ecc5fe7fd9dd29fad323940f24e6b8dc
drm/i915: Make the GEM code more Linux-like

* Reduce differences with Linux 3.8.13

* Segregate memory domains in the GTT using coloring

* Enable the use of i915 semaphores
sys/dev/drm/i915/i915_dma.c
sys/dev/drm/i915/i915_gem.c
sys/dev/drm/i915/i915_gem_gtt.c