Home
last modified time | relevance | path

Searched refs:ttm (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/drm/ttm/
Dttm_tt.h63 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
73 int (*unbind) (struct ttm_tt *ttm);
83 void (*destroy) (struct ttm_tt *ttm);
133 struct ttm_tt ttm; member
161 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
175 void ttm_tt_fini(struct ttm_tt *ttm);
186 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
196 void ttm_tt_destroy(struct ttm_tt *ttm);
205 void ttm_tt_unbind(struct ttm_tt *ttm);
214 int ttm_tt_swapin(struct ttm_tt *ttm);
[all …]
Dttm_page_alloc.h50 int ttm_pool_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
59 void ttm_pool_unpopulate(struct ttm_tt *ttm);
Dttm_bo_driver.h248 int (*ttm_tt_populate)(struct ttm_tt *ttm,
258 void (*ttm_tt_unpopulate)(struct ttm_tt *ttm);
Dttm_bo_api.h193 struct ttm_tt *ttm; member
/linux-4.19.296/
DMAINTAINERS5014 F: include/drm/ttm/
5015 F: drivers/gpu/drm/ttm/