Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h77031 struct drm_crtc_state { struct
77032 struct drm_crtc *crtc;
77033 bool enable;
77034 bool active;
77035 bool planes_changed: 1;
77036 bool mode_changed: 1;
77037 bool active_changed: 1;
77038 bool connectors_changed: 1;
77039 bool zpos_changed: 1;
77040 bool color_mgmt_changed: 1;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h86648 struct drm_crtc_state { struct
86649 struct drm_crtc *crtc;
86650 bool enable;
86651 bool active;
86652 bool planes_changed: 1;
86653 bool mode_changed: 1;
86654 bool active_changed: 1;
86655 bool connectors_changed: 1;
86656 bool zpos_changed: 1;
86657 bool color_mgmt_changed: 1;
[all …]