Searched defs:omap_drm_private (Results 1 – 1 of 1) sorted by relevance
57 struct omap_drm_private { struct58 struct drm_device *ddev;59 struct device *dev;60 u32 omaprev;62 struct dss_device *dss;63 struct dispc_device *dispc;65 bool irq_enabled;67 unsigned int num_pipes;68 struct omap_drm_pipeline pipes[8];69 struct omap_drm_pipeline *channels[8];[all …]