drm/amd/display: fix Interlace video timing.
authorCharlene Liu <charlene.liu@amd.com>
Tue, 18 Sep 2018 17:23:42 +0000 (13:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:03:46 +0000 (17:03 -0500)
commit4a0ad70d690c9bc13f691993da0f38b8634d7eeb
tree464dbf796c1ab2e95fe4aba43d4a0d86d51a8fe8
parenta7fbf17aa8bfaab9abd50168e81034f834165d29
drm/amd/display: fix Interlace video timing.

[Description] interlace mode shows wrong vertical timing.
Interface timing in Edid is half vertical timing as progressive timing.
driver doubled the vertical timing in edid_paser,
no need to double in optc again.

Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Chris Park <Chris.Park@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c