Lines Matching defs:omap_drm_private
58 struct omap_drm_private { struct
59 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];
72 unsigned int num_planes;
73 struct drm_plane *planes[8];
75 unsigned int num_ovls;
76 struct omap_hw_overlay *overlays[8];
78 struct drm_private_obj glob_obj;
80 struct workqueue_struct *wq;
83 struct mutex list_lock;
86 struct list_head obj_list;
110 struct omap_global_state *omap_get_existing_global_state(struct omap_drm_private *priv); argument