Re: [Intel-gfx] [PATCH 05/20] drm/i915: Save all GT WAs and apply them at a later time

2017-11-02 Thread Chris Wilson
Quoting Joonas Lahtinen (2017-10-31 14:14:52) > On Mon, 2017-10-30 at 13:17 -0700, Oscar Mateo wrote: > > By doing this, we can dump these workarounds in debugfs for validation > > (which, > > at the moment, we are only able to do for the contexts WAs). > > > > v2: > > - Wrong macro used for MM

Re: [Intel-gfx] [PATCH 05/20] drm/i915: Save all GT WAs and apply them at a later time

2017-11-01 Thread David Weinehall
On Tue, Oct 31, 2017 at 09:30:27AM -0700, Oscar Mateo wrote: > > > On 10/31/2017 07:14 AM, Joonas Lahtinen wrote: > > On Mon, 2017-10-30 at 13:17 -0700, Oscar Mateo wrote: > > > By doing this, we can dump these workarounds in debugfs for validation > > > (which, > > > at the moment, we are only

Re: [Intel-gfx] [PATCH 05/20] drm/i915: Save all GT WAs and apply them at a later time

2017-10-31 Thread Oscar Mateo
On 10/31/2017 07:14 AM, Joonas Lahtinen wrote: On Mon, 2017-10-30 at 13:17 -0700, Oscar Mateo wrote: By doing this, we can dump these workarounds in debugfs for validation (which, at the moment, we are only able to do for the contexts WAs). v2: - Wrong macro used for MMIO set bit masked

Re: [Intel-gfx] [PATCH 05/20] drm/i915: Save all GT WAs and apply them at a later time

2017-10-31 Thread Joonas Lahtinen
On Mon, 2017-10-30 at 13:17 -0700, Oscar Mateo wrote: > By doing this, we can dump these workarounds in debugfs for validation (which, > at the moment, we are only able to do for the contexts WAs). > > v2: > - Wrong macro used for MMIO set bit masked > - Improved naming > - Rebased > > v3:

[Intel-gfx] [PATCH 05/20] drm/i915: Save all GT WAs and apply them at a later time

2017-10-30 Thread Oscar Mateo
By doing this, we can dump these workarounds in debugfs for validation (which, at the moment, we are only able to do for the contexts WAs). v2: - Wrong macro used for MMIO set bit masked - Improved naming - Rebased v3: - GT instead of MMIO (Chris, Mika) - Leave L3_PRIO_CREDITS_MASK for