Searched refs:old_crtc_state (Results 1 – 3 of 3) sorted by relevance
/include/drm/ |
D | drm_modeset_helper_vtables.h | 377 struct drm_crtc_state *old_crtc_state); 401 struct drm_crtc_state *old_crtc_state); 427 struct drm_crtc_state *old_crtc_state); 452 struct drm_crtc_state *old_crtc_state);
|
D | drm_atomic_helper.h | 93 void drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state); 95 drm_atomic_helper_disable_planes_on_crtc(struct drm_crtc_state *old_crtc_state,
|
D | drm_atomic.h | 751 #define for_each_oldnew_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument 757 (old_crtc_state) = (__state)->crtcs[__i].old_state, \ 771 #define for_each_old_crtc_in_state(__state, crtc, old_crtc_state, __i) \ argument 777 (old_crtc_state) = (__state)->crtcs[__i].old_state, 1))
|