mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
*
|
||||
*
|
||||
*/
|
||||
#define RX_VER2 "ver.2019/01/16"
|
||||
#define RX_VER2 "ver.2019/02/21"
|
||||
|
||||
/*print type*/
|
||||
#define LOG_EN 0x01
|
||||
|
||||
Reference in New Issue
Block a user