dma_fence_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: ✅struct dma_fence_ops {
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
int (*fill_driver_data)(struct dma_fence *, void *, int);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
4.13: ✅struct dma_fence_ops {
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
int (*fill_driver_data)(struct dma_fence *, void *, int);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
4.15: ✅struct dma_fence_ops {
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
int (*fill_driver_data)(struct dma_fence *, void *, int);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
4.18: ✅struct dma_fence_ops {
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
int (*fill_driver_data)(struct dma_fence *, void *, int);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.0: ✅struct dma_fence_ops {
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.3: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.4: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.8: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.11: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.13: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.15: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
5.19: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
6.2: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
6.5: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
void (*set_deadline)(struct dma_fence *, ktime_t);
};
6.8: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
void (*set_deadline)(struct dma_fence *, ktime_t);
};
arm64: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
armhf: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
ppc64el: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
riscv64: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
aws: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
azure: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
gcp: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
lowlatency: ✅struct dma_fence_ops {
bool use_64bit_seqno;
const char * (*get_driver_name)(struct dma_fence *);
const char * (*get_timeline_name)(struct dma_fence *);
bool (*enable_signaling)(struct dma_fence *);
bool (*signaled)(struct dma_fence *);
long int (*wait)(struct dma_fence *, bool, long int);
void (*release)(struct dma_fence *);
void (*fence_value_str)(struct dma_fence *, char *, int);
void (*timeline_value_str)(struct dma_fence *, char *, int);
};
Regular
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️int (*fill_driver_data)(struct dma_fence *, void *, int)
5.0 and 5.3 ⚠️bool use_64bit_seqno
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️void (*set_deadline)(struct dma_fence *, ktime_t)
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 ✅