summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
2021-10-15drm/nouveau/fifo: Reinstate the correct engine bit programmingMarek Vasut1-1/+1
2021-10-06drm/nouveau/fifo/ga102: initialise chid on return from channel creationBen Skeggs1-0/+3
2021-10-06drm/nouveau/ga102-: support ttm buffer moves via copy engineBen Skeggs4-3/+316
2021-09-20drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck1-1/+1
2021-08-18drm/nouveau: rip out nvkm_client.superBen Skeggs11-65/+18
2021-08-18drm/nouveau: block a bunch of classes from userspaceBen Skeggs1-1/+1
2021-08-18drm/nouveau/fifo/nv50-: rip out dma channelsBen Skeggs6-192/+0
2021-08-18drm/nouveau/disp: power down unused DP links during initBen Skeggs3-1/+11
2021-08-18drm/nouveau: recognise GA107Ben Skeggs1-0/+21
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+7
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2021-07-01nouveau/svm: implement atomic SVM accessAlistair Popple2-0/+7
2021-06-03drm/nouveau/clk: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-03drm/nouveau/therm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-03drm/nouveau/nvkm/subdev/mc/tu102: Make functions called by reference staticLee Jones1-3/+3
2021-03-02drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs1-0/+3
2021-02-11drm/nouveau/top/ga100: initial supportBen Skeggs3-0/+111
2021-02-11drm/nouveau/top: add ioctrl/nvjpgBen Skeggs1-0/+2
2021-02-11drm/nouveau/privring: rename from ibusBen Skeggs17-143/+142
2021-02-11drm/nouveau/nvkm: remove nvkm_subdev.indexBen Skeggs2-2/+1
2021-02-11drm/nouveau/nvkm: determine subdev id/order from layoutBen Skeggs1-27/+5
2021-02-11drm/nouveau/vic: switch to instanced constructorBen Skeggs5-26/+5
2021-02-11drm/nouveau/sw: switch to instanced constructorBen Skeggs9-97/+94
2021-02-11drm/nouveau/sec2: switch to instanced constructorBen Skeggs7-22/+23
2021-02-11drm/nouveau/sec: switch to instanced constructorBen Skeggs5-11/+8
2021-02-11drm/nouveau/pm: switch to instanced constructorBen Skeggs15-75/+73
2021-02-11drm/nouveau/nvenc: switch to instanced constructorBen Skeggs5-47/+22
2021-02-11drm/nouveau/nvdec: switch to instanced constructorBen Skeggs5-35/+24
2021-02-11drm/nouveau/msvld: switch to instanced constructorBen Skeggs13-46/+44
2021-02-11drm/nouveau/msppp: switch to instanced constructorBen Skeggs11-40/+38
2021-02-11drm/nouveau/mspdec: switch to instanced constructorBen Skeggs12-45/+42
2021-02-11drm/nouveau/msenc: switch to instanced constructorBen Skeggs3-3/+1
2021-02-11drm/nouveau/mpeg: switch to instanced constructorBen Skeggs11-48/+50
2021-02-11drm/nouveau/me: switch to instanced constructorBen Skeggs2-2/+0
2021-02-11drm/nouveau/ifb: switch to instanced constructorBen Skeggs2-2/+0
2021-02-11drm/nouveau/gr: switch to instanced constructorBen Skeggs49-187/+186
2021-02-11drm/nouveau/fifo/gk104-: remove use of subdev index in runlist topology infoBen Skeggs3-43/+35
2021-02-11drm/nouveau/fifo/gk104-: switch dev_top fault handling to type+instBen Skeggs4-27/+20
2021-02-11drm/nouveau/fifo/gf100-: switch static mmu fault id list to type+instBen Skeggs3-10/+11
2021-02-11drm/nouveau/fifo/gf100: use fifo engine id for engine recovery maskBen Skeggs1-12/+7
2021-02-11drm/nouveau/fifo: use type+inst to determine context pointer offsetsBen Skeggs7-22/+20
2021-02-11drm/nouveau/fifo: turn chan subdev mask into engine maskBen Skeggs14-96/+75
2021-02-11drm/nouveau/fifo: add id_engine hookBen Skeggs10-13/+98
2021-02-11drm/nouveau/fifo: index backend engctx by engine idBen Skeggs10-41/+73
2021-02-11drm/nouveau/fifo: index base engctx by engine idBen Skeggs1-4/+13
2021-02-11drm/nouveau/fifo: add engine_id hookBen Skeggs15-47/+125
2021-02-11drm/nouveau/fifo: switch to instanced constructorBen Skeggs25-141/+152
2021-02-11drm/nouveau/dma: switch to instanced constructorBen Skeggs9-102/+105
2021-02-11drm/nouveau/disp: switch to instanced constructorBen Skeggs31-145/+161
2021-02-11drm/nouveau/cipher: switch to instanced constructorBen Skeggs4-12/+10