summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/dma: switch to instanced constructorBen Skeggs12-109/+111
2021-02-11drm/nouveau/disp: switch to instanced constructorBen Skeggs34-165/+180
2021-02-11drm/nouveau/cipher: switch to instanced constructorBen Skeggs7-15/+12
2021-02-11drm/nouveau/ce: make use of nvkm_subdev.instBen Skeggs4-6/+4
2021-02-11drm/nouveau/ce: switch to instanced constructorBen Skeggs22-192/+105
2021-02-11drm/nouveau/falcon: use split type+inst when looking up PRI addrBen Skeggs3-4/+4
2021-02-11drm/nouveau/bsp,vp: switch to instanced constructorBen Skeggs13-42/+40
2021-02-11drm/nouveau/volt: switch to instanced constructorBen Skeggs14-90/+91
2021-02-11drm/nouveau/top: switch to instanced constructorBen Skeggs8-38/+36
2021-02-11drm/nouveau/tmr: switch to instanced constructorBen Skeggs11-107/+108
2021-02-11drm/nouveau/therm/gk104: use split subdev type+inst in cg engine listsBen Skeggs2-16/+17
2021-02-11drm/nouveau/therm: switch to instanced constructorBen Skeggs16-111/+106
2021-02-11drm/nouveau/pmu: switch to instanced constructorBen Skeggs19-87/+96
2021-02-11drm/nouveau/pci: switch to instanced constructorBen Skeggs18-125/+133
2021-02-11drm/nouveau/mxm: switch to instanced constructorBen Skeggs8-45/+44
2021-02-11drm/nouveau/mmu: index engref by subdev typeBen Skeggs2-3/+3
2021-02-11drm/nouveau/mmu: switch to instanced constructorBen Skeggs22-150/+162
2021-02-11drm/nouveau/mc: use split type+inst when handling dev_top interruptsBen Skeggs3-33/+16
2021-02-11drm/nouveau/mc: use split type+inst in interrupt masking APIBen Skeggs7-11/+11
2021-02-11drm/nouveau/mc: use split type+inst in device reset APIsBen Skeggs9-31/+28
2021-02-11drm/nouveau/mc: lookup subdev interrupt handlers with split type+instBen Skeggs5-12/+13
2021-02-11drm/nouveau/mc: switch to instanced constructorBen Skeggs22-150/+147
2021-02-11drm/nouveau/top: expose parsed device info more directlyBen Skeggs2-13/+13
2021-02-11drm/nouveau/top: store device type and instance separatelyBen Skeggs3-20/+22
2021-02-11drm/nouveau/ltc: switch to instanced constructorBen Skeggs14-66/+69
2021-02-11drm/nouveau/instmem: switch to instanced constructorBen Skeggs11-108/+104
2021-02-11drm/nouveau/iccsense: switch to instanced constructorBen Skeggs8-34/+31
2021-02-11drm/nouveau/ibus: switch to instanced constructorBen Skeggs12-67/+63
2021-02-11drm/nouveau/i2c: switch to instanced constructorBen Skeggs16-119/+125
2021-02-11drm/nouveau/gsp: switch to instanced constructorBen Skeggs8-16/+14
2021-02-11drm/nouveau/gpio: switch to instanced constructorBen Skeggs13-108/+111
2021-02-11drm/nouveau/fuse: switch to instanced constructorBen Skeggs10-67/+67
2021-02-11drm/nouveau/fb: switch to instanced constructorBen Skeggs43-210/+206
2021-02-11drm/nouveau/fault: switch to instanced constructorBen Skeggs11-33/+30
2021-02-11drm/nouveau/devinit: switch to instanced constructorBen Skeggs25-158/+153
2021-02-11drm/nouveau/clk: switch to instanced constructorBen Skeggs19-129/+128
2021-02-11drm/nouveau/bus: switch to instanced constructorBen Skeggs12-106/+108
2021-02-11drm/nouveau/bios: switch to instanced constructorBen Skeggs6-92/+90
2021-02-11drm/nouveau/bar: switch to instanced constructorBen Skeggs16-87/+91
2021-02-11drm/nouveau/acr: switch to instanced constructorBen Skeggs13-43/+46
2021-02-11drm/nouveau/nvkm: add macros for subdev layoutBen Skeggs5-1/+78
2021-02-11drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs13-109/+41
2021-02-11drm/nouveau/subdev: track type+instance separatelyBen Skeggs3-78/+115
2021-02-11drm/nouveau/subdev: store full subdev name in structBen Skeggs17-35/+29
2021-02-11drm/nouveau/subdev: store subdevs in listBen Skeggs4-38/+31
2021-02-11drm/nouveau/subdev: remove nvkm_subdev.mutexBen Skeggs2-5/+0
2021-02-11drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmonBen Skeggs2-10/+14
2021-02-11drm/nouveau/fifo: private mutexBen Skeggs10-28/+30
2021-02-11drm/nouveau/disp: use private spinlock to control exclusive access to dispBen Skeggs2-10/+14
2021-02-11drm/nouveau/pmu: serialise send() with private mutexBen Skeggs3-3/+7