From: Ville Syrjälä Date: Tue, 10 Dec 2013 18:47:44 +0000 (+0200) Subject: drm/i915: Use 32bit read for BB_ADDR X-Git-Tag: v3.14-rc1~47^2~44^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0476190e107f398cfe0b50101bee4f8bd8e0fe30;p=pandora-kernel.git drm/i915: Use 32bit read for BB_ADDR The BB_ADDR register is documented to be 32bits at least since SNB. Prior to that the high 32bits were listed as MBZ, so using a 64bit read doesn't seem worth anything. Also the simulator doesn't like the 64bit read. So just switch to using a 32bit read instead. Signed-off-by: Ville Syrjälä Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed