From: Ville Syrjälä Date: Thu, 23 Jan 2014 14:49:17 +0000 (+0200) Subject: drm/i915: Fix FBC_FENCE_OFF X-Git-Tag: v3.15-rc1~51^2~62^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64f17265977efb54e330aae1e72637d75308244;p=pandora-kernel.git drm/i915: Fix FBC_FENCE_OFF Having a 4 byte register at 0x321b seems unlikely as that's not 4 byte aligned. Since later platforms have more or less the same FBC registers with new names, assume that FBC_FENCE_OFF is at 0x3218 just like DPFC_FENCE_YOFF. This feels like a simple typo in BSpec. 321Bh looks a lot like 3218h after all. Should still be tested on real hardware of course. But I don't have any mobile gen4 systems. Signed-off-by: Ville Syrjälä Acked-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed