Searched refs:gp100_fault_new (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fault.h | 34 int gp100_fault_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_fault **);
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
D | gp100.c | 85 gp100_fault_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_fault_new() function
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2146 .fault = { 0x00000001, gp100_fault_new }, 2179 .fault = { 0x00000001, gp100_fault_new }, 2213 .fault = { 0x00000001, gp100_fault_new }, 2247 .fault = { 0x00000001, gp100_fault_new }, 2281 .fault = { 0x00000001, gp100_fault_new }, 2315 .fault = { 0x00000001, gp100_fault_new },
|