Re: [Freedreno] [v1] drm/msm/dpu: update reservations in commit path

2020-08-06 Thread kalyan_t
On 2020-08-05 01:02, Rob Clark wrote: On Tue, Aug 4, 2020 at 4:32 AM Kalyan Thota wrote: DPU resources reserved in the atomic_check path gets unwinded during modeset operation before commit happens in a non seamless transition. Update the reservations in the commit path to avoid resource fail

[v1] drm/msm/dpu: update reservations in commit path

2020-08-05 Thread Kalyan Thota
DPU resources reserved in the atomic_check path gets unwinded during modeset operation before commit happens in a non seamless transition. Update the reservations in the commit path to avoid resource failures. Secondly have dummy reservations in atomic_check path so that we can gracefully fail the

Re: [v1] drm/msm/dpu: update reservations in commit path

2020-08-04 Thread Rob Clark
On Tue, Aug 4, 2020 at 4:32 AM Kalyan Thota wrote: > > DPU resources reserved in the atomic_check path gets unwinded > during modeset operation before commit happens in a non seamless > transition. > > Update the reservations in the commit path to avoid resource > failures. Secondly have dummy res