Lines Matching defs:vsync
404 dinfo->vsync.pan_offset = offset;
407 dinfo->vsync.pan_display = 1;
409 dinfo->vsync.pan_display = 0;
2027 if (dinfo->vsync.pan_display) {
2028 dinfo->vsync.pan_display = 0;
2029 OUTREG(DSPABASE, dinfo->vsync.pan_offset);
2032 dinfo->vsync.count++;
2033 wake_up_interruptible(&dinfo->vsync.wait);
2072 if (dinfo->vsync.pan_display) {
2073 dinfo->vsync.pan_display = 0;
2074 OUTREG(DSPABASE, dinfo->vsync.pan_offset);
2090 struct intelfb_vsync *vsync;
2096 vsync = &dinfo->vsync;
2106 count = vsync->count;
2107 ret = wait_event_interruptible_timeout(vsync->wait,
2108 count != vsync->count, HZ / 10);