/external/libdrm/freedreno/kgsl/ |
D | kgsl_priv.h | 76 drm_private int is_kgsl_pipe(struct fd_pipe *pipe); 94 drm_private struct fd_device * kgsl_device_new(int fd); 96 drm_private int kgsl_pipe_timestamp(struct kgsl_pipe *kgsl_pipe, 98 drm_private void kgsl_pipe_add_submit(struct kgsl_pipe *pipe, 100 drm_private void kgsl_pipe_pre_submit(struct kgsl_pipe *pipe); 101 drm_private void kgsl_pipe_post_submit(struct kgsl_pipe *pipe, 103 drm_private void kgsl_pipe_process_pending(struct kgsl_pipe *pipe, 105 drm_private struct fd_pipe * kgsl_pipe_new(struct fd_device *dev, 108 drm_private struct fd_ringbuffer * kgsl_ringbuffer_new(struct fd_pipe *pipe, 111 drm_private int kgsl_bo_new_handle(struct fd_device *dev, [all …]
|
D | kgsl_pipe.c | 80 drm_private int kgsl_pipe_timestamp(struct kgsl_pipe *kgsl_pipe, in kgsl_pipe_timestamp() 119 drm_private int is_kgsl_pipe(struct fd_pipe *pipe) in is_kgsl_pipe() 125 drm_private void kgsl_pipe_add_submit(struct kgsl_pipe *kgsl_pipe, in kgsl_pipe_add_submit() 140 drm_private void kgsl_pipe_pre_submit(struct kgsl_pipe *kgsl_pipe) in kgsl_pipe_pre_submit() 156 drm_private void kgsl_pipe_post_submit(struct kgsl_pipe *kgsl_pipe, in kgsl_pipe_post_submit() 175 drm_private void kgsl_pipe_process_pending(struct kgsl_pipe *kgsl_pipe, in kgsl_pipe_process_pending() 209 drm_private struct fd_pipe * kgsl_pipe_new(struct fd_device *dev, in kgsl_pipe_new()
|
D | kgsl_bo.c | 136 drm_private int kgsl_bo_new_handle(struct fd_device *dev, in kgsl_bo_new_handle() 160 drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev, in kgsl_bo_from_handle() 223 drm_private uint32_t kgsl_bo_gpuaddr(struct kgsl_bo *kgsl_bo, uint32_t offset) in kgsl_bo_gpuaddr() 272 drm_private void kgsl_bo_set_timestamp(struct kgsl_bo *kgsl_bo, in kgsl_bo_set_timestamp() 291 drm_private uint32_t kgsl_bo_get_timestamp(struct kgsl_bo *kgsl_bo) in kgsl_bo_get_timestamp()
|
D | kgsl_device.c | 48 drm_private struct fd_device * kgsl_device_new(int fd) in kgsl_device_new()
|
/external/libdrm/amdgpu/ |
D | util_hash.h | 60 drm_private struct util_hash *util_hash_create(void); 61 drm_private void util_hash_delete(struct util_hash *hash); 70 drm_private struct util_hash_iter 80 drm_private struct util_hash_iter 83 drm_private void *util_hash_take(struct util_hash *hash, unsigned key); 86 drm_private struct util_hash_iter util_hash_first_node(struct util_hash *hash); 91 drm_private struct util_hash_iter 95 drm_private int util_hash_iter_is_null(struct util_hash_iter iter); 96 drm_private unsigned util_hash_iter_key(struct util_hash_iter iter); 97 drm_private void *util_hash_iter_data(struct util_hash_iter iter); [all …]
|
D | util_hash_table.h | 50 drm_private struct util_hash_table * 54 drm_private void 57 drm_private void *util_hash_table_get(struct util_hash_table *ht, void *key); 59 drm_private void util_hash_table_remove(struct util_hash_table *ht, void *key); 61 drm_private void util_hash_table_clear(struct util_hash_table *ht); 63 drm_private void util_hash_table_foreach(struct util_hash_table *ht, 67 drm_private void util_hash_table_destroy(struct util_hash_table *ht);
|
D | util_hash.c | 217 drm_private struct util_hash_iter 237 drm_private struct util_hash *util_hash_create(void) in util_hash_create() 260 drm_private void util_hash_delete(struct util_hash *hash) in util_hash_delete() 278 drm_private struct util_hash_iter 286 drm_private unsigned util_hash_iter_key(struct util_hash_iter iter) in util_hash_iter_key() 293 drm_private void *util_hash_iter_data(struct util_hash_iter iter) in util_hash_iter_data() 330 drm_private struct util_hash_iter 337 drm_private int util_hash_iter_is_null(struct util_hash_iter iter) in util_hash_iter_is_null() 344 drm_private void *util_hash_take(struct util_hash *hash, unsigned akey) in util_hash_take() 359 drm_private struct util_hash_iter util_hash_first_node(struct util_hash *hash) in util_hash_first_node() [all …]
|
D | util_hash_table.c | 71 drm_private struct util_hash_table * 129 drm_private void 163 drm_private void *util_hash_table_get(struct util_hash_table *ht, void *key) in util_hash_table_get() 181 drm_private void util_hash_table_remove(struct util_hash_table *ht, void *key) in util_hash_table_remove() 204 drm_private void util_hash_table_clear(struct util_hash_table *ht) in util_hash_table_clear() 221 drm_private void util_hash_table_foreach(struct util_hash_table *ht, in util_hash_table_foreach() 240 drm_private void util_hash_table_destroy(struct util_hash_table *ht) in util_hash_table_destroy()
|
D | amdgpu_internal.h | 137 drm_private void amdgpu_vamgr_init(struct amdgpu_bo_va_mgr *mgr, uint64_t start, 140 drm_private void amdgpu_vamgr_deinit(struct amdgpu_bo_va_mgr *mgr); 142 drm_private void amdgpu_parse_asic_ids(struct amdgpu_device *dev); 144 drm_private int amdgpu_query_gpu_info_init(amdgpu_device_handle dev); 146 drm_private uint64_t amdgpu_cs_calculate_timeout(uint64_t timeout);
|
D | amdgpu_vamgr.c | 44 drm_private void amdgpu_vamgr_init(struct amdgpu_bo_va_mgr *mgr, uint64_t start, in amdgpu_vamgr_init() 62 drm_private void amdgpu_vamgr_deinit(struct amdgpu_bo_va_mgr *mgr) in amdgpu_vamgr_deinit() 72 static drm_private uint64_t 133 static drm_private void
|
/external/libdrm/libkms/ |
D | internal.h | 66 drm_private int linux_create(int fd, struct kms_driver **out); 68 drm_private int vmwgfx_create(int fd, struct kms_driver **out); 70 drm_private int intel_create(int fd, struct kms_driver **out); 72 drm_private int dumb_create(int fd, struct kms_driver **out); 74 drm_private int nouveau_create(int fd, struct kms_driver **out); 76 drm_private int radeon_create(int fd, struct kms_driver **out); 78 drm_private int exynos_create(int fd, struct kms_driver **out);
|
/external/libdrm/intel/ |
D | mm.h | 47 drm_private extern struct mem_block *mmInit(int ofs, int size); 59 drm_private extern struct mem_block *mmAllocMem(struct mem_block *heap, 68 drm_private extern int mmFreeMem(struct mem_block *b); 73 drm_private extern void mmDestroy(struct mem_block *mmInit); 78 drm_private extern void mmDumpMemInfo(const struct mem_block *mmInit);
|
D | mm.c | 32 drm_private void mmDumpMemInfo(const struct mem_block *heap) in mmDumpMemInfo() 58 drm_private struct mem_block *mmInit(int ofs, int size) in mmInit() 163 drm_private struct mem_block *mmAllocMem(struct mem_block *heap, int size, in mmAllocMem() 219 drm_private int mmFreeMem(struct mem_block *b) in mmFreeMem() 246 drm_private void mmDestroy(struct mem_block *heap) in mmDestroy()
|
/external/libdrm/freedreno/msm/ |
D | msm_priv.h | 51 drm_private struct fd_device * msm_device_new(int fd); 67 drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev, 70 drm_private struct fd_ringbuffer * msm_ringbuffer_new(struct fd_pipe *pipe, 90 drm_private int msm_bo_new_handle(struct fd_device *dev, 92 drm_private struct fd_bo * msm_bo_from_handle(struct fd_device *dev,
|
D | msm_bo.c | 136 drm_private int msm_bo_new_handle(struct fd_device *dev, in msm_bo_new_handle() 156 drm_private struct fd_bo * msm_bo_from_handle(struct fd_device *dev, in msm_bo_from_handle()
|
D | msm_device.c | 49 drm_private struct fd_device * msm_device_new(int fd) in msm_device_new()
|
/external/libdrm/nouveau/ |
D | private.h | 13 drm_private uint32_t nouveau_debug; 117 drm_private bool abi16_object(struct nouveau_object *, int (**)(struct nouveau_object *)); 118 drm_private void abi16_delete(struct nouveau_object *); 119 drm_private int abi16_sclass(struct nouveau_object *, struct nouveau_sclass **); 120 drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *); 121 drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment,
|
D | abi16.c | 168 drm_private int 217 drm_private void 235 drm_private bool 272 drm_private void 306 drm_private int
|
/external/libdrm/etnaviv/ |
D | etnaviv_bo_cache.c | 30 drm_private void bo_del(struct etna_bo *bo); 31 drm_private extern pthread_mutex_t table_lock; 44 drm_private void etna_bo_cache_init(struct etna_bo_cache *cache) in etna_bo_cache_init() 70 drm_private void etna_bo_cache_cleanup(struct etna_bo_cache *cache, time_t time) in etna_bo_cache_cleanup() 158 drm_private struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache, uint32_t *size, in etna_bo_cache_alloc() 181 drm_private int etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo) in etna_bo_cache_free()
|
D | etnaviv_priv.h | 81 drm_private void etna_bo_cache_init(struct etna_bo_cache *cache); 82 drm_private void etna_bo_cache_cleanup(struct etna_bo_cache *cache, time_t time); 83 drm_private struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache, 85 drm_private int etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo); 88 drm_private void etna_device_del_locked(struct etna_device *dev);
|
D | etnaviv_bo.c | 30 drm_private pthread_mutex_t table_lock = PTHREAD_MUTEX_INITIALIZER; 31 drm_private void bo_del(struct etna_bo *bo); 42 drm_private void bo_del(struct etna_bo *bo) in bo_del()
|
/external/libdrm/freedreno/ |
D | freedreno_bo_cache.c | 32 drm_private void bo_del(struct fd_bo *bo); 33 drm_private extern pthread_mutex_t table_lock; 51 drm_private void 81 drm_private void 161 drm_private struct fd_bo * 193 drm_private int
|
D | freedreno_priv.h | 108 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse); 109 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time); 110 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache, 112 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo); 115 drm_private void fd_device_del_locked(struct fd_device *dev);
|
D | freedreno_bo.c | 32 drm_private pthread_mutex_t table_lock = PTHREAD_MUTEX_INITIALIZER; 33 drm_private void bo_del(struct fd_bo *bo); 229 drm_private void bo_del(struct fd_bo *bo) in bo_del()
|
/external/libdrm/ |
D | libdrm_macros.h | 27 # define drm_private __attribute__((visibility("hidden"))) macro 29 # define drm_private macro
|