[Bug 52311] Flash 11.5 video hangs ivy bridge

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Wed Jan 23 09:04:17 PST 2013


https://bugzilla.kernel.org/show_bug.cgi?id=52311





--- Comment #22 from Chris Wilson <chris at chris-wilson.co.uk>  2013-01-23 17:04:17 ---
Ok, maybe it just doesn't like the wait-for-vblank, so try:

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 967b88b..25b492f 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -2783,6 +2783,8 @@ static bool sna_emit_wait_for_scanline_gen7(struct sna
*sn
        assert(y2 > y1);
        assert(sna->kgem.mode);

+       full_height = false;
+
        /* Always program one less than the desired value */
        if (--y1 < 0)
                y1 = crtc->bounds.y2;

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the intel-gfx-bugs mailing list