[Bug 78162] [i7-4600U i915]: constant screen flickering after KMS which correlates with CPU load

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 13 04:33:31 PDT 2014


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

Mika Kuoppala <mika.kuoppala at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #18 from Mika Kuoppala <mika.kuoppala at intel.com> ---
I am thinking that if we hit too close to the boundary in your case.

Could you give this a spin:

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 34ed143..6310543 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -819,7 +819,7 @@ intel_dp_compute_config(struct intel_encoder *encoder,
                                link_avail = intel_dp_max_data_rate(link_clock,
                                                                   
lane_count);

-                               if (mode_rate <= link_avail) {
+                               if (mode_rate * 11 <= link_avail * 10) {
                                        goto found;
                                }
                        }

-- 
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: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140513/890b38f7/attachment-0001.html>


More information about the intel-gfx-bugs mailing list