Searched refs:drm_agp_free_ioctl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c348 int drm_agp_free_ioctl(struct drm_device *dev, void *data, function
H A Ddrm_drv.c112 DRM_IOCTL_DEF(DRM_IOCTL_AGP_FREE, drm_agp_free_ioctl, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
H A DdrmP.h931 int drm_agp_free_ioctl(struct drm_device *dev, void *data,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c386 int drm_agp_free_ioctl(struct drm_device *dev, void *data, function
H A Ddrm_drv.c118 DRM_IOCTL_DEF(DRM_IOCTL_AGP_FREE, drm_agp_free_ioctl, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
H A DdrmP.h1816 extern int drm_agp_free_ioctl(struct drm_device *dev, void *data,
1923 static inline int drm_agp_free_ioctl(struct drm_device *dev, void *data, function
H A Ddrm_ioc32.c649 return drm_agp_free_ioctl(dev, (void *)&request, file_priv);

Completed in 121 milliseconds