Searched refs:gp100_fault_new (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fault.h | 37 int gp100_fault_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_fault **);
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | gp100.c | 85 gp100_fault_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_fault_new() function
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 2083 .fault = { 0x00000001, gp100_fault_new }, 2116 .fault = { 0x00000001, gp100_fault_new }, 2150 .fault = { 0x00000001, gp100_fault_new }, 2184 .fault = { 0x00000001, gp100_fault_new }, 2218 .fault = { 0x00000001, gp100_fault_new }, 2252 .fault = { 0x00000001, gp100_fault_new },
|