Searched refs:radeon_mem_alloc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/dev/drm/ |
| D | radeon_mem.c | 223 int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) in radeon_mem_alloc() function
|
| D | radeon_drv.h | 466 extern int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv);
|
| D | radeon_state.c | 3232 DRM_IOCTL_DEF(DRM_RADEON_ALLOC, radeon_mem_alloc, DRM_AUTH),
|
| /freebsd-10-stable/sys/dev/drm2/radeon/ |
| D | radeon_mem.c | 222 int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) in radeon_mem_alloc() function
|
| D | radeon_ioc32.c | 273 return radeon_mem_alloc(dev, &request, file_priv); in compat_radeon_mem_alloc()
|
| D | radeon_drv.h | 385 extern int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv);
|
| D | radeon_state.c | 3251 DRM_IOCTL_DEF_DRV(RADEON_ALLOC, radeon_mem_alloc, DRM_AUTH),
|