[go: nahoru, domu]

Searched defs:ast_bo (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/ast/
H A Dast_main.c499 struct ast_bo *astbo;
543 static void ast_bo_unref(struct ast_bo **bo)
557 struct ast_bo *ast_bo = gem_to_ast_bo(obj); local
559 ast_bo_unref(&ast_bo);
563 static inline u64 ast_bo_mmap_offset(struct ast_bo *bo)
575 struct ast_bo *bo;
H A Dast_drv.h319 struct ast_bo { struct
327 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem)
329 static inline struct ast_bo *
330 ast_bo(struct ttm_buffer_object *bo) function
332 return container_of(bo, struct ast_bo, bo);
357 uint32_t flags, struct ast_bo **pastbo);
363 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr);
364 int ast_bo_unpin(struct ast_bo *bo);
366 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait)
379 static inline void ast_bo_unreserve(struct ast_bo *b
[all...]

Completed in 115 milliseconds