[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Fix up and test RING_TIMESTAMP on gen4-6 (rev2)

2022-10-31 Thread Patchwork
== Series Details == Series: drm/i915: Fix up and test RING_TIMESTAMP on gen4-6 (rev2) URL : https://patchwork.freedesktop.org/series/110326/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. - +./arch/x86/inc

Re: [Intel-gfx] [PATCH 00/10] Connect VFIO to IOMMUFD

2022-10-31 Thread Jason Gunthorpe
On Mon, Oct 31, 2022 at 08:25:39PM +0800, Yi Liu wrote: > > There is something wrong with the test suite that it isn't covering > > the above, I'm going to look into that today. > > sounds to be the cause. I didn't see any significant change in vfio_main.c > that may fail gvt. So should the iommuf

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Fix up and test RING_TIMESTAMP on gen4-6 (rev2)

2022-10-31 Thread Patchwork
== Series Details == Series: drm/i915: Fix up and test RING_TIMESTAMP on gen4-6 (rev2) URL : https://patchwork.freedesktop.org/series/110326/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12325 -> Patchwork_110326v2 Summary

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915: Use intel_crtc_needs_modeset() more

2022-10-31 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Use intel_crtc_needs_modeset() more URL : https://patchwork.freedesktop.org/series/110341/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12325_full -> Patchwork_110341v1_full

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: Remove excessive line feeds in state dumps

2022-10-31 Thread Patchwork
== Series Details == Series: drm/i915/guc: Remove excessive line feeds in state dumps URL : https://patchwork.freedesktop.org/series/110343/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325 -> Patchwork_110343v1 Summary

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk

2022-10-31 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk URL : https://patchwork.freedesktop.org/series/110347/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325 -> Patchwork_110347v1

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/guc: Remove excessive line feeds in state dumps

2022-10-31 Thread Patchwork
== Series Details == Series: drm/i915/guc: Remove excessive line feeds in state dumps URL : https://patchwork.freedesktop.org/series/110343/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12325_full -> Patchwork_110343v1_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk

2022-10-31 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk URL : https://patchwork.freedesktop.org/series/110347/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12325_full -> Patchwork_110347v1_full ==

Re: [Intel-gfx] [PATCH 07/20] drm/i915/mtl: Add support for PM DEMAND

2022-10-31 Thread Sripada, Radhakrishna
> -Original Message- > From: Kahola, Mika > Sent: Friday, October 14, 2022 5:47 AM > To: intel-gfx@lists.freedesktop.org > Cc: Kahola, Mika ; Atwood, Matthew S > ; Roper, Matthew D > ; De Marchi, Lucas ; > Souza, Jose ; Sripada, Radhakrishna > > Subject: [PATCH 07/20] drm/i915/mtl: Add

[Intel-gfx] [PATCH 0/2] i915/mtl: Enable idle messaging for GSC CS

2022-10-31 Thread Badal Nilawar
This series includes code change to enable idle messaging for GSC CS. This series depends on: https://patchwork.freedesktop.org/patch/509102/ In order to compile this series included 1 patch from above series, authored by Daniele Ceraolo Spurio, to this series. Please do not review patch 1. On

[Intel-gfx] [PATCH 1/2] drm/i915/mtl: add initial definitions for GSC CS

2022-10-31 Thread Badal Nilawar
From: Daniele Ceraolo Spurio Starting on MTL, the GSC is no longer managed with direct MMIO access, but we instead have a dedicated command streamer for it. As a first step for adding support for this CS, add the required definitions. Note that, although it is now a CS, the GSC retains its old cl

[Intel-gfx] [PATCH 2/2] drm/i915/mtl: Enable Idle Messaging for GSC CS

2022-10-31 Thread Badal Nilawar
From: Vinay Belgaumkar By defaut idle mesaging is disabled for GSC CS so to unblock RC6 entry on media tile idle messaging need to be enabled. Bspec: 71496 Cc: Daniele Ceraolo Spurio Signed-off-by: Vinay Belgaumkar Signed-off-by: Badal Nilawar --- drivers/gpu/drm/i915/gt/intel_engine_pm.c |

[Intel-gfx] ✗ Fi.CI.DOCS: warning for i915/mtl: Enable idle messaging for GSC CS

2022-10-31 Thread Patchwork
== Series Details == Series: i915/mtl: Enable idle messaging for GSC CS URL : https://patchwork.freedesktop.org/series/110349/ State : warning == Summary == Error: make htmldocs had i915 warnings ./drivers/gpu/drm/i915/i915_perf_types.h:319: warning: Function parameter or member 'lock' not de

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for i915/mtl: Enable idle messaging for GSC CS

2022-10-31 Thread Patchwork
== Series Details == Series: i915/mtl: Enable idle messaging for GSC CS URL : https://patchwork.freedesktop.org/series/110349/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

Re: [Intel-gfx] [PATCH 00/10] Connect VFIO to IOMMUFD

2022-10-31 Thread Nicolin Chen
On Tue, Nov 01, 2022 at 11:04:38AM +0800, Yi Liu wrote: > On 2022/11/1 07:24, Jason Gunthorpe wrote: > > On Mon, Oct 31, 2022 at 08:25:39PM +0800, Yi Liu wrote: > > > > There is something wrong with the test suite that it isn't covering > > > > the above, I'm going to look into that today. > > > >

[Intel-gfx] ✓ Fi.CI.BAT: success for i915/mtl: Enable idle messaging for GSC CS

2022-10-31 Thread Patchwork
== Series Details == Series: i915/mtl: Enable idle messaging for GSC CS URL : https://patchwork.freedesktop.org/series/110349/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325 -> Patchwork_110349v1 Summary --- **S

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Introduce Wa_18017747507 (rev2)

2022-10-31 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Introduce Wa_18017747507 (rev2) URL : https://patchwork.freedesktop.org/series/110323/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325 -> Patchwork_110323v2 Summary ---

[Intel-gfx] ✓ Fi.CI.IGT: success for i915/mtl: Enable idle messaging for GSC CS

2022-10-31 Thread Patchwork
== Series Details == Series: i915/mtl: Enable idle messaging for GSC CS URL : https://patchwork.freedesktop.org/series/110349/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325_full -> Patchwork_110349v1_full Summary

<    1   2