Re: [PATCH] drm/msm/atomic: Don't try async if crtc not active

2023-04-20 Thread Abhinav Kumar
On 4/18/2023 9:41 AM, Rob Clark wrote: From: Rob Clark For a similar reason as commit f2c7ca890182 ("drm/atomic-helper: Don't set deadline for modesets"), we need the crtc to be already active in order to compute a target vblank time for an async commit. Otherwise we get this splat remindin

Re: [PATCH] drm/msm/atomic: Don't try async if crtc not active

2023-04-20 Thread Dmitry Baryshkov
On 18/04/2023 19:41, Rob Clark wrote: From: Rob Clark For a similar reason as commit f2c7ca890182 ("drm/atomic-helper: Don't set deadline for modesets"), we need the crtc to be already active in order to compute a target vblank time for an async commit. Otherwise we get this splat reminding us

[PATCH] drm/msm/atomic: Don't try async if crtc not active

2023-04-18 Thread Rob Clark
From: Rob Clark For a similar reason as commit f2c7ca890182 ("drm/atomic-helper: Don't set deadline for modesets"), we need the crtc to be already active in order to compute a target vblank time for an async commit. Otherwise we get this splat reminding us that we are doing it wrong: ---