Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_crtc.h104 struct drm_crtc_state { struct
106 struct drm_crtc *crtc;
113 bool enable;
128 bool active;
134 bool planes_changed : 1;
146 bool mode_changed : 1;
153 bool active_changed : 1;
164 bool connectors_changed : 1;
193 * Note that the combination of &drm_crtc_state.event == NULL and argument
199 bool no_vblank : 1;
[all …]