Re: [Intel-gfx] [PATCH v4 3/4] drm/i915/gt: add selftest to exercise WABB

2023-10-24 Thread Andi Shyti
Hi Andrzej, On Mon, Oct 23, 2023 at 10:21:47PM +0200, Andrzej Hajda wrote: > Test re-uses logic form indirect ctx BB selftest. > > Co-developed-by: Nirmoy Das > Co-developed-by: Jonathan Cavitt Signed-off-by: Nirmoy Das Signed-off-by: Jonathan Cavitt > Signed-off-by: Andrzej Hajda Reviewe

Re: [Intel-gfx] [PATCH v4 3/4] drm/i915/gt: add selftest to exercise WABB

2023-10-24 Thread Nirmoy Das
Hi Andrzej, On 10/23/2023 10:21 PM, Andrzej Hajda wrote: Test re-uses logic form indirect ctx BB selftest. Co-developed-by: Nirmoy Das You can remove above and add my Reviewed-by: Nirmoy Das for this patch. Co-developed-by should be followed by a signed-off. Same for the previous patch.

[Intel-gfx] [PATCH v4 3/4] drm/i915/gt: add selftest to exercise WABB

2023-10-23 Thread Andrzej Hajda
Test re-uses logic form indirect ctx BB selftest. Co-developed-by: Nirmoy Das Co-developed-by: Jonathan Cavitt Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/i915/gt/selftest_lrc.c | 65 -- 1 file changed, 47 insertions(+), 18 deletions(-) diff --git a/driver