Searched defs:omap_drm_private (Results 1 – 1 of 1) sorted by relevance
43 struct omap_drm_private { struct44 struct drm_device *ddev;45 struct device *dev;46 u32 omaprev;48 struct dss_device *dss;49 struct dispc_device *dispc;51 bool irq_enabled;53 unsigned int num_pipes;54 struct omap_drm_pipeline pipes[8];55 struct omap_drm_pipeline *channels[8];[all …]