Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/ast/
Dast_ttm.c97 struct ast_bo *bo; in ast_bo_ttm_destroy()
99 bo = container_of(tbo, struct ast_bo, bo); in ast_bo_ttm_destroy()
140 struct ast_bo *astbo = ast_bo(bo); in ast_bo_evict_flags()
151 struct ast_bo *astbo = ast_bo(bo); in ast_bo_verify_access()
293 void ast_ttm_placement(struct ast_bo *bo, int domain) in ast_ttm_placement()
315 uint32_t flags, struct ast_bo **pastbo) in ast_bo_create()
318 struct ast_bo *astbo; in ast_bo_create()
322 astbo = kzalloc(sizeof(struct ast_bo), GFP_KERNEL); in ast_bo_create()
337 sizeof(struct ast_bo)); in ast_bo_create()
350 static inline u64 ast_bo_gpu_offset(struct ast_bo *bo) in ast_bo_gpu_offset()
[all …]
Dast_drv.h319 struct ast_bo { struct
327 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem) argument
329 static inline struct ast_bo *
330 ast_bo(struct ttm_buffer_object *bo) in ast_bo() function
332 return container_of(bo, struct ast_bo, bo); in ast_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) in ast_bo_reserve()
379 static inline void ast_bo_unreserve(struct ast_bo *bo) in ast_bo_unreserve()
[all …]
Dast_main.c499 struct ast_bo *astbo; in ast_gem_create()
543 static void ast_bo_unref(struct ast_bo **bo) in ast_bo_unref()
557 struct ast_bo *ast_bo = gem_to_ast_bo(obj); in ast_gem_free_object() local
559 ast_bo_unref(&ast_bo); in ast_gem_free_object()
563 static inline u64 ast_bo_mmap_offset(struct ast_bo *bo) in ast_bo_mmap_offset()
575 struct ast_bo *bo; in ast_dumb_mmap_offset()
Dast_fb.c51 struct ast_bo *bo; in ast_dirty_update()
199 struct ast_bo *bo = NULL; in astfb_create()
Dast_mode.c515 struct ast_bo *bo; in ast_crtc_do_set_base()
912 struct ast_bo *bo; in ast_cursor_init()
1143 struct ast_bo *bo; in ast_cursor_set()