drm/mode: get the modeline for standard timing in EDID by using CVT/GTF
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 22 Jun 2009 05:17:10 +0000 (13:17 +0800)
committerDave Airlie <airlied@linux.ie>
Wed, 15 Jul 2009 06:52:02 +0000 (16:52 +1000)
commit5c61259e6c7290082108e93815f7f72f27da14f4
tree5762aa9b05f4233d5d23b4c8d3ca1d91edd550c3
parent26bbdadad356ec02d33657858d91675f3e9aca94
drm/mode: get the modeline for standard timing in EDID by using CVT/GTF

Create the standard timing modeline by using CVT/GFT algorithm while
interpreting the EDID.

In course of interpreting the EDID, the timing level will be obtained,
which is used to determine whether the CVT/GTF algorithm is selected to
generate the modeline for the given hdisplay/vdisplay/vrefresh_rate.
In the UMS mode firstly it will check whether it can be found in
the DMT table. If it can be found, then the modeline is returned. Then the
timing_level is used to choose CVT/GTF.
As there is no DMT table, no modeline is returned when timing level
is DMT. For the other two timing levels, the CVT/GTF will be called to
generate the required standard timing modeline.

[airlied: fixed up conflicts since EDID rework]

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/drm_edid.c