aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-11-05 18:13:43 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-23 20:14:44 +0000
commit4af72e2865a23ac090884a421bd1a8b19e247a22 (patch)
treea4188f9feed58258a13d8b00c907c19c5045c85e /include/drm
parentdrm/i915/gtt: call chipset flush directly (diff)
downloadlinux-dev-4af72e2865a23ac090884a421bd1a8b19e247a22.tar.xz
linux-dev-4af72e2865a23ac090884a421bd1a8b19e247a22.zip
drm: kill drm_agp_chipset_flush
No longer used. Cc: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index d4bc0f5cab8f..628f76772d22 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1319,7 +1319,6 @@ extern int drm_agp_unbind_ioctl(struct drm_device *dev, void *data,
extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
extern int drm_agp_bind_ioctl(struct drm_device *dev, void *data,
struct drm_file *file_priv);
-extern void drm_agp_chipset_flush(struct drm_device *dev);
/* Stub support (drm_stub.h) */
extern int drm_setmaster_ioctl(struct drm_device *dev, void *data,