commit c19c624948dfb690756f0ab9867a120337fb7982
Author: François Tigeot <[email protected]>
Date: Sun Feb 23 08:13:00 2014 +0100
drm/ttm: Reduce differences with Linux 3.9
The FreeBSD port of the ttm code was based on some Linux commit which
happened
between the 3.8 and 3.9 releases.
For all intents and purposes, it might as well have been based on Linux 3.9.
Summary of changes:
sys/dev/drm/ttm/ttm_agp_backend.c | 8 +-
sys/dev/drm/ttm/ttm_bo.c | 87 ++-
sys/dev/drm/ttm/ttm_bo_manager.c | 11 +-
sys/dev/drm/ttm/ttm_bo_util.c | 32 +-
sys/dev/drm/ttm/ttm_execbuf_util.c | 18 +-
sys/dev/drm/ttm/ttm_lock.c | 32 +-
sys/dev/drm/ttm/ttm_memory.c | 6 +
sys/dev/drm/ttm/ttm_page_alloc_dma.c | 1133 ----------------------------------
sys/dev/drm/ttm/ttm_tt.c | 38 +-
9 files changed, 152 insertions(+), 1213 deletions(-)
delete mode 100644 sys/dev/drm/ttm/ttm_page_alloc_dma.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c19c624948dfb690756f0ab9867a120337fb7982
--
DragonFly BSD source repository