aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
2026-07-12nouveau/instmem: use iomapping interface for instmem handlingDave Airlie3-9/+32
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann6-10/+18
2026-06-26Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2026-06-24drm/nouveau/disp/r535: Add scanline position support + head state supportLyude Paul3-8/+6
2026-06-21nouveau/vmm: fix another SPT/LPT raceDave Airlie1-17/+14
2026-06-21drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit()Wentao Liang1-0/+1
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+8
2026-05-28Revert "nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)"Lyude Paul1-1/+1
2026-05-28Revert "nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementation"Lyude Paul2-4/+4
2026-05-28Revert "nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usage"Lyude Paul2-4/+4
2026-05-28drm/nouveau: tegra: Explicitly specify PMC instance to useThierry Reding1-1/+8
2026-05-28drm/nouveau/gsp: formally support GA100Timur Tabi1-8/+1
2026-05-28drm/nouveau/gsp: require GSP-RM for GA100 supportTimur Tabi1-1/+0
2026-05-28drm/nouveau/bios: skip the IFR header if presentTimur Tabi1-9/+101
2026-05-28drm/nouveau/bios: specify correct display fuse register for Ampere and AdaTimur Tabi1-1/+2
2026-05-28drm/nouveau: GA100 has an FRTS region size of zeroTimur Tabi1-2/+7
2026-05-28drm/nouveau: only boot FRTS if its region is allocatedTimur Tabi1-3/+6
2026-05-28drm/nouveau/gsp: read MMU_LOCK to fix WPR placement on GA100Timur Tabi1-0/+49
2026-05-28drm/nouveau/gsp: use fb.bios.addr for gspFwWprEnd instead of vga_workspace.addrTimur Tabi1-1/+1
2026-05-28drm/nouveau/gsp: add SEC2 to GA100 chip tableTimur Tabi1-0/+1
2026-05-28nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usageHongling Zeng2-4/+4
2026-05-28nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)Hongling Zeng1-1/+1
2026-05-28nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementationHongling Zeng2-4/+4
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter3-15/+18
2026-05-08drm/nouveau/gsp: Use kzalloc_flex() for r535 display funcsRosen Penev1-1/+2
2026-05-08nouveau/vmm: use kzalloc_flexRosen Penev1-1/+2
2026-05-01Revert "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/misc/kernel into drm-nextDave 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/drm/misc/kernel into drm-nextDave 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 connectorsAlex 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-31/+622