separate i915 suspend/resume functions into their own file
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 25 Aug 2008 22:11:06 +0000 (15:11 -0700)
committerDave Airlie <airlied@linux.ie>
Fri, 17 Oct 2008 21:10:11 +0000 (07:10 +1000)
commit317c35d1446f68b34d4de4e1100fc01680bd4877
treede2e61d658dfc55d3558ad67cb3046205b4bec78
parent6b79d521e07aae155303a992245abb539974dbaa
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 <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_suspend.c [new file with mode: 0644]