Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.h75 struct omap_drm_private { struct
76 uint32_t omaprev;
78 unsigned int num_crtcs;
79 struct drm_crtc *crtcs[8];
81 unsigned int num_planes;
82 struct drm_plane *planes[8];
84 unsigned int num_encoders;
85 struct drm_encoder *encoders[8];
87 unsigned int num_connectors;
88 struct drm_connector *connectors[8];
[all …]