Re: [Intel-gfx] [PATCH] drm/i915/gt: move files more files into debugfs

2020-03-19 Thread Tvrtko Ursulin
On 18/03/2020 13:58, Andi Shyti wrote: From: Andi Shyti The following interfaces: i915_wedged i915_forcewake_user i915_gem_interrupt i915_gem_drop_caches are dependent on gt values. Put them inside gt/ and drop the "i915_" prefix name. This would be the new structure: gt | +--

Re: [Intel-gfx] [PATCH] drm/i915/gt: move files more files into debugfs

2020-03-18 Thread Chris Wilson
Quoting Andi Shyti (2020-03-18 14:13:13) > Hi Chris, > > On Wed, Mar 18, 2020 at 02:06:07PM +, Chris Wilson wrote: > > Quoting Andi Shyti (2020-03-18 13:58:37) > > > From: Andi Shyti > > > > > > The following interfaces: > > > > > > i915_wedged > > > i915_forcewake_user > > > > Ok. > > >

Re: [Intel-gfx] [PATCH] drm/i915/gt: move files more files into debugfs

2020-03-18 Thread Andi Shyti
Hi Chris, On Wed, Mar 18, 2020 at 02:06:07PM +, Chris Wilson wrote: > Quoting Andi Shyti (2020-03-18 13:58:37) > > From: Andi Shyti > > > > The following interfaces: > > > > i915_wedged > > i915_forcewake_user > > Ok. > > > i915_gem_interrupt > > More display really, not actually the

[Intel-gfx] [PATCH] drm/i915/gt: move files more files into debugfs

2020-03-18 Thread Andi Shyti
From: Andi Shyti The following interfaces: i915_wedged i915_forcewake_user i915_gem_interrupt i915_gem_drop_caches are dependent on gt values. Put them inside gt/ and drop the "i915_" prefix name. This would be the new structure: gt | +-- drop_caches | +-- forcewake_user | +--

Re: [Intel-gfx] [PATCH] drm/i915/gt: move files more files into debugfs

2020-03-18 Thread Chris Wilson
Quoting Andi Shyti (2020-03-18 13:58:37) > From: Andi Shyti > > The following interfaces: > > i915_wedged > i915_forcewake_user Ok. > i915_gem_interrupt More display really, not actually the primary info dump for GEM or GT. s/gem/ or just delete it, if we're not using, and display isn't,