Re: [Intel-gfx] [PATCH] drm/i915/pmu: Fix sysfs exported counter config

2018-01-23 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-01-23 13:45:58) > From: Tvrtko Ursulin > > We need to generate the event config value using the uAPI class and not > the driver internal one. > > Signed-off-by: Tvrtko Ursulin > Fixes: 109ec558370f ("drm/i915/pmu:

[Intel-gfx] [PATCH] drm/i915/pmu: Fix sysfs exported counter config

2018-01-23 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We need to generate the event config value using the uAPI class and not the driver internal one. Signed-off-by: Tvrtko Ursulin Fixes: 109ec558370f ("drm/i915/pmu: Only enumerate available counters in sysfs") Cc: Tvrtko

Re: [Intel-gfx] [PATCH 03/16] drm/i915/skl+: add NV12 in skl_format_to_fourcc

2018-01-23 Thread Mika Kahola
On Mon, 2018-01-22 at 17:33 +0530, Vidya Srinivas wrote: > From: Mahesh Kumar > > Add support of recognizing DRM_FORMAT_NV12 from plane_format > register value. > Reviewed-by: Mika Kahola > Signed-off-by: Mahesh Kumar

Re: [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2] drm/i915: Increase render/media power gating hysteresis for gen9+ (rev3)

2018-01-23 Thread Chris Wilson
Quoting Patchwork (2018-01-22 21:26:48) > == Series Details == > > Series: series starting with [v2] drm/i915: Increase render/media power > gating hysteresis for gen9+ (rev3) > URL : https://patchwork.freedesktop.org/series/36842/ > State : success > > == Summary == > > Warning: bzip

Re: [Intel-gfx] [PATCH v2] drm/i915/edp: Do not do link training fallback or prune modes on EDP

2018-01-23 Thread Imre Deak
On Tue, Jan 23, 2018 at 11:48:22AM +0200, Jani Nikula wrote: > On Mon, 22 Jan 2018, Imre Deak wrote: > > On Fri, Jan 19, 2018 at 05:45:16PM +0200, Imre Deak wrote: > >> On Thu, Oct 12, 2017 at 12:13:38PM -0700, Manasi Navare wrote: > >> > In case of eDP because the panel has

Re: [Intel-gfx] [PATCH 1/4] drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutex

2018-01-23 Thread Sagar Arun Kamble
On 1/22/2018 8:57 PM, Sagar Arun Kamble wrote: On 1/22/2018 4:17 PM, Chris Wilson wrote: Quoting Sagar Arun Kamble (2018-01-22 10:38:10) On 1/22/2018 3:46 PM, Chris Wilson wrote: Quoting Sagar Arun Kamble (2018-01-22 08:26:01) +int intel_guc_log_relay_create(struct intel_guc *guc) +{ +  

Re: [Intel-gfx] [PATCH] drm/i915: Replace open-coded wait-for loop

2018-01-23 Thread Mika Kuoppala
Chris Wilson writes: > Now that we can pass arbitrary commands into the base __wait_for() > macro, we can reimplement the open-coded wait-for inside > i915_gem_idle_work_handler() using the macro. This means that instead of > using ktime, we now use jiffies, and benefit

Re: [Intel-gfx] [PATCH v2] drm/i915/edp: Do not do link training fallback or prune modes on EDP

2018-01-23 Thread Jani Nikula
On Mon, 22 Jan 2018, Imre Deak wrote: > On Fri, Jan 19, 2018 at 05:45:16PM +0200, Imre Deak wrote: >> On Thu, Oct 12, 2017 at 12:13:38PM -0700, Manasi Navare wrote: >> > In case of eDP because the panel has a fixed mode, the link rate >> > and lane count at which it is

Re: [Intel-gfx] [PATCH v2] drm/i915: Move LRC register offsets to a header file

2018-01-23 Thread Chris Wilson
Quoting Michel Thierry (2018-01-23 00:41:07) > On 1/22/2018 4:31 PM, Lucas De Marchi wrote: > > So for this file what I understand is that it should be: > > > > // SPDX-License-Identifier: MIT > > // Copyright (C) 2014-2018 Intel Corporation > > So be it. Oh no, we don't do C++

[Intel-gfx] [PATCH igt] igt/kms_frontbuffer_tracking: Show FBC status during the wait

2018-01-23 Thread Chris Wilson
Currently, we have a sporadic failure in the multidraw tests where it sometimes fails to start FBC in a timely fashion (and at other times works fine). Try to get a little more information as wait it is waiting for by showing the fbc status at each stage. Signed-off-by: Chris Wilson

<    1   2