Searched refs:de_type (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/sun4i/ |
| A D | sun8i_mixer.c | 696 .de_type = SUN8I_MIXER_DE2, 705 .de_type = SUN8I_MIXER_DE2, 714 .de_type = SUN8I_MIXER_DE2, 724 .de_type = SUN8I_MIXER_DE2, 734 .de_type = SUN8I_MIXER_DE2, 743 .de_type = SUN8I_MIXER_DE2, 754 .de_type = SUN8I_MIXER_DE2, 764 .de_type = SUN8I_MIXER_DE2, 774 .de_type = SUN8I_MIXER_DE2, 784 .de_type = SUN8I_MIXER_DE2, [all …]
|
| A D | sun8i_mixer.h | 184 unsigned int de_type; member 231 return mixer->cfg->de_type == SUN8I_MIXER_DE3 ? DE3_BLD_BASE : DE2_BLD_BASE; in sun8i_blender_base() 237 return mixer->cfg->de_type == SUN8I_MIXER_DE33 ? in sun8i_blender_regmap() 244 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_channel_base() 246 else if (mixer->cfg->de_type == SUN8I_MIXER_DE3) in sun8i_channel_base()
|
| A D | sun8i_vi_scaler.c | 838 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_vi_scaler_base() 840 else if (mixer->cfg->de_type == SUN8I_MIXER_DE3) in sun8i_vi_scaler_base() 961 if (mixer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_scaler_setup()
|
| A D | sun8i_csc.c | 215 if (mixer->cfg->de_type == SUN8I_MIXER_DE3) { in sun8i_csc_set_ccsc_coefficients() 231 if (mixer->cfg->de_type == SUN8I_MIXER_DE3) { in sun8i_csc_enable_ccsc()
|
| A D | sun8i_vi_layer.c | 28 if (mixer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_layer_update_alpha() 488 if (mixer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_layer_init_one() 512 if (mixer->cfg->vi_num == 1 || mixer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_layer_init_one() 529 if (mixer->cfg->de_type >= SUN8I_MIXER_DE3) in sun8i_vi_layer_init_one()
|
| A D | sun8i_ui_layer.c | 97 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) { in sun8i_ui_layer_update_coord() 111 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_ui_layer_update_coord()
|
| A D | sun8i_ui_scaler.c | 96 if (mixer->cfg->de_type == SUN8I_MIXER_DE3) in sun8i_ui_scaler_base()
|
Completed in 18 milliseconds