]> Pileus Git - ~andy/linux/commit
drm/i915: flush cursors harder
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 4 Nov 2013 07:13:45 +0000 (08:13 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 15 Nov 2013 19:22:34 +0000 (20:22 +0100)
commitb2ea8ef559b4d94190009f3651b5b3ab7c05afd3
tree2ad059b8c9a98d05702258ab1e46386d2ac9499f
parentf69e515699d8e9b1c25dcfe1c4c6f435087495d2
drm/i915: flush cursors harder

Apparently they need the same treatment as primary planes. This fixes
modesetting failures because of stuck cursors (!) on Thomas' i830M
machine.

I've figured while at it I'll also roll it out for the ivb 3 pipe
version of this function. I didn't do this for i845/i865 since Bspec
says the update mechanism works differently, and there's some
additional rules about what can be updated in which order.

Tested-by: Thomas Richter <thor@math.tu-berlin.de>
Cc: stable@vger.kernel.org
Cc: Thomas Richter <thor@math.tu-berlin.de>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c