Lines Matching refs:qxl_bo
32 struct qxl_bo *bo; in qxl_ttm_bo_destroy()
35 bo = container_of(tbo, struct qxl_bo, tbo); in qxl_ttm_bo_destroy()
53 void qxl_ttm_placement_from_domain(struct qxl_bo *qbo, u32 domain, bool pinned) in qxl_ttm_placement_from_domain()
81 struct qxl_bo **bo_ptr) in qxl_bo_create()
83 struct qxl_bo *bo; in qxl_bo_create()
92 bo = kzalloc(sizeof(struct qxl_bo), GFP_KERNEL); in qxl_bo_create()
125 int qxl_bo_kmap(struct qxl_bo *bo, void **ptr) in qxl_bo_kmap()
145 struct qxl_bo *bo, int page_offset) in qxl_bo_kmap_atomic_page()
178 void qxl_bo_kunmap(struct qxl_bo *bo) in qxl_bo_kunmap()
187 struct qxl_bo *bo, void *pmap) in qxl_bo_kunmap_atomic_page()
209 void qxl_bo_unref(struct qxl_bo **bo) in qxl_bo_unref()
221 struct qxl_bo *qxl_bo_ref(struct qxl_bo *bo) in qxl_bo_ref()
227 int qxl_bo_pin(struct qxl_bo *bo, u32 domain, u64 *gpu_addr) in qxl_bo_pin()
250 int qxl_bo_unpin(struct qxl_bo *bo) in qxl_bo_unpin()
272 struct qxl_bo *bo, *n; in qxl_bo_force_delete()
301 int qxl_bo_check_id(struct qxl_device *qdev, struct qxl_bo *bo) in qxl_bo_check_id()