Searched refs:bochs_bo (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/bochs/ |
D | bochs_mm.c | 10 static void bochs_ttm_placement(struct bochs_bo *bo, int domain); 76 struct bochs_bo *bo; in bochs_bo_ttm_destroy() 78 bo = container_of(tbo, struct bochs_bo, bo); in bochs_bo_ttm_destroy() 117 struct bochs_bo *bochsbo = bochs_bo(bo); in bochs_bo_evict_flags() 129 struct bochs_bo *bochsbo = bochs_bo(bo); in bochs_bo_verify_access() 252 static void bochs_ttm_placement(struct bochs_bo *bo, int domain) in bochs_ttm_placement() 279 static inline u64 bochs_bo_gpu_offset(struct bochs_bo *bo) in bochs_bo_gpu_offset() 284 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr) in bochs_bo_pin() 308 int bochs_bo_unpin(struct bochs_bo *bo) in bochs_bo_unpin() 346 uint32_t flags, struct bochs_bo **pbochsbo) in bochs_bo_create() [all …]
|
D | bochs.h | 98 struct bochs_bo { struct 107 static inline struct bochs_bo *bochs_bo(struct ttm_buffer_object *bo) in bochs_bo() argument 109 return container_of(bo, struct bochs_bo, bo); in bochs_bo() 112 static inline struct bochs_bo *gem_to_bochs_bo(struct drm_gem_object *gem) in gem_to_bochs_bo() 114 return container_of(gem, struct bochs_bo, gem); in gem_to_bochs_bo() 119 static inline u64 bochs_bo_mmap_offset(struct bochs_bo *bo) in bochs_bo_mmap_offset() 153 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr); 154 int bochs_bo_unpin(struct bochs_bo *bo);
|
D | bochs_fbdev.c | 18 struct bochs_bo *bo = gem_to_bochs_bo(bochs->fb.gfb.obj); in bochsfb_mmap() 63 struct bochs_bo *bo = NULL; in bochsfb_create()
|
D | bochs_kms.c | 39 struct bochs_bo *bo; in bochs_crtc_mode_set_base()
|