mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
drm/rockchip: Fix post csc rgb2rgb matrix
Fixes: 9ce43aae96 ("drm/rockchip: fix some csc parameters error")
Change-Id: I2baaff2c3f9acda2e48c8c6a1cc9cfae1ed232b4
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -1006,17 +1006,17 @@ static const struct rk_pq_csc_coef y2r_for_y2y = {
|
||||
};
|
||||
|
||||
static const struct rk_pq_csc_coef r2y_for_r2r = {
|
||||
1024, 0, 1612,
|
||||
1024, -192, -480,
|
||||
1024, 1900, -2,
|
||||
};
|
||||
|
||||
static const struct rk_pq_csc_coef y2r_for_r2r = {
|
||||
218, 732, 74,
|
||||
-117, -395, 512,
|
||||
512, -465, -47,
|
||||
};
|
||||
|
||||
static const struct rk_pq_csc_coef y2r_for_r2r = {
|
||||
1024, 0, 1612,
|
||||
1024, -192, -480,
|
||||
1024, 1900, -2,
|
||||
};
|
||||
|
||||
static const struct rk_pq_csc_coef rgb_input_swap_matrix = {
|
||||
0, 0, 1,
|
||||
1, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user