Searched refs:mmapped (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c217 uint32_t mmapped : 2; member in struct:kgem_buffer
3542 DBG(("%s: buffer handle=%d, used=%d, exec?=%d, write=%d, mmapped=%s, refcnt=%d\n",
3544 bo->write, bo->mmapped == MMAPPED_CPU ? "cpu" : bo->mmapped == MMAPPED_GTT ? "gtt" : "no",
3562 if (bo->mmapped) {
3570 (kgem->has_llc || bo->mmapped == MMAPPED_GTT || bo->base.snoop)) {
3579 DBG(("%s: discarding mmapped buffer, used=%d, map type=%d\n",
3580 __FUNCTION__, bo->used, bo->mmapped));
7284 bo->mmapped = MMAPPED_CPU;
7299 bo->mmapped
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c207 uint32_t mmapped : 2; member in struct:kgem_buffer
3001 DBG(("%s: buffer handle=%d, used=%d, exec?=%d, write=%d, mmapped=%s, refcnt=%d\n",
3003 bo->write, bo->mmapped == MMAPPED_CPU ? "cpu" : bo->mmapped == MMAPPED_GTT ? "gtt" : "no",
3021 if (bo->mmapped) {
3029 (kgem->has_llc || bo->mmapped == MMAPPED_GTT || bo->base.snoop)) {
3038 DBG(("%s: discarding mmapped buffer, used=%d, map type=%d\n",
3039 __FUNCTION__, bo->used, bo->mmapped));
6633 bo->mmapped = MMAPPED_CPU;
6648 bo->mmapped
[all...]

Completed in 57 milliseconds