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
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
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
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