summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs6-14/+15
2021-02-11drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs2-2/+5
2021-02-11drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs5-29/+35
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs2-5/+8
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs10-23/+29
2021-02-11drm/nouveau/engine: use refcount_t + private mutexBen Skeggs2-13/+25
2021-02-09drm/nouveau: remove set but not used variable ‘pdev’ in nouveau_bios_initYe Bin1-2/+0
2021-02-03drm/nouveau: fix dma syncing warning with debugging on.Dave Airlie1-6/+29
2021-01-29drm/nouveau/kms: handle mDP connectorsKarol Herbst2-0/+2
2021-01-29drm/nouveau: bail out of nouveau_channel_new if channel init failsFrantisek Hrbata1-0/+1
2021-01-29drm/nouveau/kms/nv50-: Fix locking for audio callbacksLyude Paul3-31/+43
2021-01-29drm/nouveau/kms/nv50-: Use nouveau_encoder->crtc in get_eld callbackLyude Paul1-1/+1