[Bug 65287] [IVB regression dp] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 25 13:20:39 PDT 2013


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

--- Comment #4 from Jesse Barnes <jbarnes at virtuousgeek.org> ---
Oops, I mean this one:

--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -8074,7 +8074,7 @@ intel_pipe_config_compare(struct drm_device *dev,

 #define PIPE_CONF_CHECK_FLAGS(name, mask)      \
        if ((current_config->name ^ pipe_config->name) & (mask)) { \
-               DRM_ERROR("mismatch in " #name " " \
+               DRM_ERROR("mismatch in " #name "(" #mask ") "      \
                          "(expected %i, found %i)\n", \
                          current_config->name & (mask), \
                          pipe_config->name & (mask)); \

-- 
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/20130625/4c0c25db/attachment.html>


More information about the intel-gfx-bugs mailing list