[Bug 111775] [CI][DRMTIP] igt at kms_flip@dpms-vs-vblank-race - fail - Failed assertion: drmModeConnectorSetProperty(fd, connector->connector_id, dpms, mode) == 0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 26 21:05:05 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111775
Matt Roper <matthew.d.roper at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from Matt Roper <matthew.d.roper at intel.com> ---
Another link training failure that results in us not being able to drive the
requested mode. The IGT signature is slightly different this time because the
failure happens while using the legacy ConnectorSetProperty() interface to
toggle DPMS, rather than the more common modesetting interfaces, but the end
result is the same --- the underlying atomic transaction is rejected and EINVAL
(22) is propagated up to userspace as the error code.
In this case the modeline being attempted is
"1920x1080": 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
The 148500 clock on this mode * a minimum RGB bpp of 18 means that we require a
data rate of 2683000/8 = 334125 to drive this mode. However the previous link
training gave us
<7> [354.746236] [drm:intel_dp_compute_config [i915]] DP link computation with
max lane count 2 max rate 162000 max bpp 24 pixel clock 148500KHz
Since 334125 > 2*162000, we don't have enough bandwidth to drive the desired
mode.
*** This bug has been marked as a duplicate of bug 111185 ***
--
You are receiving this mail because:
You are the assignee for the bug.
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/20190926/4a2140b0/attachment.html>
More information about the intel-gfx-bugs
mailing list