Home
last modified time | relevance | path

Searched defs:mixer (Results 1 – 21 of 21) sorted by relevance

/drivers/gpu/drm/sti/
Dsti_mixer.c50 const char *sti_mixer_to_str(struct sti_mixer *mixer) in sti_mixer_to_str()
62 static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id) in sti_mixer_reg_read()
67 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write()
147 struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data; in mixer_dbg_show() local
177 int sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor) in sti_mixer_debugfs_init()
204 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable) in sti_mixer_set_background_status()
213 static void sti_mixer_set_background_color(struct sti_mixer *mixer, in sti_mixer_set_background_color()
219 static void sti_mixer_set_background_area(struct sti_mixer *mixer, in sti_mixer_set_background_area()
233 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth()
288 int sti_mixer_active_video_area(struct sti_mixer *mixer, in sti_mixer_active_video_area()
[all …]
Dsti_crtc.c26 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_enable() local
38 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_disable() local
48 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_mode_set() local
110 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_disable() local
143 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_flush() local
252 struct sti_mixer *mixer; in sti_crtc_vblank_cb() local
321 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_late_register() local
343 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_is_main() local
351 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_crtc_init()
Dsti_compositor.h76 struct sti_mixer *mixer[STI_MAX_MIXER]; member
Dsti_gdp.c616 struct sti_mixer *mixer; in sti_gdp_atomic_check() local
729 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_gdp_atomic_update() local
Dsti_dvo.c284 struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc); in sti_dvo_set_mode() local
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_mixer.c40 struct mdp5_hw_mixer *mixer = mdp5_kms->hwmixers[i]; in get_right_pair_idx() local
50 uint32_t caps, struct mdp5_hw_mixer **mixer, in mdp5_mixer_assign()
130 void mdp5_mixer_release(struct drm_atomic_state *s, struct mdp5_hw_mixer *mixer) in mdp5_mixer_release()
147 void mdp5_mixer_destroy(struct mdp5_hw_mixer *mixer) in mdp5_mixer_destroy()
158 struct mdp5_hw_mixer *mixer; in mdp5_mixer_init() local
Dmdp5_cmd_encoder.c54 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in pingpong_tearcheck_setup() local
98 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in pingpong_tearcheck_enable() local
124 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in pingpong_tearcheck_disable() local
Dmdp5_ctl.c179 struct mdp5_hw_mixer *mixer = pipeline->mixer; in mdp5_ctl_set_pipeline() local
234 struct mdp5_hw_mixer *mixer = pipeline->mixer; in refill_start_mask() local
288 struct mdp5_hw_mixer *mixer = pipeline->mixer; in mdp5_ctl_set_cursor() local
386 struct mdp5_hw_mixer *mixer = pipeline->mixer; in mdp5_ctl_blend() local
Dmdp5_kms.h120 struct mdp5_hw_mixer *mixer; member
232 static inline uint32_t intf2vblank(struct mdp5_hw_mixer *mixer, in intf2vblank()
257 static inline uint32_t lm2ppdone(struct mdp5_hw_mixer *mixer) in lm2ppdone()
Dmdp5_crtc.c108 struct mdp5_hw_mixer *mixer, *r_mixer; in crtc_flush_all() local
217 struct mdp5_hw_mixer *mixer = pipeline->mixer; in blend_setup() local
361 struct mdp5_hw_mixer *mixer = mdp5_cstate->pipeline.mixer; in mdp5_crtc_mode_set_nofb() local
Dmdp5_encoder.c218 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in mdp5_vid_encoder_disable() local
Dmdp5_kms.c813 struct mdp5_hw_mixer *mixer; in hwmixer_init() local
/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c40 void sun8i_mixer_layer_enable(struct sun8i_mixer *mixer, in sun8i_mixer_layer_enable()
92 int sun8i_mixer_update_layer_coord(struct sun8i_mixer *mixer, in sun8i_mixer_update_layer_coord()
146 int sun8i_mixer_update_layer_formats(struct sun8i_mixer *mixer, in sun8i_mixer_update_layer_formats()
183 int sun8i_mixer_update_layer_buffer(struct sun8i_mixer *mixer, in sun8i_mixer_update_layer_buffer()
247 struct sun8i_mixer *mixer; in sun8i_mixer_bind() local
362 struct sun8i_mixer *mixer = dev_get_drvdata(dev); in sun8i_mixer_unbind() local
Dsun8i_layer.c33 struct sun8i_mixer *mixer = layer->mixer; in sun8i_mixer_layer_atomic_disable() local
42 struct sun8i_mixer *mixer = layer->mixer; in sun8i_mixer_layer_atomic_update() local
79 struct sun8i_mixer *mixer, in sun8i_layer_init_one()
110 struct sun8i_mixer *mixer = engine_to_sun8i_mixer(engine); in sun8i_layers_init() local
Dsun8i_layer.h24 struct sun8i_mixer *mixer; member
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.h112 static inline uint32_t mixercfg(uint32_t mixer_cfg, int mixer, in mixercfg()
Dmdp4_crtc.c34 int mixer; member
571 void mdp4_crtc_set_intf(struct drm_crtc *crtc, enum mdp4_intf intf, int mixer) in mdp4_crtc_set_intf()
/drivers/media/usb/au0828/
Dau0828-core.c232 struct media_entity *entity, *mixer = NULL, *decoder = NULL; in au0828_media_graph_notify() local
/drivers/gpu/drm/exynos/
Dexynos_mixer.c75 struct clk *mixer; member
/drivers/media/pci/ttpci/
Dav7110.h249 struct audio_mixer mixer; member
/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1684 struct drx_cfg_aud_mixer mixer; member