aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/gma500/psb_irq.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/gpu/drm/gma500/psb_irq.c b/drivers/gpu/drm/gma500/psb_irq.c
index a9bb34704738..f883f9e4c524 100644
--- a/drivers/gpu/drm/gma500/psb_irq.c
+++ b/drivers/gpu/drm/gma500/psb_irq.c
@@ -450,21 +450,6 @@ int psb_irq_disable_dpst(struct drm_device *dev)
450 return 0; 450 return 0;
451} 451}
452 452
453#ifdef PSB_FIXME
454static int psb_vblank_do_wait(struct drm_device *dev,
455 unsigned int *sequence, atomic_t *counter)
456{
457 unsigned int cur_vblank;
458 int ret = 0;
459 DRM_WAIT_ON(ret, dev->vblank.queue, 3 * HZ,
460 (((cur_vblank = atomic_read(counter))
461 - *sequence) <= (1 << 23)));
462 *sequence = cur_vblank;
463
464 return ret;
465}
466#endif
467
468/* 453/*
469 * It is used to enable VBLANK interrupt 454 * It is used to enable VBLANK interrupt
470 */ 455 */