Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
A Dmsm_atomic.c155 struct drm_crtc **async_crtc) in can_do_async() argument
175 *async_crtc = crtc; in can_do_async()
202 struct drm_crtc *async_crtc = NULL; in msm_atomic_commit_tail() local
205 can_do_async(state, &async_crtc); in msm_atomic_commit_tail()
235 &kms->pending_timers[drm_crtc_index(async_crtc)]; in msm_atomic_commit_tail()
238 WARN_ON(crtc_mask != drm_crtc_mask(async_crtc)); in msm_atomic_commit_tail()
249 vsync_time = kms->funcs->vsync_time(kms, async_crtc); in msm_atomic_commit_tail()

Completed in 5 milliseconds