Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Stuart Summers
On Thu, 2019-08-08 at 00:12 +0100, Chris Wilson wrote: > Quoting Stuart Summers (2019-08-08 00:00:17) > > On Wed, 2019-08-07 at 23:01 +0100, Chris Wilson wrote: > > > Quoting Stuart Summers (2019-08-07 22:48:55) > > > > On Wed, 2019-08-07 at 22:29 +0100, Chris Wilson wrote: > > > > > Quoting Stuart

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Chris Wilson
Quoting Stuart Summers (2019-08-08 00:00:17) > On Wed, 2019-08-07 at 23:01 +0100, Chris Wilson wrote: > > Quoting Stuart Summers (2019-08-07 22:48:55) > > > On Wed, 2019-08-07 at 22:29 +0100, Chris Wilson wrote: > > > > Quoting Stuart Summers (2019-08-07 21:55:55) > > > > > User applications might

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Stuart Summers
On Wed, 2019-08-07 at 23:01 +0100, Chris Wilson wrote: > Quoting Stuart Summers (2019-08-07 22:48:55) > > On Wed, 2019-08-07 at 22:29 +0100, Chris Wilson wrote: > > > Quoting Stuart Summers (2019-08-07 21:55:55) > > > > User applications might need to verify hardware configuration > > > > of the MO

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Chris Wilson
Quoting Stuart Summers (2019-08-07 22:48:55) > On Wed, 2019-08-07 at 22:29 +0100, Chris Wilson wrote: > > Quoting Stuart Summers (2019-08-07 21:55:55) > > > User applications might need to verify hardware configuration > > > of the MOCS entries. To facilitate this debug, add a new debugfs > > > ent

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Stuart Summers
On Wed, 2019-08-07 at 22:29 +0100, Chris Wilson wrote: > Quoting Stuart Summers (2019-08-07 21:55:55) > > User applications might need to verify hardware configuration > > of the MOCS entries. To facilitate this debug, add a new debugfs > > entry to allow a dump of the MOCS state to verify expected

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Kumar Valsan, Prathap
On Wed, Aug 07, 2019 at 01:55:55PM -0700, Stuart Summers wrote: > User applications might need to verify hardware configuration > of the MOCS entries. To facilitate this debug, add a new debugfs > entry to allow a dump of the MOCS state to verify expected values > are set by i915. > > Signed-off-b

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Chris Wilson
Quoting Stuart Summers (2019-08-07 21:55:55) > User applications might need to verify hardware configuration > of the MOCS entries. To facilitate this debug, add a new debugfs > entry to allow a dump of the MOCS state to verify expected values > are set by i915. User applications + debugfs? It's n

[Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

2019-08-07 Thread Stuart Summers
User applications might need to verify hardware configuration of the MOCS entries. To facilitate this debug, add a new debugfs entry to allow a dump of the MOCS state to verify expected values are set by i915. Signed-off-by: Stuart Summers --- drivers/gpu/drm/i915/gt/intel_mocs.c | 50 ++