Re: [PATCH] drm/i915/xehp: Correct steering initialization

2022-06-08 Thread Balasubramani Vivekanandan
On 07.06.2022 10:57, Matt Roper wrote: > Another mistake during the conversion to DSS bitmaps: after retrieving > the DSS ID intel_sseu_find_first_xehp_dss() we forgot to modulo it down > to obtain which ID within the current gslice it is. > > Fixes: b87d39019651 ("drm/i915/sseu: Disassociate int

[PATCH] drm/i915/xehp: Correct steering initialization

2022-06-07 Thread Matt Roper
Another mistake during the conversion to DSS bitmaps: after retrieving the DSS ID intel_sseu_find_first_xehp_dss() we forgot to modulo it down to obtain which ID within the current gslice it is. Fixes: b87d39019651 ("drm/i915/sseu: Disassociate internal subslice mask representation from uapi") C