Lines Matching defs:fimd_context
148 struct fimd_context { struct
149 struct device *dev;
150 struct drm_device *drm_dev;
151 struct exynos_drm_crtc *crtc;
152 struct exynos_drm_plane planes[WINDOWS_NR];
153 struct clk *bus_clk;
154 struct clk *lcd_clk;
155 void __iomem *regs;
156 struct regmap *sysreg;
157 unsigned long irq_flags;
158 u32 vidcon0;
159 u32 vidcon1;
160 u32 vidout_con;
161 u32 i80ifcon;
162 bool i80_if;
163 bool suspended;
164 int pipe;
165 wait_queue_head_t wait_vsync_queue;
166 atomic_t wait_vsync_event;
167 atomic_t win_updated;
168 atomic_t triggering;
170 struct exynos_drm_panel_info panel;
171 struct fimd_driver_data *driver_data;
172 struct drm_encoder *encoder;