Re: [Freedreno] [PATCH 2/2] drm/msm: dpu: Make legacy cursor updates asynchronous

2018-10-03 Thread Sean Paul
On Tue, Oct 02, 2018 at 06:19:52PM -0700, Jeykumar Sankaran wrote: > On 2018-10-01 13:30, Sean Paul wrote: > > On Wed, Sep 26, 2018 at 11:56:47AM -0700, Jeykumar Sankaran wrote: > > > On 2018-09-19 11:56, Sean Paul wrote: > > > > From: Sean Paul > > > > > > > > This patch sprinkles a few

Re: [Freedreno] [PATCH 2/2] drm/msm: dpu: Make legacy cursor updates asynchronous

2018-10-02 Thread Jeykumar Sankaran
On 2018-10-01 13:30, Sean Paul wrote: On Wed, Sep 26, 2018 at 11:56:47AM -0700, Jeykumar Sankaran wrote: On 2018-09-19 11:56, Sean Paul wrote: > From: Sean Paul > > This patch sprinkles a few async/legacy_cursor_update checks > through commit to ensure that cursor updates aren't blocked on

Re: [Freedreno] [PATCH 2/2] drm/msm: dpu: Make legacy cursor updates asynchronous

2018-10-01 Thread Sean Paul
On Wed, Sep 26, 2018 at 11:56:47AM -0700, Jeykumar Sankaran wrote: > On 2018-09-19 11:56, Sean Paul wrote: > > From: Sean Paul > > > > This patch sprinkles a few async/legacy_cursor_update checks > > through commit to ensure that cursor updates aren't blocked on vsync. > > There are 2 main

Re: [Freedreno] [PATCH 2/2] drm/msm: dpu: Make legacy cursor updates asynchronous

2018-09-26 Thread Jeykumar Sankaran
On 2018-09-19 11:56, Sean Paul wrote: From: Sean Paul This patch sprinkles a few async/legacy_cursor_update checks through commit to ensure that cursor updates aren't blocked on vsync. There are 2 main components to this, the first is that we don't want to wait_for_commit_done in msm_atomic

[Freedreno] [PATCH 2/2] drm/msm: dpu: Make legacy cursor updates asynchronous

2018-09-19 Thread Sean Paul
From: Sean Paul This patch sprinkles a few async/legacy_cursor_update checks through commit to ensure that cursor updates aren't blocked on vsync. There are 2 main components to this, the first is that we don't want to wait_for_commit_done in msm_atomic before returning from atomic_complete.