Home
last modified time | relevance | path

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

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