Lines Matching defs:drm_crtc_state
99 struct drm_crtc_state { struct
101 struct drm_crtc *crtc;
108 bool enable;
123 bool active;
129 bool planes_changed : 1;
141 bool mode_changed : 1;
148 bool active_changed : 1;
159 bool connectors_changed : 1;
165 bool zpos_changed : 1;
171 bool color_mgmt_changed : 1;
207 bool no_vblank : 1;
213 u32 plane_mask;
219 u32 connector_mask;
225 u32 encoder_mask;
240 struct drm_display_mode adjusted_mode;
257 struct drm_display_mode mode;
263 struct drm_property_blob *mode_blob;
272 struct drm_property_blob *degamma_lut;
280 struct drm_property_blob *ctm;
289 struct drm_property_blob *gamma_lut;
297 u32 target_vblank;
305 bool async_flip;
314 bool vrr_enabled;
325 bool self_refresh_active;
332 enum drm_scaling_filter scaling_filter;
389 struct drm_pending_vblank_event *event;
398 struct drm_crtc_commit *commit;
401 struct drm_atomic_state *state;