drm/i915: split page flip queueing into per-chipset functions
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 16 Jun 2011 16:19:13 +0000 (09:19 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 27 Jun 2011 02:11:16 +0000 (19:11 -0700)
commit8c9f3aaf8e174ca914889ab7a916586f8fd1e641
tree29b832a482e1f5eb9cbcb2fbab469d5beefa578c
parent483f1798998ede75b2575cc1813c3d89ba64a34e
drm/i915: split page flip queueing into per-chipset functions

This makes things a little clearer and prevents us from running old code
on a new chipset that may not be supported.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewied-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c