Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_crtc.h98 struct drm_crtc_state { struct
100 struct drm_crtc *crtc;
107 bool enable;
122 bool active;
128 bool planes_changed : 1;
140 bool mode_changed : 1;
147 bool active_changed : 1;
158 bool connectors_changed : 1;
187 * Note that the combination of &drm_crtc_state.event == NULL and argument
193 bool no_vblank : 1;
[all …]