Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm add drm_agp_destroy



details:   https://anonhg.NetBSD.org/src/rev/de2f335bc9af
branches:  trunk
changeset: 803758:de2f335bc9af
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 11 02:49:16 2014 +0000

description:
add drm_agp_destroy

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 5ced7900cc9d -r de2f335bc9af sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h   Tue Nov 11 02:37:17 2014 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h   Tue Nov 11 02:49:16 2014 +0000
@@ -27,6 +27,7 @@
 
 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);



Home | Main Index | Thread Index | Old Index