[PATCH 01/11] drm/sun4i: Make sunxi_rgb2yuv_coef constant

2017-02-23 Thread Chen-Yu Tsai
sunxi_rgb2yuv_coef is a table of RGB-to-YUV conversion coefficients. They are programmed into the hardware, and can be declared constant. Reported-by: Priit Laes Signed-off-by: Chen-Yu Tsai --- drivers/gpu/drm/sun4i/sun4i_backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Re: [PATCH 01/11] drm/sun4i: Make sunxi_rgb2yuv_coef constant

2017-02-23 Thread Maxime Ripard
On Thu, Feb 23, 2017 at 04:05:33PM +0800, Chen-Yu Tsai wrote: > sunxi_rgb2yuv_coef is a table of RGB-to-YUV conversion coefficients. > They are programmed into the hardware, and can be declared constant. > > Reported-by: Priit Laes > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxi