Searched refs:sti_mixer (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/sti/ |
D | sti_mixer.h | 21 #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); argument 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);
|
D | sti_mixer.c | 54 const char *sti_mixer_to_str(struct sti_mixer *mixer) in sti_mixer_to_str() 66 static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id) in sti_mixer_reg_read() 71 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write() 151 struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data; in mixer_dbg_show() 181 void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor) in sti_mixer_debugfs_init() 208 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable) in sti_mixer_set_background_status() 217 static void sti_mixer_set_background_color(struct sti_mixer *mixer, in sti_mixer_set_background_color() 223 static void sti_mixer_set_background_area(struct sti_mixer *mixer, in sti_mixer_set_background_area() 237 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth() 292 int sti_mixer_active_video_area(struct sti_mixer *mixer, in sti_mixer_active_video_area() [all …]
|
D | sti_crtc.c | 28 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_enable() 40 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_disable() 52 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_mode_set() 106 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_disable() 139 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_flush() 248 struct sti_mixer *mixer; in sti_crtc_vblank_cb() 318 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_late_register() 342 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_is_main() 350 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_crtc_init()
|
D | sti_crtc.h | 14 struct sti_mixer; 16 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
|
D | Makefile | 3 sti_mixer.o \
|
D | sti_compositor.h | 76 struct sti_mixer *mixer[STI_MAX_MIXER];
|
D | sti_gdp.c | 627 struct sti_mixer *mixer; in sti_gdp_atomic_check() 745 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_gdp_atomic_update()
|
D | sti_dvo.c | 284 struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc); in sti_dvo_set_mode()
|