Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h76853 struct drm_atomic_state { struct
76854 struct kref ref;
76855 struct drm_device *dev;
76856 bool allow_modeset: 1;
76857 bool legacy_cursor_update: 1;
76858 bool async_update: 1;
76859 bool duplicated: 1;
76860 struct __drm_planes_state *planes;
76861 struct __drm_crtcs_state *crtcs;
76862 int num_connector;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h86470 struct drm_atomic_state { struct
86471 struct kref ref;
86472 struct drm_device *dev;
86473 bool allow_modeset: 1;
86474 bool legacy_cursor_update: 1;
86475 bool async_update: 1;
86476 bool duplicated: 1;
86477 struct __drm_planes_state *planes;
86478 struct __drm_crtcs_state *crtcs;
86479 int num_connector;
[all …]