hdmirx: fix it_content info error issue [1/1]
authoryicheng shen <yicheng.shen@amlogic.com>
Thu, 21 Feb 2019 12:01:13 +0000 (07:01 -0500)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 22 Feb 2019 09:38:51 +0000 (01:38 -0800)
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>
drivers/amlogic/media/vin/tvin/hdmirx/hdmi_rx_drv.c
drivers/amlogic/media/vin/tvin/hdmirx/hdmi_rx_drv.h

index d58c11c..867837a 100644 (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;
 }
 
index aa5fdfe..b2806bb 100644 (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