Home
last modified time | relevance | path

Searched refs:radeon_mem_alloc (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/drm/
Dradeon_mem.c223 int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) in radeon_mem_alloc() function
Dradeon_drv.h466 extern int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv);
Dradeon_state.c3232 DRM_IOCTL_DEF(DRM_RADEON_ALLOC, radeon_mem_alloc, DRM_AUTH),
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_mem.c222 int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) in radeon_mem_alloc() function
Dradeon_ioc32.c273 return radeon_mem_alloc(dev, &request, file_priv); in compat_radeon_mem_alloc()
Dradeon_drv.h385 extern int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv);
Dradeon_state.c3251 DRM_IOCTL_DEF_DRV(RADEON_ALLOC, radeon_mem_alloc, DRM_AUTH),