git: drm: Use drm_legacy_xxx functions

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Feb 21 00:14:31 PST 2016


commit 6431cd91ee191a49917d14e28cae175e7094de88
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Feb 21 08:58:43 2016 +0100

    drm: Use drm_legacy_xxx functions
    
    Reducing differences with Linux

Summary of changes:
 sys/dev/drm/drm_bufs.c               |  34 +++++----
 sys/dev/drm/drm_cache.c              |   6 ++
 sys/dev/drm/drm_drv.c                |   1 -
 sys/dev/drm/drm_fops.c               | 132 +++++++++++++++--------------------
 sys/dev/drm/drm_memory.c             |  64 +++++++----------
 sys/dev/drm/include/drm/drmP.h       |  22 ------
 sys/dev/drm/include/drm/drm_legacy.h |   5 ++
 sys/dev/drm/include/linux/highmem.h  |   3 +
 sys/dev/drm/radeon/r600_cp.c         |  18 +++--
 sys/dev/drm/radeon/radeon_bios.c     |  35 ++--------
 sys/dev/drm/radeon/radeon_cp.c       |  16 ++---
 11 files changed, 137 insertions(+), 199 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6431cd91ee191a49917d14e28cae175e7094de88


-- 
DragonFly BSD source repository



More information about the Commits mailing list