Re: [Intel-gfx] [PATCH 3/4] drm/i915: add gtt misalignment test

2022-01-18 Thread Ramalingam C
On 2022-01-11 at 18:02:37 +, Robert Beckett wrote: > add test to check handling of misaligned offsets and sizes Bob, This needs the rebase. I have rebased the other three patches of the series.. Meanwhile i will review the changes. Ram. > > Signed-off-by: Robert Beckett > --- > drivers/gp

[Intel-gfx] [PATCH 3/4] drm/i915: add gtt misalignment test

2022-01-11 Thread Robert Beckett
add test to check handling of misaligned offsets and sizes Signed-off-by: Robert Beckett --- drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 130 ++ 1 file changed, 130 insertions(+) diff --git a/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c b/drivers/gpu/drm/i915/selftests/i91