Re: [Intel-gfx] [PATCH 1/3] drm/i915/gt: Widen CSB pointer to u64 for the parsers

2020-08-14 Thread Chris Wilson
Quoting Mika Kuoppala (2020-08-14 19:29:03) > Chris Wilson writes: > > > A CSB entry is 64b, and it is simpler for us to treat it as an array of > > 64b entries than as an array of pairs of 32b entries. > > > > Signed-off-by: Chris Wilson > > Cc: Mika Kuoppala > > --- > > drivers/gpu/drm/i915/

Re: [Intel-gfx] [PATCH 1/3] drm/i915/gt: Widen CSB pointer to u64 for the parsers

2020-08-14 Thread Mika Kuoppala
Chris Wilson writes: > A CSB entry is 64b, and it is simpler for us to treat it as an array of > 64b entries than as an array of pairs of 32b entries. > > Signed-off-by: Chris Wilson > Cc: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/intel_engine_types.h | 2 +- > drivers/gpu/drm/i915/gt/int

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Widen CSB pointer to u64 for the parsers

2020-08-14 Thread Chris Wilson
A CSB entry is 64b, and it is simpler for us to treat it as an array of 64b entries than as an array of pairs of 32b entries. Signed-off-by: Chris Wilson Cc: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_engine_types.h | 2 +- drivers/gpu/drm/i915/gt/intel_lrc.c | 33 ++-