Home
last modified time | relevance | path

Searched defs:ttm_device_funcs (Results 1 – 1 of 1) sorted by relevance

/linux/include/drm/ttm/
H A Dttm_device.h62 struct ttm_device_funcs { struct
74 struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo,
86 int (*ttm_tt_populate)(struct ttm_device *bdev,
97 void (*ttm_tt_unpopulate)(struct ttm_device *bdev,
109 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm);
120 bool (*eviction_valuable)(struct ttm_buffer_object *bo,
134 void (*evict_flags)(struct ttm_buffer_object *bo,
150 int (*move)(struct ttm_buffer_object *bo, bool evict,
158 void (*delete_mem_notify)(struct ttm_buffer_object *bo);
163 void (*swap_notify)(struct ttm_buffer_object *bo);
[all …]