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

/linux-master/drivers/gpu/drm/sti/
H A Dsti_mixer.h21 #define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc)
38 struct sti_mixer { struct
46 const char *sti_mixer_to_str(struct sti_mixer *mixer);
48 struct sti_mixer *sti_mixer_create(struct device *dev,
53 int sti_mixer_set_plane_status(struct sti_mixer *mixer,
55 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane);
56 int sti_mixer_active_video_area(struct sti_mixer *mixer,
59 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable);
61 void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor);
H A Dsti_crtc.h14 struct sti_mixer;
16 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
H A Dsti_mixer.c15 #include "sti_mixer.h"
54 const char *sti_mixer_to_str(struct sti_mixer *mixer)
66 static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id)
71 static inline void sti_mixer_reg_write(struct sti_mixer *mixer,
151 struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data;
181 void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor)
208 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable)
217 static void sti_mixer_set_background_color(struct sti_mixer *mixer,
223 static void sti_mixer_set_background_area(struct sti_mixer *mixe
[all...]
H A DMakefile3 sti_mixer.o \
H A Dsti_crtc.c27 struct sti_mixer *mixer = to_sti_mixer(crtc);
39 struct sti_mixer *mixer = to_sti_mixer(crtc);
51 struct sti_mixer *mixer = to_sti_mixer(crtc);
105 struct sti_mixer *mixer = to_sti_mixer(crtc);
138 struct sti_mixer *mixer = to_sti_mixer(crtc);
247 struct sti_mixer *mixer;
317 struct sti_mixer *mixer = to_sti_mixer(crtc);
341 struct sti_mixer *mixer = to_sti_mixer(crtc);
349 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
H A Dsti_compositor.h15 #include "sti_mixer.h"
76 struct sti_mixer *mixer[STI_MAX_MIXER];
H A Dsti_gdp.c629 struct sti_mixer *mixer;
747 struct sti_mixer *mixer = to_sti_mixer(crtc);
H A Dsti_dvo.c23 #include "sti_mixer.h"
284 struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc);

Completed in 240 milliseconds