Searched defs:drm_head (Results 1 – 1 of 1) sorted by relevance
476 struct drm_head { struct477 struct weston_head base;478 struct drm_backend *backend;480 drmModeConnector *connector;481 uint32_t connector_id;482 struct drm_edid edid;485 struct drm_property_info props_conn[WDRM_CONNECTOR__COUNT];487 struct backlight *backlight;489 drmModeModeInfo inherited_mode; /**< Original mode on the connector */490 uint32_t inherited_crtc_id; /**< Original CRTC assignment */