Searched defs:omap_drm_private (Results 1 – 2 of 2) sorted by relevance
48 struct omap_drm_private { struct49 struct drm_device *ddev;50 struct device *dev;51 u32 omaprev;53 struct dss_device *dss;54 struct dispc_device *dispc;55 const struct dispc_ops *dispc_ops;57 unsigned int num_crtcs;58 struct drm_crtc *crtcs[8];60 unsigned int num_planes;[all …]
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;50 const struct dispc_ops *dispc_ops;52 unsigned int num_pipes;53 struct omap_drm_pipeline pipes[8];54 struct omap_drm_pipeline *channels[8];[all …]