Lines Matching defs:vsync
402 dinfo->vsync.pan_offset = offset;
405 dinfo->vsync.pan_display = 1;
407 dinfo->vsync.pan_display = 0;
2025 if (dinfo->vsync.pan_display) {
2026 dinfo->vsync.pan_display = 0;
2027 OUTREG(DSPABASE, dinfo->vsync.pan_offset);
2030 dinfo->vsync.count++;
2031 wake_up_interruptible(&dinfo->vsync.wait);
2070 if (dinfo->vsync.pan_display) {
2071 dinfo->vsync.pan_display = 0;
2072 OUTREG(DSPABASE, dinfo->vsync.pan_offset);
2088 struct intelfb_vsync *vsync;
2094 vsync = &dinfo->vsync;
2104 count = vsync->count;
2105 ret = wait_event_interruptible_timeout(vsync->wait,
2106 count != vsync->count, HZ / 10);