Skip to content

Commit

Permalink
hdmitx: fix flash screen when resuming and playing hdr [1/1]
Browse files Browse the repository at this point in the history
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 <yi.zhou@amlogic.com>
  • Loading branch information
Yi Zhou authored and kongsuozt committed Mar 28, 2019
1 parent bfc5e18 commit c715f0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit c715f0d

Please sign in to comment.