Re: [Intel-gfx] [PATCH] drm/i915: fix subslice mask array size

2018-11-09 Thread Daniele Ceraolo Spurio
On 06/11/2018 10:33, Lionel Landwerlin wrote: On 06/11/2018 18:29, Daniele Ceraolo Spurio wrote: We have a subslice mask per slice, not per subslice. MAX_SUBSLICES > MAX_SLICES, so the wrong size didn't cause any issue apart from using extra memory. Cc: Lionel Landwerlin Signed-off-by:

Re: [Intel-gfx] [PATCH] drm/i915: fix subslice mask array size

2018-11-06 Thread Lionel Landwerlin
On 06/11/2018 18:29, Daniele Ceraolo Spurio wrote: We have a subslice mask per slice, not per subslice. MAX_SUBSLICES > MAX_SLICES, so the wrong size didn't cause any issue apart from using extra memory. Cc: Lionel Landwerlin Signed-off-by: Daniele Ceraolo Spurio Indeed! Reviewed-by: Lionel

[Intel-gfx] [PATCH] drm/i915: fix subslice mask array size

2018-11-06 Thread Daniele Ceraolo Spurio
We have a subslice mask per slice, not per subslice. MAX_SUBSLICES > MAX_SLICES, so the wrong size didn't cause any issue apart from using extra memory. Cc: Lionel Landwerlin Signed-off-by: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/intel_device_info.h | 2 +- 1 file changed, 1