dma_domain
Regular
4.4
: Absent ⚠️
4.8
: ✅struct dma_domain {
struct list_head node;
struct dma_map_ops *dma_ops;
int domain_nr;
};
4.10
: ✅struct dma_domain {
struct list_head node;
struct dma_map_ops *dma_ops;
int domain_nr;
};
4.13
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
4.15
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
4.18
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
5.0
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
5.3
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
5.4
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
azure
: Absent ⚠️
gcp
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
lowlatency
: ✅struct dma_domain {
struct list_head node;
const struct dma_map_ops *dma_ops;
int domain_nr;
};
Regular
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct dma_map_ops *dma_ops
➡️ const struct dma_map_ops *dma_ops
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
generic
and aws
✅
generic
and gcp
✅
generic
and lowlatency
✅