Searched defs:mixer_context (Results 1 – 1 of 1) sorted by relevance
90 struct mixer_context { struct91 struct platform_device *pdev;92 struct device *dev;93 struct drm_device *drm_dev;94 struct exynos_drm_crtc *crtc;95 struct exynos_drm_plane planes[MIXER_WIN_NR];96 int pipe;97 unsigned long flags;98 bool interlace;99 bool vp_enabled;[all …]