Re: [stable] [PATCH 1/3] drm: Separate EDID Header Check from EDIDBlock Check

From: Greg KH
Date: Wed Jul 06 2011 - 19:59:36 EST


On Thu, Jul 07, 2011 at 01:30:12AM +0200, reimth@xxxxxxxxxxxxxx wrote:
> From: Thomas Reim <rdratlos@xxxxxxxxxxx>
>
> Provides function drm_edid_header_is_valid() for EDID header check
> and replaces EDID header check part of function drm_edid_block_valid()
> by a call of drm_edid_header_is_valid().
> This is a prerequisite to extend DDC probing, e. g. in function
> radeon_ddc_probe() for Radeon devices, by a central EDID header check.
>
> Tested for kernel 2.35, 2.38 and 3.0
>
> Signed-off-by: Thomas Reim <rdratlos@xxxxxxxxxxx>
> ---
> drivers/gpu/drm/drm_edid.c | 24 ++++++++++++++++++------
> include/drm/drm_crtc.h | 1 +
> 2 files changed, 19 insertions(+), 6 deletions(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read Documentation/stable_kernel_rules.txt
for how to do this properly.

</formletter>

Same goes for 2/3 and 3/3 as well.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/