summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2024-02-16drm/nouveau/mmu/r535: uninitialized variable in r535_bar_new_()Dan Carpenter1-3/+2
2024-02-16nouveau: fix function cast warningsArnd Bergmann1-1/+7
2024-02-12nouveau/svm: fix kvcalloc() argument orderArnd Bergmann1-1/+1
2024-02-12drm/nouveau: omit to create schedulers using the legacy uAPIDanilo Krummrich1-4/+10
2024-02-12drm/nouveau: don't fini scheduler if not initializedDanilo Krummrich8-16/+53
2024-02-05drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()Timur Tabi1-9/+9
2024-02-05drm/nouveau: fix several DMA buffer leaksTimur Tabi2-22/+39
2024-02-05nouveau/gsp: use correct size for registry rpc.Dave Airlie1-1/+1
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2024-01-19nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie1-0/+3
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+2
2024-01-18Merge tag 'drm-next-2024-01-15-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-7/+7
2024-01-15nouveau/gsp: handle engines in runl without nonstall interrupts.Dave Airlie3-7/+7
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-411/+429
2024-01-05drm/nouveau/dp: Honor GSP link training retry timeoutsLyude Paul1-22/+42
2024-01-05nouveau: push event block/allowing out of the fence contextDave Airlie2-6/+27
2024-01-05nouveau/gsp: always free the alloc messages on r535Dave Airlie1-2/+1
2024-01-05nouveau/gsp: don't free ctrl messages on errorsDave Airlie3-61/+100
2024-01-05nouveau/gsp: convert gsp errors to generic errorsDave Airlie1-5/+21
2024-01-05drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocationsLyude Paul1-2/+8
2024-01-05nouveau/gsp: free userd allocation.Dave Airlie1-0/+1
2024-01-05nouveau/gsp: free acpi object after useDave Airlie1-0/+1
2024-01-05nouveau: fix disp disabling with GSPDave Airlie1-2/+4
2024-01-05nouveau/gsp: drop some acpi related debugDave Airlie2-16/+0
2024-01-05nouveau/gsp: add three notifier callbacks that we see in normal operation (v2)Dave Airlie1-2/+5
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-7/+2
2023-12-20Merge tag 'drm-msm-next-2023-12-15' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-1/+1
2023-12-15drm/nouveau/kms/nv50-: Don't allow inheritance of headless iorsLyude Paul1-1/+1
2023-12-15drm/nouveau: Fixup gk20a instobj hierarchyThierry Reding1-9/+9
2023-12-12iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining placesJason Gunthorpe1-7/+2
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie6-9/+141
2023-12-10drm/exec: Pass in initial # of objectsRob Clark1-1/+1
2023-12-06drm/atomic-helpers: Invoke end_fb_access while owning plane stateThomas Zimmermann1-1/+1
2023-11-30nouveau/tu102: flush all pdbs on vmm flushDave Airlie1-1/+1
2023-11-30drm/nouveau: Removes unnecessary args check in nouveau_uvmm_sm_prepareYuran Pereira1-1/+4
2023-11-30nouveau/gsp: document some aspects of GSP-RMTimur Tabi2-0/+133
2023-11-29nouveau/gsp: replace zero-length array with flex-array member and use __count...Gustavo A. R. Silva2-2/+2
2023-11-29nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()Dan Carpenter1-3/+1
2023-11-29nouveau: find the smallest page allocation to cover a buffer alloc.Dave Airlie1-2/+3
2023-11-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann6-16/+22
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter1-1/+1
2023-11-27drm/sched: Fix compilation issues with DRM priority renameLuben Tuikov1-3/+3
2023-11-24drm/nouveau: enable dynamic job-flow controlDanilo Krummrich6-10/+15
2023-11-24drm/nouveau: implement 1:1 scheduler - entity relationshipDanilo Krummrich10-195/+179
2023-11-24drm/nouveau: use GPUVM common infrastructureDanilo Krummrich6-115/+100
2023-11-23Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-4/+5
2023-11-23Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter3-5/+3
2023-11-22drm/nouveau/fifo: Remove duplicated include in chan.cYang Li1-1/+0
2023-11-22nouveau/gsp: allocate enough space for all channel ids.Dave Airlie1-1/+1
2023-11-21drm/dp_mst: Store the MST PBN divider value in fixed point formatImre Deak1-2/+4