]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/a
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 5 Jul 2013 21:39:50 +0000 (23:39 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Jul 2013 14:31:49 +0000 (16:31 +0200)
commit28328949c972ba2741242a2ede45ce88c00789b7
tree41ffcdbe75d6d0a4646320e4f5aefc502456aa1d
parent8132405b3be7179573576a3ead7c4741ba5c82fa
drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/a

It's not a good idea to also run the pipe_control cleanup.

This regression has been introduced whith the original cs tlb w/a in

commit 82634f88cb2e311286f4eef81ec1c4b9c0c33d35
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Mon Dec 17 16:21:27 2012 +0100

    drm/i915: Implement workaround for broken CS tlb on i830/845

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64610
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@vger.kernel.org
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c