Lines Matching defs:omap_drm_private
57 struct omap_drm_private { struct
58 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];
71 unsigned int num_planes;
72 struct drm_plane *planes[8];
74 unsigned int num_ovls;
75 struct omap_hw_overlay *overlays[8];
77 struct drm_private_obj glob_obj;
79 struct workqueue_struct *wq;
82 struct mutex list_lock;
107 struct omap_global_state *omap_get_existing_global_state(struct omap_drm_private *priv); argument