Created attachment 108492 [details] dmesg ==System Environment== -------------------------- Regression: No. It's new case Non-working platforms: HSW ==kernel== -------------------------- origin/drm-intel-nightly: 88a443f454a4d8f779a9bff51f2ef334f5f69372(fails) drm-intel-nightly: 2014y-10m-24d-14h-52m-29s UTC integration manifest origin/drm-intel-next-queued: 3a9effecae83dcdac4b48972ec24539c6e9e4e7c(fails) drm/i915: Move flags describing VMA mappings into the VMA origin/drm-intel-fixes: 03a3780b0c82183110dbea7c7037a61686685511(skips) drm/i915: Fix GMBUSFREQ on vlv/chv ==Bug detailed description== igt/kms_rotation_crc/cursor-rotation fails Output: [root@x-hsw24 tests]# ./kms_rotation_crc --run-subtest cursor-rotation IGT-Version: 1.8-g7296e09 (x86_64) (Linux: 3.17.0-rc5_drm-intel-next-queued_3a9eff_20141027+ x86_64) Test assertion failure function test_plane_rotation, file kms_rotation_crc.c:214: Failed assertion: igt_crc_equal(&data->ref_crc, &crc_output) Subtest cursor-rotation: FAIL (0.500s) ==Reproduce steps== ---------------------------- 1. ./kms_rotation_crc --run-subtest cursor-rotation
It also fails on BDW/BYT/BSW.
Test on IVB, it also has this issue.
Another candidate for Matt's plane patches perhaps?
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@ffwll.ch> Date: Wed Dec 3 17:57:29 2014 +0100 drm-intel-nightly: 2014y-12m-03d-16h-57m-04s UTC integration manifest
Verified on latest -nightly(691817ae2a8f37cb1df33f21a6dd1c15a8832693) on HSW [root@x-hsw24 intel-gpu-tools]# ./bug85498.sh === Run 1 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.870s) === Run 2 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.835s) === Run 3 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 4 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.827s) === Run 5 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.820s) === Run 6 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 7 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 8 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.820s) === Run 9 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.811s) === Run 10 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 11 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.813s) === Run 12 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.823s) === Run 13 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 14 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.803s) === Run 15 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 16 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 17 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.854s) === Run 18 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 19 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 20 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 21 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 22 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 23 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.825s) === Run 24 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 25 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 26 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.813s) === Run 27 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 28 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.831s) === Run 29 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.822s) === Run 30 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 31 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 32 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 33 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.820s) === Run 34 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 35 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 36 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 37 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.826s) === Run 38 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.820s) === Run 39 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 40 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 41 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.869s) === Run 42 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.822s) === Run 43 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 44 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.814s) === Run 45 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 46 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.824s) === Run 47 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.810s) === Run 48 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.812s) === Run 49 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 50 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.847s) === Run 51 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 52 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 53 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.799s) === Run 54 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 55 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 56 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.820s) === Run 57 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 58 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 59 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 60 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.821s) === Run 61 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 62 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.820s) === Run 63 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 64 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 65 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.690s) === Run 66 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.822s) === Run 67 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 68 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 69 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 70 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 71 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.851s) === Run 72 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.821s) === Run 73 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.825s) === Run 74 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 75 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.813s) === Run 76 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.814s) === Run 77 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 78 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.824s) === Run 79 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.821s) === Run 80 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.811s) === Run 81 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.814s) === Run 82 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 83 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.804s) === Run 84 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.812s) === Run 85 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 86 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 87 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.811s) === Run 88 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 89 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 90 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.805s) === Run 91 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.824s) === Run 92 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 93 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 94 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.816s) === Run 95 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.817s) === Run 96 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.815s) === Run 97 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 98 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.819s) === Run 99 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.818s) === Run 100 IGT-Version: 1.8-g4e5c16c (x86_64) (Linux: 3.18.0-rc7_drm-intel-nightly_691817_20141202+ x86_64) Subtest cursor-rotation: SUCCESS (4.812s)
Closing old verified.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.