Lines Matching defs:state
46 * plane together with the CRTC state this does not allow userspace to disable
284 * drm_plane_helper_atomic_check() - Helper to check plane atomic-state
286 * @state: atomic state object
288 * Provides a default plane-state check handler for planes whose atomic-state
293 * also drm_crtc_helper_atomic_check() for the respective CRTC-state check
299 int drm_plane_helper_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state)
301 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
306 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc);