Lines Matching refs:active_scanout
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-1));
2137 assert(sna_crtc->bo->active_scanout);
2138 assert(sna_crtc->bo->refcnt >= sna_crtc->bo->active_scanout);
2139 sna_crtc->bo->active_scanout--;
2477 assert(sna->mode.shadow->active_scanout);
2791 sna->mode.shadow->active_scanout++;
3083 bo->active_scanout++;
3085 __FUNCTION__, bo->handle, bo->active_scanout,
3086 saved_bo ? saved_bo->handle : 0, saved_bo ? saved_bo->active_scanout - 1: -1));
3088 assert(saved_bo->active_scanout);
3089 assert(saved_bo->refcnt >= saved_bo->active_scanout);
3090 saved_bo->active_scanout--;
3107 __FUNCTION__, bo->handle, bo->active_scanout, sna->mode.front_active));
7062 assert(crtc->bo->active_scanout);
7063 assert(crtc->bo->refcnt >= crtc->bo->active_scanout);
7089 DBG(("%s: removing handle=%d [active_scanout=%d] from scanout, installing handle=%d [active_scanout=%d]\n",
7090 __FUNCTION__, crtc->bo->handle, crtc->bo->active_scanout,
7091 bo->handle, bo->active_scanout));
7092 assert(crtc->bo->active_scanout);
7093 assert(crtc->bo->refcnt >= crtc->bo->active_scanout);
7094 crtc->bo->active_scanout--;
7103 crtc->bo->active_scanout++;
7178 crtc->flip_bo->active_scanout++;
7183 DBG(("%s: recording flip on CRTC:%d handle=%d, active_scanout=%d, serial=%d\n",
7184 __FUNCTION__, __sna_crtc_id(crtc), crtc->flip_bo->handle, crtc->flip_bo->active_scanout, crtc->flip_serial));
8983 assert(sna_crtc->client_bo->refcnt >= sna_crtc->client_bo->active_scanout);
8984 sna_crtc->client_bo->active_scanout--;
8989 sna_crtc->client_bo->active_scanout++;
8990 assert(sna_crtc->client_bo->refcnt >= sna_crtc->client_bo->active_scanout);
9045 assert(sna_crtc->client_bo->refcnt >= sna_crtc->client_bo->active_scanout);
9046 sna_crtc->client_bo->active_scanout--;
9267 DBG(("%s: removing handle=%d [active_scanout=%d] from scanout, installing handle=%d [active_scanout=%d]\n",
9268 __FUNCTION__, sna_crtc->bo->handle, sna_crtc->bo->active_scanout - 1,
9269 bo->handle, bo->active_scanout));
9270 assert(sna_crtc->bo->active_scanout);
9271 assert(sna_crtc->bo->refcnt >= sna_crtc->bo->active_scanout);
9272 sna_crtc->bo->active_scanout--;
9276 sna_crtc->bo->active_scanout++;
9316 sna_crtc->flip_bo->active_scanout++;
9325 DBG(("%s: recording flip on CRTC:%d handle=%d, active_scanout=%d, serial=%d\n",
9326 __FUNCTION__, __sna_crtc_id(sna_crtc), sna_crtc->flip_bo->handle, sna_crtc->flip_bo->active_scanout, sna_crtc->flip_serial));
9347 __FUNCTION__, old->handle, old->active_scanout, new->handle, new->active_scanout));
9418 assert(crtc->bo->refcnt >= crtc->bo->active_scanout);
9431 DBG(("%s: removing handle=%d [active_scanout=%d] from scanout, installing handle=%d [active_scanout=%d]\n",
9432 __FUNCTION__, crtc->bo->handle, crtc->bo->active_scanout-1,
9433 flip_bo->handle, flip_bo->active_scanout));
9435 assert(crtc->bo->active_scanout);
9436 assert(crtc->bo->refcnt >= crtc->bo->active_scanout);
9437 crtc->bo->active_scanout--;
9446 crtc->bo->active_scanout++;
9478 crtc->flip_bo->active_scanout++;
9482 DBG(("%s: recording flip on CRTC:%d handle=%d, active_scanout=%d, serial=%d\n",
9483 __FUNCTION__, __sna_crtc_id(crtc), crtc->flip_bo->handle, crtc->flip_bo->active_scanout, crtc->flip_serial));
9579 assert(crtc->flip_bo->active_scanout);
9580 assert(crtc->flip_bo->refcnt >= crtc->flip_bo->active_scanout);
9583 DBG(("%s: removing handle=%d [active_scanout=%d] from scanout, installing handle=%d [active_scanout=%d]\n",
9584 __FUNCTION__, crtc->bo->handle, crtc->bo->active_scanout - 1,
9585 crtc->flip_bo->handle, crtc->flip_bo->active_scanout));
9586 assert(crtc->bo->active_scanout);
9587 assert(crtc->bo->refcnt >= crtc->bo->active_scanout);
9589 crtc->bo->active_scanout--;
9602 crtc->flip_bo->active_scanout--;