Lines Matching defs:drm_crtc_state
86 struct drm_crtc_state { struct
88 struct drm_crtc *crtc;
95 bool enable;
110 bool active;
116 bool planes_changed : 1;
128 bool mode_changed : 1;
135 bool active_changed : 1;
146 bool connectors_changed : 1;
152 bool zpos_changed : 1;
158 bool color_mgmt_changed : 1;
194 bool no_vblank : 1;
200 u32 plane_mask;
206 u32 connector_mask;
212 u32 encoder_mask;
227 struct drm_display_mode adjusted_mode;
244 struct drm_display_mode mode;
250 struct drm_property_blob *mode_blob;
259 struct drm_property_blob *degamma_lut;
267 struct drm_property_blob *ctm;
280 struct drm_property_blob *gamma_lut;
288 u32 target_vblank;
296 bool async_flip;
305 bool vrr_enabled;
316 bool self_refresh_active;
323 enum drm_scaling_filter scaling_filter;
380 struct drm_pending_vblank_event *event;
389 struct drm_crtc_commit *commit;
392 struct drm_atomic_state *state;