[Bug 106606] [CI] igt at kms_panel_fitting@legacy - fail - Last errno: 34, Numerical result out of range

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 30 22:38:54 UTC 2019


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

Matt Roper <matthew.d.roper at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew.d.roper at intel.com

--- Comment #12 from Matt Roper <matthew.d.roper at intel.com> ---
The failures in this test at the moment come at the end of the legacy subtest
where we have the following sequence of operations:

 * set plane src rect
 * set plane size different than src rect
 * commit
 * if platform can't scale planes, set plane size to plane src rect size
 * set mode that will use panel fitting
 * commit

The test for platform plane-scaling ability comes too late for gen7/gen8 since
they've already failed the first commit (although it's fine for gen9 since we
can scale a single plane there as long as the panel fitter is off).

I've written a patch to move the check higher which should prevent the current
CI failures:
  https://patchwork.freedesktop.org/series/66080/

That should serve as a short-term solution and unblock CI.  However as I note
in the commit message there, we really shouldn't be baking Intel gen# tests
into a KMS test that is supposed to be vendor agnostic.  In the future we may
want to do something like probe scaling support via the atomic TEST_ONLY
interface before doing the actual display updates with the legacy interfaces.

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


More information about the intel-gfx-bugs mailing list