aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18drm/nouveau/acr: fix a couple NULL vs IS_ERR() checksDan Carpenter2-4/+8
2021-11-18drm/nouveau: recognise GA106Ben Skeggs1-0/+22
2021-11-16Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard3-4/+3
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-3/+2
2021-11-11drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrameHans Verkuil1-1/+0
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-4/+3
2021-11-04ce/gf100: fix incorrect CE0 address calculation on some GPUsBen Skeggs2-3/+2
2021-10-15drm/nouveau/fifo: Reinstate the correct engine bit programmingMarek Vasut1-1/+1
2021-10-12drm/nouveau/mmu/gp100: remove unused variableKarol Herbst1-1/+1
2021-10-11drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.Luo penghao1-1/+1
2021-10-11drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()Luo penghao1-1/+1
2021-10-11drm/nouveau/nvenc: remove duplicate include in base.cyong yiran1-1/+0
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