Home
last modified time | relevance | path

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

/include/drm/
Ddrm_atomic.h325 struct drm_atomic_state { struct
326 struct kref ref;
328 struct drm_device *dev;
338 bool allow_modeset : 1;
339 bool legacy_cursor_update : 1;
340 bool async_update : 1;
349 bool duplicated : 1;
350 struct __drm_planes_state *planes;
351 struct __drm_crtcs_state *crtcs;
352 int num_connector;
[all …]