drm/i915/gt: Widen CSB pointer to u64 for the parsers
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 15 Sep 2020 13:49:20 +0000 (14:49 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 15 Sep 2020 14:33:53 +0000 (15:33 +0100)
commitf24a44e52fbc9881fc5f3bcef536831a15a439f3
tree7db988361f1e05ca71a3b6fd0cb5fda242721bcf
parent6cb304b31293844461437fe76dc308aaffe31dc8
drm/i915/gt: Widen CSB pointer to u64 for the parsers

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 <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200915134923.30088-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_engine_types.h
drivers/gpu/drm/i915/gt/intel_lrc.c