[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Hide unused clients

2021-01-30 Thread Chris Wilson
Keep new clients hidden until they utilise the GPU. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin --- tools/intel_gpu_top.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c index 60ff62d28..66a8effa6 100644 ---

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/dg1: Add GuC and HuC support

2021-01-30 Thread Patchwork
== Series Details == Series: drm/i915/dg1: Add GuC and HuC support URL : https://patchwork.freedesktop.org/series/86482/ State : failure == Summary == CI Bug Log - changes from CI_DRM_9706 -> Patchwork_19550 Summary --- **FAILURE**

[Intel-gfx] [PATCH] drm/i915/dg1: Add GuC and HuC support

2021-01-30 Thread Anusha Srivatsa
Add support to load GuC and HuC firmware for Dg1. Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c index 67b06fde1225..31e24c3a947e

[Intel-gfx] DG1 Guc HuC and ADL-S DMC

2021-01-30 Thread Srivatsa, Anusha
Adding Pull Request for CI to grab these new updates: The following changes since commit 05789708b79b38eb0f1a20d8449b4eb56d39b39f: brcm: Link RPi4's WiFi firmware with DMI machine name. (2021-01-19 07:42:43 -0500) are available in the Git repository at:

Re: [Intel-gfx] [PATCH 10/29] drm/i915: Avoid comma separated statements

2021-01-30 Thread Joe Perches
On Mon, 2020-08-24 at 21:56 -0700, Joe Perches wrote: > Use semicolons and braces. Ping? > Signed-off-by: Joe Perches > --- >  drivers/gpu/drm/i915/gt/gen8_ppgtt.c | 8 +--- >  drivers/gpu/drm/i915/gt/intel_gt_requests.c| 6 -- >  

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch

2021-01-30 Thread Patchwork
== Series Details == Series: series starting with [CI,1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch URL : https://patchwork.freedesktop.org/series/86481/ State : success == Summary == CI Bug Log - changes from CI_DRM_9705_full -> Patchwork_19548_full

[Intel-gfx] ✗ Fi.CI.BAT: failure for Final set of patches for ADLS enabling (rev4)

2021-01-30 Thread Patchwork
== Series Details == Series: Final set of patches for ADLS enabling (rev4) URL : https://patchwork.freedesktop.org/series/86322/ State : failure == Summary == CI Bug Log - changes from CI_DRM_9705 -> Patchwork_19549 Summary ---

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Final set of patches for ADLS enabling (rev4)

2021-01-30 Thread Patchwork
== Series Details == Series: Final set of patches for ADLS enabling (rev4) URL : https://patchwork.freedesktop.org/series/86322/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. -

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Final set of patches for ADLS enabling (rev4)

2021-01-30 Thread Patchwork
== Series Details == Series: Final set of patches for ADLS enabling (rev4) URL : https://patchwork.freedesktop.org/series/86322/ State : warning == Summary == $ dim checkpatch origin/drm-tip 8430b7bd8825 drm/i915/adl_s: Update PHY_MISC programming ed08b452aff6 drm/i915/adl_s: Add power wells

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch

2021-01-30 Thread Patchwork
== Series Details == Series: series starting with [CI,1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch URL : https://patchwork.freedesktop.org/series/86481/ State : success == Summary == CI Bug Log - changes from CI_DRM_9705 -> Patchwork_19548

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch

2021-01-30 Thread Patchwork
== Series Details == Series: series starting with [CI,1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch URL : https://patchwork.freedesktop.org/series/86481/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit

[Intel-gfx] [CI 1/2] drm/i915/gt: Reduce GT runtime stats from seqlock to a latch

2021-01-30 Thread Chris Wilson
Since we can compute the elapsed time to add to the total, during the PMU sample we only need to have a consistent view of the (start, total, active) tuple to be able to locally determine the runtime. That can be arrange by a pair of memory bariiers and carefully sequencing of the writes and

[Intel-gfx] [CI 2/2] drm/i915/gt: Reduce engine runtime stats from seqlock to a latch

2021-01-30 Thread Chris Wilson
Since we can compute the elapsed time to add to the total, during the PMU sample we only need to have a consistent view of the (start, total, active) tuple to be able to locally determine the runtime. That can be arrange by a pair of memory bariiers and carefully sequencing of the writes and

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Remove unreachable code

2021-01-30 Thread Patchwork
== Series Details == Series: drm/i915: Remove unreachable code URL : https://patchwork.freedesktop.org/series/86479/ State : failure == Summary == Applying: drm/i915: Remove unreachable code Using index info to reconstruct a base tree... M drivers/gpu/drm/i915/gt/intel_workarounds.c M

[Intel-gfx] [PATCH] drm/i915: Remove unreachable code

2021-01-30 Thread Vinicius Tinti
By enabling -Wunreachable-code-aggressive on Clang the following code paths are unreachable. Commit ce22c320b8ca ("drm/i915/sdvo: convert to encoder disable/enable") Commit 19f1f627b333 ("drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds") Commit 0a97015d45ee ("drm/i915:

Re: [Intel-gfx] [PATCH] drm/i915: Remove unreachable code

2021-01-30 Thread Vinicius Tinti
On Fri, Jan 29, 2021 at 08:55:54PM +, Chris Wilson wrote: > Quoting Vinicius Tinti (2021-01-29 18:15:19) > > By enabling -Wunreachable-code-aggressive on Clang the following code > > paths are unreachable. > > That code exists as commentary and, especially for sdvo, library > functions that

Re: [Intel-gfx] [PATCH] drm/i915: Remove unreachable code

2021-01-30 Thread Chris Wilson
Quoting Vinicius Tinti (2021-01-30 12:34:11) > On Fri, Jan 29, 2021 at 08:55:54PM +, Chris Wilson wrote: > > Quoting Vinicius Tinti (2021-01-29 18:15:19) > > > By enabling -Wunreachable-code-aggressive on Clang the following code > > > paths are unreachable. > > > > That code exists as

Re: [Intel-gfx] [PATCH] drm/i915/gt: Only trust sseu subslice fuse if it is set

2021-01-30 Thread Lionel Landwerlin
On 29/01/2021 14:46, Chris Wilson wrote: Since userspace cannot run without any subslices, it seems remarkable that any system would be configured with all fused off. Ignore the fuse register if it says 0. References: https://gitlab.freedesktop.org/drm/intel/-/issues/3022 Signed-off-by: Chris