Lines Matching refs:crtc
71 struct drm_crtc *crtc,
84 int drm_atomic_helper_crtc_set_property(struct drm_crtc *crtc,
93 int drm_atomic_helper_page_flip(struct drm_crtc *crtc,
101 void drm_atomic_helper_crtc_reset(struct drm_crtc *crtc);
102 void __drm_atomic_helper_crtc_duplicate_state(struct drm_crtc *crtc,
105 drm_atomic_helper_crtc_duplicate_state(struct drm_crtc *crtc);
106 void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
108 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
146 #define drm_atomic_crtc_for_each_plane(plane, crtc) \ argument
147 drm_for_each_plane_mask(plane, (crtc)->dev, (crtc)->state->plane_mask)
182 WARN_ON((plane->state->crtc == NULL && plane->state->fb != NULL) || in drm_atomic_plane_disabling()
183 (plane->state->crtc != NULL && plane->state->fb == NULL)); in drm_atomic_plane_disabling()
195 return (!old_state || old_state->crtc) && !plane->state->crtc; in drm_atomic_plane_disabling()