Searched refs:ast_bo (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 98 struct ast_bo *bo; in ast_bo_ttm_destroy() 100 bo = container_of(tbo, struct ast_bo, bo); in ast_bo_ttm_destroy() 141 struct ast_bo *astbo = ast_bo(bo); in ast_bo_evict_flags() 152 struct ast_bo *astbo = ast_bo(bo); in ast_bo_verify_access() 278 void ast_ttm_placement(struct ast_bo *bo, int domain) in ast_ttm_placement() 300 uint32_t flags, struct ast_bo **pastbo) in ast_bo_create() 303 struct ast_bo *astbo; in ast_bo_create() 307 astbo = kzalloc(sizeof(struct ast_bo), GFP_KERNEL); in ast_bo_create() 320 sizeof(struct ast_bo)); in ast_bo_create() 336 static inline u64 ast_bo_gpu_offset(struct ast_bo *bo) in ast_bo_gpu_offset() [all …]
|
D | ast_drv.h | 326 struct ast_bo { struct 334 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem) argument 336 static inline struct ast_bo * 337 ast_bo(struct ttm_buffer_object *bo) in ast_bo() function 339 return container_of(bo, struct ast_bo, bo); in ast_bo() 364 uint32_t flags, struct ast_bo **pastbo); 370 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr); 371 int ast_bo_unpin(struct ast_bo *bo); 373 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve() 386 static inline void ast_bo_unreserve(struct ast_bo *bo) in ast_bo_unreserve() [all …]
|
D | ast_main.c | 595 struct ast_bo *astbo; in ast_gem_create() 639 static void ast_bo_unref(struct ast_bo **bo) in ast_bo_unref() 653 struct ast_bo *ast_bo = gem_to_ast_bo(obj); in ast_gem_free_object() local 655 ast_bo_unref(&ast_bo); in ast_gem_free_object() 659 static inline u64 ast_bo_mmap_offset(struct ast_bo *bo) in ast_bo_mmap_offset() 670 struct ast_bo *bo; in ast_dumb_mmap_offset()
|
D | ast_fb.c | 50 struct ast_bo *bo; in ast_dirty_update() 194 struct ast_bo *bo = NULL; in astfb_create()
|
D | ast_mode.c | 531 struct ast_bo *bo; in ast_crtc_do_set_base() 626 struct ast_bo *bo = gem_to_ast_bo(obj); in ast_crtc_disable() 919 struct ast_bo *bo; in ast_cursor_init() 1150 struct ast_bo *bo; in ast_cursor_set()
|