On Fri, Feb 13, 2026 at 10:39:42AM +0000, Shameer Kolothum wrote:
> typedef struct SMMUv3AccelState {
> IOMMUFDViommu *viommu;
> IOMMUFDVeventq *veventq;
> + uint32_t last_event_seq;
> + bool event_start;I see tegra241-cmdqv having these two as well. It seems they are required by all veventq users. So, let's move these two into the common IOMMUFDVeventq? Otherwise, Reviewed-by: Nicolin Chen <[email protected]>
