Home
last modified time | relevance | path

Searched refs:csc_coef_yuv2rgb (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c824 struct csc_coef_yuv2rgb { struct
831 const struct csc_coef_yuv2rgb *ct) in dispc_ovl_write_color_conv_coef() argument
847 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_full = {
855 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_lim = {
863 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_full = {
871 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_lim = {
883 const struct csc_coef_yuv2rgb *csc; in dispc_ovl_set_csc()