[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Track i915_vma with its own reference counter

2020-05-28 Thread Patchwork
== Series Details == Series: drm/i915: Track i915_vma with its own reference counter URL : https://patchwork.freedesktop.org/series/77763/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8550 -> Patchwork_17810 Summary --

Re: [Intel-gfx] [PATCH 0/8] Convert the intel iommu driver to the dma-iommu api

2020-05-28 Thread Logan Gunthorpe
Hi Tom, On 2019-12-21 8:03 a.m., Tom Murphy wrote: > This patchset converts the intel iommu driver to the dma-iommu api. Just wanted to note that I've rebased your series on recent kernels and have done some testing on my old Sandybridge machine (without the DO NOT MERGE patch) and have found no

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Start timeslice on partial submission

2020-05-28 Thread Patchwork
== Series Details == Series: drm/i915/gt: Start timeslice on partial submission URL : https://patchwork.freedesktop.org/series/77761/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8549_full -> Patchwork_17808_full Summary -

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [01/11] drm/i915/gt: Start timeslice on partial submission

2020-05-28 Thread Patchwork
== Series Details == Series: series starting with [01/11] drm/i915/gt: Start timeslice on partial submission URL : https://patchwork.freedesktop.org/series/77762/ State : success == Summary == CI Bug Log - changes from CI_DRM_8549_full -> Patchwork_17809_full =

Re: [Intel-gfx] [PATCH v2 1/6] drm/i915: Add enable/disable flip done and flip done handler

2020-05-28 Thread Karthik B S
On 4/24/2020 11:14 PM, Paulo Zanoni wrote: Em seg, 2020-04-20 às 15:17 +0530, Karthik B S escreveu: Add enable/disable flip done functions and the flip done handler function which handles the flip done interrupt. Enable the flip done interrupt in IER. Enable flip done function is called befo

Re: [Intel-gfx] [PATCH v2 3/6] drm/i915: Enable async flips in i915

2020-05-28 Thread Karthik B S
On 4/20/2020 11:34 PM, Paulo Zanoni wrote: Em seg, 2020-04-20 às 15:17 +0530, Karthik B S escreveu: Enable asynchronous flips in i915 for gen9+ platforms. v2: -Async flip enablement should be a stand alone patch (Paulo) ... and at the very end of the series. If someone is bisecting the Ker

Re: [Intel-gfx] [PATCH v2 4/6] drm/i915: Make commit call blocking in case of async flips

2020-05-28 Thread Karthik B S
On 4/24/2020 11:16 PM, Paulo Zanoni wrote: Em seg, 2020-04-20 às 15:17 +0530, Karthik B S escreveu: Make the commit call blocking in case of async flips so that there is no delay in completing the flip. I'm trying to understand the code. Can you please elaborate more here in this commit mes

Re: [Intel-gfx] [PATCH v2 5/6] drm/i915: Add checks specific to async flips

2020-05-28 Thread Karthik B S
On 4/20/2020 11:28 PM, Paulo Zanoni wrote: Em seg, 2020-04-20 às 15:17 +0530, Karthik B S escreveu: Support added only for async flips on primary plane. If flip is requested on any other plane, reject it. Make sure there is no change in fbc, offset and framebuffer modifiers when async flip is

Re: [Intel-gfx] [PATCHES] uaccess i915

2020-05-28 Thread Jani Nikula
On Fri, 29 May 2020, Al Viro wrote: > Low-hanging fruit in i915 uaccess-related stuff. > There's some subtler stuff remaining after that; these > are the simple ones. Please Cc: intel-gfx@lists.freedesktop.org for i915 changes. Also added Chris who I believe will be able to best review the

Re: [Intel-gfx] [PATCH] drm/i915: Fix global state use-after-frees with a refcount

2020-05-28 Thread Ville Syrjälä
On Thu, May 28, 2020 at 10:58:52PM +0300, Lisovskiy, Stanislav wrote: > On Thu, May 28, 2020 at 10:38:52PM +0300, Lisovskiy, Stanislav wrote: > > On Wed, May 27, 2020 at 11:02:45PM +0300, Ville Syrjala wrote: > > > From: Ville Syrjälä > > > > > > While the current locking/serialization of the glo

Re: [Intel-gfx] [PATCH v3 0/5] Asynchronous flip implementation for i915

2020-05-28 Thread Karthik B S
On 5/28/2020 11:17 PM, Paulo Zanoni wrote: Em qui, 2020-05-28 às 11:09 +0530, Karthik B S escreveu: Without async flip support in the kernel, fullscreen apps where game resolution is equal to the screen resolution, must perform an extra blit per frame prior to flipping. Asynchronous page flip

Re: [Intel-gfx] [RFC 02/17] dma-fence: basic lockdep annotations

2020-05-28 Thread Daniel Vetter
On Thu, May 28, 2020 at 11:54 PM Luben Tuikov wrote: > > On 2020-05-12 4:59 a.m., Daniel Vetter wrote: > > Design is similar to the lockdep annotations for workers, but with > > some twists: > > > > - We use a read-lock for the execution/worker/completion side, so that > > this explicit annotati

Re: [Intel-gfx] [PATCH 1/4] drm/i915/display/hsw+: Do not program the same vswing entry twice

2020-05-28 Thread Ville Syrjälä
On Thu, May 28, 2020 at 01:03:53PM -0700, José Roberto de Souza wrote: > It will be programed right before the link training, so no need to do > it twice. > It will not strictly follow BSpec sequences but most of this sequences > are not matching anyways. > > Signed-off-by: José Roberto de Souza

<    1   2