Re: [PATCH v2 1/3] drm/i915/selftests: use prandom in selftest

2025-02-13 Thread Andi Shyti
Hi Markus, On Tue, Feb 11, 2025 at 07:33:30AM +0100, Markus Theil wrote: > This is part of a prandom cleanup, which removes > next_pseudo_random32 and replaces it with the standard PRNG. > > Signed-off-by: Markus Theil I merged just this patch in drm-intel-gt-next. Thanks, Andi

[PATCH v2 1/3] drm/i915/selftests: use prandom in selftest

2025-02-12 Thread Markus Theil
This is part of a prandom cleanup, which removes next_pseudo_random32 and replaces it with the standard PRNG. Signed-off-by: Markus Theil --- drivers/gpu/drm/i915/selftests/i915_gem.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/selftests/i915_g