Re: [PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-07 Thread Tvrtko Ursulin
On 06/03/2025 10:37, Chris Wilson wrote: Quoting Tvrtko Ursulin (2025-03-04 16:43:45) On 04/03/2025 13:09, Mikolaj Wasiak wrote: This test exposes bug in tigerlake hardware which prevents it from succeeding. Since the tested feature is only available on bugged hardware and we won't support a

Re: [PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-06 Thread Chris Wilson
Quoting Krzysztof Karas (2025-03-06 16:07:02) > > - remove the selftest and completely forget about the HW issue, or > Can we do anything about that HW issue? :) The root cause was found. > > - hide the selftest and stop it running on known bad platforms? > This seems like it could be a solution

Re: [PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-06 Thread Krzysztof Karas
Hi, > Quoting Tvrtko Ursulin (2025-03-04 16:43:45) > > > > On 04/03/2025 13:09, Mikolaj Wasiak wrote: > > > This test exposes bug in tigerlake hardware which prevents it from > > > succeeding. Since the tested feature is only available on bugged hardware > > > and we won't support any new hardwar

Re: [PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-06 Thread Chris Wilson
Quoting Tvrtko Ursulin (2025-03-04 16:43:45) > > On 04/03/2025 13:09, Mikolaj Wasiak wrote: > > This test exposes bug in tigerlake hardware which prevents it from > > succeeding. Since the tested feature is only available on bugged hardware > > and we won't support any new hardware, this test is o

Re: [PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-05 Thread Sebastian Brzezinka
Hi Mikolaj On Tue Mar 4, 2025 at 1:09 PM UTC, Mikolaj Wasiak wrote: > This test exposes bug in tigerlake hardware which prevents it from > succeeding. Since the tested feature is only available on bugged hardware > and we won't support any new hardware, this test is obsolete and > should be remove

Re: [PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-04 Thread Tvrtko Ursulin
On 04/03/2025 13:09, Mikolaj Wasiak wrote: This test exposes bug in tigerlake hardware which prevents it from succeeding. Since the tested feature is only available on bugged hardware and we won't support any new hardware, this test is obsolete and should be removed. I randomly clicked on one

[PATCH] i915/gt/selftest_lrc: Remove timestamp test

2025-03-04 Thread Mikolaj Wasiak
This test exposes bug in tigerlake hardware which prevents it from succeeding. Since the tested feature is only available on bugged hardware and we won't support any new hardware, this test is obsolete and should be removed. Signed-off-by: Mikolaj Wasiak --- drivers/gpu/drm/i915/gt/selftest_lrc.