CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/09/27 05:09:26
Modified files: sys/dev/pci/drm: drm_crtc.c drm_crtc.h drm_linux.h sys/dev/pci/drm/radeon: radeon.h radeon_fence.c sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_api.h ttm_bo_driver.h ttm_bo_util.c ttm_bo_vm.c ttm_memory.c ttm_memory.h ttm_object.c ttm_object.h ttm_page_alloc.c Removed files: sys/dev/pci/drm: refcount.h Log message: Switch remaining users of the FreeBSD refcount apis back to the original linux kref/kobject use. ok kettenis@