commit | 28ec711cd427f8b61f73712a43b8100ba8ca933b | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Sat Jul 27 16:37:00 2013 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Aug 07 10:14:24 2013 +1000 |
tree | 1ceebcff67e41b55b570869984a15d62523aa8a7 | |
parent | 08fcd72b14e440feb748ddc33e7057716116a74a [diff] |
drm/agp: move AGP cleanup paths to drm_agpsupport.c Introduce two new helpers, drm_agp_clear() and drm_agp_destroy() which clear all AGP mappings and destroy the AGP head. This allows to reduce the AGP code in core DRM and move it all to drm_agpsupport.c. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>