summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
Commit message (Expand)AuthorAgeFilesLines
* nouveau: lock the client object tree.Dave Airlie2024-03-082-6/+21
* drm/nouveau: keep DMA buffers required for suspend/resumeSid Pranjale2024-03-011-2/+2
* nouveau/gsp: add kconfig option to enable GSP paths by defaultDave Airlie2024-02-231-1/+5
* drm/nouveau/mmu/r535: uninitialized variable in r535_bar_new_()Dan Carpenter2024-02-161-3/+2
* nouveau: fix function cast warningsArnd Bergmann2024-02-161-1/+7
* drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()Timur Tabi2024-02-051-9/+9
* drm/nouveau: fix several DMA buffer leaksTimur Tabi2024-02-051-21/+38
* nouveau/gsp: use correct size for registry rpc.Dave Airlie2024-02-051-1/+1
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-7/+2
|\
| *-. Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-7/+2
| |\ \
| | | * iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining placesJason Gunthorpe2023-12-121-7/+2
| | |/
* | | Merge tag 'drm-next-2024-01-15-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-173-7/+7
|\ \ \
| * | | nouveau/gsp: handle engines in runl without nonstall interrupts.Dave Airlie2024-01-153-7/+7
* | | | Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-121-1/+0
|\| | |
| * | | Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie2023-12-122-5/+85
| |\ \ \
| * \ \ \ Merge v6.7-rc3 into drm-nextDaniel Vetter2023-11-281-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-11-231-1/+0
| |\ \ \ \
| | * | | | drm/nouveau/fifo: Remove duplicated include in chan.cYang Li2023-11-221-1/+0
* | | | | | drm/nouveau/dp: Honor GSP link training retry timeoutsLyude Paul2024-01-051-22/+42
* | | | | | nouveau/gsp: always free the alloc messages on r535Dave Airlie2024-01-051-2/+1
* | | | | | nouveau/gsp: don't free ctrl messages on errorsDave Airlie2024-01-052-54/+90
* | | | | | nouveau/gsp: convert gsp errors to generic errorsDave Airlie2024-01-051-5/+21
* | | | | | drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocationsLyude Paul2024-01-051-2/+8
* | | | | | nouveau/gsp: free userd allocation.Dave Airlie2024-01-051-0/+1
* | | | | | nouveau/gsp: free acpi object after useDave Airlie2024-01-051-0/+1
* | | | | | nouveau: fix disp disabling with GSPDave Airlie2024-01-051-2/+4
* | | | | | nouveau/gsp: drop some acpi related debugDave Airlie2024-01-052-16/+0
* | | | | | nouveau/gsp: add three notifier callbacks that we see in normal operation (v2)Dave Airlie2024-01-051-2/+5
| |_|_|_|/ |/| | | |
* | | | | drm/nouveau/kms/nv50-: Don't allow inheritance of headless iorsLyude Paul2023-12-151-1/+1
* | | | | drm/nouveau: Fixup gk20a instobj hierarchyThierry Reding2023-12-151-9/+9
| |_|_|/ |/| | |
* | | | nouveau/tu102: flush all pdbs on vmm flushDave Airlie2023-11-301-1/+1
* | | | nouveau/gsp: document some aspects of GSP-RMTimur Tabi2023-11-301-0/+82
* | | | nouveau/gsp: replace zero-length array with flex-array member and use __count...Gustavo A. R. Silva2023-11-291-1/+1
* | | | nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()Dan Carpenter2023-11-291-3/+1
| |_|/ |/| |
* | | nouveau/gsp: allocate enough space for all channel ids.Dave Airlie2023-11-211-1/+1
|/ /
* | nouveau: use an rwlock for the event lock.Dave Airlie2023-11-141-6/+6
* | nouveau/gsp/r535: Fix a NULL vs error pointer bugDan Carpenter2023-11-141-2/+2
* | nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()Dan Carpenter2023-11-141-1/+1
|/
* nouveau/gsp: add some basic registry entries.Dave Airlie2023-11-031-10/+35
* nouveau/gsp: fix message signature.Dave Airlie2023-11-031-1/+1
* nouveau/gsp: move to 535.113.01Dave Airlie2023-11-0317-83/+99
* nouveau: fix r535 build on 32-bit arm.Dave Airlie2023-10-311-1/+1
* drm/nouveau/ofa/r535: initial supportBen Skeggs2023-10-3112-0/+272
* drm/nouveau/nvjpg/r535: initial supportBen Skeggs2023-10-3111-0/+222
* drm/nouveau/nvenc/r535: initial supportBen Skeggs2023-10-319-1/+231
* drm/nouveau/nvdec/r535: initial supportBen Skeggs2023-10-3111-5/+334
* drm/nouveau/gr/r535: initial supportBen Skeggs2023-10-319-2/+611
* drm/nouveau/ce/r535: initial supportBen Skeggs2023-10-3110-3/+153
* drm/nouveau/fifo/r535: initial supportBen Skeggs2023-10-319-6/+564
* drm/nouveau/disp/r535: initial supportBen Skeggs2023-10-3114-8/+1911