From: Francisco Jerez Date: Wed, 2 Oct 2013 22:53:16 +0000 (-0700) Subject: drm/i915/hsw: Disable L3 caching of atomic memory operations. X-Git-Tag: v3.12-rc5~14^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fc4884ebe6ae649d3723be14b219230d3b7fd2;p=pandora-kernel.git drm/i915/hsw: Disable L3 caching of atomic memory operations. Otherwise using any atomic memory operation will lock up the GPU due to a Haswell hardware bug. v2: Use the _MASKED_BIT_ENABLE macro. Drop drm parameter definition. Signed-off-by: Francisco Jerez Reviewed-by: Ben Widawsky Cc: Daniel Vetter Cc: [danvet: Fix checkpatch fail.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed