2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 13:13:57 +08:00

drm/nouveau/timer/ga10[024]: initial support

Appears to be compatible with GK20A code.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2021-01-13 17:12:52 +10:00
parent 41ba806f40
commit 6f300e0a0b

View File

@ -2662,6 +2662,7 @@ nv170_chipset = {
.imem = nv50_instmem_new,
.mc = ga100_mc_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
};
static const struct nvkm_device_chip
@ -2674,6 +2675,7 @@ nv172_chipset = {
.imem = nv50_instmem_new,
.mc = ga100_mc_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
};
static const struct nvkm_device_chip
@ -2686,6 +2688,7 @@ nv174_chipset = {
.imem = nv50_instmem_new,
.mc = ga100_mc_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
};
static int