Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h70522 struct drm_atomic_state { struct
70523 struct kref ref;
70524 struct drm_device *dev;
70525 bool allow_modeset: 1;
70526 bool legacy_cursor_update: 1;
70527 bool async_update: 1;
70528 bool duplicated: 1;
70529 struct __drm_planes_state *planes;
70530 struct __drm_crtcs_state *crtcs;
70531 int num_connector;
[all …]
Dvmlinux.h70522 struct drm_atomic_state { struct
70523 struct kref ref;
70524 struct drm_device *dev;
70525 bool allow_modeset: 1;
70526 bool legacy_cursor_update: 1;
70527 bool async_update: 1;
70528 bool duplicated: 1;
70529 struct __drm_planes_state *planes;
70530 struct __drm_crtcs_state *crtcs;
70531 int num_connector;
[all …]