Re: [Freedreno] [PATCH v2 1/3] drm/msm: dpu: Mask inactive pending flushes

2018-11-08 Thread Jeykumar Sankaran
On 2018-11-08 13:40, Sean Paul wrote: On Thu, Nov 08, 2018 at 01:03:03PM -0800, Jeykumar Sankaran wrote: On 2018-10-30 09:00, Sean Paul wrote: > From: Sean Paul > > This patch masks any pending flushes which have not been latched for a > commit. This will catch the case where an asynchronous

Re: [Freedreno] [PATCH v2 1/3] drm/msm: dpu: Mask inactive pending flushes

2018-11-08 Thread Sean Paul
On Thu, Nov 08, 2018 at 01:03:03PM -0800, Jeykumar Sankaran wrote: > On 2018-10-30 09:00, Sean Paul wrote: > > From: Sean Paul > > > > This patch masks any pending flushes which have not been latched for a > > commit. This will catch the case where an asynchronous update is > > nullified by a

Re: [Freedreno] [PATCH v2 1/3] drm/msm: dpu: Mask inactive pending flushes

2018-11-08 Thread Jeykumar Sankaran
On 2018-10-30 09:00, Sean Paul wrote: From: Sean Paul This patch masks any pending flushes which have not been latched for a commit. This will catch the case where an asynchronous update is nullified by a disable in the same frame. Changes in v2: - Added to the set Signed-off-by: Sean Paul

[Freedreno] [PATCH v2 1/3] drm/msm: dpu: Mask inactive pending flushes

2018-10-30 Thread Sean Paul
From: Sean Paul This patch masks any pending flushes which have not been latched for a commit. This will catch the case where an asynchronous update is nullified by a disable in the same frame. Changes in v2: - Added to the set Signed-off-by: Sean Paul ---