From: Chris Wilson Date: Sat, 9 Aug 2014 16:37:22 +0000 (+0100) Subject: drm/i915: Only perform set-to-gtt domain for objects bound to the global gtt X-Git-Tag: omap-for-v3.19/prcm-cleanup~70^2~73^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8cd1e790081a31ba4d86c3c0812c348eeec7fc;p=pandora-kernel.git drm/i915: Only perform set-to-gtt domain for objects bound to the global gtt If an object is not bound into the global GTT, then it cannot be accessed via the GTT. This restores the original code that was muddled by ppGTT. In the process, we remove a WARN that had long outlived its usefulness and was simply being coded around instead. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed