From 03ade51185596a1d1028531c78fda557f244d676 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 27 Apr 2015 13:41:18 +0100 Subject: [PATCH] drm/i915: Inline check required for object syncing prior to execbuf This trims a little overhead from the common case of not needing to synchronize between rings. v2: execlists is special and likes to duplicate code. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-format-patch failed