summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2024-01-19nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie1-0/+3
2024-01-15nouveau/gsp: handle engines in runl without nonstall interrupts.Dave Airlie3-7/+7
2023-12-20Merge tag 'drm-msm-next-2023-12-15' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-1/+1
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
2023-11-21drm/nouveau: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-21drm/nouveau/fence:: fix warning directly dereferencing a rcu pointerAbhinav Singh1-1/+1
2023-11-20Merge tag 'drm-misc-next-2023-11-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter9-91/+133
2023-11-15nouveau: don't fail driver load if no display hw present.Dave Airlie1-0/+5
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard240-167/+14127
2023-11-15nouveau: use an rwlock for the event lock.Dave Airlie2-8/+8
2023-11-15nouveau/gsp/r535: Fix a NULL vs error pointer bugDan Carpenter1-2/+2
2023-11-15nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()Dan Carpenter1-1/+1
2023-11-13drm/gpuvm: add an abstraction for a VM / BO combinationDanilo Krummrich1-18/+45
2023-11-13drm/gpuvm: reference count drm_gpuvm structuresDanilo Krummrich1-5/+15
2023-11-13drm/nouveau: separately allocate struct nouveau_uvmmDanilo Krummrich4-42/+40
2023-11-13drm/gpuvm: add drm_gpuvm_flags to drm_gpuvmDanilo Krummrich1-1/+1
2023-11-13drm/nouveau: make use of the GPUVM's shared dma-resvDanilo Krummrich5-10/+24
2023-11-13drm/gpuvm: add common dma-resv per struct drm_gpuvmDanilo Krummrich1-2/+11
2023-11-13drm/nouveau: make use of drm_gpuvm_range_valid()Danilo Krummrich2-19/+1
2023-11-13drm/gpuvm: convert WARN() to drm_WARN() variantsDanilo Krummrich1-1/+2
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich1-1/+1
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula1-0/+1
2023-11-08drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä1-2/+1
2023-11-04Merge tag 'topic/nvidia-gsp-2023-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds230-140/+14050
2023-11-03nouveau/gsp: add some basic registry entries.Dave Airlie1-10/+35
2023-11-03nouveau/gsp: fix message signature.Dave Airlie1-1/+1
2023-11-03nouveau/gsp: move to 535.113.01Dave Airlie73-171/+217
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+4
2023-11-02drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost1-1/+1
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds61-1256/+2513
2023-10-31nouveau/disp: fix post-gsp build on 32-bit arm.Dave Airlie1-11/+13