Searched refs:WSBM_SYNCCPU_WRITE (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c538 0 != storage->pool->syncforcpu(storage, WSBM_SYNCCPU_WRITE |
556 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE);
575 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
587 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE);
608 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
671 0 != storage->pool->syncforcpu(storage, WSBM_SYNCCPU_WRITE |
691 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE);
711 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
722 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE);
738 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
[all...]
H A Dwsbm_manager.h74 #define WSBM_SYNCCPU_WRITE WSBM_ACCESS_WRITE macro
H A Dwsbm_ttmpool.c248 if ((mode & WSBM_SYNCCPU_WRITE) && (++dBuf->writers == 1))
300 if ((mode & WSBM_SYNCCPU_WRITE) && (--dBuf->writers == 0))
/hardware/intel/img/psb_video/src/
H A Dpsb_surface.c355 uint32_t synccpu_flag = WSBM_SYNCCPU_READ | WSBM_SYNCCPU_WRITE | WSBM_SYNCCPU_DONT_BLOCK;
H A Dpsb_buffer.c425 buf->wsbm_synccpu_flag = WSBM_SYNCCPU_READ | WSBM_SYNCCPU_WRITE;

Completed in 105 milliseconds