[PATCH] DRM: ignore invalid EDID extensions

2010-10-28 Thread sam tygier
Sam --- From 33d4041a583c417c00f71a5453fed6cff5278de5 Mon Sep 17 00:00:00 2001 From: Sam Tygier Date: Thu, 23 Sep 2010 10:11:01 +0100 Subject: [PATCH] DRM: ignore invalid EDID extensions Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the in

[PATCH] DRM: ignore invalid EDID extensions

2010-10-28 Thread sam tygier
Sam --- From 33d4041a583c417c00f71a5453fed6cff5278de5 Mon Sep 17 00:00:00 2001 From: Sam Tygier Date: Thu, 23 Sep 2010 10:11:01 +0100 Subject: [PATCH] DRM: ignore invalid EDID extensions Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the in

[PATCH] DRM: ignore invalid EDID extensions

2010-10-01 Thread Sam Tygier
On 22/09/10 22:55, Adam Jackson wrote: > Yeah, I hate to just drop extension blocks, but it's better than the > alternative. They're optional for a reason I suppose. > For my EIZO S2242W the base block is fine, but the extension block is all zeros. Without this patch I get no X and no VT

Re: [PATCH] DRM: ignore invalid EDID extensions

2010-10-01 Thread Sam Tygier
On 22/09/10 22:55, Adam Jackson wrote: Yeah, I hate to just drop extension blocks, but it's better than the alternative. They're optional for a reason I suppose. For my EIZO S2242W the base block is fine, but the extension block is all zeros. Without this patch I get no X and no VTs. I suspe

[PATCH] DRM: ignore invalid EDID extensions

2010-09-23 Thread Sam Tygier
On 22/09/10 22:55, Adam Jackson wrote: > On Wed, 2010-09-22 at 22:42 +0100, Sam Tygier wrote: >> On 22/09/10 21:59, Adam Jackson wrote: >>> On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: >>>> Currently an invalid EDID extension will cause the whole EDID to be &g

Re: [PATCH] DRM: ignore invalid EDID extensions

2010-09-23 Thread Sam Tygier
On 22/09/10 22:55, Adam Jackson wrote: On Wed, 2010-09-22 at 22:42 +0100, Sam Tygier wrote: On 22/09/10 21:59, Adam Jackson wrote: On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the

[PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Sam Tygier
On 22/09/10 21:59, Adam Jackson wrote: > On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: >> Currently an invalid EDID extension will cause the whole EDID to be >> considered invalid. Instead just drop the extension, and return the >> valid base block. The base block is

Re: [PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Sam Tygier
On 22/09/10 21:59, Adam Jackson wrote: On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the extension, and return the valid base block. The base block is modified to not claim to have

[PATCH] DRM: ignore invalid EDID extensions

2010-09-21 Thread Sam Tygier
extension block is all zeros. Without this patch I get no X and no VTs. Signed-off-by: Sam Tygier --- drivers/gpu/drm/drm_edid.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index f87bf10..5ade343 100644

[PATCH] DRM: ignore invalid EDID extensions

2010-09-21 Thread Sam Tygier
extension block is all zeros. Without this patch I get no X and no VTs. Signed-off-by: Sam Tygier --- drivers/gpu/drm/drm_edid.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index f87bf10..5ade343 100644

[drm:drm_edid_block_valid] *ERROR* Raw EDID

2010-09-03 Thread sam tygier
With 2.6.25 and 2.6.26 kernels with KMS enabled i get completely blank screen after booting, the monitor turns off because there is no signal, and i can switch to a VT. i can however SSH in to the machine. also it boots fine with radeon.modeset=0 with previous kernels the monitor works fine, co

[drm:drm_edid_block_valid] *ERROR* Raw EDID

2010-09-03 Thread sam tygier
With 2.6.25 and 2.6.26 kernels with KMS enabled i get completely blank screen after booting, the monitor turns off because there is no signal, and i can switch to a VT. i can however SSH in to the machine. also it boots fine with radeon.modeset=0 with previous kernels the monitor works fine, c