Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_drv.h89 struct omap_drm_private { struct
90 uint32_t omaprev;
92 unsigned int num_crtcs;
93 struct drm_crtc *crtcs[8];
95 unsigned int num_planes;
96 struct drm_plane *planes[8];
98 unsigned int num_encoders;
99 struct drm_encoder *encoders[8];
101 unsigned int num_connectors;
102 struct drm_connector *connectors[8];
[all …]