mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
drm/rockchip: vop2: Enable hdr2sdr_tf_update
The vop2 default hdr2sdr tf is not good enough, update custom hdr2sdr_tf from rk3328. Test video: LG_BT2020_HDR10_H265_10B_2160P_60F_67M_DDR933M_Chess_HDR.mp4 Change-Id: I60b396558ede14c8b561c0403f36cf480c488edd Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
@@ -4089,7 +4089,7 @@ static void vop2_setup_hdr10(struct vop2_video_port *vp, uint8_t win_phys_id)
|
||||
bool hdr2sdr_en = 0;
|
||||
bool sdr2hdr_en = 0;
|
||||
bool sdr2hdr_tf = 0;
|
||||
bool hdr2sdr_tf_update = 0;
|
||||
bool hdr2sdr_tf_update = 1;
|
||||
bool sdr2hdr_tf_update = 0;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user