Lines Matching refs:pcrtc

9279 				    struct drm_crtc *pcrtc,  in amdgpu_dm_commit_planes()  argument
9286 struct amdgpu_crtc *acrtc_attach = to_amdgpu_crtc(pcrtc); in amdgpu_dm_commit_planes()
9288 drm_atomic_get_new_crtc_state(state, pcrtc); in amdgpu_dm_commit_planes()
9291 to_dm_crtc_state(drm_atomic_get_old_crtc_state(state, pcrtc)); in amdgpu_dm_commit_planes()
9352 if ((fb && crtc == pcrtc) || in amdgpu_dm_commit_planes()
9353 (old_plane_state->fb && old_plane_state->crtc == pcrtc)) { in amdgpu_dm_commit_planes()
9362 if (!fb || !crtc || pcrtc != crtc) in amdgpu_dm_commit_planes()
9474 if (plane == pcrtc->primary) in amdgpu_dm_commit_planes()
9499 last_flip_vblank = amdgpu_get_vblank_counter_kms(pcrtc); in amdgpu_dm_commit_planes()
9509 spin_lock_irqsave(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9511 spin_unlock_irqrestore(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9523 NULL, &pcrtc->hwmode) in amdgpu_dm_commit_planes()
9527 amdgpu_get_vblank_counter_kms(pcrtc)) > 0)) { in amdgpu_dm_commit_planes()
9541 drm_crtc_vblank_get(pcrtc); in amdgpu_dm_commit_planes()
9543 spin_lock_irqsave(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9548 spin_unlock_irqrestore(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9557 spin_lock_irqsave(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9559 drm_crtc_vblank_get(pcrtc); in amdgpu_dm_commit_planes()
9563 spin_unlock_irqrestore(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9618 spin_lock_irqsave(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()
9622 spin_unlock_irqrestore(&pcrtc->dev->event_lock, flags); in amdgpu_dm_commit_planes()