[Bug 85498] [IVB+]igt/kms_rotation_crc/cursor-rotation sporadically fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 4 09:39:21 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=85498

Damien Lespiau <damien.lespiau at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Damien Lespiau <damien.lespiau at gmail.com> ---
I've just run 100 times the cursor-rotation on HSW and they all succeeded. If
it still fails for BYT/CHV, could you open a separate bug? BYT/CHV have a
display hardware that is fairly different from IVB/HSW/BDW and should be
tracked as a separate bug.

#!/bin/sh

for i in `seq 1 100`; do
    echo "=== Run $i"
    ./tests/kms_rotation_crc --run-subtest cursor-rotation
    [ $? -eq 0 ] || {
        echo "=== Failed"
        exit 1
    }
done

Running on kernel:

commit 3b18622741df60bb73608472310ceecc6bbde04b
Author: Daniel Vetter <daniel.vetter at ffwll.ch>
Date:   Wed Dec 3 17:57:29 2014 +0100

    drm-intel-nightly: 2014y-12m-03d-16h-57m-04s UTC integration manifest

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20141204/70f0c50c/attachment-0001.html>


More information about the intel-gfx-bugs mailing list