git: drm cleanup 18/x: Gently remove drm_core_has_AGP, DRIVER_REQUIRE_AGP
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Fri May 20 01:39:58 PDT 2016
commit 53e4e5245e1754d21b860e70ba7b35f9e471995c
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Thu May 19 13:23:06 2016 +0300
drm cleanup 18/x: Gently remove drm_core_has_AGP, DRIVER_REQUIRE_AGP
Whole AGP handling is very fuzzy currently, specially in ttm.
This however this attempt seems to work.
While there remove two unused structs: drm_magic_head, drm_waitlist.
The stucts drm_gem_mm and drm_magic_entry will require some extra
work in drm_fops.c
Summary of changes:
sys/dev/drm/drm_bufs.c | 7 ++++++-
sys/dev/drm/drm_drv.c | 10 +---------
sys/dev/drm/include/drm/drmP.h | 26 --------------------------
sys/dev/drm/radeon/radeon_ttm.c | 2 +-
4 files changed, 8 insertions(+), 37 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/53e4e5245e1754d21b860e70ba7b35f9e471995c
--
DragonFly BSD source repository
More information about the Commits
mailing list