History log of /linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gp10b.c
Revision Date Author Comments
# 77689f1b 03-Dec-2020 Ben Skeggs <bskeggs@redhat.com>

drm/nouveau/fault: switch to instanced constructor

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>


# 0ac7facb 08-Dec-2019 Thierry Reding <treding@nvidia.com>

drm/nouveau/fault: Add support for GP10B

There is no BAR2 on GP10B and there is no need to map through BAR2
because all memory is shared between the GPU and the CPU. Add a custom
implementation of the fault sub-device that uses nvkm_memory_addr()
instead of nvkm_memory_bar2() to return the address of a pinned fault
buffer.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>