Searched refs:EXPIRE_TIMER (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna.h241 EXPIRE_TIMER, enumerator in enum:__anon5ab401610103
H A Dsna_accel.c17648 if (sna->timer_active & (1<<(EXPIRE_TIMER))) {
17649 int32_t delta = sna->timer_expire[EXPIRE_TIMER] - TIME;
17652 sna->timer_expire[EXPIRE_TIMER] =
17657 timer_enable(sna, EXPIRE_TIMER, MAX_INACTIVE_TIME * 1000);
17853 sna_accel_disarm_timer(sna, EXPIRE_TIMER);
18410 sna->timer_active & (1<<(EXPIRE_TIMER)));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna.h226 EXPIRE_TIMER, enumerator in enum:__anon0e76ae950103
H A Dsna_accel.c17350 if (sna->timer_active & (1<<(EXPIRE_TIMER))) {
17351 int32_t delta = sna->timer_expire[EXPIRE_TIMER] - TIME;
17354 sna->timer_expire[EXPIRE_TIMER] =
17359 timer_enable(sna, EXPIRE_TIMER, MAX_INACTIVE_TIME * 1000);
17549 sna_accel_disarm_timer(sna, EXPIRE_TIMER);
18054 sna->timer_active & (1<<(EXPIRE_TIMER)));

Completed in 39 milliseconds