Searched defs:drm_output (Results 1 – 1 of 1) sorted by relevance
493 struct drm_output { struct494 struct weston_output base;495 struct drm_backend *backend;497 uint32_t crtc_id; /* object ID to pass to DRM functions */498 int pipe; /* index of CRTC in resource array / bitmasks */523 struct drm_output_state *state_cur; argument526 struct drm_output_state *state_last; argument549 static inline struct drm_output * argument