Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
Ddrm_atomic.h392 struct drm_atomic_state { struct
398 struct kref ref;
403 struct drm_device *dev;
432 bool allow_modeset : 1;
444 bool legacy_cursor_update : 1;
449 bool async_update : 1;
459 bool duplicated : 1;
467 struct __drm_planes_state *planes;
475 struct __drm_crtcs_state *crtcs;
480 int num_connector;
[all …]