summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm
AgeCommit message (Expand)AuthorLines
2026-02-04nouveau: add a third state to the fini handler.Dave Airlie-7/+20
2026-02-04nouveau/gsp: use rpc sequence numbers properly.Dave Airlie-0/+6
2026-01-21drm/nouveau: add missing DCB connector typesAlex Ramírez-21/+74
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+4
2025-12-04drm/nouveau/gsp: Allocate fwsec-sb at bootLyude Paul-0/+4
2025-09-15drm/nouveau: Support devfreq for TegraAaron Kling-0/+2
2025-09-15drm/nouveau: Support reclocking on gp10bAaron Kling-0/+1
2025-05-19drm/nouveau: add support for GB20xBen Skeggs-0/+4
2025-05-19drm/nouveau: add support for GB10xBen Skeggs-0/+4
2025-05-19drm/nouveau: add support for GH100Ben Skeggs-0/+44
2025-05-19drm/nouveau: improve handling of 64-bit BARsBen Skeggs-2/+9
2025-05-19drm/nouveau/gsp: init client VMMs with NV0080_CTRL_DMA_SET_PAGE_DIRECTORYBen Skeggs-0/+1
2025-05-19drm/nouveau/mmu: bump up the maximum page table depthBen Skeggs-1/+1
2025-05-19drm/nouveau/gsp: add common client alloc codeBen Skeggs-15/+2
2025-05-19drm/nouveau/gsp: add hals for fbsr.suspend/resume()Ben Skeggs-5/+1
2025-05-19drm/nouveau/gsp: add hal for wpr config info + meta initBen Skeggs-0/+3
2025-05-19drm/nouveau/gsp: add common code for engines/engine objectsBen Skeggs-22/+0
2025-05-19drm/nouveau/gsp: add display class ids to gpu halBen Skeggs-1/+0
2025-05-19drm/nouveau/gsp: add gpu hal stubsBen Skeggs-4/+2
2025-05-19drm/nouveau/gsp: split device handling out on its ownBen Skeggs-11/+6
2025-05-19drm/nouveau/gsp: split client handling out on its ownBen Skeggs-5/+2
2025-05-19drm/nouveau/gsp: split rm alloc handling out on its ownBen Skeggs-11/+8
2025-05-19drm/nouveau/gsp: split rm ctrl handling out on its ownBen Skeggs-7/+3
2025-05-19drm/nouveau/gsp: split rpc handling out on its ownBen Skeggs-7/+6
2025-05-19drm/nouveau/ofa: bump max instances to 2Ben Skeggs-1/+1
2025-05-19drm/nouveau/nvenc: bump max instances to 4Ben Skeggs-1/+1
2025-05-19drm/nouveau/ce: bump max instances to 20Ben Skeggs-1/+1
2025-05-19drm/nouveau/gsp: remove gsp-specific chid allocation pathBen Skeggs-3/+0
2025-03-09drm/nouveau/nvkm: introduce new GSP reply policy NVKM_GSP_RPC_REPLY_POLLZhi Wang-0/+4
2025-03-09drm/nouveau/nvkm: factor out current GSP RPC command policiesZhi Wang-6/+28
2025-01-25drm/nouveau: remove unused param repc in *rm_alloc_push()Zhi Wang-4/+4
2024-12-04drm/nouveau: expose GSP-RM logging buffers via debugfsTimur Tabi-0/+20
2024-12-04drm/nouveau: retain device pointer in nvkm_gsp_mem objectTimur Tabi-0/+1
2024-10-03drm/nouveau/gsp: remove extraneous ; after mutexColin Ian King-1/+1
2024-07-27drm/nouveau/nvif: remove disp chan rd/wrBen Skeggs-4/+0
2024-07-27drm/nouveau/nvif: remove device rd/wrBen Skeggs-8/+0
2024-07-27drm/nouveau/nvif: remove client devlistBen Skeggs-1/+0
2024-07-27drm/nouveau/nvif: remove nvxx_object()Ben Skeggs-19/+0
2024-07-27drm/nouveau/nvif: remove route/tokenBen Skeggs-4/+0
2024-07-27drm/nouveau/nvkm: remove nvkm_client_search()Ben Skeggs-1/+0
2024-07-27drm/nouveau/nvkm: remove perfmonBen Skeggs-30/+0
2024-07-27drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device argsBen Skeggs-2/+0
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+3
2024-04-30drm/nouveau/gsp: Use the sg allocator for level 2 of radix3Lyude Paul-1/+3
2024-04-26nouveau: add command-line GSP-RM registry supportTimur Tabi-0/+6
2024-03-08nouveau: lock the client object tree.Dave Airlie-0/+1
2024-02-05drm/nouveau: fix several DMA buffer leaksTimur Tabi-1/+1
2024-01-05nouveau/gsp: don't free ctrl messages on errorsDave Airlie-7/+10
2023-11-14nouveau: use an rwlock for the event lock.Dave Airlie-2/+2
2023-10-31drm/nouveau/ofa/r535: initial supportBen Skeggs-0/+9