[Bug 82829] [hsw Color] Intel Haswell GPU HD4400 has wrong color management on external screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 16 01:03:34 PDT 2014


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

--- Comment #7 from Jani Nikula <jani.nikula at intel.com> ---
I'd also be interested in dmesg with drm.debug=0xe running this patch on top of
drm-intel-nightly.

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 9c0ebf62c0cc..929fde9e5f6a 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -3744,6 +3744,10 @@ intel_dp_get_dpcd(struct intel_dp *intel_dp)
                                    DP_MAX_DOWNSTREAM_PORTS) < 0)
                return false; /* downstream port status fetch failed */

+       DRM_DEBUG_KMS("DPCD downstream ports: %*ph\n",
+                     (int) sizeof(intel_dp->downstream_ports),
+                     intel_dp->downstream_ports);
+
        return true;
 }

-- 
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: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140916/dbd3303f/attachment.html>


More information about the intel-gfx-bugs mailing list