Re: [Intel-gfx] [PATCH v7 1/2] drm/i915: remove broken i915_sseu_status interface

2020-04-08 Thread Lionel Landwerlin
On 08/04/2020 14:55, Andi Shyti wrote: Hi Tvrtko, I start by saying that this patch was mainly sent to kickstart a discussion about cleanups required in debugfs and how debugfs can be inconsistent and how much it looks to me that we are relying on its current state. The i915_sseu_status is

Re: [Intel-gfx] [PATCH v7 1/2] drm/i915: remove broken i915_sseu_status interface

2020-04-08 Thread Andi Shyti
Hi Tvrtko, I start by saying that this patch was mainly sent to kickstart a discussion about cleanups required in debugfs and how debugfs can be inconsistent and how much it looks to me that we are relying on its current state. > > The i915_sseu_status is broken and the tests on this interface >

Re: [Intel-gfx] [PATCH v7 1/2] drm/i915: remove broken i915_sseu_status interface

2020-04-08 Thread Tvrtko Ursulin
On 07/04/2020 22:45, Andi Shyti wrote: From: Andi Shyti The i915_sseu_status is broken and the tests on this interface are disabled. There is no reason to drag it along. Not saying we need it, but can you say how it is broken? Regards, Tvrtko Remove it! Signed-off-by: Andi Shyti ---

[Intel-gfx] [PATCH v7 1/2] drm/i915: remove broken i915_sseu_status interface

2020-04-07 Thread Andi Shyti
From: Andi Shyti The i915_sseu_status is broken and the tests on this interface are disabled. There is no reason to drag it along. Remove it! Signed-off-by: Andi Shyti --- drivers/gpu/drm/i915/i915_debugfs.c | 257 1 file changed, 257 deletions(-) diff --git