Re: [PATCH 1/5] drm/edid: Unify detailed block parsing between base and extension blocks

2009-12-03 Thread Dave Airlie
> Also fix an embarassing bug in standard timing subblock parsing that > would result in an infinite loop. Thanks, all applied to drm-core-next. Dave. > > Signed-off-by: Adam Jackson > --- > drivers/gpu/drm/drm_edid.c | 163 --- > 1 files changed, 61 i

[PATCH 1/5] drm/edid: Unify detailed block parsing between base and extension blocks

2009-12-03 Thread Adam Jackson
Also fix an embarassing bug in standard timing subblock parsing that would result in an infinite loop. Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_edid.c | 163 --- 1 files changed, 61 insertions(+), 102 deletions(-) diff --git a/drivers/gpu/drm/

[PATCH 1/5] drm/edid: Unify detailed block parsing between base and extension blocks

2009-11-24 Thread Adam Jackson
Also fix an embarassing bug in standard timing subblock parsing that would result in an infinite loop. Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_edid.c | 159 +--- 1 files changed, 61 insertions(+), 98 deletions(-) diff --git a/drivers/gpu/drm/