Re: [Intel-gfx] [PATCH 1/5] drm/i915: Make define for lrc state offset

2020-04-22 Thread Chris Wilson
Quoting Mika Kuoppala (2020-04-21 14:16:29) > More often than not, we need a byte offset into lrc > register state from the start of the hw state. Make it so. > > Signed-off-by: Mika Kuoppala Reviewed-by: Chris Wilson -Chris ___ Intel-gfx mailing list

[Intel-gfx] [PATCH 1/5] drm/i915: Make define for lrc state offset

2020-04-21 Thread Mika Kuoppala
More often than not, we need a byte offset into lrc register state from the start of the hw state. Make it so. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_context_sseu.c | 3 +-- drivers/gpu/drm/i915/gt/intel_lrc.c | 8 drivers/gpu/drm/i915/gt/intel_lrc.h