Home
last modified time | relevance | path

Searched refs:to_sti_mixer (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/sti/
Dsti_drm_crtc.c26 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_prepare()
44 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_commit()
79 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_mode_set()
153 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_mode_set_base()
193 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_disable()
256 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_page_flip()
394 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_is_main()
Dsti_drm_plane.c33 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_update_plane()
83 mixer = to_sti_mixer(plane->crtc); in sti_drm_disable_plane()
Dsti_mixer.h16 #define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc) macro