mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
hdmitx: fix the non_hdr effect in UI
PD#156644: hdmitx: fix the non_hdr effect in UI Change-Id: I9b31757838a422bdf2e8c67bb838bb1bbc8dc497 Signed-off-by: Yi Zhou <yi.zhou@amlogic.com>
This commit is contained in:
@@ -1023,6 +1023,8 @@ static void hdmitx_set_drm_pkt(struct master_display_info_s *data)
|
||||
DRM_DB[24] = GET_LOW8BIT(data->max_frame_average);
|
||||
DRM_DB[25] = GET_HIGH8BIT(data->max_frame_average);
|
||||
|
||||
/*eliminate the work of work_hdr*/
|
||||
cancel_work(&hdev->work_hdr);
|
||||
/* bt2020 + gamma transfer */
|
||||
if (hdev->hdr_transfer_feature == T_BT709 &&
|
||||
hdev->hdr_color_feature == C_BT2020) {
|
||||
|
||||
Reference in New Issue
Block a user