commit | e70236a8d3d0a4c100a0b9f7d394d9bda9c56aca | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Sep 21 10:42:27 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Mon Sep 21 15:47:33 2009 -0700 |
tree | b9852594a97f0f2c28060aa0397868d052a5ac69 | |
parent | 8542a0bbbbda412560820b4c3b04e8399e2e99c1 [diff] |
drm/i915: split display functions by chip type This patch splits out several of the display functions into a separate display function table to avoid tons of chipset specific if..else if..else if blocks all over. There are more opportunities for this (some noted in the structure defintition); so more cleanup patches will follow. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>