summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Removes unnecessary args check in nouveau_uvmm_sm_prepareYuran Pereira2023-11-301-1/+4
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-11-286-16/+22
|\
| * Merge v6.7-rc3 into drm-nextDaniel Vetter2023-11-281-1/+1
| |\
| | * nouveau/gsp: allocate enough space for all channel ids.Dave Airlie2023-11-211-1/+1
| * | Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-11-231-4/+5
| |\ \
| | * | drm/dp_mst: Store the MST PBN divider value in fixed point formatImre Deak2023-11-211-2/+4
| | * | drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä2023-11-081-2/+1
| * | | Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-11-233-5/+3
| |\ \ \
| * \ \ \ Merge tag 'drm-misc-next-2023-11-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-11-209-91/+133
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | nouveau: don't fail driver load if no display hw present.Dave Airlie2023-11-151-0/+5
| * | | | nouveau: use an rwlock for the event lock.Dave Airlie2023-11-142-8/+8
| * | | | 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
* | | | | drm/sched: Fix compilation issues with DRM priority renameLuben Tuikov2023-11-271-3/+3
* | | | | drm/nouveau: enable dynamic job-flow controlDanilo Krummrich2023-11-246-10/+15
* | | | | drm/nouveau: implement 1:1 scheduler - entity relationshipDanilo Krummrich2023-11-2410-195/+179
* | | | | drm/nouveau: use GPUVM common infrastructureDanilo Krummrich2023-11-246-115/+100
| |_|/ / |/| | |
* | | | drm/nouveau/fifo: Remove duplicated include in chan.cYang Li2023-11-221-1/+0
* | | | drm/nouveau: Convert to platform remove callback returning voidUwe Kleine-König2023-11-211-3/+2
* | | | drm/nouveau/fence:: fix warning directly dereferencing a rcu pointerAbhinav Singh2023-11-211-1/+1
| |/ / |/| |
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-15240-167/+14127
|\| |
| * | Merge tag 'topic/nvidia-gsp-2023-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-04230-140/+14050
| |\ \
| | * | 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-0373-171/+217
| | * | nouveau/disp: fix post-gsp build on 32-bit arm.Dave Airlie2023-10-311-11/+13
| | * | nouveau: fix r535 build on 32-bit arm.Dave Airlie2023-10-311-1/+1
| | * | drm/nouveau/ofa/r535: initial supportBen Skeggs2023-10-3117-0/+294
| | * | drm/nouveau/nvjpg/r535: initial supportBen Skeggs2023-10-3116-0/+246
| | * | drm/nouveau/nvenc/r535: initial supportBen Skeggs2023-10-3113-1/+248
| | * | drm/nouveau/nvdec/r535: initial supportBen Skeggs2023-10-3116-5/+370
| | * | drm/nouveau/gr/r535: initial supportBen Skeggs2023-10-3117-2/+742
| | * | drm/nouveau/ce/r535: initial supportBen Skeggs2023-10-3113-3/+193
| | * | drm/nouveau/fifo/r535: initial supportBen Skeggs2023-10-3119-6/+1079
| | * | drm/nouveau/disp/r535: initial supportBen Skeggs2023-10-3135-8/+3202
| | * | drm/nouveau/mmu/r535: initial supportBen Skeggs2023-10-3133-4/+1201
| | * | drm/nouveau/gsp/r535: add interrupt handlingBen Skeggs2023-10-3113-1/+291
| | * | drm/nouveau/gsp/r535: add support for rm allocBen Skeggs2023-10-318-0/+518
| | * | drm/nouveau/gsp/r535: add support for rm controlBen Skeggs2023-10-3114-0/+708
| | * | drm/nouveau/gsp/r535: add support for booting GSP-RMBen Skeggs2023-10-3140-2/+3896
| | * | drm/nouveau/nvkm: support loading fws into sg_tableBen Skeggs2023-10-312-4/+76
| | * | drm/nouveau/kms/tu102-: disable vbios parsing when running on RMBen Skeggs2023-10-311-1/+4
| | * | drm/nouveau/sec2/tu102-: prepare for GSP-RMBen Skeggs2023-10-315-2/+73
| | * | drm/nouveau/nvenc/tu102-: prepare for GSP-RMBen Skeggs2023-10-317-7/+46
| | * | drm/nouveau/nvdec/tu102-: prepare for GSP-RMBen Skeggs2023-10-318-12/+55
| | * | drm/nouveau/gr/tu102-: prepare for GSP-RMBen Skeggs2023-10-313-1/+14
| | * | drm/nouveau/fifo/tu102-: prepare for GSP-RMBen Skeggs2023-10-3110-22/+67
| | * | drm/nouveau/disp/tu102-: prepare for GSP-RMBen Skeggs2023-10-317-9/+21
| | * | drm/nouveau/ce/tu102-: prepare for GSP-RMBen Skeggs2023-10-313-0/+14
| | * | drm/nouveau/vfn/tu102-: prepare for GSP-RMBen Skeggs2023-10-315-1/+68