git: drm/i915: Implement GEM GET and SET_CACHING ioctls

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Aug 26 09:38:58 PDT 2014


commit e61afc2bd565291a3326f25abec118a60e3ce9c0
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Tue Aug 26 18:21:17 2014 +0200

    drm/i915: Implement GEM GET and SET_CACHING ioctls
    
    They can be used by userspace drivers to accelerate uploads and downloads
    from the GPU and also mix CPU and GPU rendering/activity efficiently.
    
    Obtained-from: Linux 3.8.13

Summary of changes:
 sys/dev/drm/i915/i915_dma.c |  2 ++
 sys/dev/drm/i915/i915_gem.c | 63 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 64 insertions(+), 1 deletion(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list