drm/nouveau/imem/tu104: initial support
Appears to be compatible with NV50. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
ead5bf1e3c
commit
c44349b054
|
@ -2444,6 +2444,7 @@ nv164_chipset = {
|
||||||
.gpio = gk104_gpio_new,
|
.gpio = gk104_gpio_new,
|
||||||
.i2c = gm200_i2c_new,
|
.i2c = gm200_i2c_new,
|
||||||
.ibus = gm200_ibus_new,
|
.ibus = gm200_ibus_new,
|
||||||
|
.imem = nv50_instmem_new,
|
||||||
.mc = tu104_mc_new,
|
.mc = tu104_mc_new,
|
||||||
.pci = gp100_pci_new,
|
.pci = gp100_pci_new,
|
||||||
.timer = gk20a_timer_new,
|
.timer = gk20a_timer_new,
|
||||||
|
|
Loading…
Reference in New Issue