Home
last modified time | relevance | path

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

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