Re: [Freedreno] [DPU PATCH 10/11] drm/msm: Switch to atomic_helper_commit()

2018-03-12 Thread abhinavk
On 2018-03-12 13:32, Sean Paul wrote: On Thu, Mar 08, 2018 at 07:28:08PM -0800, abhin...@codeaurora.org wrote: On 2018-02-28 11:19, Sean Paul wrote: > Now that all of the msm-specific goo is tucked safely away we can switch > over to using the atomic helper commit directly. \o/ > [Abhinav] Can

Re: [Freedreno] [DPU PATCH 10/11] drm/msm: Switch to atomic_helper_commit()

2018-03-08 Thread abhinavk
On 2018-02-28 11:19, Sean Paul wrote: Now that all of the msm-specific goo is tucked safely away we can switch over to using the atomic helper commit directly. \o/ [Abhinav] Can we say something like "Move remaining msm-specific operations to private handles and switch to atomic helper commit

[Freedreno] [DPU PATCH 10/11] drm/msm: Switch to atomic_helper_commit()

2018-02-28 Thread Sean Paul
Now that all of the msm-specific goo is tucked safely away we can switch over to using the atomic helper commit directly. \o/ Change-Id: Ieab0bd0c526b2a9d3b3345eeba402ac4857fe418 Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/msm_atomic.c | 120