drm/i915: add render standby support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 8 Oct 2009 17:16:48 +0000 (10:16 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 5 Nov 2009 22:47:06 +0000 (14:47 -0800)
Render standy allows the GPU to power down the render unit when idle.
In order for this to work, it needs a page of graphics memory to save
state.  This patch allocates that page and enables the feature on
supported chipsets.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found