[Intel-gfx] [PATCH 2/2] drm/i915: Implement WaProgramMgsrForL3BankSpecificMmioReads

Chris Wilson chris at chris-wilson.co.uk
Mon Mar 19 22:09:47 UTC 2018


Quoting Yunwei Zhang (2018-03-19 21:50:08)
> +       /* If more than one slice are enabled, L3Banks should be all enabled */
> +       if (hweight8(sseu->slice_mask) == 1) {

if (is_power_of_two(sseu->slice_mask))
-Chris


More information about the Intel-gfx mailing list