Re: [Intel-gfx] [PATCH] drm/i915/dg2: Correct DSS check for Wa_1308578152

2022-06-07 Thread Balasubramani Vivekanandan
On 07.06.2022 08:47, Matt Roper wrote: > When converting our DSS masks to bitmaps, we fumbled the condition used > to check whether any DSS are present in the first gslice. Since > intel_sseu_find_first_xehp_dss() returns a 0-based number, we need a >= > condition rather than >. > > Fixes: b87d39

[Intel-gfx] [PATCH] drm/i915/dg2: Correct DSS check for Wa_1308578152

2022-06-07 Thread Matt Roper
When converting our DSS masks to bitmaps, we fumbled the condition used to check whether any DSS are present in the first gslice. Since intel_sseu_find_first_xehp_dss() returns a 0-based number, we need a >= condition rather than >. Fixes: b87d39019651 ("drm/i915/sseu: Disassociate internal subsl