Searched refs:old_plane_state (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/drm/ |
D | drm_atomic.h | 766 #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))
|
D | drm_simple_kms_helper.h | 111 struct drm_plane_state *old_plane_state);
|
D | drm_atomic_helper.h | 251 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()
|