From: Zhao Yakui Date: Wed, 26 Aug 2009 10:20:49 +0000 (+0800) Subject: drm/kms: Parse the detailed time info in CEA-EDID X-Git-Tag: v2.6.32-rc1~52^2~87 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=882f0219518196a94cd2772004e87b178467139a;p=pandora-kernel.git drm/kms: Parse the detailed time info in CEA-EDID Sometimes we can obtain the EDID with multiple blocks from the display device. For example: HDMI monitor. When the CEA-EDID block is detected, we should also parse the detailed timing info from it. Otherwise we will lose some modes for the display device. The first step is check whether the CEA EDID block is found. If it exists, it will skip the CEA-data block and parse the detailed timing info. Signed-off-by: Zhao Yakui Signed-off-by: Dave Airlie --- Reading git-diff-tree failed