From: Chris Wilson Date: Sun, 19 Dec 2010 11:42:05 +0000 (+0000) Subject: drm/i915: Allow the application to choose the constant addressing mode X-Git-Tag: v2.6.38-rc1~419^2~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72bfa19c8deb4d1db5ad068c34fd580cb295cbe8;p=pandora-kernel.git drm/i915: Allow the application to choose the constant addressing mode The relative-to-general state default is useless as it means having to rewrite the streaming kernels for each batch. Relative-to-surface is more useful, as that stream usually needs to be rewritten for each batch. And absolute addressing mode, vital if you start streaming state, is also only available by adjusting the register... Signed-off-by: Chris Wilson --- Reading git-diff-tree failed