Home
last modified time | relevance | path

Searched defs:nouveau_svm_fault_buffer (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
Dnouveau_svm.c46 struct nouveau_svm_fault_buffer { struct
47 int id;
48 struct nvif_object object;
49 u32 entries;
50 u32 getaddr;
51 u32 putaddr;
52 u32 get;
53 u32 put;
54 struct nvif_event notify;
55 struct work_struct work;
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_svm.c44 struct nouveau_svm_fault_buffer { struct
45 int id;
46 struct nvif_object object;
47 u32 entries;
48 u32 getaddr;
49 u32 putaddr;
50 u32 get;
51 u32 put;
52 struct nvif_notify notify;
54 struct nouveau_svm_fault {
[all …]