vdin: Get video hdr status from vdin [1/1]

PD#SWPL-9636

Problem:
upper layer get signal type is too late,cause screen flash

Solution:
report signal type to upper layer directly in vdin module

Verify:
verified by t962x2_x301

Change-Id: I08f7754f20ba8b6b00a34387dcaf4aee7fdc2185
Signed-off-by: zhiwei.yuan <zhiwei.yuan@amlogic.com>
This commit is contained in:
zhiwei.yuan
2019-06-11 15:43:33 +08:00
committed by Luke Go
parent f2efc4b406
commit 28b7065232

View File

@@ -314,6 +314,7 @@ struct tvin_info_s {
enum tvin_color_fmt_e cfmt;
unsigned int fps;
unsigned int is_dvi;
unsigned int signal_type;
};
struct tvin_frontend_info_s {