https://github.com/torvalds/linux
Revision 8f53369b753f5f4c7684c2eb0b592152abb1dd00 authored by Linus Torvalds on 08 June 2012, 21:53:06 UTC, committed by Linus Torvalds on 08 June 2012, 21:53:06 UTC
This reverts commit 9e612a008fa7fe493a473454def56aa321479495.

It incorrectly finds VGA connectors where none are attached, apparently
not noticing that nothing replied to the EDID queries, and happily using
the default EDID modes that have nothing to do with actual hardware.

That in turn then causes X to fall down to the lowest common
denominator, which is usually the default 1024x768 mode that is in the
default EDID and pretty much anything supports).

I'd suggest that if not relying on the HDP pin, the code should at least
check whether it gets valid EDID data back, rather than just assume
there's something on the VGA connector.

Cc: Dave Airlie <airlied@linux.ie>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 7724953
History
Tip revision: 8f53369b753f5f4c7684c2eb0b592152abb1dd00 authored by Linus Torvalds on 08 June 2012, 21:53:06 UTC
Revert "drm/i915/crt: Do not rely upon the HPD presence pin"
Tip revision: 8f53369
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 5.3 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 13.1 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top