drm/edid: Add alternate clock for SMPTE 4K
authorWayne Lin <Wayne.Lin@amd.com>
Mon, 18 Nov 2019 10:18:32 +0000 (18:18 +0800)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 29 Nov 2019 15:05:01 +0000 (17:05 +0200)
commit304a94a2e6debadd55c4e73cbec432dd57832856
tree02c2c97f0637ea3dfea6ce35d2860d0734a4d858
parentd2b434730f301a7ad74473eb66422f0008186306
drm/edid: Add alternate clock for SMPTE 4K

[Why]
In hdmi_mode_alternate_clock(), it adds an exception for VIC 4
mode (4096x2160@24) due to there is no alternate clock defined for
that mode in HDMI1.4b. But HDMI2.0 adds 23.98Hz for that mode.

[How]
Remove the exception

v2: Adjust the comment description of hdmi_mode_alternate_clock()
due to there is no more exception for VIC 4 mode.

Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191118101832.15487-2-Wayne.Lin@amd.com
drivers/gpu/drm/drm_edid.c