From: Chris Wilson Date: Wed, 22 Dec 2010 14:04:47 +0000 (+0000) Subject: drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelines X-Git-Tag: v2.6.38-rc1~398^2~2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55249baaa5cd188ebd9acdb047eeaed8092e4a93;p=pandora-kernel.git drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelines On i830 if the tail pointer is set to within 2 cachelines of the end of the buffer, the chip may hang. So instead if the tail were to land in that location, we pad the end of the buffer with NOPs, and start again at the beginning. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed