Re: [Intel-gfx] [PATCH] drm/i915/selftests: Ensure we don't clamp a random offset to 32b

2019-07-10 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Mika Kuoppala (2019-07-10 16:34:23) >> Chris Wilson writes: >> >> > Specify that we do want a 64b value for sizeof(u32) as we want to >> > compute the mask of the upper 62bits. >> > >> > Signed-off-by: Chris Wilson >> > Cc: Mika Kuoppala >> > --- >> > drivers/g

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Ensure we don't clamp a random offset to 32b

2019-07-10 Thread Chris Wilson
Quoting Mika Kuoppala (2019-07-10 16:34:23) > Chris Wilson writes: > > > Specify that we do want a 64b value for sizeof(u32) as we want to > > compute the mask of the upper 62bits. > > > > Signed-off-by: Chris Wilson > > Cc: Mika Kuoppala > > --- > > drivers/gpu/drm/i915/gem/selftests/i915_gem

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Ensure we don't clamp a random offset to 32b

2019-07-10 Thread Mika Kuoppala
Chris Wilson writes: > Specify that we do want a 64b value for sizeof(u32) as we want to > compute the mask of the upper 62bits. > > Signed-off-by: Chris Wilson > Cc: Mika Kuoppala > --- > drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[Intel-gfx] [PATCH] drm/i915/selftests: Ensure we don't clamp a random offset to 32b

2019-07-10 Thread Chris Wilson
Specify that we do want a 64b value for sizeof(u32) as we want to compute the mask of the upper 62bits. Signed-off-by: Chris Wilson Cc: Mika Kuoppala --- drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i91