aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/fb: switch to instanced constructorBen Skeggs1-34/+34
2021-02-11drm/nouveau/fault: switch to instanced constructorBen Skeggs1-4/+4
2021-02-11drm/nouveau/devinit: switch to instanced constructorBen Skeggs1-16/+16
2021-02-11drm/nouveau/clk: switch to instanced constructorBen Skeggs1-10/+10
2021-02-11drm/nouveau/bus: switch to instanced constructorBen Skeggs1-5/+5
2021-02-11drm/nouveau/bios: switch to instanced constructorBen Skeggs1-1/+1
2021-02-11drm/nouveau/bar: switch to instanced constructorBen Skeggs1-7/+7
2021-02-11drm/nouveau/acr: switch to instanced constructorBen Skeggs1-6/+6
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-01-29drm/nouveau/kms: handle mDP connectorsKarol Herbst1-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/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/tmr: fix nvkm_usec/nvkm_msec definitionsTimur Tabi1-2/+2
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs1-0/+1
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/secboot: move code to boot LS falcons to subdevsBen Skeggs2-1/+1
2020-01-15drm/nouveau/flcn/msgq: move handling of init message to subdevsBen Skeggs1-0/+1
2020-01-15drm/nouveau/flcn/cmdq: move command generation to subdevsBen Skeggs1-1/+22
2020-01-15drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...Ben Skeggs1-0/+2
2020-01-15drm/nouveau/flcn/msgq: explicitly create message queue from subdevsBen Skeggs1-0/+1
2020-01-15drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevsBen Skeggs1-0/+2
2020-01-15drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevsBen Skeggs1-0/+2
2020-01-15drm/nouveau/pmu: initialise SW state for falcon from constructorBen Skeggs1-2/+2
2020-01-15drm/nouveau/pmu/gp10b: split from gm20b implementationBen Skeggs1-0/+1
2020-01-15drm/nouveau/gsp: initialise SW state for falcon from constructorBen Skeggs1-3/+2
2020-01-15drm/nouveau/acr: add loaders for currently available LS firmware imagesBen Skeggs1-0/+54
2020-01-15drm/nouveau/acr: add stub implementation for all GPUs currently supported by ...Ben Skeggs1-0/+8
2020-01-15drm/nouveau/core: define ACR subdevBen Skeggs1-0/+10
2020-01-15drm/nouveau/ltc/gp10b: Add custom L2 cache implementationThierry Reding1-0/+1
2020-01-15drm/nouveau/fault: Add support for GP10BThierry Reding1-0/+1
2019-08-23drm/nouveau/gpio: check function 76 in the power check as wellMark Menzynski1-0/+1
2019-08-23drm/nouveau/gpio: check the gpio function 16 in the power check as wellMark Menzynski1-0/+1
2019-08-23drm/nouveau/gpio: fail if gpu external power is missingMark Menzynski1-0/+1
2019-08-23drm/nouveau/bios/gpio: sort gpios by valuesMark Menzynski1-1/+1
2019-08-23drm/nouveau/therm: don't attempt fan control where PMU is already managing itBen Skeggs1-0/+1
2019-08-23drm/nouveau/therm: skip probing for devices not specified in thermal tablesBen Skeggs1-0/+2
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin57-57/+57
2019-05-01drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul1-0/+2
2019-02-20drm/nouveau/fault/gp100: expose MaxwellFaultBufferABen Skeggs1-0/+2