]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use 32bit read for BB_ADDR
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Dec 2013 18:47:44 +0000 (20:47 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 11 Dec 2013 22:52:12 +0000 (23:52 +0100)
commit2e6d281b223c891c0b1b0d47f266e233ebb88d7c
tree66e539e2ccbcb5a03d2f14d2f5a764bb5afca7b4
parentf6379b48b283a91c012081b06c29090d60a670cd
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ä <ville.syrjala@linux.intel.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gpu_error.c