dma_resvRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
5.8: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
5.11: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_ww_mutex_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
5.13: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_ww_mutex_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
5.15: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_ww_mutex_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
5.19: ✅struct dma_resv {
struct ww_mutex lock;
struct dma_resv_list *fences;
};
6.2: ✅struct dma_resv {
struct ww_mutex lock;
struct dma_resv_list *fences;
};
6.5: ✅struct dma_resv {
struct ww_mutex lock;
struct dma_resv_list *fences;
};
6.8: ✅struct dma_resv {
struct ww_mutex lock;
struct dma_resv_list *fences;
};
arm64: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
armhf: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
ppc64el: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
riscv64: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
aws: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
azure: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
gcp: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
lowlatency: ✅struct dma_resv {
struct ww_mutex lock;
seqcount_t seq;
struct dma_fence *fence_excl;
struct dma_resv_list *fence;
};
Regular
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️seqcount_t seq ➡️ seqcount_ww_mutex_t seq
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️struct dma_resv_list *fences
seqcount_ww_mutex_t seq
struct dma_fence *fence_excl
struct dma_resv_list *fence
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅