drm cleanup 18/x: Gently remove drm_core_has_AGP, DRIVER_REQUIRE_AGP
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 19 May 2016 10:23:06 +0000 (13:23 +0300)
committerzrj <zrj@dragonflybsd.org>
Fri, 20 May 2016 08:51:01 +0000 (11:51 +0300)
commit53e4e5245e1754d21b860e70ba7b35f9e471995c
tree3859911cde93f237ed8e7a1dcf1aa5630859060c
parent04b45e6f810f7a33aeb4243e718ac438d707e469
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
sys/dev/drm/drm_bufs.c
sys/dev/drm/drm_drv.c
sys/dev/drm/include/drm/drmP.h
sys/dev/drm/radeon/radeon_ttm.c