Skip to content
Commit 051963d4 authored by Thomas Reim's avatar Thomas Reim Committed by Dave Airlie
Browse files

drm: Separate EDID Header Check from EDID Block Check



    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.6.35, 2.6.38 and 3.0

Cc: <stable@kernel.org>
Signed-off-by: default avatarThomas Reim <reimth@gmail.com>
Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Acked-by: default avatarStephen Michaels <Stephen.Micheals@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 5037f8ac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment