Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_mixer.h16 #define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc)
33 struct sti_mixer { struct
41 const char *sti_mixer_to_str(struct sti_mixer *mixer); argument
43 struct sti_mixer *sti_mixer_create(struct device *dev,
48 int sti_mixer_set_plane_status(struct sti_mixer *mixer,
50 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane);
51 int sti_mixer_active_video_area(struct sti_mixer *mixer,
54 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable);
56 int sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor);
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()
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()
38 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_disable()
48 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_mode_set()
110 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_disable()
143 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_flush()
252 struct sti_mixer *mixer; in sti_crtc_vblank_cb()
321 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_late_register()
343 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_is_main()
351 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_crtc_init()
Dsti_crtc.h12 struct sti_mixer;
14 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
DMakefile3 sti_mixer.o \
Dsti_compositor.h76 struct sti_mixer *mixer[STI_MAX_MIXER];
Dsti_gdp.c620 struct sti_mixer *mixer; in sti_gdp_atomic_check()
733 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_gdp_atomic_update()
Dsti_dvo.c284 struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc); in sti_dvo_set_mode()