Re: [Intel-gfx] [PATCH 6/7] drm/i915/guc: Make GuC log sizes runtime configurable

2022-08-14 Thread Teres Alexis, Alan Previn
Looks good to me. Reviewed-by: Alan Previn On Wed, 2022-07-27 at 19:20 -0700, john.c.harri...@intel.com wrote: > From: John Harrison > > The GuC log buffer sizes had to be configured statically at compile > time. This can be quite troublesome when needing to get larger logs > out of a

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v4,1/2] drm/i915/selftests: Use correct selfest calls for live tests

2022-08-14 Thread Patchwork
== Series Details == Series: series starting with [v4,1/2] drm/i915/selftests: Use correct selfest calls for live tests URL : https://patchwork.freedesktop.org/series/107259/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11986 -> Patchwork_107259v1

Re: [Intel-gfx] [PATCH 3/7] drm/i915/guc: Add GuC <-> kernel time stamp translation information

2022-08-14 Thread Teres Alexis, Alan Previn
Sounds good - thanks. (ignore the "doing the opposite" comment). Reviewed-by: Alan Previn On Mon, 2022-08-08 at 11:43 -0700, Harrison, John C wrote: > On 8/4/2022 17:40, Teres Alexis, Alan Previn wrote: > > I have a question on below code. Everything else looked good. > > Will r-b as soon as we

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v4,1/2] drm/i915/selftests: Use correct selfest calls for live tests

2022-08-14 Thread Patchwork
== Series Details == Series: series starting with [v4,1/2] drm/i915/selftests: Use correct selfest calls for live tests URL : https://patchwork.freedesktop.org/series/107259/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be

[Intel-gfx] [Intel-gfx v4 2/2] drm/i915/guc: Add delay to disable scheduling after pin count goes to zero

2022-08-14 Thread Alan Previn
From: Matthew Brost Add a delay, configurable via debugs (default 34ms), to disable scheduling of a context after the pin count goes to zero. Disable scheduling is a somewhat costly operation so the idea is that a delay allows the user to resubmit something before doing this operation. This

[Intel-gfx] [Intel-gfx v4 1/2] drm/i915/selftests: Use correct selfest calls for live tests

2022-08-14 Thread Alan Previn
From: Matthew Brost This will help in an upcoming patch where the live selftest wrappers are extended to do more. Signed-off-by: Matthew Brost --- drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c | 2 +- drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c| 2 +-

[Intel-gfx] [PULL] gvt-fixes

2022-08-14 Thread Zhenyu Wang
Hi, Here's one gvt-fixes pull for 6.0-rc. Major one is Cometlake regression fix for mmio table rework, and others are left kernel doc fixes not pushed yet. Thanks -- The following changes since commit a7a47a5dfa9a9692a41764ee9ab4054f12924a42: drm/i915/reset: Add additional steps for

Re: [Intel-gfx] [PATCH] drm/i915/guc/slpc: Allow SLPC to use efficient frequency

2022-08-14 Thread Belgaumkar, Vinay
On 8/14/2022 4:46 PM, Vinay Belgaumkar wrote: Host Turbo operates at efficient frequency when GT is not idle unless the user or workload has forced it to a higher level. Replicate the same behavior in SLPC by allowing the algorithm to use efficient frequency. We had disabled it during boot due

[Intel-gfx] ✗ Fi.CI.BUILD: failure for Delay disabling scheduling on a context (rev3)

2022-08-14 Thread Patchwork
== Series Details == Series: Delay disabling scheduling on a context (rev3) URL : https://patchwork.freedesktop.org/series/96167/ State : failure == Summary == Error: make failed CALLscripts/checksyscalls.sh CALLscripts/atomic/check-atomics.sh DESCEND objtool CHK

[Intel-gfx] [Intel-gfx 2/2] drm/i915/guc: Add delay to disable scheduling after pin count goes to zero

2022-08-14 Thread Alan Previn
From: Matthew Brost Add a delay, configurable via debugs (default 34ms), to disable scheduling of a context after the pin count goes to zero. Disable scheduling is a somewhat costly operation so the idea is that a delay allows the user to resubmit something before doing this operation. This

[Intel-gfx] [Intel-gfx 0/2] Delay disabling scheduling on a context

2022-08-14 Thread Alan Previn
This is a revival of the same series posted by Matthew Brost back in October 2021 (https://patchwork.freedesktop.org/series/96167/). Additional real world measured metrics is included this time around that has proven the effectiveness of this series. This series adds a delay before disabling

[Intel-gfx] [Intel-gfx 1/2] drm/i915/selftests: Use correct selfest calls for live tests

2022-08-14 Thread Alan Previn
From: Matthew Brost This will help in an upcoming patch where the live selftest wrappers are extended to do more. Signed-off-by: Matthew Brost --- drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c | 2 +- drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c| 2 +-