summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2026-03-19nouveau/dpcd: return EBUSY for aux xfer if the device is asleepDave Airlie1-0/+3
2026-03-19nouveau/gsp: drop WARN_ON in ACPI probesDave Airlie1-6/+6
2026-02-11nouveau/gsp: fix suspend/resume regression on r570 firmwareDave Airlie4-7/+7
2026-02-11nouveau/gsp: use rpc sequence numbers properly.Dave Airlie4-3/+15
2026-02-11nouveau: add a third state to the fini handler.Dave Airlie56-84/+139
2026-02-06Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"John Ogness1-2/+0
2026-01-30drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)Lyude Paul1-0/+2
2026-01-30drm/nouveau: implement missing DCB connector types; gracefully handle unknown...Alex Ramírez1-20/+53
2026-01-30drm/nouveau: add missing DCB connector typesAlex Ramírez1-21/+74
2026-01-23drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepareLyude Paul1-0/+1
2026-01-17nouveau: don't attempt fwsec on sb on newer platforms.Dave Airlie7-9/+49
2026-01-08drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fbLyude Paul2-1/+14
2026-01-08drm/nouveau/gsp: Allocate fwsec-sb at bootLyude Paul4-20/+58
2025-12-18drm/nouveau: fix circular dep oops from vendored i2c encoderRené Rebe2-21/+18
2025-12-18drm/nouveau: refactor deprecated strcpyMadhur Kumar1-3/+3
2025-12-18drm/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-18nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::bootNam Cao1-0/+2
2025-11-08Revert "drm/nouveau: set DMA mask before creating the flush page"Dave Airlie1-12/+12
2025-11-06drm/nouveau: Advertise correct modifiers on GB20xJames Jones4-3/+59
2025-11-06drm/nouveau: set DMA mask before creating the flush pageTimur Tabi1-12/+12
2025-10-27drm/nouveau: Fix race in nouveau_sched_fini()Philipp Stanner1-2/+12
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2025-10-07drm/nouveau: fix bad ret code in nouveau_bo_move_prepShuhao Fu1-1/+1
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie18-72/+154
2025-09-11nouveau: populate buffers before exporting them.Dave Airlie1-0/+12
2025-09-04Revert "drm/nouveau: Remove waitque for sched teardown"Philipp Stanner5-44/+24
2025-08-30drm/nouveau: Replace redundant return value judgment with PTR_ERR_OR_ZERO()Liao Yuanhong1-4/+1
2025-08-29nouveau: Membar before between semaphore writes and the interruptFaith Ekstrand2-1/+91
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-23drm/nouveau/disp: Always accept linear modifierJames Jones1-0/+4
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2-6/+6
2025-08-20Merge drm/drm-next into drm-misc-nextMaxime Ripard2-6/+6
2025-08-20drm/gpuvm: Pass map arguments through a structBoris Brezillon1-4/+7
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie12-24/+13
2025-08-15drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()Qianfeng Rong1-2/+2
2025-08-14Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitlab.freedesktop.org/...Dave Airlie2-6/+6
2025-08-13drm/nouveau: Improve message for missing firmwareMel Henning1-1/+3
2025-08-13drm/nouveau: Remove nvkm_gsp_fwif.enableMel Henning5-6/+5
2025-08-13drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT configMel Henning2-13/+1
2025-08-12drm/nouveau: always set RMDevidCheckIgnore for GSP-RMTimur Tabi1-0/+3
2025-08-11Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann12-91/+104
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann8-24/+42
2025-08-09drm/nouveau: fix typos in commentsMadhur Kumar1-3/+3
2025-08-09drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor().Fanhua Li1-1/+2
2025-08-09drm/nouveau: Remove surplus struct memberPhilipp Stanner2-3/+0
2025-08-09drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()Seyediman Seyedarab1-1/+1