summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+1
|\
| * swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-1/+1
* | Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-132-1/+20
|\ \
| * | drm/nouveau/kms/nve4-nv108: Limit cursors to 128x128Lyude Paul2021-03-251-1/+12
| * | nouveau: Skip unvailable ttm page entriesTobias Klausmann2021-03-191-0/+8
| |/
* | drm/nouveau: clean up nouveau_bo_move_ntfyChristian König2021-03-161-8/+5
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-168-39/+36
|\ \ | |/ |/|
| * drm/nouveau/ttm: constify static vm_operations_structRikard Falkeborn2021-02-251-1/+1
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+4
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-2/+3
| * drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-6/+3
| * drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-092-6/+2
| * drm/nouveau: remove set but not used variable ‘pdev’ in nouveau_bios_initYe Bin2021-02-031-2/+0
| * drm/ttm: device naming cleanupChristian König2021-01-216-24/+24
* | drm/nouveau: fix dma syncing for loops (v2)Dave Airlie2021-03-121-2/+4
* | Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2021-03-051-0/+3
|\ \
| * | drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs2021-03-021-0/+3
* | | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-21534-5002/+5589
|\ \ \
| * \ \ Merge tag 'drm-misc-next-fixes-2021-02-11' of git://anongit.freedesktop.org/d...Dave Airlie2021-02-121-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | drm/nouveau: remove set but not used variable ‘pdev’ in nouveau_bios_initYe Bin2021-02-091-2/+0
| * | | drm/nouveau/top/ga100: initial supportBen Skeggs2021-02-115-2/+116
| * | | drm/nouveau/top: add ioctrl/nvjpgBen Skeggs2021-02-112-0/+4
| * | | drm/nouveau/privring: rename from ibusBen Skeggs2021-02-1120-156/+155
| * | | drm/nouveau/nvkm: remove nvkm_subdev.indexBen Skeggs2021-02-114-11/+3
| * | | drm/nouveau/nvkm: determine subdev id/order from layoutBen Skeggs2021-02-112-99/+14
| * | | drm/nouveau/vic: switch to instanced constructorBen Skeggs2021-02-118-33/+7
| * | | drm/nouveau/sw: switch to instanced constructorBen Skeggs2021-02-1114-114/+102
| * | | drm/nouveau/sec2: switch to instanced constructorBen Skeggs2021-02-1110-27/+27
| * | | drm/nouveau/sec: switch to instanced constructorBen Skeggs2021-02-119-19/+11
| * | | drm/nouveau/pm: switch to instanced constructorBen Skeggs2021-02-1118-86/+83
| * | | drm/nouveau/nvenc: switch to instanced constructorBen Skeggs2021-02-118-50/+24
| * | | drm/nouveau/nvdec: switch to instanced constructorBen Skeggs2021-02-118-38/+26
| * | | drm/nouveau/msvld: switch to instanced constructorBen Skeggs2021-02-1116-53/+50
| * | | drm/nouveau/msppp: switch to instanced constructorBen Skeggs2021-02-1114-45/+42
| * | | drm/nouveau/mspdec: switch to instanced constructorBen Skeggs2021-02-1115-51/+47
| * | | drm/nouveau/msenc: switch to instanced constructorBen Skeggs2021-02-115-5/+2
| * | | drm/nouveau/mpeg: switch to instanced constructorBen Skeggs2021-02-1115-60/+57
| * | | drm/nouveau/me: switch to instanced constructorBen Skeggs2021-02-114-4/+1
| * | | drm/nouveau/ifb: switch to instanced constructorBen Skeggs2021-02-114-4/+1
| * | | drm/nouveau/gr: switch to instanced constructorBen Skeggs2021-02-1152-229/+227
| * | | drm/nouveau/fifo/gk104-: remove use of subdev index in runlist topology infoBen Skeggs2021-02-119-104/+80
| * | | drm/nouveau/fifo/gk104-: switch dev_top fault handling to type+instBen Skeggs2021-02-115-29/+21
| * | | drm/nouveau/fifo/gf100-: switch static mmu fault id list to type+instBen Skeggs2021-02-115-11/+13
| * | | drm/nouveau/fifo/gf100: use fifo engine id for engine recovery maskBen Skeggs2021-02-111-12/+7
| * | | drm/nouveau/fifo: use type+inst to determine context pointer offsetsBen Skeggs2021-02-117-22/+20
| * | | drm/nouveau/fifo: turn chan subdev mask into engine maskBen Skeggs2021-02-1116-98/+76
| * | | drm/nouveau/fifo: add id_engine hookBen Skeggs2021-02-1110-13/+98
| * | | drm/nouveau/fifo: index backend engctx by engine idBen Skeggs2021-02-1110-41/+73
| * | | drm/nouveau/fifo: index base engctx by engine idBen Skeggs2021-02-112-5/+15
| * | | drm/nouveau/fifo: add engine_id hookBen Skeggs2021-02-1115-47/+125