summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2024-03-2515-125/+117
|\
| * Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-223-1/+11
| |\
| | * nouveau/gsp: don't check devinit disable on GSP.Dave Airlie2024-03-191-1/+0
| | * drm/nouveau: fix kerneldoc warningsTimur Tabi2024-03-121-0/+9
| | * nouveau: reset the bo resource bus info after an evictionDave Airlie2024-03-121-0/+2
| * | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-1413-124/+106
| |\|
| | * drm/nouveau: Include <linux/backlight.h>Thomas Zimmermann2024-02-281-0/+1
| | * Merge v6.8-rc6 into drm-nextDaniel Vetter2024-02-2614-55/+141
| | |\
| | * \ Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-073-32/+24
| | |\ \
| | | * \ Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2024-02-058-78/+78
| | | |\ \
| | * | | | drm/nouveau/svm: remove unused but set variablesJani Nikula2024-01-311-7/+3
| | * | | | drm/nouveau/acr/ga102: remove unused but set variableJani Nikula2024-01-311-2/+1
| | * | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-2919-145/+367
| | |\ \ \ \
| | * | | | | drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-252-37/+23
| | | |_|/ / | | |/| | |
| | * | | | drm/nouveau: include drm/drm_edid.h only where neededJani Nikula2024-01-102-1/+2
| | * | | | drm/nouveau/disp: switch to use kmemdup() helperChen Haonan2024-01-091-2/+1
| | * | | | drm/nouveau/volt/gk20a: don't misuse kernel-doc commentsRandy Dunlap2024-01-081-2/+2
| | * | | | drm/nouveau/gr/gf100: don't misuse kernel-doc commentsRandy Dunlap2024-01-081-1/+1
| | * | | | drm/nouveau: don't misuse kernel-doc commentsRandy Dunlap2024-01-081-2/+2
| | * | | | drm/nouveau/disp: don't misuse kernel-doc commentsRandy Dunlap2024-01-081-2/+2
| | * | | | drm/nouveau/bios/init: drop kernel-doc notationRandy Dunlap2024-01-081-68/+68
* | | | | | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2024-03-135-9/+25
|\| | | | |
| * | | | | nouveau: lock the client object tree.Dave Airlie2024-03-083-6/+22
| * | | | | Merge tag 'drm-misc-fixes-2024-03-07' of https://anongit.freedesktop.org/git/...Dave Airlie2024-03-081-1/+1
| |\ \ \ \ \
| * | | | | | drm/nouveau: keep DMA buffers required for suspend/resumeSid Pranjale2024-03-011-2/+2
| * | | | | | nouveau: report byte usage in VRAM usage.Dave Airlie2024-03-011-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | nouveau/dmem: handle kcalloc() allocation failureDuoming Zhou2024-03-081-6/+6
| |/ / / / |/| | | |
* | | | | drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbufKarol Herbst2024-03-051-1/+1
|/ / / /
* | | | nouveau: add an ioctl to report vram usageDave Airlie2024-02-231-0/+5
* | | | nouveau: add an ioctl to return vram bar size.Dave Airlie2024-02-231-0/+4
* | | | nouveau/gsp: add kconfig option to enable GSP paths by defaultDave Airlie2024-02-232-1/+13
* | | | Merge tag 'drm-misc-fixes-2024-02-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2024-02-222-4/+9
|\ \ \ \
| * | | | 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
* | | | | Merge tag 'drm-misc-fixes-2024-02-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2024-02-169-19/+62
|\| | | |
| * | | | nouveau/svm: fix kvcalloc() argument orderArnd Bergmann2024-02-121-1/+1
| * | | | drm/nouveau: omit to create schedulers using the legacy uAPIDanilo Krummrich2024-02-121-4/+10
| * | | | drm/nouveau: don't fini scheduler if not initializedDanilo Krummrich2024-02-128-16/+53
* | | | | Merge tag 'drm-misc-fixes-2024-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2024-02-092-31/+48
|\| | | | | |_|_|/ |/| | |
| * | | 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-052-22/+39
| * | | nouveau/gsp: use correct size for registry rpc.Dave Airlie2024-02-051-1/+1
| | |/ | |/|
* | | nouveau: offload fence uevents work to workqueueDave Airlie2024-02-022-6/+19
* | | nouveau/gsp: use correct size for registry rpc.Dave Airlie2024-02-021-1/+1
* | | Revert "nouveau: push event block/allowing out of the fence context"Dave Airlie2024-01-262-27/+6
|/ /
* | Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-191-0/+3
|\ \
| * | nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie2024-01-191-0/+3
* | | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-191-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
| | |/ / /