From: Jesse Barnes Date: Mon, 25 Aug 2008 22:11:06 +0000 (-0700) Subject: separate i915 suspend/resume functions into their own file X-Git-Tag: v2.6.28-rc1~255^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317c35d1446f68b34d4de4e1100fc01680bd4877;p=pandora-kernel.git separate i915 suspend/resume functions into their own file [Patch against drm-next. Consider this a trial balloon for our new Linux development model.] This is a big chunk of code. Separating it out makes it easier to change without churn on the main i915_drv.c file (and there will be churn as we fix bugs and add things like kernel mode setting). Also makes it easier to share this file with BSD. Signed-off-by: Jesse Barnes Signed-off-by: Dave Airlie --- Reading git-diff-tree failed