Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/
Ddrm_atomic.h361 struct drm_atomic_state { struct
367 struct kref ref;
372 struct drm_device *dev;
382 bool allow_modeset : 1;
394 bool legacy_cursor_update : 1;
399 bool async_update : 1;
409 bool duplicated : 1;
417 struct __drm_planes_state *planes;
425 struct __drm_crtcs_state *crtcs;
430 int num_connector;
[all …]