[Intel-gfx] [PATCH 11/11] drm/i915: Expand subslice mask

2019-08-23 Thread Stuart Summers
Currently, the subslice_mask runtime parameter is stored as an array of subslices per slice. Expand the subslice mask array to better match what is presented to userspace through the I915_QUERY_TOPOLOGY_INFO ioctl. The index into this array is then calculated: slice * subslice stride + subslice

[Intel-gfx] [PATCH 11/11] drm/i915: Expand subslice mask

2019-08-22 Thread Stuart Summers
Currently, the subslice_mask runtime parameter is stored as an array of subslices per slice. Expand the subslice mask array to better match what is presented to userspace through the I915_QUERY_TOPOLOGY_INFO ioctl. The index into this array is then calculated: slice * subslice stride + subslice

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Expand subslice mask

2019-08-22 Thread Summers, Stuart
On Wed, 2019-08-21 at 23:49 +0100, Chris Wilson wrote: > Quoting Stuart Summers (2019-08-21 00:05:44) > > Currently, the subslice_mask runtime parameter is stored as an > > array of subslices per slice. Expand the subslice mask array to > > better match what is presented to userspace through the >

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Expand subslice mask

2019-08-21 Thread Chris Wilson
Quoting Stuart Summers (2019-08-21 00:05:44) > Currently, the subslice_mask runtime parameter is stored as an > array of subslices per slice. Expand the subslice mask array to > better match what is presented to userspace through the > I915_QUERY_TOPOLOGY_INFO ioctl. The index into this array is >

[Intel-gfx] [PATCH 11/11] drm/i915: Expand subslice mask

2019-08-20 Thread Stuart Summers
Currently, the subslice_mask runtime parameter is stored as an array of subslices per slice. Expand the subslice mask array to better match what is presented to userspace through the I915_QUERY_TOPOLOGY_INFO ioctl. The index into this array is then calculated: slice * subslice stride + subslice