Searched refs:timer_active (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c183 int timer_active; member in struct:context
512 DBG(TIMER, ("%s timer active? %d\n", __func__, ctx->timer_active));
514 if (ctx->timer_active)
520 ctx->timer_active = 1;
3356 DBG(POLL, ("polling - enable timer? %d, nfd=%d, ndisplay=%d\n", ctx.timer_active, ctx.nfd, ctx.ndisplay));
3357 ret = poll(ctx.pfd + !ctx.timer_active, ctx.nfd - !ctx.timer_active, -1);
3463 if (ctx.timer_active && read(ctx.timer, &count, sizeof(count)) > 0) {
3482 ctx.timer_active = ret != 0;
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c195 int timer_active; member in struct:context
543 DBG(TIMER, ("%s timer active? %d\n", __func__, ctx->timer_active));
545 if (ctx->timer_active)
551 ctx->timer_active = 1;
3584 DBG(POLL, ("polling - enable timer? %d, nfd=%d, ndisplay=%d\n", ctx.timer_active, ctx.nfd, ctx.ndisplay));
3585 ret = poll(ctx.pfd + !ctx.timer_active, ctx.nfd - !ctx.timer_active, -1);
3738 if (ctx.timer_active && read(ctx.timer, &count, sizeof(count)) > 0) {
3757 ctx.timer_active = ret != 0;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna.h294 uint16_t timer_active; member in struct:sna
H A Dsna_accel.c17508 sna->timer_active &= ~(1<<id);
17602 if (!sna->timer_active)
17604 sna->timer_active |= 1 << whom;
17612 if (sna->timer_active & (1<<(FLUSH_TIMER))) {
17631 if (sna->timer_active & (1<<(THROTTLE_TIMER))) {
17648 if (sna->timer_active & (1<<(EXPIRE_TIMER))) {
18382 if (sna->timer_active)
18400 sna->timer_active & (1<<(FLUSH_TIMER)));
18405 sna->timer_active & (1<<(THROTTLE_TIMER)));
18410 sna->timer_active
[all...]
H A Dsna_display.c8961 sna->timer_active |= 1 << FLUSH_TIMER;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna.h272 uint16_t timer_active; member in struct:sna
H A Dsna_accel.c17213 sna->timer_active &= ~(1<<id);
17304 if (!sna->timer_active)
17306 sna->timer_active |= 1 << whom;
17314 if (sna->timer_active & (1<<(FLUSH_TIMER))) {
17333 if (sna->timer_active & (1<<(THROTTLE_TIMER))) {
17350 if (sna->timer_active & (1<<(EXPIRE_TIMER))) {
18026 if (sna->timer_active)
18044 sna->timer_active & (1<<(FLUSH_TIMER)));
18049 sna->timer_active & (1<<(THROTTLE_TIMER)));
18054 sna->timer_active
[all...]

Completed in 58 milliseconds