Searched refs:active_scanout (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_dri2.c | 240 get_private(back)->bo->active_scanout, 267 __FUNCTION__, bo->handle, bo->active_scanout, get_private(back)->refcnt)); 268 if (bo->active_scanout == 0) { 278 __FUNCTION__, c->bo ? c->bo->handle : 0, c->bo ? c->bo->active_scanout : -1)); 280 if (c->bo->active_scanout == 0) { 334 assert(bo->active_scanout == 0); 336 if (reuse && get_private(back)->bo->refcnt == 1 + get_private(back)->bo->active_scanout) { 344 DBG(("%s: caching handle=%d (name=%d, flags=%d, active_scanout=%d)\n", __FUNCTION__, c->bo->handle, c->name, c->flags, c->bo->active_scanout)); 351 assert(bo->active_scanout [all...] |
| H A D | sna_display.c | 1848 crtc->client_bo->active_scanout--; 1876 assert(sna->mode.shadow->active_scanout); 1877 sna->mode.shadow->active_scanout--; 1883 sna->mode.shadow->active_scanout++; 1884 assert(sna->mode.shadow->active_scanout); 1896 assert(sna->mode.shadow->active_scanout); 2005 sna->mode.shadow->active_scanout--; 2079 assert(crtc->client_bo->refcnt >= crtc->client_bo->active_scanout); 2080 crtc->client_bo->active_scanout--; 2135 __FUNCTION__,sna_crtc->bo->handle, sna_crtc->bo->active_scanout [all...] |
| H A D | kgem.h | 73 uint32_t active_scanout; member in struct:kgem_bo 408 assert(bo->refcnt > bo->active_scanout);
|
| H A D | kgem.c | 2982 assert(bo->active_scanout == 0);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display.c | 1520 assert(sna_crtc->bo->active_scanout); 1521 assert(sna_crtc->bo->refcnt >= sna_crtc->bo->active_scanout); 1522 sna_crtc->bo->active_scanout--; 2307 bo->active_scanout++; 2309 assert(saved_bo->active_scanout); 2310 assert(saved_bo->refcnt >= saved_bo->active_scanout); 2311 saved_bo->active_scanout--; 5288 assert(crtc->bo->active_scanout); 5289 assert(crtc->bo->refcnt >= crtc->bo->active_scanout); 5308 assert(crtc->bo->active_scanout); [all...] |
| H A D | sna_dri2.c | 147 __FUNCTION__, bo->handle, bo->active_scanout, get_private(back)->refcnt)); 148 if (bo->active_scanout == 0) { 183 assert(bo->active_scanout == 0); 294 assert(get_private(buffer)->bo->refcnt > get_private(buffer)->bo->active_scanout); 303 assert(get_private(buffer)->bo->active_scanout == 0); 1880 DBG(("%s: back_bo pitch=%d, size=%d, ref=%d, active_scanout?=%d\n", 1881 __FUNCTION__, back_bo->pitch, kgem_bo_size(back_bo), back_bo->refcnt, back_bo->active_scanout)); 1882 DBG(("%s: front_bo pitch=%d, size=%d, ref=%d, active_scanout?=%d\n", 1883 __FUNCTION__, front_bo->pitch, kgem_bo_size(front_bo), front_bo->refcnt, front_bo->active_scanout));
|
| H A D | kgem.h | 72 uint32_t active_scanout; member in struct:kgem_bo
|
| H A D | kgem.c | 2493 assert(bo->active_scanout == 0);
|
Completed in 36 milliseconds