Lines Matching defs:drm_crtc_state
277 struct drm_crtc_state { struct
278 struct drm_crtc *crtc;
280 bool enable;
281 bool active;
284 bool planes_changed : 1;
285 bool mode_changed : 1;
286 bool active_changed : 1;
287 bool connectors_changed : 1;
294 u32 plane_mask;
297 u32 last_vblank_count;
300 struct drm_display_mode adjusted_mode;
302 struct drm_display_mode mode;
305 struct drm_property_blob *mode_blob;
307 struct drm_pending_vblank_event *event;
309 struct drm_atomic_state *state;