Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | ast_ttm_global_release (struct ast_private *ast) |
bool | ast_ttm_bo_is_ast_bo (struct ttm_buffer_object *bo) |
struct ttm_tt * | ast_ttm_tt_create (struct ttm_bo_device *bdev, unsigned long size, uint32_t page_flags, struct page *dummy_read_page) |
int | ast_mm_init (struct ast_private *ast) |
void | ast_mm_fini (struct ast_private *ast) |
void | ast_ttm_placement (struct ast_bo *bo, int domain) |
int | ast_bo_reserve (struct ast_bo *bo, bool no_wait) |
void | ast_bo_unreserve (struct ast_bo *bo) |
int | ast_bo_create (struct drm_device *dev, int size, int align, uint32_t flags, struct ast_bo **pastbo) |
int | ast_bo_pin (struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr) |
int | ast_bo_unpin (struct ast_bo *bo) |
int | ast_bo_push_sysram (struct ast_bo *bo) |
int | ast_mmap (struct file *filp, struct vm_area_struct *vma) |
Variables | |
struct ttm_bo_driver | ast_bo_driver |
void ast_mm_fini | ( | struct ast_private * | ast | ) |
int ast_mm_init | ( | struct ast_private * | ast | ) |
int ast_mmap | ( | struct file * | filp, |
struct vm_area_struct * | vma | ||
) |
bool ast_ttm_bo_is_ast_bo | ( | struct ttm_buffer_object * | bo | ) |
void ast_ttm_global_release | ( | struct ast_private * | ast | ) |
struct ttm_bo_driver ast_bo_driver |