[Bug 59113] [IVB DP] Banded colors/reduced depth over Thunderbolt on Mac Mini Server 2012 (6,2)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 16 01:19:15 PST 2013


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

Daniel Vetter <daniel at ffwll.ch> changed:

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

--- Comment #9 from Daniel Vetter <daniel at ffwll.ch> ---
Just checked your logs, we don't dither ... strange.

Can you please test whether this quick hack here changes anything?

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 1b63d55..bb3f9d5 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -198,6 +198,10 @@ intel_dp_adjust_dithering(struct intel_dp *intel_dp,
        mode_rate = intel_dp_link_required(mode->clock, 24);
        max_rate = intel_dp_max_data_rate(max_link_clock, max_lanes);

+       if (adjust_mode)
+               mode->private_flags
+                       |= INTEL_MODE_DP_FORCE_6BPC;
+
        if (mode_rate > max_rate) {
                mode_rate = intel_dp_link_required(mode->clock, 18);
                if (mode_rate > max_rate)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130116/1f4ff89d/attachment.html>


More information about the intel-gfx-bugs mailing list