Skip to content

Commit 71d181b

Browse files
committed
drm/rockchip: vop: fix rk3399 y2r csc coe error
Change-Id: I3767e90335ff9e2509ca45048807b8fd4f649801 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
1 parent ed3d2ca commit 71d181b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/rockchip/rockchip_vop_reg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ static const uint32_t vop_csc_r2y_bt601[] = {
511511
};
512512

513513
static const uint32_t vop_csc_r2y_bt601_12_235[] = {
514-
0x02040107, 0xff680064, 0x01c2fed6, 0xffb7fe87,
514+
0x02040107, 0xff680064, 0x01c2fed6, 0xfe8701c2,
515515
0x0000ffb7, 0x00010200, 0x00080200, 0x00080200,
516516
};
517517

0 commit comments

Comments
 (0)