[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] igt/gem_busy: Remove repeated use of igt_spin_batch_new

2017-12-27 Thread Patchwork
== Series Details == Series: series starting with [1/2] igt/gem_busy: Remove repeated use of igt_spin_batch_new URL : https://patchwork.freedesktop.org/series/35760/ State : success == Summary == IGT patchset tested on top of latest successful build 6d27acafa3a2d80b6330e2380a3548bc98dcc3e5 ig

Re: [Intel-gfx] [PATCH igt] lib: Convert sw_sync to use sync_file uapi imported from the kernel

2017-12-27 Thread Arkadiusz Hiler
On Tue, Dec 19, 2017 at 03:00:03PM +, Chris Wilson wrote: > Similar to how we are now importing the drm uapi directly into igt, we > also would like to have a copy of auxiliary uAPI such as sync_file. > > Signed-off-by: Chris Wilson Reviewed-by: Arkadiusz Hiler and pushed __

Re: [Intel-gfx] [PATCH 5/8] drm/i915: Add CCS capability for sprites

2017-12-27 Thread Mika Kahola
On Fri, 2017-12-22 at 21:22 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Allow sprites to scan out compressed framebuffers. > > Since different platforms have a different set of planes that > support CCS let's add a small helper to determine whether a > specific plane supports CCS or no

Re: [Intel-gfx] [PATCH 8/8] drm/i915: Remove the pipe/plane ID checks from skl_check_ccs_aux_surface()

2017-12-27 Thread Mika Kahola
On Fri, 2017-12-22 at 21:22 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The core now checks that the plane supports the fb's format+modifier > combination, so we can drop the related checks from > skl_check_ccs_aux_surface(). These checks were specific to > SKL/KBL/BXT anyway. > > Cc:

Re: [Intel-gfx] [RFC] drm/i915: Add a new modparam for customized ring multiplier

2017-12-27 Thread Rogozhkin, Dmitry V
>> I definitely asked what will be if GT request will be bigger than IA >> request. But that was a year ago and I don't remember the answer. Let me ask >> again. I will mail back in few days. Hi Chris, here is the response. Question was: "Whether we can meet with the RING transition penalty (at

[Intel-gfx] [v2 PATCH 2/2] drm/i915/guc : GEM_BUG_ON on invoking GuC reset function

2017-12-27 Thread Sujaritha Sundaresan
Instead of returning -EINVAL, GEM_BUG_ON when GuC reset is invoked for platforms not supporting as we don't expect to invoke it. v2: re-wording commit message and subject (Sagar) Signed-off-by: Sujaritha Sundaresan Cc: Chris Wilson Cc: Michal Wajdeczko Cc: Sagar Arun Kamble --- drivers/gpu/d

Re: [Intel-gfx] [PATCH] drm/i915/glk: Disable Guc and HuC on GLK

2017-12-27 Thread Michal Wajdeczko
On Sat, 23 Dec 2017 01:05:14 +0100, Anusha Srivatsa wrote: Since the firmwares are released yet to public repo, ^^^ s/released/not released disable them on Geminilake. v2: Remove the firmware versions (Michal) Cc: Michal Wajdeczko Cc: Rodrigo Vivi Signed-off-by:

[Intel-gfx] [PATCH 1/2] drm/i915/guc : Decoupling ADS and logs from submission

2017-12-27 Thread Sujaritha Sundaresan
The Additional Data Struct (ADS) contains objects that are required by GuC post FW load and are not necessarily submission-only. Even with submission disabled we may require something inside the ADS, so it makes more sense for them to be always created. Similarly, we still want to access GuC logs

[Intel-gfx] [v2 PATCH 2/2] drm/i915/guc : GEM_BUG_ON on invoking GuC reset function

2017-12-27 Thread Sujaritha Sundaresan
Instead of returning -EINVAL, GEM_BUG_ON when GuC reset is invoked for platforms not supporting as we don't expect to invoke it. v2: re-wording commit message and subject (Sagar) Signed-off-by: Sujaritha Sundaresan Cc: Chris Wilson Cc: Michal Wajdeczko Cc: Sagar Arun Kamble --- drivers/gpu/d

[Intel-gfx] ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915/guc : Decoupling ADS and logs from submission

2017-12-27 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/guc : Decoupling ADS and logs from submission URL : https://patchwork.freedesktop.org/series/35811/ State : warning == Summary == Series 35811v1 series starting with [1/2] drm/i915/guc : Decoupling ADS and logs from submission