Re: [Intel-gfx] [PATCH v6 04/11] drm/i915: enumerate scratch fields

2019-07-01 Thread Chris Wilson
Quoting Lionel Landwerlin (2019-07-01 12:34:30) > We have a bunch of offsets in the scratch buffer. As we're about to > add some more, let's group all of the offsets in a common location. > > Signed-off-by: Lionel Landwerlin Reviewed-by: Chris Wilson -Chris __

[Intel-gfx] [PATCH v6 04/11] drm/i915: enumerate scratch fields

2019-07-01 Thread Lionel Landwerlin
We have a bunch of offsets in the scratch buffer. As we're about to add some more, let's group all of the offsets in a common location. Signed-off-by: Lionel Landwerlin --- drivers/gpu/drm/i915/gt/intel_gt.h | 6 +++-- drivers/gpu/drm/i915/gt/intel_gt_types.h | 15 +++ drivers