Home
last modified time | relevance | path

Searched refs:drm_agp_free_ioctl (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/
Ddrm_agpsupport.c383 int drm_agp_free_ioctl(struct drm_device *dev, void *data, in drm_agp_free_ioctl() function
Ddrm_ioc32.c713 drm_ioctl_kernel(file, drm_agp_free_ioctl, &request, in compat_drm_agp_alloc()
730 return drm_ioctl_kernel(file, drm_agp_free_ioctl, &request, in compat_drm_agp_free()
Ddrm_ioctl.c642 DRM_IOCTL_DEF(DRM_IOCTL_AGP_FREE, drm_agp_free_ioctl, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),