Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/
Ddispc.c853 struct csc_coef_yuv2rgb { struct
860 const struct csc_coef_yuv2rgb *ct) in dispc_ovl_write_color_conv_coef() argument
876 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_full = {
884 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt601_lim = {
892 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_full = {
900 static const struct csc_coef_yuv2rgb coefs_yuv2rgb_bt709_lim = {
912 const struct csc_coef_yuv2rgb *csc; in dispc_ovl_set_csc()