Searched refs:_WsbmBufferPool (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/libwsbm/src/ |
D | wsbm_pool.h | 45 struct _WsbmBufferPool *pool; 55 struct _WsbmBufferPool struct 68 struct _WsbmBufStorage *(*create) (struct _WsbmBufferPool * pool, argument 72 struct _WsbmBufStorage *(*createByReference) (struct _WsbmBufferPool * argument 82 void (*takeDown) (struct _WsbmBufferPool * pool); argument 87 struct _WsbmBufferPool *pool) in wsbmBufStorageInit() 131 extern struct _WsbmBufferPool *wsbmTTMPoolInit(int fd, 133 extern struct _WsbmBufferPool *wsbmMallocPoolInit(void); 136 extern struct _WsbmBufferPool *wsbmSlabPoolInit(int fd, uint32_t devOffset, 149 extern struct _WsbmBufferPool *wsbmUserPoolInit(void *vramAddr, [all …]
|
D | wsbm_manager.h | 46 struct _WsbmBufferPool; 94 struct _WsbmBufferPool *pool, uint32_t placement); 97 unsigned size, const void *data, struct _WsbmBufferPool *newPool, 118 extern int wsbmGenBuffers(struct _WsbmBufferPool *pool, 123 struct _WsbmBufferObject *wsbmBOCreateSimple(struct _WsbmBufferPool *pool, 151 extern void wsbmPoolTakeDown(struct _WsbmBufferPool *pool); 158 extern void wsbmPoolTakeDown(struct _WsbmBufferPool *pool);
|
D | wsbm_mallocpool.c | 56 pool_create(struct _WsbmBufferPool *pool, in pool_create() 156 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 161 struct _WsbmBufferPool * 164 struct _WsbmBufferPool *pool; in wsbmMallocPoolInit() 166 pool = (struct _WsbmBufferPool *)calloc(1, sizeof(*pool)); in wsbmMallocPoolInit()
|
D | wsbm_ttmpool.c | 92 struct _WsbmBufferPool pool; 110 pool_create(struct _WsbmBufferPool *pool, in pool_create() 163 pool_reference(struct _WsbmBufferPool *pool, unsigned handle) in pool_reference() 440 struct _WsbmBufferPool *pool = buf->pool; in pool_waitIdle() 453 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 469 struct _WsbmBufferPool *pool = buf->pool; in pool_setStatus() 494 struct _WsbmBufferPool * 498 struct _WsbmBufferPool *pool; in wsbmTTMPoolInit() 532 ttm_pool_ub_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t placement, unsigned a… in ttm_pool_ub_create()
|
D | wsbm_manager.c | 79 struct _WsbmBufferPool *pool; 486 struct _WsbmBufferPool *newPool, uint32_t placement) in wsbmBOData() 494 struct _WsbmBufferPool *curPool; in wsbmBOData() 615 unsigned size, const void *data, struct _WsbmBufferPool *newPool, in wsbmBODataUB() 623 struct _WsbmBufferPool *curPool; in wsbmBODataUB() 625 ttm_pool_ub_create(struct _WsbmBufferPool *pool, in wsbmBODataUB() 747 struct _WsbmBufferPool *pool = storage->pool; in wsbmStorageClone() 773 struct _WsbmBufferPool *pool = buf->storage->pool; in wsbmBOClone() 821 struct _WsbmBufferPool *pool = storage->pool; in wsbmBOSubData() 884 struct _WsbmBufferPool *pool = storage->pool; in wsbmBOGetSubData() [all …]
|
D | wsbm_userpool.c | 92 struct _WsbmBufferPool pool; 204 pool_create(struct _WsbmBufferPool *pool, in pool_create() 583 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 612 wsbmUserPoolClean(struct _WsbmBufferPool *pool, int cleanVram, int cleanAgp) in wsbmUserPoolClean() 624 struct _WsbmBufferPool * 631 struct _WsbmBufferPool *pool; in wsbmUserPoolInit()
|
D | wsbm_slabpool.c | 171 struct _WsbmBufferPool pool; 192 slabPoolFromPool(struct _WsbmBufferPool *pool) in slabPoolFromPool() 693 pool_create(struct _WsbmBufferPool *pool, unsigned long size, in pool_create() 1119 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 1133 struct _WsbmBufferPool * 1144 struct _WsbmBufferPool *pool; in wsbmSlabPoolInit()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | WsbmWrapper.c | 28 struct _WsbmBufferPool * mainPool = NULL;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | WsbmWrapper.c | 26 struct _WsbmBufferPool * mainPool = NULL;
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.h | 239 struct _WsbmBufferPool *main_pool;
|
D | psb_drv_video.c | 3008 struct _WsbmBufferPool *pool;
|