[PATCH 1/4] drm: Separate EDID Header Check from EDID Block Check

2011-07-29 Thread rei...@googlemail.com
From: Thomas Reim 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

[PATCH 1/4] drm: Separate EDID Header Check from EDID Block Check

2011-07-29 Thread reimth
From: Thomas Reim 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