Re: [PATCH v4 03/28] drm/xe/pf: Convert control state to bitmap

From: Michal Wajdeczko

Date: Wed Nov 05 2025 - 13:51:36 EST




On 11/5/2025 4:10 PM, Michał Winiarski wrote:
> In upcoming changes, the number of states will increase as a result of
> introducing SAVE and RESTORE states.
> This means that using unsigned long as underlying storage won't work on
> 32-bit architectures, as we'll run out of bits.
> Use bitmap instead.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202510231918.XlOqymLC-lkp@xxxxxxxxx/
> Signed-off-by: Michał Winiarski <michal.winiarski@xxxxxxxxx>
> ---

Reviewed-by: Michal Wajdeczko <michal.wajdeczko@xxxxxxxxx>