/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.c | 23 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo() 28 static void tegra_bo_put(struct host1x_bo *bo) in tegra_bo_put() 38 static dma_addr_t tegra_bo_pin(struct host1x_bo *bo, struct sg_table **sgt) in tegra_bo_pin() 45 static void tegra_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in tegra_bo_unpin() 49 static void *tegra_bo_mmap(struct host1x_bo *bo) in tegra_bo_mmap() 56 static void tegra_bo_munmap(struct host1x_bo *bo, void *addr) in tegra_bo_munmap() 60 static void *tegra_bo_kmap(struct host1x_bo *bo, unsigned int page) in tegra_bo_kmap() 67 static void tegra_bo_kunmap(struct host1x_bo *bo, unsigned int page, in tegra_bo_kunmap() 72 static struct host1x_bo *tegra_bo_get(struct host1x_bo *bo) in tegra_bo_get() 95 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map() [all …]
|
D | drm.c | 265 struct tegra_bo *bo; in host1x_bo_lookup() local 352 struct host1x_bo *bo; in tegra_drm_submit() local 442 struct tegra_bo *bo; in tegra_gem_create() local 457 struct tegra_bo *bo; in tegra_gem_mmap() local 636 struct tegra_bo *bo; in tegra_gem_set_tiling() local 687 struct tegra_bo *bo; in tegra_gem_get_tiling() local 727 struct tegra_bo *bo; in tegra_gem_set_flags() local 752 struct tegra_bo *bo; in tegra_gem_get_flags() local
|
D | fb.c | 66 struct tegra_bo *bo = fb->planes[i]; in tegra_fb_destroy() local 208 struct tegra_bo *bo; in tegra_fbdev_probe() local
|
D | dc.c | 584 struct tegra_bo *bo = tegra_fb_get_plane(fb, i); in tegra_plane_atomic_update() local 705 struct tegra_bo *bo = tegra_fb_get_plane(plane->state->fb, 0); in tegra_cursor_atomic_update() local 951 struct tegra_bo *bo; in tegra_dc_finish_page_flip() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 50 static void radeon_update_memory_usage(struct radeon_bo *bo, in radeon_update_memory_usage() 74 struct radeon_bo *bo; in radeon_ttm_bo_destroy() local 89 bool radeon_ttm_bo_is_radeon_bo(struct ttm_buffer_object *bo) in radeon_ttm_bo_is_radeon_bo() 184 struct radeon_bo *bo; in radeon_bo_create() local 267 int radeon_bo_kmap(struct radeon_bo *bo, void **ptr) in radeon_bo_kmap() 290 void radeon_bo_kunmap(struct radeon_bo *bo) in radeon_bo_kunmap() 299 struct radeon_bo *radeon_bo_ref(struct radeon_bo *bo) in radeon_bo_ref() 308 void radeon_bo_unref(struct radeon_bo **bo) in radeon_bo_unref() 322 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() 377 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin() [all …]
|
D | radeon_object.h | 64 static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr) in radeon_bo_reserve() 77 static inline void radeon_bo_unreserve(struct radeon_bo *bo) in radeon_bo_unreserve() 91 static inline u64 radeon_bo_gpu_offset(struct radeon_bo *bo) in radeon_bo_gpu_offset() 96 static inline unsigned long radeon_bo_size(struct radeon_bo *bo) in radeon_bo_size() 101 static inline unsigned radeon_bo_ngpu_pages(struct radeon_bo *bo) in radeon_bo_ngpu_pages() 106 static inline unsigned radeon_bo_gpu_page_alignment(struct radeon_bo *bo) in radeon_bo_gpu_page_alignment() 117 static inline u64 radeon_bo_mmap_offset(struct radeon_bo *bo) in radeon_bo_mmap_offset()
|
D | radeon_prime.c | 34 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_get_sg_table() local 42 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_vmap() local 55 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_vunmap() local 66 struct radeon_bo *bo; in radeon_gem_prime_import_sg_table() local 85 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_pin() local 100 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_unpin() local 114 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_res_obj() local 123 struct radeon_bo *bo = gem_to_radeon_bo(gobj); in radeon_gem_prime_export() local
|
D | radeon_mn.c | 73 struct radeon_bo *bo, *next_bo; in radeon_mn_destroy() local 137 struct radeon_bo *bo; in radeon_mn_invalidate_range_start() local 237 int radeon_mn_register(struct radeon_bo *bo, unsigned long addr) in radeon_mn_register() 293 void radeon_mn_unregister(struct radeon_bo *bo) in radeon_mn_unregister()
|
D | radeon_ttm.c | 178 static void radeon_evict_flags(struct ttm_buffer_object *bo, in radeon_evict_flags() 234 static int radeon_verify_access(struct ttm_buffer_object *bo, struct file *filp) in radeon_verify_access() 243 static void radeon_move_null(struct ttm_buffer_object *bo, in radeon_move_null() 253 static int radeon_move_blit(struct ttm_buffer_object *bo, in radeon_move_blit() 309 static int radeon_move_vram_ram(struct ttm_buffer_object *bo, in radeon_move_vram_ram() 356 static int radeon_move_ram_vram(struct ttm_buffer_object *bo, in radeon_move_ram_vram() 396 static int radeon_bo_move(struct ttm_buffer_object *bo, in radeon_bo_move() 971 struct ttm_buffer_object *bo; in radeon_ttm_fault() local
|
D | radeon_vm.c | 294 struct radeon_bo *bo) in radeon_vm_bo_find() 321 struct radeon_bo *bo) in radeon_vm_bo_add() 389 struct radeon_bo *bo) in radeon_vm_clear_bo() 670 struct radeon_bo *bo = vm->page_tables[pt_idx].bo; in radeon_vm_update_page_directory() local 1149 struct radeon_bo *bo) in radeon_vm_bo_invalidate()
|
D | radeon_cs.c | 423 struct radeon_bo *bo = parser->relocs[i].robj; in radeon_cs_parser_fini() local 504 struct radeon_bo *bo; in radeon_bo_vm_update_pte() local
|
D | radeon_kfd.c | 38 struct radeon_bo *bo; member
|
D | radeon_uvd.c | 421 static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo, in radeon_uvd_cs_msg()
|
D | radeon_gem.c | 287 struct radeon_bo *bo; in radeon_gem_userptr_ioctl() local
|
D | radeon_pm.c | 146 struct radeon_bo *bo, *n; in radeon_unmap_vram_bos() local
|
D | radeon.h | 436 struct radeon_bo *bo; member 481 struct radeon_bo *bo; member 542 struct radeon_bo *bo; member 918 struct radeon_bo *bo; member 1792 static inline int radeon_mn_register(struct radeon_bo *bo, unsigned long addr) in radeon_mn_register() 1796 static inline void radeon_mn_unregister(struct radeon_bo *bo) {} in radeon_mn_unregister()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_object.c | 32 struct qxl_bo *bo; in qxl_ttm_bo_destroy() local 46 bool qxl_ttm_bo_is_qxl_bo(struct ttm_buffer_object *bo) in qxl_ttm_bo_is_qxl_bo() 83 struct qxl_bo *bo; in qxl_bo_create() local 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() [all …]
|
D | qxl_object.h | 30 static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait) in qxl_bo_reserve() 45 static inline void qxl_bo_unreserve(struct qxl_bo *bo) in qxl_bo_unreserve() 50 static inline u64 qxl_bo_gpu_offset(struct qxl_bo *bo) in qxl_bo_gpu_offset() 55 static inline unsigned long qxl_bo_size(struct qxl_bo *bo) in qxl_bo_size() 60 static inline u64 qxl_bo_mmap_offset(struct qxl_bo *bo) in qxl_bo_mmap_offset() 65 static inline int qxl_bo_wait(struct qxl_bo *bo, u32 *mem_type, in qxl_bo_wait()
|
D | qxl_release.c | 166 struct qxl_bo *bo; in qxl_release_free_list() local 204 struct qxl_bo **bo) in qxl_release_bo_alloc() 214 int qxl_release_list_add(struct qxl_release *release, struct qxl_bo *bo) in qxl_release_list_add() 234 static int qxl_release_validate_bo(struct qxl_bo *bo) in qxl_release_validate_bo() 273 struct qxl_bo *bo = to_qxl_bo(entry->tv.bo); in qxl_release_reserve_list() local 303 struct qxl_bo *bo; in qxl_alloc_surface_release_reserved() local 332 struct qxl_bo *bo; in qxl_alloc_release_reserved() local 412 struct qxl_bo *bo = to_qxl_bo(entry->tv.bo); in qxl_release_map() local 426 struct qxl_bo *bo = to_qxl_bo(entry->tv.bo); in qxl_release_unmap() local 435 struct ttm_buffer_object *bo; in qxl_release_fence_buffer_objects() local
|
D | qxl_ttm.c | 111 struct ttm_buffer_object *bo; in qxl_ttm_fault() local 187 static void qxl_evict_flags(struct ttm_buffer_object *bo, in qxl_evict_flags() 209 static int qxl_verify_access(struct ttm_buffer_object *bo, struct file *filp) in qxl_verify_access() 337 static void qxl_move_null(struct ttm_buffer_object *bo, in qxl_move_null() 347 static int qxl_bo_move(struct ttm_buffer_object *bo, in qxl_bo_move() 360 static void qxl_bo_move_notify(struct ttm_buffer_object *bo, in qxl_bo_move_notify()
|
D | qxl_debugfs.c | 58 struct qxl_bo *bo; in qxl_debugfs_buffers_info() local
|
D | qxl_display.c | 228 struct qxl_bo *bo = gem_to_qxl_bo(qfb_src->obj); in qxl_crtc_page_flip() local 604 struct qxl_bo *bo, *old_bo = NULL; in qxl_crtc_mode_set() local 692 struct qxl_bo *bo = gem_to_qxl_bo(qfb->obj); in qxl_crtc_disable() local
|
D | qxl_cmd.c | 261 struct qxl_bo *bo; in qxl_alloc_bo_reserved() local 380 unsigned offset, struct qxl_bo *bo) in qxl_io_create_primary()
|
D | qxl_drv.h | 204 struct qxl_bo *bo; member 208 struct qxl_bo *bo; member 371 qxl_bo_physical_address(struct qxl_device *qdev, struct qxl_bo *bo, in qxl_bo_physical_address()
|
D | qxl_draw.c | 268 struct qxl_bo *bo, in qxl_draw_dirty_fb()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 85 static void ttm_bo_mem_space_debug(struct ttm_buffer_object *bo, in ttm_bo_mem_space_debug() 138 struct ttm_buffer_object *bo = in ttm_bo_release_list() local 164 void ttm_bo_add_to_lru(struct ttm_buffer_object *bo) in ttm_bo_add_to_lru() 187 int ttm_bo_del_from_lru(struct ttm_buffer_object *bo) in ttm_bo_del_from_lru() 213 void ttm_bo_list_ref_sub(struct ttm_buffer_object *bo, int count, in ttm_bo_list_ref_sub() 220 void ttm_bo_del_sub_from_lru(struct ttm_buffer_object *bo) in ttm_bo_del_sub_from_lru() 234 static int ttm_bo_add_ttm(struct ttm_buffer_object *bo, bool zero_alloc) in ttm_bo_add_ttm() 276 static int ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, in ttm_bo_handle_move_mem() 391 static void ttm_bo_cleanup_memtype_use(struct ttm_buffer_object *bo) in ttm_bo_cleanup_memtype_use() 406 static void ttm_bo_flush_all_fences(struct ttm_buffer_object *bo) in ttm_bo_flush_all_fences() [all …]
|
D | ttm_bo_vm.c | 44 static int ttm_bo_vm_fault_idle(struct ttm_buffer_object *bo, in ttm_bo_vm_fault_idle() 88 struct ttm_buffer_object *bo = (struct ttm_buffer_object *) in ttm_bo_vm_fault() local 262 struct ttm_buffer_object *bo = in ttm_bo_vm_open() local 272 struct ttm_buffer_object *bo = (struct ttm_buffer_object *)vma->vm_private_data; in ttm_bo_vm_close() local 289 struct ttm_buffer_object *bo = NULL; in ttm_bo_vm_lookup() local 312 struct ttm_buffer_object *bo; in ttm_bo_mmap() local 353 int ttm_fbdev_mmap(struct vm_area_struct *vma, struct ttm_buffer_object *bo) in ttm_fbdev_mmap()
|
D | ttm_bo_util.c | 42 void ttm_bo_free_old_node(struct ttm_buffer_object *bo) in ttm_bo_free_old_node() 47 int ttm_bo_move_ttm(struct ttm_buffer_object *bo, in ttm_bo_move_ttm() 104 struct ttm_buffer_object *bo; in ttm_mem_io_evict() local 160 int ttm_mem_io_reserve_vm(struct ttm_buffer_object *bo) in ttm_mem_io_reserve_vm() 180 void ttm_mem_io_free_vm(struct ttm_buffer_object *bo) in ttm_mem_io_free_vm() 323 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy() 424 static void ttm_transfered_destroy(struct ttm_buffer_object *bo) in ttm_transfered_destroy() 444 static int ttm_buffer_object_transfer(struct ttm_buffer_object *bo, in ttm_buffer_object_transfer() 506 static int ttm_bo_ioremap(struct ttm_buffer_object *bo, in ttm_bo_ioremap() 528 static int ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, in ttm_bo_kmap_ttm() [all …]
|
D | ttm_execbuf_util.c | 39 struct ttm_buffer_object *bo = entry->bo; in ttm_eu_backoff_reservation_reverse() local 50 struct ttm_buffer_object *bo = entry->bo; in ttm_eu_del_from_lru_locked() local 71 struct ttm_buffer_object *bo = entry->bo; in ttm_eu_backoff_reservation() local 113 struct ttm_buffer_object *bo = entry->bo; in ttm_eu_reserve_buffers() local 186 struct ttm_buffer_object *bo; in ttm_eu_fence_buffer_objects() local
|
D | ttm_bo_manager.c | 51 struct ttm_buffer_object *bo, in ttm_bo_man_get_node()
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 97 struct mgag200_bo *bo; in mgag200_bo_ttm_destroy() local 105 static bool mgag200_ttm_bo_is_mgag200_bo(struct ttm_buffer_object *bo) in mgag200_ttm_bo_is_mgag200_bo() 138 mgag200_bo_evict_flags(struct ttm_buffer_object *bo, struct ttm_placement *pl) in mgag200_bo_evict_flags() 149 static int mgag200_bo_verify_access(struct ttm_buffer_object *bo, struct file *filp) in mgag200_bo_verify_access() 189 static int mgag200_bo_move(struct ttm_buffer_object *bo, in mgag200_bo_move() 293 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain) in mgag200_ttm_placement() 350 static inline u64 mgag200_bo_gpu_offset(struct mgag200_bo *bo) in mgag200_bo_gpu_offset() 355 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin() 379 int mgag200_bo_unpin(struct mgag200_bo *bo) in mgag200_bo_unpin() 399 int mgag200_bo_push_sysram(struct mgag200_bo *bo) in mgag200_bo_push_sysram()
|
D | mgag200_main.c | 316 static void mgag200_bo_unref(struct mgag200_bo **bo) in mgag200_bo_unref() 336 static inline u64 mgag200_bo_mmap_offset(struct mgag200_bo *bo) in mgag200_bo_mmap_offset() 349 struct mgag200_bo *bo; in mgag200_dumb_mmap_offset() local
|
D | mgag200_fb.c | 27 struct mgag200_bo *bo; in mga_dirty_update() local 170 struct mgag200_bo *bo; in mgag200fb_create() local
|
D | mgag200_drv.h | 223 struct ttm_buffer_object bo; member 233 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() 279 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve() 292 static inline void mgag200_bo_unreserve(struct mgag200_bo *bo) in mgag200_bo_unreserve()
|
D | mgag200_cursor.c | 44 struct mgag200_bo *bo = NULL; in mga_crtc_cursor_set() local
|
D | mgag200_mode.c | 730 struct mgag200_bo *bo; in mga_crtc_do_set_base() local 1284 struct mgag200_bo *bo = gem_to_mga_bo(obj); in mga_crtc_disable() local
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 97 struct ast_bo *bo; in ast_bo_ttm_destroy() local 105 static bool ast_ttm_bo_is_ast_bo(struct ttm_buffer_object *bo) in ast_ttm_bo_is_ast_bo() 138 ast_bo_evict_flags(struct ttm_buffer_object *bo, struct ttm_placement *pl) in ast_bo_evict_flags() 149 static int ast_bo_verify_access(struct ttm_buffer_object *bo, struct file *filp) in ast_bo_verify_access() 189 static int ast_bo_move(struct ttm_buffer_object *bo, in ast_bo_move() 293 void ast_ttm_placement(struct ast_bo *bo, int domain) in ast_ttm_placement() 350 static inline u64 ast_bo_gpu_offset(struct ast_bo *bo) in ast_bo_gpu_offset() 355 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr) in ast_bo_pin() 378 int ast_bo_unpin(struct ast_bo *bo) in ast_bo_unpin() 398 int ast_bo_push_sysram(struct ast_bo *bo) in ast_bo_push_sysram()
|
D | ast_main.c | 543 static void ast_bo_unref(struct ast_bo **bo) in ast_bo_unref() 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() local
|
D | ast_fb.c | 51 struct ast_bo *bo; in ast_dirty_update() local 199 struct ast_bo *bo = NULL; in astfb_create() local
|
D | ast_drv.h | 320 struct ttm_buffer_object bo; member 330 ast_bo(struct ttm_buffer_object *bo) in ast_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()
|
D | ast_mode.c | 515 struct ast_bo *bo; in ast_crtc_do_set_base() local 912 struct ast_bo *bo; in ast_cursor_init() local 1143 struct ast_bo *bo; in ast_cursor_set() local
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 97 struct cirrus_bo *bo; in cirrus_bo_ttm_destroy() local 105 static bool cirrus_ttm_bo_is_cirrus_bo(struct ttm_buffer_object *bo) in cirrus_ttm_bo_is_cirrus_bo() 138 cirrus_bo_evict_flags(struct ttm_buffer_object *bo, struct ttm_placement *pl) in cirrus_bo_evict_flags() 149 static int cirrus_bo_verify_access(struct ttm_buffer_object *bo, struct file *filp) in cirrus_bo_verify_access() 189 static int cirrus_bo_move(struct ttm_buffer_object *bo, in cirrus_bo_move() 298 void cirrus_ttm_placement(struct cirrus_bo *bo, int domain) in cirrus_ttm_placement() 354 static inline u64 cirrus_bo_gpu_offset(struct cirrus_bo *bo) in cirrus_bo_gpu_offset() 359 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr) in cirrus_bo_pin() 382 int cirrus_bo_push_sysram(struct cirrus_bo *bo) in cirrus_bo_push_sysram()
|
D | cirrus_main.c | 264 static void cirrus_bo_unref(struct cirrus_bo **bo) in cirrus_bo_unref() 284 static inline u64 cirrus_bo_mmap_offset(struct cirrus_bo *bo) in cirrus_bo_mmap_offset() 297 struct cirrus_bo *bo; in cirrus_dumb_mmap_offset() local
|
D | cirrus_drv.h | 164 struct ttm_buffer_object bo; member 174 cirrus_bo(struct ttm_buffer_object *bo) in cirrus_bo() 245 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve() 258 static inline void cirrus_bo_unreserve(struct cirrus_bo *bo) in cirrus_bo_unreserve()
|
D | cirrus_fbdev.c | 25 struct cirrus_bo *bo; in cirrus_dirty_update() local 176 struct cirrus_bo *bo = NULL; in cirrusfb_create() local
|
D | cirrus_mode.c | 137 struct cirrus_bo *bo; in cirrus_crtc_do_set_base() local
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_mm.c | 76 struct bochs_bo *bo; in bochs_bo_ttm_destroy() local 83 static bool bochs_ttm_bo_is_bochs_bo(struct ttm_buffer_object *bo) in bochs_ttm_bo_is_bochs_bo() 115 bochs_bo_evict_flags(struct ttm_buffer_object *bo, struct ttm_placement *pl) in bochs_bo_evict_flags() 126 static int bochs_bo_verify_access(struct ttm_buffer_object *bo, in bochs_bo_verify_access() 168 static int bochs_bo_move(struct ttm_buffer_object *bo, in bochs_bo_move() 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() 434 static void bochs_bo_unref(struct bochs_bo **bo) in bochs_bo_unref() [all …]
|
D | bochs_fbdev.c | 18 struct bochs_bo *bo = gem_to_bochs_bo(bochs->fb.gfb.obj); in bochsfb_mmap() local 65 struct bochs_bo *bo = NULL; in bochsfb_create() local
|
D | bochs.h | 100 struct ttm_buffer_object bo; member 108 static inline struct bochs_bo *bochs_bo(struct ttm_buffer_object *bo) in bochs_bo() 120 static inline u64 bochs_bo_mmap_offset(struct bochs_bo *bo) in bochs_bo_mmap_offset()
|
D | bochs_kms.c | 46 struct bochs_bo *bo; in bochs_crtc_mode_set_base() local
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_dmabuf.c | 55 struct ttm_buffer_object *bo = &buf->base; in vmw_dmabuf_to_placement() local 97 struct ttm_buffer_object *bo = &buf->base; in vmw_dmabuf_to_vram_or_gmr() local 199 struct ttm_buffer_object *bo = &buf->base; in vmw_dmabuf_to_start_of_vram() local 280 void vmw_bo_get_guest_ptr(const struct ttm_buffer_object *bo, in vmw_bo_get_guest_ptr() 300 void vmw_bo_pin(struct ttm_buffer_object *bo, bool pin) in vmw_bo_pin()
|
D | vmwgfx_buffer.c | 501 int vmw_bo_map_dma(struct ttm_buffer_object *bo) in vmw_bo_map_dma() 518 void vmw_bo_unmap_dma(struct ttm_buffer_object *bo) in vmw_bo_unmap_dma() 538 const struct vmw_sg_table *vmw_bo_sg_table(struct ttm_buffer_object *bo) in vmw_bo_sg_table() 753 static void vmw_evict_flags(struct ttm_buffer_object *bo, in vmw_evict_flags() 759 static int vmw_verify_access(struct ttm_buffer_object *bo, struct file *filp) in vmw_verify_access() 799 static int vmw_ttm_fault_reserve_notify(struct ttm_buffer_object *bo) in vmw_ttm_fault_reserve_notify() 814 static void vmw_move_notify(struct ttm_buffer_object *bo, in vmw_move_notify() 826 static void vmw_swap_notify(struct ttm_buffer_object *bo) in vmw_swap_notify()
|
D | vmwgfx_resource.c | 73 vmw_dma_buffer(struct ttm_buffer_object *bo) in vmw_dma_buffer() 79 vmw_user_dma_buffer(struct ttm_buffer_object *bo) in vmw_user_dma_buffer() 128 struct ttm_buffer_object *bo = &res->backup->base; in vmw_resource_release() local 398 void vmw_dmabuf_bo_free(struct ttm_buffer_object *bo) in vmw_dmabuf_bo_free() 405 static void vmw_user_dmabuf_destroy(struct ttm_buffer_object *bo) in vmw_user_dmabuf_destroy() 412 int vmw_dmabuf_init(struct vmw_private *dev_priv, in vmw_dmabuf_init() 441 struct ttm_buffer_object *bo; in vmw_user_dmabuf_release() local 538 int vmw_user_dmabuf_verify_access(struct ttm_buffer_object *bo, in vmw_user_dmabuf_verify_access() 571 struct ttm_buffer_object *bo = &user_bo->dma.base; in vmw_user_dmabuf_synccpu_grab() local 1440 void vmw_fence_single_bo(struct ttm_buffer_object *bo, in vmw_fence_single_bo() [all …]
|
D | vmwgfx_mob.c | 184 struct ttm_buffer_object *bo; in vmw_takedown_otable_base() local 321 struct ttm_buffer_object *bo = dev_priv->otable_bo; in vmw_otables_takedown() local 500 struct ttm_buffer_object *bo = mob->pt_bo; in vmw_mob_pt_setup() local 553 struct ttm_buffer_object *bo = mob->pt_bo; in vmw_mob_unbind() local
|
D | vmwgfx_gmrid_manager.c | 48 struct ttm_buffer_object *bo, in vmw_gmrid_man_get_node()
|
D | vmwgfx_fifo.c | 548 struct ttm_buffer_object *bo = dev_priv->dummy_query_bo; in vmw_fifo_emit_dummy_legacy_query() local 597 struct ttm_buffer_object *bo = dev_priv->dummy_query_bo; in vmw_fifo_emit_dummy_gb_query() local
|
D | vmwgfx_execbuf.c | 311 struct ttm_buffer_object *bo, in vmw_bo_to_validate_list() 383 struct ttm_buffer_object *bo = &res->backup->base; in vmw_resources_reserve() local 885 struct ttm_buffer_object *bo; in vmw_translate_mob_ptr() local 948 struct ttm_buffer_object *bo; in vmw_translate_guest_ptr() local 2159 struct ttm_buffer_object *bo; in vmw_apply_relocations() local 2228 struct ttm_buffer_object *bo, in vmw_validate_single_buffer()
|
D | vmwgfx_context.c | 302 struct ttm_buffer_object *bo = val_buf->bo; in vmw_gb_context_bind() local 329 struct ttm_buffer_object *bo = val_buf->bo; in vmw_gb_context_unbind() local
|
D | vmwgfx_scrn.c | 205 struct ttm_buffer_object *bo; in vmw_sou_backing_free() local
|
D | vmwgfx_surface.c | 1093 struct ttm_buffer_object *bo = val_buf->bo; in vmw_gb_surface_bind() local 1127 struct ttm_buffer_object *bo = val_buf->bo; in vmw_gb_surface_unbind() local
|
D | vmwgfx_fb.c | 565 struct ttm_buffer_object *bo; in vmw_fb_close() local
|
D | vmwgfx_shader.c | 186 struct ttm_buffer_object *bo = val_buf->bo; in vmw_gb_shader_bind() local
|
D | vmwgfx_drv.c | 300 struct ttm_buffer_object *bo; in vmw_dummy_query_bo_create() local
|
D | vmwgfx_kms.c | 291 struct ttm_buffer_object *bo, in vmw_kms_cursor_snoop() 1139 struct vmw_dma_buffer *bo = NULL; in vmw_kms_fb_create() local
|
D | vmwgfx_drv.h | 1104 struct ttm_buffer_object *bo = &tmp_buf->base; in vmw_dmabuf_unreference() local
|
/linux-4.1.27/crypto/ |
D | aes_generic.c | 1300 #define f_rn(bo, bi, n, k) do { \ argument 1307 #define f_nround(bo, bi, k) do {\ argument 1315 #define f_rl(bo, bi, n, k) do { \ argument 1322 #define f_lround(bo, bi, k) do {\ argument 1372 #define i_rn(bo, bi, n, k) do { \ argument 1379 #define i_nround(bo, bi, k) do {\ argument 1387 #define i_rl(bo, bi, n, k) do { \ argument 1394 #define i_lround(bo, bi, k) do {\ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 134 nouveau_bo_del_ttm(struct ttm_buffer_object *bo) in nouveau_bo_del_ttm() 316 struct ttm_buffer_object *bo = &nvbo->bo; in nouveau_bo_pin() local 390 struct ttm_buffer_object *bo = &nvbo->bo; in nouveau_bo_unpin() local 664 nouveau_bo_evict_flags(struct ttm_buffer_object *bo, struct ttm_placement *pl) in nouveau_bo_evict_flags() 695 nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nve0_bo_move_copy() 727 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_copy() 765 nvc0_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_m2mf() 804 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nva3_bo_move_copy() 842 nv98_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv98_bo_move_exec() 860 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv84_bo_move_exec() [all …]
|
D | nouveau_bo.h | 11 struct ttm_buffer_object bo; member 45 nouveau_bo(struct ttm_buffer_object *bo) in nouveau_bo() 61 struct ttm_buffer_object *bo = &prev->bo; in nouveau_bo_ref() local
|
D | nouveau_ttm.c | 74 struct ttm_buffer_object *bo, in nouveau_vram_manager_new() 163 struct ttm_buffer_object *bo, in nouveau_gart_manager_new() 243 struct ttm_buffer_object *bo, in nv04_gart_manager_new()
|
D | nv84_fence.c | 119 struct nouveau_bo *bo = nv50_display_crtc_sema(dev, i); in nv84_fence_context_del() local 159 struct nouveau_bo *bo = nv50_display_crtc_sema(chan->drm->dev, i); in nv84_fence_context_new() local
|
D | nv50_fence.c | 65 struct nouveau_bo *bo = nv50_display_crtc_sema(dev, i); in nv50_fence_context_new() local
|
D | nv10_fence.h | 15 struct nouveau_bo *bo; member
|
D | nouveau_gem.c | 40 struct ttm_buffer_object *bo = &nvbo->bo; in nouveau_gem_object_del() local 291 struct ttm_buffer_object *bo = &nvbo->bo; in nouveau_gem_set_domain() local 590 struct drm_nouveau_gem_pushbuf_bo *bo) in nouveau_gem_pushbuf_reloc_apply() 678 struct drm_nouveau_gem_pushbuf_bo *bo; in nouveau_gem_ioctl_pushbuf() local
|
D | nouveau_dma.c | 82 nv50_dma_push(struct nouveau_channel *chan, struct nouveau_bo *bo, in nv50_dma_push()
|
D | nouveau_display.c | 871 struct nouveau_bo *bo; in nouveau_display_dumb_create() local 903 struct nouveau_bo *bo = nouveau_gem_object(gem); in nouveau_display_dumb_map_offset() local
|
D | nouveau_fence.h | 99 struct nouveau_bo *bo; member
|
/linux-4.1.27/include/linux/ |
D | host1x.h | 75 static inline void host1x_bo_init(struct host1x_bo *bo, in host1x_bo_init() 81 static inline struct host1x_bo *host1x_bo_get(struct host1x_bo *bo) in host1x_bo_get() 86 static inline void host1x_bo_put(struct host1x_bo *bo) in host1x_bo_put() 91 static inline dma_addr_t host1x_bo_pin(struct host1x_bo *bo, in host1x_bo_pin() 97 static inline void host1x_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in host1x_bo_unpin() 102 static inline void *host1x_bo_mmap(struct host1x_bo *bo) in host1x_bo_mmap() 107 static inline void host1x_bo_munmap(struct host1x_bo *bo, void *addr) in host1x_bo_munmap() 112 static inline void *host1x_bo_kmap(struct host1x_bo *bo, unsigned int pagenum) in host1x_bo_kmap() 117 static inline void host1x_bo_kunmap(struct host1x_bo *bo, in host1x_bo_kunmap() 169 struct host1x_bo *bo; member [all …]
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | job.h | 25 struct host1x_bo *bo; member 38 struct host1x_bo *bo; member 45 struct host1x_bo *bo; member
|
D | job.c | 100 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo, in host1x_job_add_gather()
|
/linux-4.1.27/net/can/ |
D | bcm.c | 163 struct bcm_sock *bo = bcm_sk(sk); in bcm_proc_show() local 340 struct bcm_sock *bo = bcm_sk(sk); in bcm_send_to_user() local 831 struct bcm_sock *bo = bcm_sk(sk); in bcm_tx_setup() local 988 struct bcm_sock *bo = bcm_sk(sk); in bcm_rx_setup() local 1239 struct bcm_sock *bo = bcm_sk(sk); in bcm_sendmsg() local 1351 struct bcm_sock *bo = container_of(nb, struct bcm_sock, notifier); in bcm_notifier() local 1404 struct bcm_sock *bo = bcm_sk(sk); in bcm_init() local 1428 struct bcm_sock *bo; in bcm_release() local 1497 struct bcm_sock *bo = bcm_sk(sk); in bcm_connect() local
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 778 static inline int __ttm_bo_reserve(struct ttm_buffer_object *bo, in __ttm_bo_reserve() 848 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() 874 static inline int ttm_bo_reserve_slowpath(struct ttm_buffer_object *bo, in ttm_bo_reserve_slowpath() 903 static inline void __ttm_bo_unreserve(struct ttm_buffer_object *bo) in __ttm_bo_unreserve() 915 static inline void ttm_bo_unreserve(struct ttm_buffer_object *bo) in ttm_bo_unreserve() 932 static inline void ttm_bo_unreserve_ticket(struct ttm_buffer_object *bo, in ttm_bo_unreserve_ticket()
|
D | ttm_execbuf_util.h | 47 struct ttm_buffer_object *bo; member
|
D | ttm_bo_api.h | 285 struct ttm_buffer_object *bo; member 297 ttm_bo_reference(struct ttm_buffer_object *bo) in ttm_bo_reference()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_ringbuffer.h | 26 struct drm_gem_object *bo; member
|
D | msm_fbdev.c | 37 struct drm_gem_object *bo; member
|
D | msm_fb.c | 51 struct drm_gem_object *bo = msm_fb->planes[i]; in msm_framebuffer_destroy() local
|
/linux-4.1.27/net/ieee802154/ |
D | trace.h | 37 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf117.c | 195 u32 bo = 0; in gf117_grctx_generate_attrib() local
|
D | ctxgf108.c | 743 u32 bo = 0; in gf108_grctx_generate_attrib() local
|
D | ctxgm107.c | 907 u32 bo = 0; in gm107_grctx_generate_attrib() local
|
D | ctxgf100.c | 1064 u32 bo = 0; in gf100_grctx_generate_attrib() local
|
/linux-4.1.27/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 32 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo, in trace_write_gather()
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 188 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" argument
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 38 struct drm_gem_object *bo; member
|
D | omap_crtc.c | 582 struct drm_gem_object *bo; in page_flip_worker() local 613 struct drm_gem_object *bo; in omap_crtc_page_flip_locked() local
|
D | omap_fb.c | 79 struct drm_gem_object *bo; member
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | crypto.c | 128 u8 *bo = _bo; in bytewise_xor() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | technisat-usb2.c | 407 u8 bo = offset & 0xff; in technisat_usb2_eeprom_lrc_read() local
|
/linux-4.1.27/arch/mips/include/asm/xtalk/ |
D | xwidget.h | 133 unsigned bo:1; member
|
/linux-4.1.27/kernel/trace/ |
D | trace_probe.c | 473 unsigned long bw, bo; in __parse_bitfield_probe_arg() local
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 1559 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument 1573 #define BBOCB(op, bo, cb, aa, lk) \ argument 1752 #define XLO(op, bo, xop, lk) \ argument 1763 #define XLOCB(op, bo, cb, xop, lk) \ argument
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-cpmem.c | 295 int bpp = 0, npb = 0, ro, go, bo, to; in ipu_cpmem_set_format_rgb() local
|
/linux-4.1.27/arch/powerpc/lib/ |
D | sstep.c | 65 unsigned int bo = (instr >> 21) & 0x1f; in branch_taken() local
|
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp-hcd.c | 3696 static const char * const bo[] = { in oxu_verify_id() local
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 882 bo: 1, /* 31: barrier op set in xtalk rqst*/ member
|