Nouveau Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-24 07:19:53 to 2024-10-04 14:28:40 UTC [more...]

[PATCH] drm/nouveau/i2c: rename aux.c and aux.h to auxch.c and auxch.h
 2024-10-03 18:19 UTC  (3+ messages)

[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
 2024-05-28 21:20 UTC  (9+ messages)
` [RFC PATCH 7/8] rust: add firmware abstractions

[PATCH v2 0/2] drm/ttm: Add an option to report graphics memory OOM
 2024-10-04 14:28 UTC  (10+ messages)
` [PATCH v2 1/2] drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
` [PATCH v2 2/2] drm/ttm: Add a device flag to propagate -ENOSPC on OOM

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-04  9:41 UTC  (2+ messages)
` [PATCH 10/51] drm/nouveau: "

[PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex
 2024-10-03 21:55 UTC  (2+ messages)

[PATCH 1/2] [v2] drm/nouveau: retain device pointer in nvkm_gsp_mem object
 2024-10-03 21:48 UTC  (3+ messages)
` [PATCH 2/2] [v8] drm/nouveau: expose GSP-RM logging buffers via debugfs

[PATCH][next] drm/nouveau: Avoid -Wflex-array-member-not-at-end warning
 2024-10-03 19:13 UTC  (7+ messages)

[PATCH 0/2] drm: Treewide plane/crtc legacy state sweeping
 2024-10-03 15:45 UTC  (8+ messages)
` [PATCH 1/2] drm: Move plane->{fb, old_fb, crtc} to legacy sub-structure
  ` [PATCH 1/2] drm: Move plane->{fb,old_fb,crtc} "
  ` [PATCH 2/2] drm: Move crtc->{x, y, mode, enabled} "

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers
 2024-10-03 13:11 UTC  (46+ messages)
` [PATCH v5 17/80] drm/ili9341: Run DRM default client setup
` [PATCH v5 24/80] drm/logicvc: "
` [PATCH v5 31/80] drm/panel-mipi-dbi: "
` [PATCH v5 32/80] drm/pl111: "
` [PATCH v5 35/80] drm/renesas/shmobile: "
` [PATCH v5 36/80] drm/repaper: "
` [PATCH v5 39/80] drm/stm: "
` [PATCH v5 41/80] drm/tidss: "
` [PATCH v5 42/80] drm/tilcdc: "
` [PATCH v5 44/80] drm/st7735r: "
` [PATCH v5 47/80] drm/xlnx: "
` [PATCH v5 49/80] drm/fbdev-shmem: Support struct drm_driver.fbdev_probe
` [PATCH v5 50/80] drm/ast: Run DRM default client setup
` [PATCH v5 51/80] drm/bochs: "
` [PATCH v5 55/80] drm/hyperv_drm: "
` [PATCH v5 58/80] drm/simpledrm: "
` [PATCH v5 59/80] drm/solomon: "
` [PATCH v5 60/80] drm/udl: "
` [PATCH v5 61/80] drm/virtgpu: "
` [PATCH v5 62/80] drm/vkms: "
` [PATCH v5 64/80] drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
` [PATCH v5 65/80] drm/amdgpu: Run DRM default client setup
` [PATCH v5 66/80] drm/hisilicon/hibmc: "
` [PATCH v5 67/80] drm/loongson: "
` [PATCH v5 68/80] drm/nouveau: "
` [PATCH v5 69/80] drm/qxl: "
` [PATCH v5 70/80] drm/vboxvideo: "
` [PATCH v5 71/80] drm/vmwgfx: "
` [PATCH v5 72/80] drm/fbdev-ttm: Remove obsolete setup function
` [PATCH v5 73/80] drm/armada: Run DRM default client setup
` [PATCH v5 74/80] drm/exynos-drm: "
` [PATCH v5 75/80] drm/gma500: "
` [PATCH v5 76/80] drm/msm: "
` [PATCH v5 77/80] drm/radeon: "
` [PATCH v5 78/80] drm/tegra: "
` [PATCH v5 79/80] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev
` [PATCH v5 80/80] drm/omapdrm: Run DRM default client setup

[PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
 2024-10-02 20:03 UTC  (9+ messages)
` [PATCH v2 1/3] drm/nouveau/tegra: "

[RFC 00/29] Introduce NVIDIA GPU Virtualization (vGPU) Support
 2024-09-30 15:59 UTC  (71+ messages)
` [RFC 01/29] nvkm/vgpu: introduce NVIDIA vGPU support prelude
` [RFC 02/29] nvkm/vgpu: attach to nvkm as a nvkm client
` [RFC 03/29] nvkm/vgpu: reserve a larger GSP heap when NVIDIA vGPU is enabled
` [RFC 04/29] nvkm/vgpu: set the VF partition count "
` [RFC 05/29] nvkm/vgpu: populate GSP_VF_INFO "
` [RFC 06/29] nvkm/vgpu: set RMSetSriovMode "
` [RFC 07/29] nvkm/gsp: add a notify handler for GSP event GPUACCT_PERFMON_UTIL_SAMPLES
` [RFC 08/29] nvkm/vgpu: get the size VMMU segment from GSP firmware
` [RFC 09/29] nvkm/vgpu: introduce the reserved channel allocator
` [RFC 10/29] nvkm/vgpu: introduce interfaces for NVIDIA vGPU VFIO module
` [RFC 11/29] nvkm/vgpu: introduce GSP RM client alloc and free for vGPU
` [RFC 12/29] nvkm/vgpu: introduce GSP RM control interface "
` [RFC 13/29] nvkm: move chid.h to nvkm/engine
` [RFC 14/29] nvkm/vgpu: introduce channel allocation for vGPU
` [RFC 15/29] nvkm/vgpu: introduce FB memory "
` [RFC 16/29] nvkm/vgpu: introduce BAR1 map routines for vGPUs
` [RFC 17/29] nvkm/vgpu: introduce engine bitmap for vGPU
` [RFC 18/29] nvkm/vgpu: introduce pci_driver.sriov_configure() in nvkm
` [RFC 19/29] vfio/vgpu_mgr: introdcue vGPU lifecycle management prelude
` [RFC 20/29] vfio/vgpu_mgr: allocate GSP RM client for NVIDIA vGPU manager
` [RFC 21/29] vfio/vgpu_mgr: introduce vGPU type uploading
` [RFC 22/29] vfio/vgpu_mgr: allocate vGPU FB memory when creating vGPUs
` [RFC 23/29] vfio/vgpu_mgr: allocate vGPU channels "
` [RFC 24/29] vfio/vgpu_mgr: allocate mgmt heap "
` [RFC 25/29] vfio/vgpu_mgr: map mgmt heap when creating a vGPU
` [RFC 26/29] vfio/vgpu_mgr: allocate GSP RM client when creating vGPUs
` [RFC 27/29] vfio/vgpu_mgr: bootload the new vGPU
` [RFC 28/29] vfio/vgpu_mgr: introduce vGPU host RPC channel
` [RFC 29/29] vfio/vgpu_mgr: introduce NVIDIA vGPU VFIO variant driver

[PATCH 0/2] *** BUG Fix for Nouveau Memory***
 2024-09-30 11:20 UTC  (5+ messages)
` [PATCH 1/2] nouveau/dmem: Fix privileged error in copy engine channel
` [PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error

[PATCH 0/2] *** drm/nouveau/dmem: Fix Memory Leaking and Device Channels configuration***
 2024-09-29 23:11 UTC  (4+ messages)
` [PATCH 1/2] nouveau/dmem: Fix privileged error in copy engine channel
` [PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error

[PATCH 0/2] *** drm/nouveau/dmem: Fix Memory Leaking and Device Channels configuration***
 2024-09-29 12:16 UTC  (3+ messages)
` [PATCH 1/2] nouveau/dmem: Fix privileged error in copy engine channel
` [PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error

[PATCH 0/2] *** drm/nouveau/dmem: BUG Fixes for Nouveau DMEM***
 2024-09-29 12:08 UTC  (3+ messages)
` [PATCH 1/2] nouveau/dmem: Fix privileged error in copy engine channel
` [PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error

[PATCH 0/2] *** BUG Fix for Nouveau Memory***
 2024-09-18 15:41 UTC  (3+ messages)
` [PATCH 1/2] nouveau/dmem: Fix privileged error in copy engine channel
` [PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error

[PATCH 0/2] *** BUG Fix for Nouveau Memory***
 2024-09-29 11:44 UTC  (3+ messages)
` [PATCH 1/2] nouveau/dmem: Fix privileged error in copy engine channel
` [PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error

[PATCH v3 00/37] drm/nouveau: misc. cleanups and removal of unused apis
 2024-07-31 18:33 UTC  (61+ messages)
` [PATCH v3 01/37] drm/nouveau: move nouveau_drm_device_fini() above init()
` [PATCH v3 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
` [PATCH v3 03/37] drm/nouveau: replace drm_device* with nouveau_drm* as dev drvdata
` [PATCH v3 04/37] drm/nouveau: create pci device once
` [PATCH v3 05/37] drm/nouveau: store nvkm_device pointer in nouveau_drm
` [PATCH v3 06/37] drm/nouveau: move allocation of root client out of nouveau_cli_init()
` [PATCH v3 07/37] drm/nouveau: add nouveau_cli to nouveau_abi16
` [PATCH v3 09/37] drm/nouveau: remove abi16->device
` [PATCH v3 10/37] drm/nouveau: remove abi16->handles
` [PATCH v3 11/37] drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device args
` [PATCH v3 13/37] drm/nouveau/nvkm: remove nvkm_client_search()
` [PATCH v3 16/37] drm/nouveau/nvif: remove nvxx_object()
` [PATCH v3 17/37] drm/nouveau/nvif: remove nvxx_client()
` [PATCH v3 18/37] drm/nouveau/nvif: remove driver keep/fini
` [PATCH v3 20/37] drm/nouveau/nvif: remove client version
` [PATCH v3 22/37] drm/nouveau/nvif: remove client fini
` [PATCH v3 24/37] drm/nouveau: always map device
` [PATCH v3 25/37] drm/nouveau/nvif: remove device rd/wr
` [PATCH v3 27/37] drm/nouveau: move nvxx_* definitions to nouveau_drv.h
` [PATCH v3 28/37] drm/nouveau: add nvif_mmu to nouveau_drm
` [PATCH v3 29/37] drm/nouveau: pass drm to nouveau_mem_new(), instead of cli
` [PATCH v3 30/37] drm/nouveau: pass drm to nv50_dmac_create(), rather than device+disp
` [PATCH v3 31/37] drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
` [PATCH v3 32/37] drm/nouveau: remove nouveau_chan.device
` [PATCH v3 33/37] drm/nouveau: remove chan->drm
` [PATCH v3 34/37] drm/nouveau: remove master
` [PATCH v3 35/37] drm/nouveau: remove push pointer from nouveau_channel
` [PATCH v3 36/37] drm/nouveau/kms: remove a few unused struct members and fn decls
` [PATCH v3 37/37] drm/nouveau/kms: remove push pointer from nv50_dmac

[PATCH 0/3] NVKM GSP RPC fixes
 2024-09-22 13:07 UTC  (4+ messages)
` [PATCH 1/3] nvkm/gsp: correctly advance the read pointer of GSP message queue
` [PATCH 2/3] nvkm/gsp: correctly calculate the available space of the GSP cmdq buffer
` [PATCH 3/3] nvkm/gsp: handle the return of large RPC

Some program windows only show "rain"
 2024-09-25 10:44 UTC  (2+ messages)

[PATCH v3 0/2] drm/nouveau: Add drm_panic support for nv50+
 2024-09-24 12:38 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).