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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to