summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/volt: switch to instanced constructorBen Skeggs2021-02-1114-90/+91
* drm/nouveau/top: switch to instanced constructorBen Skeggs2021-02-118-38/+36
* drm/nouveau/tmr: switch to instanced constructorBen Skeggs2021-02-1111-107/+108
* drm/nouveau/therm/gk104: use split subdev type+inst in cg engine listsBen Skeggs2021-02-112-16/+17
* drm/nouveau/therm: switch to instanced constructorBen Skeggs2021-02-1116-111/+106
* drm/nouveau/pmu: switch to instanced constructorBen Skeggs2021-02-1119-87/+96
* drm/nouveau/pci: switch to instanced constructorBen Skeggs2021-02-1118-125/+133
* drm/nouveau/mxm: switch to instanced constructorBen Skeggs2021-02-118-45/+44
* drm/nouveau/mmu: index engref by subdev typeBen Skeggs2021-02-112-3/+3
* drm/nouveau/mmu: switch to instanced constructorBen Skeggs2021-02-1122-150/+162
* drm/nouveau/mc: use split type+inst when handling dev_top interruptsBen Skeggs2021-02-113-33/+16
* drm/nouveau/mc: use split type+inst in interrupt masking APIBen Skeggs2021-02-117-11/+11
* drm/nouveau/mc: use split type+inst in device reset APIsBen Skeggs2021-02-119-31/+28
* drm/nouveau/mc: lookup subdev interrupt handlers with split type+instBen Skeggs2021-02-115-12/+13
* drm/nouveau/mc: switch to instanced constructorBen Skeggs2021-02-1122-150/+147
* drm/nouveau/top: expose parsed device info more directlyBen Skeggs2021-02-112-13/+13
* drm/nouveau/top: store device type and instance separatelyBen Skeggs2021-02-113-20/+22
* drm/nouveau/ltc: switch to instanced constructorBen Skeggs2021-02-1114-66/+69
* drm/nouveau/instmem: switch to instanced constructorBen Skeggs2021-02-1111-108/+104
* drm/nouveau/iccsense: switch to instanced constructorBen Skeggs2021-02-118-34/+31
* drm/nouveau/ibus: switch to instanced constructorBen Skeggs2021-02-1112-67/+63
* drm/nouveau/i2c: switch to instanced constructorBen Skeggs2021-02-1116-119/+125
* drm/nouveau/gsp: switch to instanced constructorBen Skeggs2021-02-118-16/+14
* drm/nouveau/gpio: switch to instanced constructorBen Skeggs2021-02-1113-108/+111
* drm/nouveau/fuse: switch to instanced constructorBen Skeggs2021-02-1110-67/+67
* drm/nouveau/fb: switch to instanced constructorBen Skeggs2021-02-1143-210/+206
* drm/nouveau/fault: switch to instanced constructorBen Skeggs2021-02-1111-33/+30
* drm/nouveau/devinit: switch to instanced constructorBen Skeggs2021-02-1125-158/+153
* drm/nouveau/clk: switch to instanced constructorBen Skeggs2021-02-1119-129/+128
* drm/nouveau/bus: switch to instanced constructorBen Skeggs2021-02-1112-106/+108
* drm/nouveau/bios: switch to instanced constructorBen Skeggs2021-02-116-92/+90
* drm/nouveau/bar: switch to instanced constructorBen Skeggs2021-02-1116-87/+91
* drm/nouveau/acr: switch to instanced constructorBen Skeggs2021-02-1113-43/+46
* drm/nouveau/nvkm: add macros for subdev layoutBen Skeggs2021-02-115-1/+78
* drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs2021-02-1113-109/+41
* drm/nouveau/subdev: track type+instance separatelyBen Skeggs2021-02-113-78/+115
* drm/nouveau/subdev: store full subdev name in structBen Skeggs2021-02-1117-35/+29
* drm/nouveau/subdev: store subdevs in listBen Skeggs2021-02-114-38/+31
* drm/nouveau/subdev: remove nvkm_subdev.mutexBen Skeggs2021-02-112-5/+0
* drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmonBen Skeggs2021-02-112-10/+14
* drm/nouveau/fifo: private mutexBen Skeggs2021-02-1110-28/+30
* drm/nouveau/disp: use private spinlock to control exclusive access to dispBen Skeggs2021-02-112-10/+14
* drm/nouveau/pmu: serialise send() with private mutexBen Skeggs2021-02-113-3/+7
* drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs2021-02-116-14/+15
* drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs2021-02-112-2/+5
* drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs2021-02-115-29/+35
* drm/nouveau/fb: protect vram mm with private mutexBen Skeggs2021-02-112-5/+8
* drm/nouveau/fb: protect comptags with private mutexBen Skeggs2021-02-1110-23/+29
* drm/nouveau/engine: use refcount_t + private mutexBen Skeggs2021-02-112-13/+25
* drm/amd/display: fix unused variable warningArnd Bergmann2021-02-051-0/+2