summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-64/+64
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-65/+65
2026-02-04nouveau: add a third state to the fini handler.Dave Airlie-33/+45
2026-01-21drm/nouveau: implement missing DCB connector types; gracefully handle unknown...Alex Ramírez-20/+53
2025-09-15drm/nouveau: Support devfreq for TegraAaron Kling-0/+4
2025-09-15drm/nouveau: Support reclocking on gp10bAaron Kling-0/+1
2025-08-29nouveau: fix disabling the nonstall irq due to storm codeDave Airlie-8/+20
2025-06-03Merge drm-next-2025-05-28 into drm-misc-nextMaxime Ripard-4136/+273
2025-05-24drm/nouveau/tegra: Fix error pointer vs NULL return in nvkm_device_tegra_reso...Dan Carpenter-1/+1
2025-05-19drm/nouveau: add support for GB20xBen Skeggs-0/+123
2025-05-19drm/nouveau/gsp: add hal for fifo.chan.doorbell_handleBen Skeggs-1/+3
2025-05-19drm/nouveau: add support for GB10xBen Skeggs-0/+34
2025-05-19drm/nouveau: add support for GH100Ben Skeggs-0/+20
2025-05-19drm/nouveau: improve handling of 64-bit BARsBen Skeggs-29/+62
2025-05-19drm/nouveau/gsp: add common code for engines/engine objectsBen Skeggs-558/+8
2025-05-19drm/nouveau/gsp: add display class ids to gpu halBen Skeggs-58/+5
2025-05-19drm/nouveau/gsp: move subdev/engine impls to subdev/gsp/rm/r535/Ben Skeggs-3341/+0
2025-05-19drm/nouveau/gsp: remove gsp-specific chid allocation pathBen Skeggs-150/+19
2025-05-16drm/nouveau/dp: convert to use ERR_CAST()Zhang Enpei-1/+1
2025-05-16drm/nouveau/fifo: small cleanup in nvkm_chan_cctx_get()Dan Carpenter-1/+1
2025-01-07drm/nouveau/disp: Fix missing backlight control on Macbook 5,1Takashi Iwai-0/+1
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-2/+3
2024-11-14nouveau/dp: handle retries for AUX CH transfers with GSP.Dave Airlie-23/+34
2024-11-14nouveau: handle EBUSY and EAGAIN for GSP aux errors.Dave Airlie-1/+1
2024-10-29drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()Li Huafei-0/+1
2024-09-04drm/nouveau/tegra: Use iommu_paging_domain_alloc()Lu Baolu-2/+2
2024-07-27drm/nouveau/nvif: remove disp chan rd/wrBen Skeggs-24/+0
2024-07-27drm/nouveau/nvif: remove device rd/wrBen Skeggs-54/+0
2024-07-27drm/nouveau/nvif: remove device argsBen Skeggs-33/+3
2024-07-27drm/nouveau/nvif: remove client devlistBen Skeggs-14/+0
2024-07-27drm/nouveau/nvkm: remove perfmonBen Skeggs-2396/+1
2024-07-27drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device argsBen Skeggs-225/+207
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie-1/+1
2024-03-28drm/nouveau/gr/gf100: Remove second semicolonColin Ian King-1/+1
2024-03-15drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer()Lyude Paul-1/+1
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-68/+118
2024-01-17Merge tag 'drm-next-2024-01-15-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+5
2024-01-15nouveau/gsp: handle engines in runl without nonstall interrupts.Dave Airlie-1/+5
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+0
2024-01-08drm/nouveau/gr/gf100: don't misuse kernel-doc commentsRandy Dunlap-1/+1
2024-01-05drm/nouveau/dp: Honor GSP link training retry timeoutsLyude Paul-22/+42
2024-01-05nouveau/gsp: don't free ctrl messages on errorsDave Airlie-39/+69
2024-01-05nouveau/gsp: free userd allocation.Dave Airlie-0/+1
2024-01-05nouveau: fix disp disabling with GSPDave Airlie-2/+4
2024-01-05nouveau/gsp: drop some acpi related debugDave Airlie-7/+0
2023-12-15drm/nouveau/kms/nv50-: Don't allow inheritance of headless iorsLyude Paul-1/+1
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter-1/+1
2023-11-22drm/nouveau/fifo: Remove duplicated include in chan.cYang Li-1/+0