Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Ddispc.c853 struct csc_coef_yuv2rgb { struct
865 const struct csc_coef_yuv2rgb *ct) in dispc_ovl_write_color_conv_coef() argument
881 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_full = {
889 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_lim = {
897 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_full = {
905 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_lim = {
917 const struct csc_coef_yuv2rgb *csc; in dispc_ovl_set_csc()