ttm_tt
struct ttm_tt *ttm = e->tv.bo->ttm;
struct ttm_tt *ttm = tbo->ttm;
static int amdgpu_ttm_backend_bind(struct ttm_tt *ttm,
static int amdgpu_ttm_backend_unbind(struct ttm_tt *ttm)
static void amdgpu_ttm_backend_destroy(struct ttm_tt *ttm)
static struct ttm_tt *amdgpu_ttm_tt_create(struct ttm_buffer_object *bo,
static int amdgpu_ttm_tt_populate(struct ttm_tt *ttm,
static void amdgpu_ttm_tt_unpopulate(struct ttm_tt *ttm)
int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr,
struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm)
bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm,
bool amdgpu_ttm_tt_userptr_needs_pages(struct ttm_tt *ttm)
bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm)
uint64_t amdgpu_ttm_tt_pde_flags(struct ttm_tt *ttm, struct ttm_mem_reg *mem)
uint64_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
struct ttm_tt *ttm = bo->ttm;
int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages)
void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct page **pages)
void amdgpu_ttm_tt_mark_user_pages(struct ttm_tt *ttm)
static int amdgpu_ttm_tt_pin_userptr(struct ttm_tt *ttm)
static void amdgpu_ttm_tt_unpin_userptr(struct ttm_tt *ttm)
int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages);
void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct page **pages);
void amdgpu_ttm_tt_mark_user_pages(struct ttm_tt *ttm);
int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr,
bool amdgpu_ttm_tt_has_userptr(struct ttm_tt *ttm);
struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm);
bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm,
bool amdgpu_ttm_tt_userptr_needs_pages(struct ttm_tt *ttm);
bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm);
uint64_t amdgpu_ttm_tt_pde_flags(struct ttm_tt *ttm, struct ttm_mem_reg *mem);
uint64_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
struct ttm_tt;
struct ttm_tt *ttm;
struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo,
int (*ttm_tt_populate)(struct ttm_tt *ttm,
void (*ttm_tt_unpopulate)(struct ttm_tt *ttm);
int ttm_pool_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
void ttm_pool_unpopulate(struct ttm_tt *ttm);
struct ttm_tt ttm;
int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
void ttm_tt_fini(struct ttm_tt *ttm);
int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
void ttm_tt_destroy(struct ttm_tt *ttm);
void ttm_tt_unbind(struct ttm_tt *ttm);
int ttm_tt_swapin(struct ttm_tt *ttm);
int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
int ttm_tt_swapout(struct ttm_tt *ttm, vm_object_t persistent_swap_storage);
int ttm_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
void ttm_tt_unpopulate(struct ttm_tt *ttm);
struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
int ttm_agp_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
void ttm_agp_tt_unpopulate(struct ttm_tt *ttm);
struct ttm_tt;
int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
int (*unbind) (struct ttm_tt *ttm);
void (*destroy) (struct ttm_tt *ttm);
extern int radeon_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr,
extern bool radeon_ttm_tt_has_userptr(struct ttm_tt *ttm);
extern bool radeon_ttm_tt_is_readonly(struct ttm_tt *ttm);
static int radeon_ttm_tt_pin_userptr(struct ttm_tt *ttm)
static void radeon_ttm_tt_unpin_userptr(struct ttm_tt *ttm)
static int radeon_ttm_backend_bind(struct ttm_tt *ttm,
static int radeon_ttm_backend_unbind(struct ttm_tt *ttm)
static void radeon_ttm_backend_destroy(struct ttm_tt *ttm)
static struct ttm_tt *radeon_ttm_tt_create(struct ttm_buffer_object *bo,
static struct radeon_ttm_tt *radeon_ttm_tt_to_gtt(struct ttm_tt *ttm)
static int radeon_ttm_tt_populate(struct ttm_tt *ttm,
static void radeon_ttm_tt_unpopulate(struct ttm_tt *ttm)
bool radeon_ttm_tt_has_userptr(struct ttm_tt *ttm)
bool radeon_ttm_tt_is_readonly(struct ttm_tt *ttm)
struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
int ttm_agp_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx)
void ttm_agp_tt_unpopulate(struct ttm_tt *ttm)
struct ttm_tt ttm;
static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem)
static int ttm_agp_unbind(struct ttm_tt *ttm)
static void ttm_agp_destroy(struct ttm_tt *ttm)
size += ttm_round_pot(sizeof(struct ttm_tt));
static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src,
static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst,
struct ttm_tt *ttm = bo->ttm;
struct ttm_tt *ttm = bo->ttm;
struct ttm_tt *ttm = bo->ttm;
struct ttm_tt *ttm = NULL;
struct ttm_tt *ttm = NULL;
ttm_pool_unpopulate_helper(struct ttm_tt *ttm, unsigned mem_count_update)
int ttm_pool_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx)
void ttm_pool_unpopulate(struct ttm_tt *ttm)
struct ttm_tt *ttm = &ttm_dma->ttm;
struct ttm_tt *ttm = &ttm_dma->ttm;
struct ttm_tt *ttm = &ttm_dma->ttm;
struct ttm_tt *ttm = &ttm_dma->ttm;
static int ttm_tt_set_caching(struct ttm_tt *ttm,
int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement)
void ttm_tt_destroy(struct ttm_tt *ttm)
void ttm_tt_init_fields(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
void ttm_tt_fini(struct ttm_tt *ttm)
struct ttm_tt *ttm = &ttm_dma->ttm;
struct ttm_tt *ttm = &ttm_dma->ttm;
struct ttm_tt *ttm = &ttm_dma->ttm;
void ttm_tt_unbind(struct ttm_tt *ttm)
int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
int ttm_tt_swapin(struct ttm_tt *ttm)
int ttm_tt_swapout(struct ttm_tt *ttm, vm_object_t persistent_swap_storage)
static void ttm_tt_add_mapping(struct ttm_tt *ttm)
int ttm_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx)
static void ttm_tt_clear_mapping(struct ttm_tt *ttm)
void ttm_tt_unpopulate(struct ttm_tt *ttm)
static int ttm_tt_alloc_page_directory(struct ttm_tt *ttm)