commit d1c259eee6a290aadce1c78a746e131034aba76a
Author: François Tigeot <[email protected]>
Date:   Mon Nov 3 11:36:06 2014 +0200

    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

Summary of changes:
 sys/dev/drm/i915/i915_dma.c     |   3 +
 sys/dev/drm/i915/i915_gem.c     | 585 +++++++++++++++++++++++++---------------
 sys/dev/drm/i915/i915_gem_gtt.c |  39 +++
 3 files changed, 411 insertions(+), 216 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d1c259eee6a290aadce1c78a746e131034aba76a


-- 
DragonFly BSD source repository

Reply via email to