Re: [Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2019-08-29 Thread Sasha Levin
On Thu, Aug 29, 2019 at 12:22:27AM +0300, Lionel Landwerlin wrote: On 29/08/2019 00:02, Rodrigo Vivi wrote: From: Lionel Landwerlin commit 6a67a20366f894c172734f28c5646bdbe48a46e3 upstream. subslice_mask is an array indexed by slice, not subslice. Signed-off-by: Lionel Landwerlin Fixes:

Re: [Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2019-08-28 Thread Lionel Landwerlin
On 29/08/2019 00:02, Rodrigo Vivi wrote: From: Lionel Landwerlin commit 6a67a20366f894c172734f28c5646bdbe48a46e3 upstream. subslice_mask is an array indexed by slice, not subslice. Signed-off-by: Lionel Landwerlin Fixes: 8cc7669355136f ("drm/i915: store all subslice masks") Bugzilla:

[Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2019-08-28 Thread Rodrigo Vivi
From: Lionel Landwerlin commit 6a67a20366f894c172734f28c5646bdbe48a46e3 upstream. subslice_mask is an array indexed by slice, not subslice. Signed-off-by: Lionel Landwerlin Fixes: 8cc7669355136f ("drm/i915: store all subslice masks") Bugzilla:

Re: [Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2018-11-12 Thread Lionel Landwerlin
On 12/11/2018 15:57, Tvrtko Ursulin wrote: On 12/11/2018 12:39, Lionel Landwerlin wrote: subslice_mask is an array indexed by slice, not subslice. Signed-off-by: Lionel Landwerlin Fixes: 8cc7669355136f ("drm/i915: store all subslice masks") Bugzilla:

Re: [Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2018-11-12 Thread Tvrtko Ursulin
On 12/11/2018 12:39, Lionel Landwerlin wrote: subslice_mask is an array indexed by slice, not subslice. Signed-off-by: Lionel Landwerlin Fixes: 8cc7669355136f ("drm/i915: store all subslice masks") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108712 ---

Re: [Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2018-11-12 Thread Chris Wilson
Quoting Lionel Landwerlin (2018-11-12 12:39:31) > subslice_mask is an array indexed by slice, not subslice. > > Signed-off-by: Lionel Landwerlin > Fixes: 8cc7669355136f ("drm/i915: store all subslice masks") > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108712 > --- >

[Intel-gfx] [PATCH] drm/i915: fix broadwell EU computation

2018-11-12 Thread Lionel Landwerlin
subslice_mask is an array indexed by slice, not subslice. Signed-off-by: Lionel Landwerlin Fixes: 8cc7669355136f ("drm/i915: store all subslice masks") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108712 --- drivers/gpu/drm/i915/intel_device_info.c | 2 +- 1 file changed, 1