From: Chris Wilson Date: Wed, 28 May 2014 15:16:41 +0000 (+0100) Subject: drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent object X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~10^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddeff6ee423178246a16875cae0bf033ce1e8455;p=pandora-kernel.git drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent object If the user tries to mmap through the GTT an object that is marked as snooped, we report an error rather than allow the GPU to hang the machine. The choice of EINVAL, however, was unfortunate as we turn that into a WARN rather than a quiet SIGBUS. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed