summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-10-31 11:33:34 +1100
committerDave Airlie <airlied@redhat.com>2007-10-31 11:33:34 +1100
commit17f0882d5080a2436e4351c2bf497b8e00bc8e74 (patch)
treea5b770b2871555f559a164277e90c84a13a5e92c /linux-core/drmP.h
parent2489062a3319c72197914ee06b089ae581c5f0a8 (diff)
drm: add chipset flushing via agp support
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index ac3ca4d2..c014eddf 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -1133,6 +1133,7 @@ extern int drm_agp_free_memory(DRM_AGP_MEM * handle);
extern int drm_agp_bind_memory(DRM_AGP_MEM * handle, off_t start);
extern int drm_agp_unbind_memory(DRM_AGP_MEM * handle);
extern struct drm_ttm_backend *drm_agp_init_ttm(struct drm_device *dev);
+extern void drm_agp_chipset_flush(struct drm_device *dev);
/* Stub support (drm_stub.h) */
extern int drm_get_dev(struct pci_dev *pdev, const struct pci_device_id *ent,
struct drm_driver *driver);