Bug 23462
Summary: | DVI/EDID broken with Intel i945 graphics and 2.6.37-rc2 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | chris, maciej.rutecki, rjw, tino.keitel |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.37-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 21782 |
Description
Maciej Rutecki
2010-11-21 16:32:46 UTC
Fixed with 2.6.37-rc4-git2. By which commit? I tested "drm/i915/sdvo: Always fallback to querying the shared DDC line" (see LKML) which helped. This commit is merged in 2.6.37-rc4-git2: commit 0c1dab89ee0e483f382391d6aec77db4affb0931 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Nov 23 22:37:01 2010 +0000 drm/i915/sdvo: Always fallback to querying the shared DDC line On a few devices, like the Mac Mini, the CRT DDC pins are shared between the analog connector and the digital connector. In this scenario, rely on the EDID to determine if a digital panel is connected to the digital connector. Reported-and-tested-by: Tino Keitel <tino.keitel@tikei.de> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> |