Home
last modified time | relevance | path

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

/include/drm/
Ddrm_atomic.h346 struct drm_atomic_state { struct
347 struct kref ref;
349 struct drm_device *dev;
359 bool allow_modeset : 1;
371 bool legacy_cursor_update : 1;
372 bool async_update : 1;
381 bool duplicated : 1;
382 struct __drm_planes_state *planes;
383 struct __drm_crtcs_state *crtcs;
384 int num_connector;
[all …]