Hi all, This is a small series to cleanup some cruft I've stumbled upon while crawling through the intel agp/gtt stuff.
The first patch is part of my intel-gtt crusade. To avoid merge conflicts it would be great if this could go into drm-core-next before Eric's rebasing his drm-intel-next on it (due to my make-gem-embeddable work). Tested on my agp rv570 and my i945 with no ill effects. Please review and merge. Thanks, Daniel Daniel Vetter (3): drm: kill drm_agp_chipset_flush drm: drop return value of drm_free_agp drm: kill agp indirection mess drivers/gpu/drm/drm_agpsupport.c | 47 +++---------------------------------- drivers/gpu/drm/drm_memory.c | 14 +++-------- drivers/gpu/drm/i915/i915_gem.c | 8 +++--- include/drm/drmP.h | 8 +----- 4 files changed, 13 insertions(+), 64 deletions(-) _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
