drm/ttm: Use Linux kobjects
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 19 Sep 2018 18:07:35 +0000 (20:07 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 19 Sep 2018 18:11:11 +0000 (20:11 +0200)
commit3a2096e8e9e6a169d2b3e1eaa595e1af6c3582db
tree1cea0336febe5d3566b2835e52a4c996714ceaab
parent15dba7a934ccec493b5479b70a07107f7689c597
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"
sys/conf/files
sys/dev/drm/drm/Makefile
sys/dev/drm/drm_sysfs.c
sys/dev/drm/include/drm/drm_sysfs.h [new file with mode: 0644]
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
sys/dev/drm/include/drm/ttm/ttm_memory.h
sys/dev/drm/include/drm/ttm/ttm_module.h
sys/dev/drm/ttm/ttm_bo.c
sys/dev/drm/ttm/ttm_memory.c
sys/dev/drm/ttm/ttm_module.c [new file with mode: 0644]
sys/dev/drm/ttm/ttm_page_alloc.c