Searched defs:omap_drm_private (Results 1 – 1 of 1) sorted by relevance
58 struct omap_drm_private { struct59 struct drm_device *ddev;60 struct device *dev;61 u32 omaprev;63 struct dss_device *dss;64 struct dispc_device *dispc;66 bool irq_enabled;68 unsigned int num_pipes;69 struct omap_drm_pipeline pipes[8];70 struct omap_drm_pipeline *channels[8];[all …]