From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH] drm/i915: fix broadwell EU computation Date: Thu, 29 Aug 2019 17:02:07 -0400 Message-ID: <20190829210207.GM5281@sasha-vm> References: <20190828210209.10541-1-rodrigo.vivi@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org To: Lionel Landwerlin Cc: Rodrigo Vivi , stable@vger.kernel.org, intel-gfx@lists.freedesktop.org, dmitry.v.rogozhkin@intel.com, Chris Wilson , Tvrtko Ursulin , Joonas Lahtinen List-Id: intel-gfx@lists.freedesktop.org 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: 8cc7669355136f ("drm/i915: store all subslice masks") >>Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108712 >>Reviewed-by: Chris Wilson >>Reviewed-by: Tvrtko Ursulin >>Link: https://patchwork.freedesktop.org/patch/msgid/20181112123931.2815-1-lionel.g.landwerlin@intel.com >>(cherry picked from commit 63ac3328f0d1d37f286e397b14d9596ed09d7ca5) >>Signed-off-by: Joonas Lahtinen >>Cc: # 4.17 > > >Rodrigo pointed out I forgot the Cc: tag which is why this didn't make >it to stable. > >The same bug showed up on a CentOS kernel : >https://github.com/intel/compute-runtime/issues/200 I just queued the upstream patch for 4.19, thanks!