[Bug 108788] [CI][BAT] igt@* - dmesg-warn - *ERROR* Panel status timeout
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 19 16:19:19 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108788
--- Comment #3 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
(In reply to Martin Peres from comment #1)
> This all looks rather strange. Maybe some clock gating w/a getting applied
> too late?
static void ibx_init_clock_gating(struct drm_i915_private *dev_priv)
{
/*
* On Ibex Peak and Cougar Point, we need to disable clock
* gating for the panel power sequencer or it will fail to
* start up when no ports are active.
*/
I915_WRITE(SOUTH_DSPCLK_GATE_D, PCH_DPLSUNIT_CLOCK_GATE_DISABLE);
}
However that should have been applied by the time the error appeared, and I
can't see any potential rmw races with that register on ilk/ibx. Also this was
a module reload test so the w/a would have been applied by the previous
incarnation already. But the symptoms are fairly suggestive though...
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee 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/20181119/f68fe591/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list