git: drm: drm_detach() is drm_release()
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sat Jan 10 00:57:07 PST 2015
commit d0cc45b69abe9fde8e0f4eae1ae451a16edc5156
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Sat Jan 10 09:31:00 2015 +0100
drm: drm_detach() is drm_release()
Rename it in order to reduce differences with Linux.
Summary of changes:
sys/dev/drm/drm_drv.c | 84 +-----------------
sys/dev/drm/drm_fops.c | 186 ++++++++++++++++++++++++++++++++++++++++
sys/dev/drm/i915/i915_drv.c | 2 +-
sys/dev/drm/include/drm/drmP.h | 7 +-
sys/dev/drm/radeon/radeon_drv.c | 2 +-
5 files changed, 195 insertions(+), 86 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0cc45b69abe9fde8e0f4eae1ae451a16edc5156
--
DragonFly BSD source repository
More information about the Commits
mailing list