From 28b7065232f96f45e6db67844b367207bccc4a92 Mon Sep 17 00:00:00 2001 From: "zhiwei.yuan" Date: Tue, 11 Jun 2019 15:43:33 +0800 Subject: [PATCH] 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 --- include/linux/amlogic/media/frame_provider/tvin/tvin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/amlogic/media/frame_provider/tvin/tvin.h b/include/linux/amlogic/media/frame_provider/tvin/tvin.h index 25f5421b84b9..7b573cac015f 100644 --- a/include/linux/amlogic/media/frame_provider/tvin/tvin.h +++ b/include/linux/amlogic/media/frame_provider/tvin/tvin.h @@ -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 {