Searched defs:drm_crtc_state (Results 1 – 1 of 1) sorted by relevance
273 struct drm_crtc_state { struct274 struct drm_crtc *crtc;276 bool enable;277 bool active;280 bool planes_changed : 1;281 bool mode_changed : 1;282 bool active_changed : 1;289 u32 plane_mask;292 u32 last_vblank_count;295 struct drm_display_mode adjusted_mode;[all …]