Re: [PATCH 37/45] drm/msm: add support for non-blocking commits

2024-12-06 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:08PM -0800, Abhinav Kumar wrote: > Hook up the mst framework APIs with atomic_commit_setup() and > atomic_commit_tail() APIs to handle non-blocking commits. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/msm_atomic.c | 2 ++ > drivers/gpu/drm/msm/msm_d

[PATCH 37/45] drm/msm: add support for non-blocking commits

2024-12-05 Thread Abhinav Kumar
Hook up the mst framework APIs with atomic_commit_setup() and atomic_commit_tail() APIs to handle non-blocking commits. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/msm_atomic.c | 2 ++ drivers/gpu/drm/msm/msm_drv.h| 1 + drivers/gpu/drm/msm/msm_kms.c| 1 + 3 files changed, 4 ins