Home
last modified time | relevance | path

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

/include/drm/
Ddrm_atomic.h316 struct drm_atomic_state { struct
317 struct kref ref;
319 struct drm_device *dev;
329 bool allow_modeset : 1;
330 bool legacy_cursor_update : 1;
331 bool async_update : 1;
340 bool duplicated : 1;
341 struct __drm_planes_state *planes;
342 struct __drm_crtcs_state *crtcs;
343 int num_connector;
[all …]