RE: [PATCH v9 25/26] intel_idle/amx: Add SPR support with XTILEDATA capability
From: Brown, Len <hidden>
Date: 2021-08-03 21:43:20
Also in:
lkml
From: Brown, Len <hidden>
Date: 2021-08-03 21:43:20
Also in:
lkml
Also, should this have something like a fpregs_state_valid() check? If the registers are invalid, should this be calling tile_release()?
From a correctness point of view, it is valid to always call tile_release() here. From a performance point of view, tile_release() is very fast.