Commit 42697ae7 authored by Chris Park's avatar Chris Park Committed by Alex Deucher

drm/amd/display: Change AVI Info Frame version to 4 for OVT

[Why]
Official Release CTA specification reverted the change and
no longer uses version 5 to indicate OVT timing.

[How]
Change the version used for AVI info Frame for OVT to 4.
Reviewed-by: default avatarLeo Ma <hanghong.ma@amd.com>
Acked-by: default avatarZaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: default avatarChris Park <chris.park@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e15fc700
...@@ -4287,7 +4287,7 @@ static void set_avi_info_frame( ...@@ -4287,7 +4287,7 @@ static void set_avi_info_frame(
} }
if (rid != 0 && fr_ind != 0) { if (rid != 0 && fr_ind != 0) {
hdmi_info.bits.header.version = 5; hdmi_info.bits.header.version = 4;
hdmi_info.bits.header.length = 15; hdmi_info.bits.header.length = 15;
hdmi_info.bits.FR0_FR3 = fr_ind & 0xF; hdmi_info.bits.FR0_FR3 = fr_ind & 0xF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment