<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h' l='48' type='int drm_agp_unbind(struct drm_device * dev, struct drm_agp_binding * request)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c' l='299' ll='318' type='int drm_agp_unbind(struct drm_device * dev, struct drm_agp_binding * request)'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c' l='327' u='c' c='drm_agp_unbind_ioctl'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c' l='287'>/**
 * Unbind AGP memory from the GATT (ioctl).
 *
 * \param inode device inode.
 * \param file_priv DRM file private.
 * \param cmd command.
 * \param arg pointer to a drm_agp_binding structure.
 * \return zero on success or a negative number on failure.
 *
 * Verifies the AGP device is present and acquired, looks-up the AGP memory
 * entry and passes it to the unbind_agp() function.
 */</doc>
