Searched refs:pcrtc (Results 1 – 1 of 1) sorted by relevance
8039 struct drm_crtc *pcrtc, in amdgpu_dm_commit_planes() argument8046 struct amdgpu_crtc *acrtc_attach = to_amdgpu_crtc(pcrtc); in amdgpu_dm_commit_planes()8048 drm_atomic_get_new_crtc_state(state, pcrtc); in amdgpu_dm_commit_planes()8051 to_dm_crtc_state(drm_atomic_get_old_crtc_state(state, pcrtc)); in amdgpu_dm_commit_planes()8094 if ((fb && crtc == pcrtc) || in amdgpu_dm_commit_planes()8095 (old_plane_state->fb && old_plane_state->crtc == pcrtc)) in amdgpu_dm_commit_planes()8101 if (!fb || !crtc || pcrtc != crtc) in amdgpu_dm_commit_planes()8207 if (plane == pcrtc->primary) in amdgpu_dm_commit_planes()8232 last_flip_vblank = amdgpu_get_vblank_counter_kms(pcrtc); in amdgpu_dm_commit_planes()8242 spin_lock_irqsave(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()[all …]