[Intel-gfx] [PATCH 2/2] drm/i915/selftests: Pretty print engine state when requests fail to start

2017-10-06 Thread Chris Wilson
During hangcheck testing, we try to execute requests following the GPU reset, and in particular want to try and debug when those fail. Signed-off-by: Chris Wilson Cc: Mika Kuoppala --- drivers/gpu/drm/i915/selftests/intel_hangcheck.c | 10

Re: [Intel-gfx] [PATCH 1/2] drm/i915: avoid unnecessary call to intel_hpd_pin_to_port

2017-10-06 Thread Paulo Zanoni
Em Qui, 2017-10-05 às 14:49 -0700, Rodrigo Vivi escreveu: > On Thu, Oct 05, 2017 at 09:38:41PM +, Paulo Zanoni wrote: > > Don't call it when we can do like the other functions and just look > > at > > port->port. Also rename the intel_digital_port variable to make it > > look like the other

Re: [Intel-gfx] [PATCH v2 11/11] drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup

2017-10-06 Thread Chris Wilson
Quoting Sagar Arun Kamble (2017-10-06 13:13:40) > Defined new struct intel_rc6 to hold RC6 specific state and > intel_ring_pstate to hold ring specific state. > > v2: s/intel_ring_pstate/intel_llc_pstate and rebase. (Chris) > > Signed-off-by: Sagar Arun Kamble > Cc:

Re: [Intel-gfx] [PATCH] drm/i915: Fix pointer-to-int conversion

2017-10-06 Thread Chris Wilson
Quoting Michal Wajdeczko (2017-10-06 13:36:56) > Commit faf654864b25 ("drm/i915: Unify uC variable types to avoid > flooding checkpatch.pl") breaks 32-bit kernel builds. Lets use > chained cast to make compiler happy. > > Signed-off-by: Michal Wajdeczko > Cc: Joonas

[Intel-gfx] [PATCH v2] drm/i915: Fix pointer-to-int conversion

2017-10-06 Thread Michal Wajdeczko
Commit faf654864b25 ("drm/i915: Unify uC variable types to avoid flooding checkpatch.pl") breaks 32-bit kernel builds. Lets use cast helper to make compiler happy. v2: introduce ptr_to_u64 (Chris) Signed-off-by: Michal Wajdeczko Cc: Joonas Lahtinen

Re: [Intel-gfx] ✗ Fi.CI.BAT: warning for drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice (rev2)

2017-10-06 Thread Rodrigo Vivi
On Fri, Oct 06, 2017 at 11:06:34AM +, Patchwork wrote: > == Series Details == > > Series: drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice (rev2) > URL : https://patchwork.freedesktop.org/series/31457/ > State : warning > > == Summary == > > Series 31457v2 drm/i915/cnl:

<    1   2   3