hdmirx: fix it_content info error issue [1/1]

PD#SWPL-4981

Problem:
it_content info is not correct

Solution:
optimize the method for getting it content

Verify:
TL1

Change-Id: Ie9202b6496742af6d880ae22f3f8f6154db8629a
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
This commit is contained in:
yicheng shen
2019-02-21 07:01:13 -05:00
committed by Luke Go
parent 4e4c9ea623
commit c32253b180
2 changed files with 2 additions and 2 deletions

View File

@@ -777,7 +777,7 @@ void hdmirx_get_repetition_info(struct tvin_sig_property_s *prop)
void hdmirx_get_latency_info(struct tvin_sig_property_s *prop)
{
prop->latency.allm_mode = rx.vs_info_details.allm_mode;
prop->latency.it_content = it_content;
prop->latency.it_content = rx.cur.it_content;
prop->latency.cn_type = rx.cur.cn_type;
}

View File

@@ -46,7 +46,7 @@
*
*
*/
#define RX_VER2 "ver.2019/01/16"
#define RX_VER2 "ver.2019/02/21"
/*print type*/
#define LOG_EN 0x01