summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvkm
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/i2c: switch to instanced constructorBen Skeggs3-11/+10
2021-02-11drm/nouveau/gsp: switch to instanced constructorBen Skeggs3-3/+2
2021-02-11drm/nouveau/gpio: switch to instanced constructorBen Skeggs3-8/+7
2021-02-11drm/nouveau/fuse: switch to instanced constructorBen Skeggs3-5/+4
2021-02-11drm/nouveau/fb: switch to instanced constructorBen Skeggs3-36/+35
2021-02-11drm/nouveau/fault: switch to instanced constructorBen Skeggs3-6/+5
2021-02-11drm/nouveau/devinit: switch to instanced constructorBen Skeggs3-18/+17
2021-02-11drm/nouveau/clk: switch to instanced constructorBen Skeggs3-12/+11
2021-02-11drm/nouveau/bus: switch to instanced constructorBen Skeggs3-7/+6
2021-02-11drm/nouveau/bios: switch to instanced constructorBen Skeggs3-3/+2
2021-02-11drm/nouveau/bar: switch to instanced constructorBen Skeggs3-9/+8
2021-02-11drm/nouveau/acr: switch to instanced constructorBen Skeggs3-8/+7
2021-02-11drm/nouveau/nvkm: add macros for subdev layoutBen Skeggs3-1/+18
2021-02-11drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs2-2/+4
2021-02-11drm/nouveau/subdev: track type+instance separatelyBen Skeggs2-74/+85
2021-02-11drm/nouveau/subdev: store full subdev name in structBen Skeggs2-10/+9
2021-02-11drm/nouveau/subdev: store subdevs in listBen Skeggs2-0/+3
2021-02-11drm/nouveau/subdev: remove nvkm_subdev.mutexBen Skeggs1-1/+0
2021-02-11drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmonBen Skeggs1-1/+4
2021-02-11drm/nouveau/fifo: private mutexBen Skeggs1-0/+1
2021-02-11drm/nouveau/disp: use private spinlock to control exclusive access to dispBen Skeggs1-1/+4
2021-02-11drm/nouveau/pmu: serialise send() with private mutexBen Skeggs1-0/+1
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs1-0/+2
2021-02-11drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs1-0/+1
2021-02-11drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs1-0/+5
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs1-0/+1
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs1-1/+5
2021-02-11drm/nouveau/engine: use refcount_t + private mutexBen Skeggs1-1/+5
2021-01-29drm/nouveau/kms: handle mDP connectorsKarol Herbst1-0/+1
2021-01-15drm/nouveau/disp/ga10[24]: initial supportBen Skeggs1-0/+1
2021-01-15drm/nouveau/gpio/ga10[024]: initial supportBen Skeggs1-0/+1
2021-01-15drm/nouveau/fb/ga10[024]: initial supportBen Skeggs1-0/+2
2021-01-15drm/nouveau/mc/ga10[024]: initial supportBen Skeggs1-0/+1
2021-01-15drm/nouveau/devinit/ga10[024]: initial supportBen Skeggs1-0/+1
2021-01-15drm/nouveau/core: recognise GA10[024]Ben Skeggs1-0/+1
2021-01-15drm/nouveau/i2c/gk110: split out from i2c/gk104Ben Skeggs1-0/+1
2020-07-24drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FWBen Skeggs1-1/+1
2020-07-24drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs1-0/+3
2020-07-24drm/nouveau/core: drop error message when no compatible FW foundBen Skeggs1-4/+1
2020-07-24drm/nouveau/nvfw: firmware structures should begin with nvfw_Timur Tabi1-5/+5
2020-07-24drm/nouveau/tmr: fix nvkm_usec/nvkm_msec definitionsTimur Tabi1-2/+2
2020-05-22drm/nouveau/core: add nvkm_subdev_new_() for bare subdevsBen Skeggs1-0/+2
2020-01-15drm/nouveau/gr/tu10x: initial supportBen Skeggs1-0/+1
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs1-0/+1
2020-01-15drm/nouveau/core: remove previous versioned fw loaderBen Skeggs1-4/+1
2020-01-15drm/nouveau/secboot: removeBen Skeggs2-31/+0
2020-01-15drm/nouveau/acr: implement new subdev to replace "secure boot"Ben Skeggs1-1/+32
2020-01-15drm/nouveau/fb/gp102-: unlock VPR as part of FB initBen Skeggs1-0/+2
2020-01-15drm/nouveau/core/memory: add macros to read/write blocks from objectsBen Skeggs1-0/+16
2020-01-15drm/nouveau/secboot: move code to boot LS falcons to subdevsBen Skeggs4-12/+1