Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/
Ddrm_modeset_helper_vtables.h375 struct drm_crtc_state *old_crtc_state);
399 struct drm_crtc_state *old_crtc_state);
423 struct drm_crtc_state *old_crtc_state);
446 struct drm_crtc_state *old_crtc_state);
Ddrm_atomic.h707 #define for_each_oldnew_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument
713 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
727 #define for_each_old_crtc_in_state(__state, crtc, old_crtc_state, __i) \ argument
733 (old_crtc_state) = (__state)->crtcs[__i].old_state, 1))
Ddrm_atomic_helper.h91 void drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state);
93 drm_atomic_helper_disable_planes_on_crtc(struct drm_crtc_state *old_crtc_state,