From: Chris Wilson Date: Fri, 8 Jul 2011 11:22:40 +0000 (+0100) Subject: drm/i915: Set persistent-mode for ILK/SNB framebuffer compression X-Git-Tag: v3.1-rc1~230^2~18^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce9d0695d15da23ffe817516ba5d0b58caf8d05;p=pandora-kernel.git drm/i915: Set persistent-mode for ILK/SNB framebuffer compression Persistent mode is intended for use with front-buffer rendering, such as X, where it is necessary to detect writes to the scanout either by the GPU or through the CPU's fence, and recompress the dirty regions on the fly. (By comparison to the back-buffer rendering, the scanout is always recompressed after a page-flip.) References: https://bugs.freedesktop.org/show_bug.cgi?id=33487 References: https://bugs.freedesktop.org/show_bug.cgi?id=31742 Signed-off-by: Ben Widawsky Signed-off-by: Chris Wilson Reviewed-by: Jesse Barnes Signed-off-by: Keith Packard --- Reading git-diff-tree failed