]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: gen2: move error capture of IER to its correct place
authorImre Deak <imre.deak@intel.com>
Mon, 14 Apr 2014 17:24:31 +0000 (20:24 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 Apr 2014 13:37:50 +0000 (15:37 +0200)
commit9a11da9f32528f14be49121674d6ac005b7f798e
tree9137d60975825484c349a6d403369a444813ed68
parentb04d9a1c0f970b808dbe9d216104e934bfdc53b0
drm/i915: gen2: move error capture of IER to its correct place

While checking the error capture path I noticed that this register is
read twice for GEN2, so fix this and also move the read where it's done
for other platforms.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gpu_error.c