Home
last modified time | relevance | path

Searched defs:omap_drm_private (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
Domap_drv.h57 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];
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_drv.h43 struct omap_drm_private { struct
44 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 …]