Lines Matching defs:drm_crtc_state
100 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;
201 u32 plane_mask;
207 u32 connector_mask;
213 u32 encoder_mask;
228 struct drm_display_mode adjusted_mode;
245 struct drm_display_mode mode;
251 struct drm_property_blob *mode_blob;
260 struct drm_property_blob *degamma_lut;
268 struct drm_property_blob *ctm;
277 struct drm_property_blob *gamma_lut;
285 u32 target_vblank;
293 bool async_flip;
302 bool vrr_enabled;
313 bool self_refresh_active;
363 struct drm_pending_vblank_event *event;
372 struct drm_crtc_commit *commit;
375 struct drm_atomic_state *state;