Searched refs:new_plane_state (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/drm/ |
D | drm_atomic_helper.h | 252 struct drm_plane_state *new_plane_state) in drm_atomic_plane_disabling() argument 259 WARN_ON((new_plane_state->crtc == NULL && new_plane_state->fb != NULL) || in drm_atomic_plane_disabling() 260 (new_plane_state->crtc != NULL && new_plane_state->fb == NULL)); in drm_atomic_plane_disabling() 262 return old_plane_state->crtc && !new_plane_state->crtc; in drm_atomic_plane_disabling()
|
D | drm_atomic.h | 766 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ argument 773 (new_plane_state) = (__state)->planes[__i].new_state, 1)) 788 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __… argument 795 (new_plane_state) = (__state)->planes[__i].new_state, 1)) 826 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ argument 832 (new_plane_state) = (__state)->planes[__i].new_state, 1))
|