Home
last modified time | relevance | path

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

/linux-4.4.14/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.h320 struct ast_bo { struct
328 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem) argument
330 static inline struct ast_bo *
331 ast_bo(struct ttm_buffer_object *bo) in ast_bo() function
333 return container_of(bo, struct ast_bo, bo); in ast_bo()
358 uint32_t flags, struct ast_bo **pastbo);
364 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr);
365 int ast_bo_unpin(struct ast_bo *bo);
367 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve()
380 static inline void ast_bo_unreserve(struct ast_bo *bo) in ast_bo_unreserve()
[all …]
Dast_main.c500 struct ast_bo *astbo; in ast_gem_create()
544 static void ast_bo_unref(struct ast_bo **bo) in ast_bo_unref()
558 struct ast_bo *ast_bo = gem_to_ast_bo(obj); in ast_gem_free_object() local
560 ast_bo_unref(&ast_bo); in ast_gem_free_object()
564 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()
198 struct ast_bo *bo = NULL; in astfb_create()
Dast_mode.c515 struct ast_bo *bo; in ast_crtc_do_set_base()
914 struct ast_bo *bo; in ast_cursor_init()
1145 struct ast_bo *bo; in ast_cursor_set()