History log of /rk3399_rockchip-uboot/drivers/video/drm/rockchip_post_csc.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 8b59e34d 20-Aug-2024 Zhang Yubing <yubing.zhang@rock-chips.com>

video/drm: vop2: fix some csc parameters error

1. Fix the csc matrix. For YUV709L to YUV709L, YUV601L to
YUV601L, YUV2020L to YUV2020L, The csc matrix should be
identity matrix. For YUV601L to YUV70

video/drm: vop2: fix some csc parameters error

1. Fix the csc matrix. For YUV709L to YUV709L, YUV601L to
YUV601L, YUV2020L to YUV2020L, The csc matrix should be
identity matrix. For YUV601L to YUV709L, modeify the csc
matrix.
2. optimize the final calculation result. Use the new r2y
and y2r matrix for csc yuv2yuv and rgb2rgb case. A simple
round is used for csc yuv2yuv and rgb2rgb case for a more
precise result.

Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
Change-Id: I59c38257cc3ca07e75c057eac710c9fa1e966ba9

show more ...


# 6027c871 08-Dec-2022 Zhang Yubing <yubing.zhang@rock-chips.com>

video/drm: vop3: support acm and csc

Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
Change-Id: Icfb12256a243098242c64330290e0d8fea993c4b