Searched refs:new_plane_state (Results 1 – 2 of 2) sorted by relevance
/include/drm/ |
D | drm_atomic_helper.h | 214 struct drm_plane_state *new_plane_state) in drm_atomic_plane_disabling() argument 221 WARN_ON((new_plane_state->crtc == NULL && new_plane_state->fb != NULL) || in drm_atomic_plane_disabling() 222 (new_plane_state->crtc != NULL && new_plane_state->fb == NULL)); in drm_atomic_plane_disabling() 224 return old_plane_state->crtc && !new_plane_state->crtc; in drm_atomic_plane_disabling()
|
D | drm_atomic.h | 810 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ argument 817 (new_plane_state) = (__state)->planes[__i].new_state, 1)) 832 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __… argument 839 (new_plane_state) = (__state)->planes[__i].new_state, 1)) 870 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ argument 876 (new_plane_state) = (__state)->planes[__i].new_state, 1))
|