Home
last modified time | relevance | path

Searched refs:old_plane_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_atomic.h766 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ argument
772 (old_plane_state) = (__state)->planes[__i].old_state,\
788 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __… argument
794 (old_plane_state) = (__state)->planes[__i].old_state,\
808 #define for_each_old_plane_in_state(__state, plane, old_plane_state, __i) \ argument
814 (old_plane_state) = (__state)->planes[__i].old_state, 1))
Ddrm_simple_kms_helper.h111 struct drm_plane_state *old_plane_state);
Ddrm_atomic_helper.h251 drm_atomic_plane_disabling(struct drm_plane_state *old_plane_state, in drm_atomic_plane_disabling() argument
262 return old_plane_state->crtc && !new_plane_state->crtc; in drm_atomic_plane_disabling()