OpenCloudOS-Kernel/drivers/gpu/drm/nouveau/nvif
Ben Skeggs 8ef23b6f6a drm/nouveau/disp/ga10[24]: initial support
UEFI/RM no longer use IED scripts from the VBIOS, though they appear to
have been updated for use by the x86 VBIOS code, so we should be able to
continue using them for the moment.

Unfortunately, we require some hacks to do so, as the BeforeLinkTraining
IED script became a pointer to an array of scripts instead, without a
revbump of the relevant tables.

There's also some changes to SOR clock divider fiddling, which are
hopefully correct enough that things work as they should.

AFAIK, GA100 shouldn't have display, so it hasn't been added.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2021-01-15 10:25:24 +10:00
..
Kbuild drm/nouveau/nvif: protect waits against GPU falling off the bus 2020-04-07 14:37:50 +10:00
client.c drm/nouveau/nvif: give every object a human-readable identifier 2020-07-24 18:50:50 +10:00
device.c drm/nouveau/nvif: give every usermode object a human-readable identifier 2020-07-24 18:50:51 +10:00
disp.c drm/nouveau/disp/ga10[24]: initial support 2021-01-15 10:25:24 +10:00
driver.c drm/nouveau/nvif: rename client ctor/dtor 2020-07-24 18:50:50 +10:00
fifo.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
mem.c drm/nouveau/nvif: give every mem object a human-readable identifier 2020-07-24 18:50:51 +10:00
mmu.c drm/nouveau/nvif: give every mmu object a human-readable identifier 2020-07-24 18:50:50 +10:00
notify.c drm/nouveau/nvif: give every notify object a human-readable name 2020-07-24 18:50:51 +10:00
object.c drm/nouveau/nvif: add support for object-level debug output 2020-07-24 18:50:51 +10:00
timer.c drm/nouveau/nvif: protect waits against GPU falling off the bus 2020-04-07 14:37:50 +10:00
user.c drm/nouveau/nvif: give every usermode object a human-readable identifier 2020-07-24 18:50:51 +10:00
userc361.c drm/nouveau/nvif: access PTIMER through usermode class, if available 2020-04-07 14:37:50 +10:00
vmm.c drm/nouveau/nvif: give every vmm object a human-readable identifier 2020-07-24 18:50:51 +10:00