git: drm/ttm: Use Linux kobjects
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Wed Sep 19 14:16:42 PDT 2018
commit 3a2096e8e9e6a169d2b3e1eaa595e1af6c3582db
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Wed Sep 19 20:07:35 2018 +0200
drm/ttm: Use Linux kobjects
* Reducing differences with Linux
* Changes based on Linux commit ecff665f5e3f1c6909353e00b9420e45ae23d995
"drm/ttm: make ttm reservation calls behave like reservation calls"
Summary of changes:
sys/conf/files | 1 +
sys/dev/drm/drm/Makefile | 3 +-
sys/dev/drm/drm_sysfs.c | 14 ++-
sys/dev/drm/include/drm/drm_sysfs.h | 12 +++
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h | 2 +-
sys/dev/drm/include/drm/ttm/ttm_memory.h | 17 +++-
sys/dev/drm/include/drm/ttm/ttm_module.h | 5 +-
sys/dev/drm/ttm/ttm_bo.c | 61 +++++++++----
sys/dev/drm/ttm/ttm_memory.c | 127 +++++++++++++++++++++-------
sys/dev/drm/ttm/ttm_module.c | 105 +++++++++++++++++++++++
sys/dev/drm/ttm/ttm_page_alloc.c | 67 ++++++++++++---
11 files changed, 348 insertions(+), 66 deletions(-)
create mode 100644 sys/dev/drm/include/drm/drm_sysfs.h
create mode 100644 sys/dev/drm/ttm/ttm_module.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a2096e8e9e6a169d2b3e1eaa595e1af6c3582db
--
DragonFly BSD source repository
More information about the Commits
mailing list