Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_atomic.h365 struct drm_atomic_state { struct
366 struct kref ref;
368 struct drm_device *dev;
378 bool allow_modeset : 1;
390 bool legacy_cursor_update : 1;
391 bool async_update : 1;
400 bool duplicated : 1;
402 struct __drm_crtcs_state *crtcs;
403 int num_connector;
405 int num_private_objs;
[all …]