Module Name: src
Committed By: christos
Date: Tue Nov 11 02:49:16 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_agpsupport.h
Log Message:
add drm_agp_destroy
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h:1.2 src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h:1.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h:1.2 Wed Jul 16 16:56:25 2014
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h Mon Nov 10 21:49:16 2014
@@ -27,6 +27,7 @@ struct agp_memory *drm_agp_bind_pages(st
struct drm_agp_head *drm_agp_init(struct drm_device *dev);
void drm_agp_clear(struct drm_device *dev);
+void drm_agp_destroy(struct drm_device *dev);
int drm_agp_acquire(struct drm_device *dev);
int drm_agp_acquire_ioctl(struct drm_device *dev, void *data,
struct drm_file *file_priv);