20:28 pmoreau: Looks like I might have a working solution for resizing the TLS. Will need some further testing though.
21:40 marex: hi, I keep running into suspend issues on quadro fx 880m, the suspend takes ~5 minutes, resume is quick
21:40 marex: the suspend issue only happens if weston/sway is running , if I am in kms console, the suspend is fast
21:40 marex: I enabled debug, noticed this nouveau: DRM-master:00000000:00000000: suspend completed in 2060990us
21:40 imirkin: fx 880m == what, G96?
21:40 marex: It looks similar to this report https://bugs.freedesktop.org/show_bug.cgi?id=109600
21:41 imirkin: marex: lspci -nn -d 10de:
21:42 marex: imirkin: GT216 maybe ?
21:42 marex: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT216GLM [Quadro FX 880M] [10de:0a3c] (rev a2)
21:42 imirkin: is that what lspci says?
21:42 imirkin: ok yeah, cool
21:43 ccr: might not be related, but I have a "slow suspend" issue on my craptop which goes away if I disable pm_async. there's no indication that it's in any way related to nouveau in my case tho.
21:43 marex: imirkin: btw its not urgent or anything, this can wait for later
21:43 ccr: but if you want to try, "echo 0 > /sys/power/pm_async" and then suspend
21:43 imirkin: marex: not sure what i'd say differently even if it were :)
21:43 marex: ccr: I _suspect_ what is going on is that weston or sway is somehow holding on to some buffer, that's why the "suspend completed" takes so long
21:44 ccr: using Xorg in my case
21:44 marex: imirkin: what I meant to say I guess is, no stress ...
21:45 marex: ccr: nope, same thing
21:47 ccr:nods
21:47 ccr: as I thought, in my case it's probably caused by something else entirely
21:49 marex: I think so