From: John Harrison Date: Fri, 29 May 2015 16:43:34 +0000 (+0100) Subject: drm/i915: Add flag to i915_add_request() to skip the cache flush X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4a60c2768434a8c6d5f803a2410245334b8bf7;p=pandora-kernel.git drm/i915: Add flag to i915_add_request() to skip the cache flush In order to explcitly track all GPU work (and completely remove the outstanding lazy request), it is necessary to add extra i915_add_request() calls to various places. Some of these do not need the implicit cache flush done as part of the standard batch buffer submission process. This patch adds a flag to _add_request() to specify whether the flush is required or not. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed