[Bug 111996] [CI][RESUME] Igt@* dmesg-fail/dmesg-warn/incomplete - WARN_ON(!power_well->desc->hsw.is_tc_tbt)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 25 17:01:20 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111996
--- Comment #6 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
Someone should test this:
--- a/drivers/gpu/drm/i915/display/intel_display_power.c
+++ b/drivers/gpu/drm/i915/display/intel_display_power.c
@@ -423,10 +423,8 @@ icl_combo_phy_aux_power_well_enable(struct
drm_i915_private *dev_priv,
val = I915_READ(regs->driver);
I915_WRITE(regs->driver, val | HSW_PWR_WELL_CTL_REQ(pw_idx));
- if (INTEL_GEN(dev_priv) < 12) {
val = I915_READ(ICL_PORT_CL_DW12(phy));
I915_WRITE(ICL_PORT_CL_DW12(phy), val | ICL_LANE_ENABLE_AUX);
- }
hsw_wait_for_power_well_enable(dev_priv, power_well);
Another observation I made was that the 1178 anaovrd w/a is no longer listed
for tgl, so should be nuked. Although it shouldn't matter for this particular
bug.
--
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20191025/c0cb700e/attachment.html>
More information about the intel-gfx-bugs
mailing list