Nouveau Archive mirror
 help / color / mirror / Atom feed
[PATCH] [v7] nouveau: add command-line GSP-RM registry support
 2024-04-29 12:40 UTC  (6+ messages)

[PATCH 1/2] drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()
 2024-04-29  6:03 UTC  (6+ messages)
` [PATCH 2/2] drm/nouveau/gsp: Use the sg allocator for level 2 of radix3

[linux-next:master] BUILD REGRESSION bb7a2467e6beef44a80a17d45ebf2931e7631083
 2024-04-26 20:31 UTC 

[PATCH 1/2] drm/print: drop include debugfs.h and include where needed
 2024-04-25 11:36 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd
 2024-04-24 23:49 UTC 

[linux-next:master] BUILD REGRESSION a59668a9397e7245b26e9be85d23f242ff757ae8
 2024-04-23 19:20 UTC 

[PATCH AUTOSEL 5.10 8/9] drm/nouveau/dp: Don't probe eDP ports twice harder
 2024-04-23 11:02 UTC 

[PATCH AUTOSEL 5.15 8/9] drm/nouveau/dp: Don't probe eDP ports twice harder
 2024-04-23 11:02 UTC 

[PATCH AUTOSEL 6.1 8/9] drm/nouveau/dp: Don't probe eDP ports twice harder
 2024-04-23 11:02 UTC 

[PATCH AUTOSEL 6.6 11/16] drm/nouveau/dp: Don't probe eDP ports twice harder
 2024-04-23 11:01 UTC 

[PATCH AUTOSEL 6.8 12/18] drm/nouveau/dp: Don't probe eDP ports twice harder
 2024-04-23 11:01 UTC 

[PATCH AUTOSEL 6.8 13/43] nouveau/gsp: Avoid addressing beyond end of rpc->entries
 2024-04-22 23:13 UTC 

[linux-next:master] BUILD REGRESSION f529a6d274b3b8c75899e949649d231298f30a32
 2024-04-22 19:01 UTC 

[PATCH v2 1/2] drm/print: drop include debugfs.h and include where needed
 2024-04-22 12:48 UTC  (4+ messages)

[PATCH 000/156] drm/nouveau: replace "ioctl" interface between drm/nvkm
 2024-04-22  9:28 UTC  (156+ messages)
` [PATCH 004/156] drm/nouveau: pass drm to nv50_dmac_create(), rather than device+disp
` [PATCH 007/156] drm/nouveau: remove chan->drm
` [PATCH 010/156] drm/nouveau: always map device
` [PATCH 011/156] drm/nouveau: add nouveau_cli to nouveau_abi16
` [PATCH 012/156] drm/nouveau: handle limited nvif in abi16
` [PATCH 013/156] drm/nouveau: remove abi16->device
` [PATCH 014/156] drm/nouveau: remove abi16->handles
` [PATCH 015/156] drm/nouveau: store nvkm_device pointer in nouveau_drm
` [PATCH 016/156] drm/nouveau: create pci device once
` [PATCH 017/156] drm/nouveau: remove push pointer from nouveau_channel
` [PATCH 018/156] drm/nouveau/kms: remove a few unused struct members and fn decls
` [PATCH 019/156] drm/nouveau/kms: remove push pointer from nv50_dmac
` [PATCH 020/156] drm/nouveau/kms: move hw ring tracking vars into nvif_push
` [PATCH 021/156] drm/nouveau/kms: move dmac sync/vram ctxdmas to core+wndws
` [PATCH 022/156] drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device args
` [PATCH 023/156] drm/nouveau/nvkm: move nouveau_nvif.c to nvkm/core/driver.c
` [PATCH 024/156] drm/nouveau/nvkm: move nvkm/engine/device/ to nvkm/device/
` [PATCH 025/156] drm/nouveau/nvkm: remove perfmon
` [PATCH 026/156] drm/nouveau/nvkm: remove nvkm_client_search()
` [PATCH 027/156] drm/nouveau/nvif: remove support for userspace backends
` [PATCH 028/156] drm/nouveau/nvif: remove route/token
` [PATCH 029/156] drm/nouveau/nvif: remove nvxx_object()
` [PATCH 030/156] drm/nouveau/nvif: remove nvxx_client()
` [PATCH 031/156] drm/nouveau/nvif: remove driver keep/fini
` [PATCH 032/156] drm/nouveau/nvif: remove client version
` [PATCH 033/156] drm/nouveau/nvif: remove client devlist
` [PATCH 034/156] drm/nouveau/nvif: remove client fini
` [PATCH 035/156] drm/nouveau/nvif: remove device args
` [PATCH 036/156] drm/nouveau/nvif: remove device rd/wr
` [PATCH 037/156] drm/nouveau/nvif: remove disp chan rd/wr
` [PATCH 038/156] drm/nouveau/nvkm: rename struct nvkm_uevent
` [PATCH 039/156] drm/nouveau/nvkm: remove nvkm_client()
` [PATCH 040/156] drm/nouveau/nvkm: rename struct nvkm_udevice
` [PATCH 041/156] drm/nouveau/nvkm: rename struct nvkm_control
` [PATCH 042/156] drm/nouveau/nvkm: rename struct nvkm_uvfn
` [PATCH 043/156] drm/nouveau/nvkm: rename struct nvkm_ummu
` [PATCH 044/156] drm/nouveau/nvkm: rename struct nvkm_umem
` [PATCH 045/156] drm/nouveau/nvkm: rename struct nvkm_uvmm
` [PATCH 046/156] drm/nouveau/nvkm: detach user handling from nvkm_fault_buffer
` [PATCH 047/156] drm/nouveau/nvkm: detach user handling from nvkm_disp
` [PATCH 048/156] drm/nouveau/nvkm: detach user handling from nvkm_conn
` [PATCH 049/156] drm/nouveau/nvkm: detach user handling from nvkm_outp
` [PATCH 050/156] drm/nouveau/nvkm: detach user handling from nvkm_uhead
` [PATCH 051/156] drm/nouveau/nvkm: detach user handling from nvkm_disp_chan
` [PATCH 052/156] drm/nouveau/nvkm: rename struct nvkm_ucgrp
` [PATCH 053/156] drm/nouveau/nvkm: rename struct nvkm_uchan
` [PATCH 054/156] drm/nouveau/nvkm: move umem list to mmu
` [PATCH 055/156] drm/nouveau/disp: simplify hw user definition
` [PATCH 056/156] drm/nouveau/nvif: output oclass id in object dbg messages
` [PATCH 057/156] drm/nouveau/nvif: add alternate version of nvif_object_ctor()
` [PATCH 058/156] drm/nouveau/nvif: add alternate version of nvif_event_ctor()
` [PATCH 059/156] drm/nouveau/nvif: move nvif<->nvkm interface definitions to driverif.h
` [PATCH 060/156] drm/nouveau/nvif: rework "new driver" api
` [PATCH 061/156] drm/nouveau/nvkm: remove device list
` [PATCH 062/156] drm/nouveau/nvif: rework driver "new client" api
` [PATCH 063/156] drm/nouveau/nvif: rework client "new device" api
` [PATCH 064/156] drm/nouveau/nvif: remove client from object rb
` [PATCH 065/156] drm/nouveau/nvif: rework device "sclass" api
` [PATCH 066/156] drm/nouveau/nvif: rework device "map" api
` [PATCH 067/156] drm/nouveau/nvif: rework device "info v0" api
` [PATCH 068/156] drm/nouveau/nvif: rework device "info v1" api
` [PATCH 069/156] drm/nouveau/nvif: rework device "time" api
` [PATCH 070/156] drm/nouveau/nvif: rework device "new ctrl" api
` [PATCH 071/156] drm/nouveau/nvif: rework ctrl "pstate info" api
` [PATCH 072/156] drm/nouveau/nvif: rework ctrl "pstate attr" api
` [PATCH 073/156] drm/nouveau/nvif: rework ctrl "pstate user" api
` [PATCH 074/156] drm/nouveau/nvif: remove ctrl from object rb
` [PATCH 075/156] drm/nouveau/nvif: rework device "new usermode" api
` [PATCH 076/156] drm/nouveau/nvif: rework usermode "map" api
` [PATCH 077/156] drm/nouveau/nvif: remove usermode from object rb
` [PATCH 078/156] drm/nouveau/nvif: rework device "new mmu" api
` [PATCH 079/156] drm/nouveau/nvif: rework mmu "sclass" api
` [PATCH 080/156] drm/nouveau/nvif: rework mmu "heap" api
` [PATCH 081/156] drm/nouveau/nvif: rework mmu "type" api
` [PATCH 082/156] drm/nouveau/nvif: rework mmu "kind" api
` [PATCH 083/156] drm/nouveau/nvif: rework mmu "new mem" api
` [PATCH 084/156] drm/nouveau/nvif: rework mem "map"/"unmap" apis
` [PATCH 085/156] drm/nouveau/nvif: rework mmu "new vmm" api
` [PATCH 086/156] drm/nouveau/nvif: remove mmu from object rb
` [PATCH 087/156] drm/nouveau/nvif: rework vmm "page" api
` [PATCH 088/156] drm/nouveau/nvif: rework vmm "get"/"put" apis
` [PATCH 089/156] drm/nouveau/nvif: rework vmm "map"/"unmap" apis
` [PATCH 090/156] drm/nouveau/nvif: rework vmm "pfnmap"/"pfnclr" apis
` [PATCH 091/156] drm/nouveau/nvif: rework vmm "raw get"/"raw put" apis
` [PATCH 092/156] drm/nouveau/nvif: rework vmm "raw map"/"raw unmap" apis
` [PATCH 093/156] drm/nouveau/nvif: rework vmm "raw sparse" api
` [PATCH 094/156] drm/nouveau/nvif: rework vmm "fault replay"/"fault cancel" apis
` [PATCH 095/156] drm/nouveau/nvif: rework device "new fault buffer" api
` [PATCH 096/156] drm/nouveau/nvif: rework fault buffer "map" api
` [PATCH 097/156] drm/nouveau/nvif: rework fault buffer "new event" api
` [PATCH 098/156] drm/nouveau/nvif: remove fault buffer from object rb
` [PATCH 099/156] drm/nouveau/nvif: rework device "new disp" api
` [PATCH 100/156] drm/nouveau/nvif: rework disp "sclass" api
` [PATCH 101/156] drm/nouveau/nvif: rework disp "new caps" api
` [PATCH 102/156] drm/nouveau/nvif: rework disp "new conn" api
` [PATCH 103/156] drm/nouveau/nvif: rework conn "new event" api
` [PATCH 104/156] drm/nouveau/nvif: remove conn from object rb
` [PATCH 105/156] drm/nouveau/nvif: rework disp "new outp" api
` [PATCH 106/156] drm/nouveau/nvif: rework outp "detect" api
` [PATCH 107/156] drm/nouveau/nvif: rework outp "edid get" api
` [PATCH 108/156] drm/nouveau/nvif: rework outp "load detect" api
` [PATCH 109/156] drm/nouveau/nvif: rework outp "inherit" apis
` [PATCH 110/156] drm/nouveau/nvif: rework outp "acquire" api
` [PATCH 111/156] drm/nouveau/nvif: rework outp "release" api
` [PATCH 112/156] drm/nouveau/nvif: rework outp "bl get"/"bl set" apis
` [PATCH 113/156] drm/nouveau/nvif: rework outp "lvds config" api
` [PATCH 114/156] drm/nouveau/nvif: rework outp "hdmi "
` [PATCH 115/156] drm/nouveau/nvif: rework outp "infoframe" api
` [PATCH 116/156] drm/nouveau/nvif: rework outp "hda eld" api
` [PATCH 117/156] drm/nouveau/nvif: rework outp "dp aux pwr" api
` [PATCH 118/156] drm/nouveau/nvif: rework outp "dp aux xfer" api
` [PATCH 119/156] drm/nouveau/nvif: rework outp "dp rates" api
` [PATCH 120/156] drm/nouveau/nvif: rework outp "dp train" api
` [PATCH 121/156] drm/nouveau/nvif: rework outp "dp drive" api
` [PATCH 122/156] drm/nouveau/nvif: rework outp "dp sst" api
` [PATCH 123/156] drm/nouveau/nvif: rework outp "dp mst id get"/"dp mst id put" apis
` [PATCH 124/156] drm/nouveau/nvif: rework outp "dp mst vcpi" api
` [PATCH 125/156] drm/nouveau/nvif: remove outp from object rb
` [PATCH 126/156] drm/nouveau/nvif: rework disp "new head" api
` [PATCH 127/156] drm/nouveau/nvif: rework head "scanoutpos" api
` [PATCH 128/156] drm/nouveau/nvif: rework head "new event" api
` [PATCH 129/156] drm/nouveau/nvif: remove head from object rb
` [PATCH 130/156] drm/nouveau/nvif: rework disp "new chan" apis
` [PATCH 131/156] drm/nouveau/nvif: remove disp from object rb
` [PATCH 132/156] drm/nouveau/nvif: rework disp chan "new ctxdma" api
` [PATCH 133/156] drm/nouveau/nvif: remove disp chans from object rb
` [PATCH 134/156] drm/nouveau/nvif: rework device "new cgrp" api
` [PATCH 135/156] drm/nouveau/nvif: rework device "new ctxdma" api
` [PATCH 136/156] drm/nouveau/nvif: rework device/cgrp "new chan" apis
` [PATCH 137/156] drm/nouveau/nvif: remove mem from object rb
` [PATCH 138/156] drm/nouveau/nvif: remove vmm "
` [PATCH 139/156] drm/nouveau/nvif: remove ctxdma "
` [PATCH 140/156] drm/nouveau/nvif: remove device "
` [PATCH 141/156] drm/nouveau/nvif: rework chan "map" api
` [PATCH 142/156] drm/nouveau/nvif: rework chan "sclass" api
` [PATCH 143/156] drm/nouveau/nvif: rework chan "new event" apis
` [PATCH 144/156] drm/nouveau/nvif: rework chan "new ctxdma" api
` [PATCH 145/156] drm/nouveau/nvif: rework chan "new engobj" apis
` [PATCH 146/156] drm/nouveau/nvif: remove chan from object rb
` [PATCH 147/156] drm/nouveau/nvif: rework engobj "mthd" api
` [PATCH 148/156] drm/nouveau/nvif: rework engobj "new event" api
` [PATCH 149/156] drm/nouveau/nvif: remove engobj from object rb
` [PATCH 150/156] drm/nouveau/nvkm: switch nvkm_object to non-irqsafe spinlock
` [PATCH 151/156] drm/nouveau: remove client_mutex
` [PATCH 152/156] drm/nouveau: move nvxx_* definitions to nouveau_drv.h
` [PATCH 153/156] drm/nouveau: pass nouveau_drm to nvxx_*
` [PATCH 154/156] drm/nouveau: remove remaining usage of nvif_device.info
` [PATCH 155/156] drm/nouveau: remove remaining usage of nvif_device.object.map
` [PATCH 156/156] drm/nouveau: remove remaining usage of nouveau_drm.client

Issues with trying to boot falcons from sgt memory + Possible firmware SG_DEBUG fix?
 2024-04-19 13:54 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION a35e92ef04c07bd473404b9b73d489aea19a60a8
 2024-04-19 19:34 UTC 

Nouveau on a RISC-V SBC with Tesla K80? Supposed to not work or yes?
 2024-04-19 15:25 UTC  (2+ messages)

[PATCH] [v5] nouveau: add command-line GSP-RM registry support
 2024-04-16 21:37 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 7b4f2bc91c15fdcf948bb2d9741a9d7d54303f8d
 2024-04-18 19:22 UTC 

[linux-next:master] BUILD REGRESSION 4eab358930711bbeb85bf5ee267d0d42d3394c2c
 2024-04-17 19:17 UTC 

[PATCH v6 0/5] Add support for getting EDID over ACPI to DRM
 2024-04-17 14:18 UTC  (7+ messages)
` [PATCH v6 3/5] drm: Add support to get EDID from ACPI

[PATCH] drm/nouveau/disp: fix an error problem in nvkm_uconn_new()
 2024-04-17  8:39 UTC 

[PATCH] nouveau: rip out busy fence waits
 2024-04-17  5:40 UTC 


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).