Searched refs:csc_on (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/meson/ |
D | meson_viu.c | 82 int *m, bool csc_on) in meson_viu_set_g12a_osd1_matrix() argument 105 writel_bits_relaxed(BIT(0), csc_on ? BIT(0) : 0, in meson_viu_set_g12a_osd1_matrix() 111 int *m, bool csc_on) in meson_viu_set_osd_matrix() argument 155 writel_bits_relaxed(BIT(0), csc_on ? BIT(0) : 0, in meson_viu_set_osd_matrix() 168 writel_bits_relaxed(BIT(30), csc_on ? BIT(30) : 0, in meson_viu_set_osd_matrix() 170 writel_bits_relaxed(BIT(31), csc_on ? BIT(31) : 0, in meson_viu_set_osd_matrix() 181 unsigned int *b_map, bool csc_on) in meson_viu_set_osd_lut() argument 220 if (csc_on) in meson_viu_set_osd_lut() 247 if (csc_on) in meson_viu_set_osd_lut()
|