[Bug 52361] [G4x] External Monitor is not detected

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Fri Feb 8 03:43:32 PST 2013


https://bugzilla.kernel.org/show_bug.cgi?id=52361





--- Comment #33 from Norman Rieß <norman at smash-net.org>  2013-02-08 11:43:32 ---
Daniels patch is not working for latest drm-intel-next-queued branch.

Hunk #1 FAILED at 1664.
1 out of 1 hunk FAILED -- saving rejects to file
drivers/gpu/drm/i915/i915_reg.h.rej
loki drm-intel # less drivers/gpu/drm/i915/i915_reg.h
loki drm-intel # cat drivers/gpu/drm/i915/i915_reg.h.rej
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -1664,9 +1664,9 @@
 #define   DPC_HOTPLUG_INT_STATUS        (3 << 19)
 #define   DPB_HOTPLUG_INT_STATUS        (3 << 17)
 /* HDMI bits are shared with the DP bits */
-#define   HDMIB_HOTPLUG_LIVE_STATUS             (1 << 29)
+#define   HDMID_HOTPLUG_LIVE_STATUS             (1 << 29)
 #define   HDMIC_HOTPLUG_LIVE_STATUS             (1 << 28)
-#define   HDMID_HOTPLUG_LIVE_STATUS             (1 << 27)
+#define   HDMIB_HOTPLUG_LIVE_STATUS             (1 << 27)
 #define   HDMID_HOTPLUG_INT_STATUS        (3 << 21)
 #define   HDMIC_HOTPLUG_INT_STATUS        (3 << 19)
 #define   HDMIB_HOTPLUG_INT_STATUS        (3 << 17)

The lines in question do not exist in the file any more. In HOTPLUG_LIVE_STATUS
the HDMI seems to be renamed to PORT.

Shall i proceed without the patch?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the intel-gfx-bugs mailing list