aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds23-49/+150
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-10/+12
13 daysBackMerge tag 'v7.2' into drm-nextDave Airlie1-0/+1
2026-08-11Revert "drm/nouveau: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-08-06cgroup/dmem: Introduce struct dmem_cgroup_init for region initializationThomas Hellström1-1/+4
2026-08-05drm/nouveau: Wire up dmem cgroupsNatalie Vock1-0/+5
2026-08-04drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faultsStanislav Kinsburskii1-9/+11
2026-07-27drm/nouveau/kms/nv50-: Unconditionally create blend_mode prop for wndwsLyude Paul1-7/+11
2026-07-27drm/nouveau/kms/nv50-: Introduce nv50_wndw_default_state()Lyude Paul3-0/+27
2026-07-27drm/nouveau/kms/nv50-: Add .blend_modes to nv50_wndw_funcLyude Paul10-0/+26
2026-07-27drm/nouveau: allow allocating NVDEC channels via abi16Dave Airlie2-5/+13
2026-07-17drm/nouveau: Omit a redundant pm_runtime_mark_last_busy() call in nouveau_pmops_runtime_idle()Markus Elfring1-1/+0
2026-07-12nouveau/instmem: use iomapping interface for instmem handlingDave Airlie3-9/+32
2026-07-10nouveau/vmm: fix another SPT/LPT raceDave Airlie1-17/+14
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann10-18/+28
2026-06-26Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-4/+5
2026-06-24drm/nouveau/disp/r535: Add scanline position support + head state supportLyude Paul3-8/+6
2026-06-21drm/nouveau: Simplify nouveau_cli_workTvrtko Ursulin1-17/+17
2026-06-21nouveau/vmm: fix another SPT/LPT raceDave Airlie1-17/+14
2026-06-21nouveau/gem: reserve the bo in the info ioctl around the vma lookupDave Airlie1-1/+10
2026-06-21drm/nouveau: fix reversed error cleanup order in ucopy functionsJunrui Luo2-4/+4
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 Torvalds2-1/+10
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao1-1/+0
2026-05-28Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functions"Lyude Paul1-3/+3
2026-05-28Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rd"Lyude Paul1-1/+1
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 Reding2-1/+10
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-28nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rdHongling Zeng1-1/+1
2026-05-28nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functionsHongling Zeng1-3/+3
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-08drm/nouveau/kms/nvd9-: Remove unused header in crc.cLyude Paul1-1/+0
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard9-59/+59