drm/kms: Parse the detailed time info in CEA-EDID
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 26 Aug 2009 10:20:49 +0000 (18:20 +0800)
committerDave Airlie <airlied@redhat.com>
Sun, 30 Aug 2009 23:22:43 +0000 (09:22 +1000)
commit882f0219518196a94cd2772004e87b178467139a
treeb3a48771b253a49981a72d72e20f636d9278833b
parent785b93ef8c309730c2de84ce9c229e40e2d01480
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 <yakui.zhao@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c