mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 06:22:40 -04:00
drm/nouveau/fault/tu102: switch to explicit intr handlers
- reads vectors from HW, rather than being hardcoded - removes hacks to support routing via old interfaces Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
@@ -16,6 +16,8 @@ struct nvkm_fault_buffer {
|
||||
u32 put;
|
||||
struct nvkm_memory *mem;
|
||||
u64 addr;
|
||||
|
||||
struct nvkm_inth inth;
|
||||
};
|
||||
|
||||
int nvkm_fault_new_(const struct nvkm_fault_func *, struct nvkm_device *, enum nvkm_subdev_type,
|
||||
|
||||
Reference in New Issue
Block a user