Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_mixer.h16 #define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc)
28 struct sti_mixer { struct
37 const char *sti_mixer_to_str(struct sti_mixer *mixer); argument
39 struct sti_mixer *sti_mixer_create(struct device *dev, int id,
42 int sti_mixer_set_layer_status(struct sti_mixer *mixer,
44 void sti_mixer_clear_all_layers(struct sti_mixer *mixer);
45 int sti_mixer_set_layer_depth(struct sti_mixer *mixer, struct sti_layer *layer);
46 int sti_mixer_active_video_area(struct sti_mixer *mixer,
49 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable);
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()
73 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable) in sti_mixer_set_background_status()
82 static void sti_mixer_set_background_color(struct sti_mixer *mixer, in sti_mixer_set_background_color()
90 static void sti_mixer_set_background_area(struct sti_mixer *mixer, in sti_mixer_set_background_area()
104 int sti_mixer_set_layer_depth(struct sti_mixer *mixer, struct sti_layer *layer) in sti_mixer_set_layer_depth()
157 int sti_mixer_active_video_area(struct sti_mixer *mixer, in sti_mixer_active_video_area()
204 int sti_mixer_set_layer_status(struct sti_mixer *mixer, in sti_mixer_set_layer_status()
226 void sti_mixer_clear_all_layers(struct sti_mixer *mixer) in sti_mixer_clear_all_layers()
[all …]
Dsti_drm_crtc.c29 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_prepare()
49 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_commit()
84 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_mode_set()
134 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_disable()
169 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_atomic_begin()
294 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_is_main()
303 int sti_drm_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_drm_crtc_init()
Dsti_drm_crtc.h12 struct sti_mixer;
14 int sti_drm_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
DMakefile3 sti_mixer.o \
Dsti_compositor.h79 struct sti_mixer *mixer[STI_MAX_MIXER];
Dsti_drm_plane.c37 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_update_plane()
80 struct sti_mixer *mixer; in sti_drm_disable_plane()
Dsti_dvo.c234 struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc); in sti_dvo_set_mode()