1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 2 /* 3 * Copyright (C) Rockchip Electronics Co.Ltd 4 * Author: 5 * Zhang Yubing <yubing.zhang@rock-chips.com> 6 */ 7 8 #ifndef _ROCKCHIP_POST_CSC_H 9 #define _ROCKCHIP_POST_CSC_H 10 11 #include <drm/drm_crtc.h> 12 #include "rockchip_drm_drv.h" 13 #include "rockchip_drm_vop.h" 14 15 int rockchip_calc_post_csc(struct post_csc *csc, struct post_csc_coef *csc_coef, 16 int csc_mode, bool is_input_yuv, bool is_output_yuv); 17 18 #endif 19