drm/i915: framebuffer compression for GM45+
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 14 Sep 2009 22:39:40 +0000 (15:39 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 21 Sep 2009 22:47:38 +0000 (15:47 -0700)
commit74dff282237ea8c0a5df1afd8526eac4b6cee063
treefd6f5f1ffb281a96de3d9746e15233d538ea8555
parente70236a8d3d0a4c100a0b9f7d394d9bda9c56aca
drm/i915: framebuffer compression for GM45+

Add support for framebuffer compression on GM45 and above.  Removes
some unnecessary I915_HAS_FBC checks as well (this is now part of the
FBC display function).

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c