Home
last modified time | relevance | path

Searched refs:bochs_bo (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/bochs/
Dbochs_mm.c10 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()
258 static void bochs_ttm_placement(struct bochs_bo *bo, int domain) in bochs_ttm_placement()
285 static inline u64 bochs_bo_gpu_offset(struct bochs_bo *bo) in bochs_bo_gpu_offset()
290 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr) in bochs_bo_pin()
314 int bochs_bo_unpin(struct bochs_bo *bo) in bochs_bo_unpin()
352 uint32_t flags, struct bochs_bo **pbochsbo) in bochs_bo_create()
[all …]
Dbochs.h99 struct bochs_bo { struct
108 static inline struct bochs_bo *bochs_bo(struct ttm_buffer_object *bo) in bochs_bo() argument
110 return container_of(bo, struct bochs_bo, bo); in bochs_bo()
113 static inline struct bochs_bo *gem_to_bochs_bo(struct drm_gem_object *gem) in gem_to_bochs_bo()
115 return container_of(gem, struct bochs_bo, gem); in gem_to_bochs_bo()
120 static inline u64 bochs_bo_mmap_offset(struct bochs_bo *bo) in bochs_bo_mmap_offset()
154 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr);
155 int bochs_bo_unpin(struct bochs_bo *bo);
Dbochs_fbdev.c53 struct bochs_bo *bo = NULL; in bochsfb_create()
Dbochs_kms.c49 struct bochs_bo *bo; in bochs_crtc_mode_set_base()