From c715f0dcbbfabbf23c059e60fc0cf836e4e50dd6 Mon Sep 17 00:00:00 2001 From: Yi Zhou Date: Mon, 25 Mar 2019 19:19:26 +0800 Subject: [PATCH] hdmitx: fix flash screen when resuming and playing hdr [1/1] PD#SWPL-6169 Problem: when resuming and playing hdr films, flash screen will happen under LG TV Solution: quantization range has changed between UI and playing hdr films. we keep quantization unchanged. Same as MTK. Verify: s905x2 Change-Id: I071abecfba705dbd44d33c2673d4938c39f419cf Signed-off-by: Yi Zhou --- drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c b/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c index b4ef4fd8f83a..18aabcfe7aed 100644 --- a/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c +++ b/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c @@ -1339,9 +1339,6 @@ static void hdmitx_set_drm_pkt(struct master_display_info_s *data) hdev->hdmi_current_hdr_mode = 3; } - hdev->HWOp.CntlConfig(hdev, CONF_AVI_Q01, - RGB_RANGE_LIM); - switch (hdev->hdmi_current_hdr_mode) { case 1: /*standard HDR*/