Searched refs:timer_enable (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 17600 static void timer_enable(struct sna *sna, int whom, int interval) function in typeref:typename:void 17623 timer_enable(sna, FLUSH_TIMER, interval/2); 17641 timer_enable(sna, THROTTLE_TIMER, 20); 17657 timer_enable(sna, EXPIRE_TIMER, MAX_INACTIVE_TIME * 1000);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 17302 static void timer_enable(struct sna *sna, int whom, int interval) function in typeref:typename:void 17325 timer_enable(sna, FLUSH_TIMER, interval/2); 17343 timer_enable(sna, THROTTLE_TIMER, 20); 17359 timer_enable(sna, EXPIRE_TIMER, MAX_INACTIVE_TIME * 1000);
|
Completed in 41 milliseconds