From: Jesse Barnes Date: Mon, 21 Sep 2009 17:42:27 +0000 (-0700) Subject: drm/i915: split display functions by chip type X-Git-Tag: v2.6.32-rc1~52^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70236a8d3d0a4c100a0b9f7d394d9bda9c56aca;p=pandora-kernel.git 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 Signed-off-by: Eric Anholt --- Reading git-diff-tree failed