git: drm: Remove the drm_gem_names subsystem

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Oct 6 23:01:27 PDT 2013


commit c7e1c9dd9a6540625baf71a8d2706f10a91728d8
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sat Oct 5 21:59:04 2013 +0200

    drm: Remove the drm_gem_names subsystem
    
    And use the original idr code from Linux 3.8 instead

Summary of changes:
 sys/dev/drm/drm/Makefile                |   1 -
 sys/dev/drm/drm_gem.c                   | 365 ++++++++++++++++++++++----------
 sys/dev/drm/drm_gem_names.c             | 211 ------------------
 sys/dev/drm/include/drm/drmP.h          |  19 +-
 sys/dev/drm/include/drm/drm_crtc.h      |   1 -
 sys/dev/drm/include/drm/drm_gem_names.h |  63 ------
 6 files changed, 261 insertions(+), 399 deletions(-)
 delete mode 100644 sys/dev/drm/drm_gem_names.c
 delete mode 100644 sys/dev/drm/include/drm/drm_gem_names.h

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list