aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
11 daysRevert "drm/nouveau/gsp: add support for GA100"Timur Tabi3-15/+18
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie8-27/+77
2026-02-24drm/nouveau: Fetch zcull info from deviceMel Henning4-6/+58
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard181-331/+404
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard163-251/+282
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds160-213/+213
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook162-218/+217
2026-02-16nouveau/gsp: drop WARN_ON in ACPI probesDave Airlie1-6/+6
2026-02-14drm/nouveau/gsp: add support for GA100Timur Tabi3-18/+15
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-33/+65
2026-02-08drm/nouveau/gsp: simplify code with acpi_get_local_u64_address()Andy Shevchenko1-3/+4
2026-02-06Merge tag 'drm-misc-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/...Dave Airlie2-33/+65
2026-02-05nouveau/vmm: start tracking if the LPT PTE is valid. (v6)Dave Airlie2-9/+33
2026-02-05nouveau/vmm: increase size of vmm pte tracker struct to u32 (v2)Dave Airlie2-7/+8
2026-02-05nouveau/vmm: rewrite pte tracker using a struct and bitfields.Dave Airlie2-24/+31
2026-02-04nouveau/gsp: fix suspend/resume regression on r570 firmwareDave Airlie4-7/+7
2026-02-04nouveau: add a third state to the fini handler.Dave Airlie45-70/+106
2026-02-04nouveau/gsp: use rpc sequence numbers properly.Dave Airlie3-3/+9
2026-01-21drm/nouveau: implement missing DCB connector types; gracefully handle unknown...Alex Ramírez1-20/+53
2026-01-04nouveau: don't attempt fwsec on sb on newer platforms.Dave Airlie7-9/+49
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-20/+54
2025-12-04drm/nouveau/gsp: Allocate fwsec-sb at bootLyude Paul3-20/+54
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds18-32/+623
2025-11-24drm/nouveau: verify that hardware supports the flush page addressTimur Tabi5-0/+15
2025-11-24drm/nouveau: restrict the flush page to a 32-bit addressTimur Tabi1-1/+1
2025-11-19Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-12/+12
2025-11-17nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::bootNam Cao1-0/+2
2025-11-12drm/nouveau/mmu/tu102: Add support for compressed kindsBen Skeggs1-2/+44
2025-11-12drm/nouveau/mmu/gp100: Remove unused/broken support for compressionBen Skeggs2-37/+6
2025-11-08Revert "drm/nouveau: set DMA mask before creating the flush page"Dave Airlie1-12/+12
2025-11-06drm/nouveau: set DMA mask before creating the flush pageTimur Tabi1-12/+12
2025-09-15drm/nouveau: Support devfreq for TegraAaron Kling9-0/+366
2025-09-15drm/nouveau: Support reclocking on gp10bAaron Kling4-0/+199
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie8-23/+30
2025-08-29nouveau: fix disabling the nonstall irq due to storm codeDave Airlie5-8/+21
2025-08-25drm/nouveau: remove unused memory target testTimur Tabi1-10/+3
2025-08-25drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wrTimur Tabi1-1/+1
2025-08-25drm/nouveau: fix error path in nvkm_gsp_fwsec_v2Timur Tabi1-2/+3
2025-08-15drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()Qianfeng Rong1-2/+2
2025-08-12drm/nouveau: Improve message for missing firmwareMel Henning1-1/+3
2025-08-12drm/nouveau: Remove nvkm_gsp_fwif.enableMel Henning5-6/+5
2025-08-12drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT configMel Henning1-5/+1
2025-08-12drm/nouveau: always set RMDevidCheckIgnore for GSP-RMTimur Tabi1-0/+3
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann3-12/+34
2025-08-09drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()Seyediman Seyedarab1-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+2
2025-07-07drm/nouveau/gsp: fix potential leak of memory used during acpi initBen Skeggs1-6/+14
2025-07-04nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcsDave Airlie1-0/+7
2025-06-13drm/nouveau: fix a use-after-free in r535_gsp_rpc_push()Zhi Wang1-5/+12