|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| void | radeon_mem_release (struct drm_file *file_priv, struct mem_block *heap) |
| void | radeon_mem_takedown (struct mem_block **heap) |
| int | radeon_mem_alloc (struct drm_device *dev, void *data, struct drm_file *file_priv) |
| int | radeon_mem_free (struct drm_device *dev, void *data, struct drm_file *file_priv) |
| int | radeon_mem_init_heap (struct drm_device *dev, void *data, struct drm_file *file_priv) |
| int radeon_mem_alloc | ( | struct drm_device * | dev, |
| void * | data, | ||
| struct drm_file * | file_priv | ||
| ) |
Definition at line 218 of file radeon_mem.c.
| int radeon_mem_free | ( | struct drm_device * | dev, |
| void * | data, | ||
| struct drm_file * | file_priv | ||
| ) |
Definition at line 253 of file radeon_mem.c.
| int radeon_mem_init_heap | ( | struct drm_device * | dev, |
| void * | data, | ||
| struct drm_file * | file_priv | ||
| ) |
Definition at line 279 of file radeon_mem.c.
Definition at line 159 of file radeon_mem.c.
Definition at line 187 of file radeon_mem.c.
1.8.2