Searched refs:ttm_bo_type (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.h | 86 u16 cpu_caching, enum ttm_bo_type type, 92 enum ttm_bo_type type, u32 flags, u64 alignment); 95 enum ttm_bo_type type, u32 flags); 98 enum ttm_bo_type type, u32 flags); 105 enum ttm_bo_type type, u32 flags); 108 enum ttm_bo_type type, u32 flags); 113 enum ttm_bo_type type, u32 flags, 117 enum ttm_bo_type type, u32 flags);
|
H A D | xe_bo.c | 1407 u16 cpu_caching, enum ttm_bo_type type, in ___xe_bo_create_locked() 1578 u16 cpu_caching, enum ttm_bo_type type, u32 flags, in __xe_bo_create_locked() 1660 enum ttm_bo_type type, u32 flags, u64 alignment) in xe_bo_create_locked_range() 1668 enum ttm_bo_type type, u32 flags) in xe_bo_create_locked() 1690 enum ttm_bo_type type, u32 flags) in xe_bo_create() 1703 enum ttm_bo_type type, u32 flags) in xe_bo_create_pin_map_at() 1713 enum ttm_bo_type type, u32 flags, in xe_bo_create_pin_map_at_aligned() 1753 enum ttm_bo_type type, u32 flags) in xe_bo_create_pin_map() 1760 enum ttm_bo_type type, u32 flags) in xe_bo_create_from_data()
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_bo_validate_test.c | 22 enum ttm_bo_type bo_type; 108 enum ttm_bo_type bo_type = params->bo_type; in ttm_bo_init_reserved_sys_man() 153 enum ttm_bo_type bo_type = params->bo_type; in ttm_bo_init_reserved_mock_man() 195 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_init_reserved_resv() 274 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_validate_invalid_placement() 300 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_validate_failed_alloc() 330 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_validate_pinned() 417 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_validate_busy_placement() 520 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_validate_no_placement_signaled() 642 enum ttm_bo_type bo_type = ttm_bo_type_device; in ttm_bo_validate_move_fence_signaled() [all …]
|
/linux/include/drm/ttm/ |
H A D | ttm_bo.h | 67 enum ttm_bo_type { enum 108 enum ttm_bo_type type; 401 enum ttm_bo_type type, struct ttm_placement *placement, 406 enum ttm_bo_type type, struct ttm_placement *placement,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gem.h | 46 u64 flags, enum ttm_bo_type type,
|
H A D | amdgpu_object.h | 55 enum ttm_bo_type type;
|
H A D | amdgpu_gem.c | 97 u64 flags, enum ttm_bo_type type, in amdgpu_gem_object_create()
|
H A D | amdgpu_amdkfd_gpuvm.c | 1722 enum ttm_bo_type bo_type = ttm_bo_type_device; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.h | 58 enum ttm_bo_type bo_type;
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 924 enum ttm_bo_type type, struct ttm_placement *placement, in ttm_bo_init_reserved() 1017 enum ttm_bo_type type, struct ttm_placement *placement, in ttm_bo_init_validate()
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_object.c | 111 enum ttm_bo_type type; in qxl_bo_create()
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 440 enum ttm_bo_type bo_type; in lsdc_bo_create()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_object.c | 135 enum ttm_bo_type type; in radeon_bo_create()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm.c | 1294 enum ttm_bo_type bo_type; in __i915_gem_ttm_object_init()
|