Home
last modified time | relevance | path

Searched refs:drm_atomic_get_old_crtc_state (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_atomic_plane.c224 old_crtc_state = drm_atomic_get_old_crtc_state(state, crtc); in intel_plane_atomic_check()
H A Dintel_drv.h1204 return to_intel_crtc_state(drm_atomic_get_old_crtc_state(&state->base, in intel_atomic_get_old_crtc_state()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h382 drm_atomic_get_old_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_old_crtc_state() function
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4285 to_dm_crtc_state(drm_atomic_get_old_crtc_state(state, pcrtc)); in amdgpu_dm_commit_planes()
4612 old_crtc_state = drm_atomic_get_old_crtc_state(state, &acrtc->base); in amdgpu_dm_atomic_commit_tail()
5096 old_crtc_state = drm_atomic_get_old_crtc_state( in dm_update_planes_state()
/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c823 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc); in disable_outputs()