Home
last modified time | relevance | path

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

/include/drm/
Ddrm_crtc.h100 struct drm_crtc_state { struct
102 struct drm_crtc *crtc;
109 bool enable;
124 bool active;
130 bool planes_changed : 1;
142 bool mode_changed : 1;
149 bool active_changed : 1;
160 bool connectors_changed : 1;
189 * Note that the combination of &drm_crtc_state.event == NULL and argument
195 bool no_vblank : 1;
[all …]