Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/omapdrm/dss/
Ddispc.c851 struct csc_coef_yuv2rgb { struct
863 const struct csc_coef_yuv2rgb *ct) in dispc_ovl_write_color_conv_coef() argument
879 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_full = {
887 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_lim = {
895 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_full = {
903 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_lim = {
915 const struct csc_coef_yuv2rgb *csc; in dispc_ovl_set_csc()