Re: [PATCH v8 1/2] drm/i915: Introduce async plane update to i915

2019-03-08 Thread Jani Nikula
On Fri, 08 Mar 2019, Helen Koike wrote: > Hi Jani, > > On 3/8/19 6:55 AM, Jani Nikula wrote: >> >> Please send drm/i915 patches also to intel-...@lists.freedesktop.org to >> trigger CI on the patches among other things. > > Sure! Is there a way to tell the CI to pick up the dependency [1] as

Re: [PATCH v8 1/2] drm/i915: Introduce async plane update to i915

2019-03-08 Thread Helen Koike
Hi Jani, On 3/8/19 6:55 AM, Jani Nikula wrote: > > Please send drm/i915 patches also to intel-...@lists.freedesktop.org to > trigger CI on the patches among other things. Sure! Is there a way to tell the CI to pick up the dependency [1] as well? [1] "[PATCH] drm: don't block fb changes for

Re: [PATCH v8 1/2] drm/i915: Introduce async plane update to i915

2019-03-08 Thread Jani Nikula
Please send drm/i915 patches also to intel-...@lists.freedesktop.org to trigger CI on the patches among other things. BR, Jani. On Thu, 07 Mar 2019, Helen Koike wrote: > From: Gustavo Padovan > > Add implementation for async plane update callbacks > > Signed-off-by: Gustavo Padovan >

RE: [PATCH v8 1/2] drm/i915: Introduce async plane update to i915

2019-03-08 Thread Zhang, Tina
hang, Tina > ; ker...@collabora.com; ville.syrj...@linux.intel.com > Subject: [PATCH v8 1/2] drm/i915: Introduce async plane update to i915 > > From: Gustavo Padovan > > Add implementation for async plane update callbacks > > Signed-off-by: Gustavo Padovan > Signed-off-by:

[PATCH v8 1/2] drm/i915: Introduce async plane update to i915

2019-03-07 Thread Helen Koike
From: Gustavo Padovan Add implementation for async plane update callbacks Signed-off-by: Gustavo Padovan Signed-off-by: Enric Balletbo i Serra Signed-off-by: Tina Zhang Signed-off-by: Helen Koike --- Hi, This patch just adds the callbacks for atomic async update, the next in the series