Home
last modified time | relevance | path

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

/include/drm/
Ddrm_modeset_helper_vtables.h377 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);
Ddrm_atomic_helper.h93 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,
Ddrm_atomic.h751 #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))