Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]<

 




On 01/02/2023 13:51, Chris Clayton wrote:
> 
> 
> On 30/01/2023 23:27, Ben Skeggs wrote:
>> On Tue, 31 Jan 2023 at 09:09, Chris Clayton <chris2553@xxxxxxxxxxxxxx> wrote:
>>>
>>> Hi again.
>>>
>>> On 30/01/2023 20:19, Chris Clayton wrote:
>>>> Thanks, Ben.
>>>
>>> <snip>
>>>
>>>>> Hey,
>>>>>
>>>>> This is a complete shot-in-the-dark, as I don't see this behaviour on
>>>>> *any* of my boards.  Could you try the attached patch please?
>>>>
>>>> Unfortunately, the patch made no difference.
>>>>
>>>> I've been looking at how the graphics on my laptop is set up, and have a bit of a worry about whether the firmware might
>>>> be playing a part in this problem. In order to offload video decoding to the NVidia TU117 GPU, it seems the scrubber
>>>> firmware must be available, but as far as I know,that has not been released by NVidia. To get it to work, I followed
>>>> what ubuntu have done and the scrubber in /lib/firmware/nvidia/tu117/nvdec/ is a symlink to
>>>> ../../tu116/nvdev/scrubber.bin. That, of course, means that some of the firmware loaded is for a different card is being
>>>> loaded. I note that processing related to firmware is being changed in the patch. Might my set up be at the root of my
>>>> problem?
>>>>
>>>> I'll have a fiddle an see what I can work out.
>>>>
>>>> Chris
>>>>
>>>>>
>>>>> Thanks,
>>>>> Ben.
>>>>>
>>>>>>
>>>
>>> Well, my fiddling has got my system rebooting and shutting down successfully again. I found that if I delete the symlink
>>> to the scrubber firmware, reboot and shutdown work again. There are however, a number of other files in the tu117
>>> firmware directory tree that that are symlinks to actual files in its tu116 counterpart. So I deleted all of those too.
>>> Unfortunately, the absence of one or more of those symlinks causes Xorg to fail to start. I've reinstated all the links
>>> except scrubber and I now have a system that works as it did until I tried to run a kernel that includes the bad commit
>>> I identified in my bisection. That includes offloading video decoding to the NVidia card, so what ever I read that said
>>> the scrubber firmware was needed seems to have been wrong. I get a new message that (nouveau 0000:01:00.0: fb: VPR
>>> locked, but no scrubber binary!), but, hey, we can't have everything.
>>>
>>> If you still want to get to the bottom of this, let me know what you need me to provide and I'll do my best. I suspect
>>> you might want to because there will a n awful lot of Ubuntu-based systems out there with that scrubber.bin symlink in
>>> place. On the other hand,m it could but quite a while before ubuntu are deploying 6.2 or later kernels.
>> The symlinks are correct - whole groups of GPUs share the same FW, and
>> we use symlinks in linux-firmware to represent this.
>>
>> I don't really have any ideas how/why this patch causes issues with
>> shutdown - it's a path that only gets executed during initialisation.
>> Can you try and capture the kernel log during shutdown ("dmesg -w"
>> over ssh? netconsole?), and see if there's any relevant messages
>> providing a hint at what's going on?  Alternatively, you could try
>> unloading the module (you will have to stop X/wayland/gdm/etc/etc
>> first) and seeing if that hangs too.
>>
>> Ben.
> 
> Sorry for the delay - I've been learning about netconsole and netcat. However, I had no success with ssh and netconsole
> produced a log with nothing unusual in it.
> 
> Simply stopping Xorg and removing the nouveau module succeeds.
> 
> So, I rebuilt rc6+ after a pull from linus' tree this morning and set the nouveau debug level to 7. I then booted to a
> console before doing a reboot (with Ctl+Alt+Del). As expected the machine locked up just before it would ordinarily
> restart. The last few lines on the console might be helpful:
> 
> ...
> nouveau 0000:01:00:0  fifo: preinit running...
> nouveau 0000:01:00:0  fifo: preinit completed in 4us
> nouveau 0000:01:00:0  gr: preinit running...
> nouveau 0000:01:00:0  gr: preinit completed in 0us
> nouveau 0000:01:00:0  nvdec0: preinit running...
> nouveau 0000:01:00:0  nvdec0: preinit completed in 0us
> nouveau 0000:01:00:0  nvdec0: preinit running...
> nouveau 0000:01:00:0  nvdec0: preinit completed in 0us
> nouveau 0000:01:00:0  sec2: preinit running...
> nouveau 0000:01:00:0  sec2: preinit completed in 0us
> nouveau 0000:01:00:0  fb:.VPR locked, running scrubber binary
> 
> These messages appear after the "sd 4:0:0:0 [sda] Stopping disk" I reported in my initial email.
> 
> After the "running scrubber" line appears the machine is locked and I have to hold down the power button to recover. I
> get the same outcome from running "halt -dip", "poweroff -di" and "shutdown -h -P now". I guess it's no surprise that
> all three result in the same outcome because invocations halt, poweroff and reboot (without the -f argument)from a
> runlevel other than 0 resukt in shutdown being run. switching to runlevel 0 with "telenit 0" results in the same
> messages from nouveau followed by the lockup.
> 
> Let me know if you need any additional diagnostics.
> 
> Chris
> 

I've done some more investigation and found that I hadn't done sufficient amemdment the scripts run at shutdown to
prevent the network being shutdown. I've now got netconsole captures for 6.2.0-rc6+
(9f266ccaa2f5228bfe67ad58a94ca4e0109b954a) and, for comparison, 6.1.9. These two logs are attached.

Chris

>>
>>>
>>> Thanks,
>>>
>>> Chris
>>>
>>> <snip>
netpoll: netconsole: local port 6666
netpoll: netconsole: local IPv4 address 192.168.1.10
netpoll: netconsole: interface 'eth0'
netpoll: netconsole: remote port 6666
netpoll: netconsole: remote IPv4 address 192.168.1.50
netpoll: netconsole: remote ethernet address ec:a8:6b:fe:88:d2
printk: console [netcon0] enabled
netconsole: network logging started
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000080: init running...
nouveau 0000:01:00.0: preinit running...
nouveau 0000:01:00.0: pci: preinit running...
nouveau 0000:01:00.0: pci: preinit completed in 0us
nouveau 0000:01:00.0: bios: preinit running...
nouveau 0000:01:00.0: bios: preinit completed in 0us
nouveau 0000:01:00.0: devinit: preinit running...
nouveau 0000:01:00.0: devinit: preinit completed in 2us
nouveau 0000:01:00.0: top: preinit running...
nouveau 0000:01:00.0: top: preinit completed in 0us
nouveau 0000:01:00.0: privring: preinit running...
nouveau 0000:01:00.0: privring: preinit completed in 0us
nouveau 0000:01:00.0: gpio: preinit running...
nouveau 0000:01:00.0: gpio: preinit completed in 0us
nouveau 0000:01:00.0: i2c: preinit running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: preinit completed in 214us
nouveau 0000:01:00.0: fuse: preinit running...
nouveau 0000:01:00.0: fuse: preinit completed in 0us
nouveau 0000:01:00.0: mc: preinit running...
nouveau 0000:01:00.0: mc: preinit completed in 0us
nouveau 0000:01:00.0: bus: preinit running...
nouveau 0000:01:00.0: bus: preinit completed in 0us
nouveau 0000:01:00.0: timer: preinit running...
nouveau 0000:01:00.0: timer: preinit completed in 0us
nouveau 0000:01:00.0: imem: preinit running...
nouveau 0000:01:00.0: imem: preinit completed in 0us
nouveau 0000:01:00.0: fb: preinit running...
nouveau 0000:01:00.0: fb: preinit completed in 0us
nouveau 0000:01:00.0: ltc: preinit running...
nouveau 0000:01:00.0: ltc: preinit completed in 0us
nouveau 0000:01:00.0: mmu: preinit running...
nouveau 0000:01:00.0: mmu: preinit completed in 0us
nouveau 0000:01:00.0: bar: preinit running...
nouveau 0000:01:00.0: bar: preinit completed in 0us
nouveau 0000:01:00.0: fault: preinit running...
nouveau 0000:01:00.0: fault: preinit completed in 0us
nouveau 0000:01:00.0: acr: preinit running...
nouveau 0000:01:00.0: acr: preinit completed in 0us
nouveau 0000:01:00.0: pmu: preinit running...
nouveau 0000:01:00.0: pmu: preinit completed in 38us
nouveau 0000:01:00.0: therm: preinit running...
nouveau 0000:01:00.0: therm: preinit completed in 0us
nouveau 0000:01:00.0: gsp: preinit running...
nouveau 0000:01:00.0: gsp: preinit completed in 0us
nouveau 0000:01:00.0: ce0: preinit running...
nouveau 0000:01:00.0: ce0: preinit completed in 1us
nouveau 0000:01:00.0: ce1: preinit running...
nouveau 0000:01:00.0: ce1: preinit completed in 0us
nouveau 0000:01:00.0: ce2: preinit running...
nouveau 0000:01:00.0: ce2: preinit completed in 0us
nouveau 0000:01:00.0: ce3: preinit running...
nouveau 0000:01:00.0: ce3: preinit completed in 0us
nouveau 0000:01:00.0: ce4: preinit running...
nouveau 0000:01:00.0: ce4: preinit completed in 0us
nouveau 0000:01:00.0: disp: preinit running...
nouveau 0000:01:00.0: disp: preinit completed in 0us
nouveau 0000:01:00.0: dma: preinit running...
nouveau 0000:01:00.0: dma: preinit completed in 0us
nouveau 0000:01:00.0: fifo: preinit running...
nouveau 0000:01:00.0: fifo: preinit completed in 4us
nouveau 0000:01:00.0: gr: preinit running...
nouveau 0000:01:00.0: gr: preinit completed in 0us
nouveau 0000:01:00.0: nvdec0: preinit running...
nouveau 0000:01:00.0: nvdec0: preinit completed in 0us
nouveau 0000:01:00.0: nvenc0: preinit running...
nouveau 0000:01:00.0: nvenc0: preinit completed in 0us
nouveau 0000:01:00.0: sec2: preinit running...
nouveau 0000:01:00.0: sec2: preinit completed in 0us
nouveau 0000:01:00.0: preinit completed in 567us
nouveau 0000:01:00.0: fini running...
nouveau 0000:01:00.0: sec2: fini running...
nouveau 0000:01:00.0: sec2: fini completed in 4us
nouveau 0000:01:00.0: nvenc0: fini running...
nouveau 0000:01:00.0: nvenc0: fini completed in 4us
nouveau 0000:01:00.0: nvdec0: fini running...
nouveau 0000:01:00.0: nvdec0: fini completed in 3us
nouveau 0000:01:00.0: gr: fini running...
nouveau 0000:01:00.0: gr: fini completed in 4us
nouveau 0000:01:00.0: fifo: fini running...
nouveau 0000:01:00.0: fifo: fini completed in 5us
nouveau 0000:01:00.0: dma: fini running...
nouveau 0000:01:00.0: dma: fini completed in 0us
nouveau 0000:01:00.0: disp: fini running...
nouveau 0000:01:00.0: disp: fini completed in 0us
nouveau 0000:01:00.0: ce4: fini running...
nouveau 0000:01:00.0: ce4: fini completed in 3us
nouveau 0000:01:00.0: ce3: fini running...
nouveau 0000:01:00.0: ce3: fini completed in 4us
nouveau 0000:01:00.0: ce2: fini running...
nouveau 0000:01:00.0: ce2: fini completed in 4us
nouveau 0000:01:00.0: ce1: fini running...
nouveau 0000:01:00.0: ce1: fini completed in 3us
nouveau 0000:01:00.0: ce0: fini running...
nouveau 0000:01:00.0: ce0: fini completed in 4us
nouveau 0000:01:00.0: gsp: fini running...
nouveau 0000:01:00.0: gsp: fini completed in 0us
nouveau 0000:01:00.0: therm: fini running...
nouveau 0000:01:00.0: therm: fini completed in 0us
nouveau 0000:01:00.0: pmu: fini running...
nouveau 0000:01:00.0: pmu: fini completed in 0us
nouveau 0000:01:00.0: acr: fini running...
nouveau 0000:01:00.0: acr: fini completed in 0us
nouveau 0000:01:00.0: fault: fini running...
nouveau 0000:01:00.0: fault: fini completed in 2us
nouveau 0000:01:00.0: bar: fini running...
nouveau 0000:01:00.0: bar: fini completed in 2us
nouveau 0000:01:00.0: mmu: fini running...
nouveau 0000:01:00.0: mmu: fini completed in 0us
nouveau 0000:01:00.0: ltc: fini running...
nouveau 0000:01:00.0: ltc: fini completed in 0us
nouveau 0000:01:00.0: fb: fini running...
nouveau 0000:01:00.0: fb: fini completed in 0us
nouveau 0000:01:00.0: imem: fini running...
nouveau 0000:01:00.0: imem: fini completed in 0us
nouveau 0000:01:00.0: timer: fini running...
nouveau 0000:01:00.0: timer: fini completed in 0us
nouveau 0000:01:00.0: bus: fini running...
nouveau 0000:01:00.0: bus: fini completed in 0us
nouveau 0000:01:00.0: mc: fini running...
nouveau 0000:01:00.0: mc: fini completed in 0us
nouveau 0000:01:00.0: fuse: fini running...
nouveau 0000:01:00.0: fuse: fini completed in 0us
nouveau 0000:01:00.0: i2c: fini running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: fini completed in 124us
nouveau 0000:01:00.0: gpio: fini running...
nouveau 0000:01:00.0: gpio: fini completed in 12us
nouveau 0000:01:00.0: privring: fini running...
nouveau 0000:01:00.0: privring: fini completed in 0us
nouveau 0000:01:00.0: top: fini running...
nouveau 0000:01:00.0: top: fini completed in 0us
nouveau 0000:01:00.0: devinit: fini running...
nouveau 0000:01:00.0: devinit: fini completed in 0us
nouveau 0000:01:00.0: bios: fini running...
nouveau 0000:01:00.0: bios: fini completed in 0us
nouveau 0000:01:00.0: pci: fini running...
nouveau 0000:01:00.0: pci: fini completed in 0us
nouveau 0000:01:00.0: fini completed in 353us...
nouveau 0000:01:00.0: init running...
nouveau 0000:01:00.0: pci: init running...
nouveau 0000:01:00.0: pci: init completed in 0us
nouveau 0000:01:00.0: bios: init running...
nouveau 0000:01:00.0: bios: init completed in 0us
nouveau 0000:01:00.0: devinit: init running...
nouveau 0000:01:00.0: devinit: init completed in 15us
nouveau 0000:01:00.0: top: init running...
nouveau 0000:01:00.0: top: init completed in 0us
nouveau 0000:01:00.0: privring: init running...
nouveau 0000:01:00.0: privring: init completed in 0us
nouveau 0000:01:00.0: gpio: init running...
nouveau 0000:01:00.0: gpio: init completed in 4us
nouveau 0000:01:00.0: i2c: init running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: aux 0003: init
nouveau 0000:01:00.0: i2c: aux 0004: init
nouveau 0000:01:00.0: i2c: aux 0005: init
nouveau 0000:01:00.0: i2c: aux 0006: init
nouveau 0000:01:00.0: i2c: aux 0007: init
nouveau 0000:01:00.0: i2c: aux 0008: init
nouveau 0000:01:00.0: i2c: aux 0009: init
nouveau 0000:01:00.0: i2c: init completed in 117us
nouveau 0000:01:00.0: fuse: init running...
nouveau 0000:01:00.0: fuse: init completed in 0us
nouveau 0000:01:00.0: mc: init running...
nouveau 0000:01:00.0: mc: init completed in 1us
nouveau 0000:01:00.0: bus: init running...
nouveau 0000:01:00.0: privring: HUB0: 00d054 00000007 (1b408216)
nouveau 0000:01:00.0: bus: init completed in 0us
nouveau 0000:01:00.0: timer: init running...
nouveau 0000:01:00.0: timer: time low        : 69d239f8
nouveau 0000:01:00.0: timer: time high       : 00000015
nouveau 0000:01:00.0: timer: init completed in 2us
nouveau 0000:01:00.0: imem: init running...
nouveau 0000:01:00.0: imem: init completed in 15198us
nouveau 0000:01:00.0: fb: init running...
nouveau 0000:01:00.0: privring: ROP0: 9a065c 00000010 (1a408201)
nouveau 0000:01:00.0: privring: ROP1: 9a065c 00000010 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000cb2c[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 		0xff710000 *
nouveau 0000:01:00.0: fb: 0x0000cb37[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3b[0]: 		0xff710000
nouveau 0000:01:00.0: privring: ROP0: 9a067c ff710000 (18408201)
nouveau 0000:01:00.0: privring: ROP1: 9a067c ff710000 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cb3f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb43[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb47[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb53[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb57[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 		0x00030002 *
nouveau 0000:01:00.0: fb: 0x0000cb66[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6a[0]: 		0x00030002
nouveau 0000:01:00.0: privring: ROP0: 9a0708 00030002 (19408201)
nouveau 0000:01:00.0: privring: ROP1: 9a0708 00030002 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cb6e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb72[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb76[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb82[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb86[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 		0x00004d28 *
nouveau 0000:01:00.0: fb: 0x0000cb95[0]: 		0x00004d1c
nouveau 0000:01:00.0: fb: 0x0000cb99[0]: 		0x00004d28
nouveau 0000:01:00.0: privring: ROP0: 9a070c 00004d28 (1a408201)
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004d28 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000cb9d[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba1[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba5[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cba9[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cbad[0]: 		0x00004828
nouveau 0000:01:00.0: fb: 0x0000cbb1[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb5[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbc6[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbca[0]: 		0x14141414
nouveau 0000:01:00.0: privring: ROP0: 9006a0 10101010 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cbce[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbd2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbd6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbda[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbde[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbe2[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbe6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbee[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbf2[0]: 		0x14141414
nouveau 0000:01:00.0: privring: ROP0: 9006a4 10101010 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000cbf6[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbfa[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbfe[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc02[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc06[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc0a[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc0e[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc13[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc20[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc24[0]: 		0x14141414
nouveau 0000:01:00.0: privring: ROP1: 9046a0 10101010 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cc28[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc2c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc30[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc34[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc38[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc3c[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc40[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc48[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc4c[0]: 		0x14141414
nouveau 0000:01:00.0: privring: ROP1: 9046a4 10101010 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000cc50[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc54[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc58[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc5c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc60[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc64[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc68[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc6d[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cc78[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc7c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: privring: ROP0: 9a06a8 0f0f0f0f (1b408201)
nouveau 0000:01:00.0: privring: ROP1: 9a06a8 0f0f0f0f (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cc80[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc84[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc88[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc8c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc90[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc94[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc98[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cca0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: privring: ROP0: 9a06ac 0f0f0f0f (18408201)
nouveau 0000:01:00.0: privring: ROP1: 9a06ac 0f0f0f0f (18408201)
nouveau 0000:01:00.0: fb: 0x0000cca8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccac[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccbc[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: DONE
nouveau 0000:01:00.0: privring: ROP0: 9a065c 00000020 (1a408201)
nouveau 0000:01:00.0: privring: ROP1: 9a065c 00000020 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000ccc5[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 		0xff7f0000 *
nouveau 0000:01:00.0: fb: 0x0000ccd0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd4[0]: 		0xff7f0000
nouveau 0000:01:00.0: privring: ROP0: 9a067c ff7f0000 (1b408201)
nouveau 0000:01:00.0: privring: ROP1: 9a067c ff7f0000 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000ccd8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccdc[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccec[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf0[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 		0x00030550 *
nouveau 0000:01:00.0: fb: 0x0000ccff[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd03[0]: 		0x00030550
nouveau 0000:01:00.0: privring: ROP0: 9a0708 00030550 (18408201)
nouveau 0000:01:00.0: privring: ROP1: 9a0708 00030550 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cd07[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0b[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0f[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd13[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd17[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd1b[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd1f[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 		0x00004c4c *
nouveau 0000:01:00.0: fb: 0x0000cd2e[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd32[0]: 		0x00004d4d
nouveau 0000:01:00.0: privring: ROP0: 9a070c 00004c4c (19408201)
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004c4c (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd36[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd3a[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd3e[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd42[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd46[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd4a[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd4e[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd5f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd63[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP0: 9006a0 07070707 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cd67[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd6b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd6f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd73[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd77[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd87[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd8b[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP0: 9006a4 07070707 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd8f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd93[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd97[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda3[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda7[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cdac[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cdb9[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP1: 9046a0 07070707 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cdbd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdcd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cde1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde5[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP1: 9046a4 07070707 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cde9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cded[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdfd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce01[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000ce06[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce11[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce15[0]: 		0x00000000
nouveau 0000:01:00.0: privring: ROP0: 9a06a8 00000000 (1a408201)
nouveau 0000:01:00.0: privring: ROP1: 9a06a8 00000000 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000ce19[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce1d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce21[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce25[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce29[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce2d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce31[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce39[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce3d[0]: 		0x00000000
nouveau 0000:01:00.0: privring: ROP0: 9a06ac 00000000 (1b408201)
nouveau 0000:01:00.0: privring: ROP1: 9a06ac 00000000 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000ce41[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce45[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce49[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce4d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce51[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce55[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce59[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: DONE
nouveau 0000:01:00.0: privring: ROP0: 9a065c 00000000 (18408201)
nouveau 0000:01:00.0: privring: ROP1: 9a065c 00000000 (18408201)
nouveau 0000:01:00.0: fb: VPR locked, running scrubber binary
nouveau 0000:01:00.0: fb: acquired nvdec0 falcon
nouveau 0000:01:00.0: fb: binHdr:
nouveau 0000:01:00.0: fb: 	binMagic         : 0x000010de
nouveau 0000:01:00.0: fb: 	binVer           : 1
nouveau 0000:01:00.0: fb: 	binSize          : 4352
nouveau 0000:01:00.0: fb: 	headerOffset     : 0x100
nouveau 0000:01:00.0: fb: 	dataOffset       : 0x200
nouveau 0000:01:00.0: fb: 	dataSize         : 0xf00
nouveau 0000:01:00.0: fb: hsHeader:
nouveau 0000:01:00.0: fb: 	sigDbgOffset     : 0x120
nouveau 0000:01:00.0: fb: 	sigDbgSize       : 0x10
nouveau 0000:01:00.0: fb: 	sigProdOffset    : 0x130
nouveau 0000:01:00.0: fb: 	sigProdSize      : 0x10
nouveau 0000:01:00.0: fb: 	patchLoc         : 0x140
nouveau 0000:01:00.0: fb: 	patchSig         : 0x144
nouveau 0000:01:00.0: fb: 	hdrOffset        : 0x148
nouveau 0000:01:00.0: fb: 	hdrSize          : 0x24
nouveau 0000:01:00.0: fb: hsLoadHeader:
nouveau 0000:01:00.0: fb: 	nonSecCodeOff    : 0x0
nouveau 0000:01:00.0: fb: 	nonSecCodeSize   : 0x100
nouveau 0000:01:00.0: fb: 	dataDmaBase      : 0xe00
nouveau 0000:01:00.0: fb: 	dataSize         : 0x100
nouveau 0000:01:00.0: fb: 	numApps          : 0x1
nouveau 0000:01:00.0: fb: 	App[0]           : offset 0x100 size 0xd00
nouveau 0000:01:00.0: fb: released nvdec0 falcon
nouveau 0000:01:00.0: fb: VPR scrubber binary successful
nouveau 0000:01:00.0: fb: init completed in 1453us
nouveau 0000:01:00.0: ltc: init running...
nouveau 0000:01:00.0: ltc: init completed in 88us
nouveau 0000:01:00.0: mmu: init running...
nouveau 0000:01:00.0: mmu: init completed in 0us
nouveau 0000:01:00.0: bar: init running...
nouveau 0000:01:00.0: bar: init completed in 5us
nouveau 0000:01:00.0: fault: init running...
nouveau 0000:01:00.0: fault: init completed in 6us
nouveau 0000:01:00.0: acr: init running...
nouveau 0000:01:00.0: acr: executing AHESASC binary
nouveau 0000:01:00.0: acr: acquired sec2 falcon
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x3c00
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x3d00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x1000
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: acr: mailbox 00000000 00000000
nouveau 0000:01:00.0: acr: released sec2 falcon
nouveau 0000:01:00.0: acr: AHESASC binary completed successfully
nouveau 0000:01:00.0: acr: executing ASB binary
nouveau 0000:01:00.0: acr: acquired gsp falcon
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x6000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2900
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x8a00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x800
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: acr: mailbox 00000000 00000000
nouveau 0000:01:00.0: acr: released gsp falcon
nouveau 0000:01:00.0: acr: ASB binary completed successfully
nouveau 0000:01:00.0: acr: init completed in 5025us
nouveau 0000:01:00.0: pmu: init running...
nouveau 0000:01:00.0: pmu: init completed in 0us
nouveau 0000:01:00.0: therm: init running...
nouveau 0000:01:00.0: therm: programmed thresholds [ 90(3), 95(3), 105(5), 135(5) ]
nouveau 0000:01:00.0: therm: init completed in 29us
nouveau 0000:01:00.0: gsp: init running...
nouveau 0000:01:00.0: gsp: init completed in 0us
nouveau 0000:01:00.0: ce0: init running...
nouveau 0000:01:00.0: ce0: init completed in 1us
nouveau 0000:01:00.0: ce1: init running...
nouveau 0000:01:00.0: ce1: init skipped, engine has no users
nouveau 0000:01:00.0: ce1: init completed in 1us
nouveau 0000:01:00.0: ce2: init running...
nouveau 0000:01:00.0: ce2: init completed in 0us
nouveau 0000:01:00.0: ce3: init running...
nouveau 0000:01:00.0: ce3: init skipped, engine has no users
nouveau 0000:01:00.0: ce3: init completed in 0us
nouveau 0000:01:00.0: ce4: init running...
nouveau 0000:01:00.0: ce4: init skipped, engine has no users
nouveau 0000:01:00.0: ce4: init completed in 1us
nouveau 0000:01:00.0: disp: init running...
nouveau 0000:01:00.0: disp: init skipped, engine has no users
nouveau 0000:01:00.0: disp: init completed in 1us
nouveau 0000:01:00.0: dma: init running...
nouveau 0000:01:00.0: dma: init skipped, engine has no users
nouveau 0000:01:00.0: dma: init completed in 1us
nouveau 0000:01:00.0: fifo: init running...
nouveau 0000:01:00.0: fifo: init completed in 20us
nouveau 0000:01:00.0: gr: init running...
nouveau 0000:01:00.0: gr: acquired fecs falcon
nouveau 0000:01:00.0: gr: acquired gpccs falcon
nouveau 0000:01:00.0: sec2: cmdq: initialised @ index 0 offset 0x01000000 size 0x00000080
nouveau 0000:01:00.0: sec2: msgq: initialised @ index 0 offset 0x01000080 size 0x00000080
nouveau 0000:01:00.0: sec2: fecs booted
nouveau 0000:01:00.0: sec2: gpccs booted
nouveau 0000:01:00.0: gr: init completed in 5459us
nouveau 0000:01:00.0: nvdec0: init running...
nouveau 0000:01:00.0: nvdec0: init skipped, engine has no users
nouveau 0000:01:00.0: nvdec0: init completed in 1us
nouveau 0000:01:00.0: nvenc0: init running...
nouveau 0000:01:00.0: nvenc0: init skipped, engine has no users
nouveau 0000:01:00.0: nvenc0: init completed in 1us
nouveau 0000:01:00.0: sec2: init running...
nouveau 0000:01:00.0: sec2: init skipped, engine has no users
nouveau 0000:01:00.0: sec2: init completed in 1us
nouveau 0000:01:00.0: init completed in 27525us
nouveau: DRM-master:00000000:00000080: init children...
nouveau: DRM-master:00000000:80009009: init running...
nouveau: DRM-master:00000000:80009009: init children...
nouveau: DRM-master:00000000:8000c00d: init running...
nouveau: DRM-master:00000000:8000c00d: init children...
nouveau: DRM-master:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:80009009: init completed in 287us
nouveau: DRM-master:00000000:00000080: init completed in 28745us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM:00000000:00000080: init running...
nouveau: DRM:00000000:00000080: init children...
nouveau: DRM:00000000:80009009: init running...
nouveau: DRM:00000000:80009009: init children...
nouveau: DRM:00000000:8000c00d: init running...
nouveau: DRM:00000000:8000c00d: init children...
nouveau: DRM:00000000:8000c00d: init completed in 2us
nouveau: DRM:00000000:80009009: init completed in 5us
nouveau: DRM:00000000:0000c361: init running...
nouveau: DRM:00000000:0000c361: init children...
nouveau: DRM:00000000:0000c361: init completed in 1us
nouveau: DRM:00000000:0000c46f: init running...
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:00000000:0000c46f: init completed in 7us
nouveau: DRM:00000000:0000c46f: init running...
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:0004c5b5:0000c5b5: init running...
nouveau: DRM:00000000:00000000: init running...
nouveau: DRM:00000000:00000000: init children...
nouveau: DRM:00000000:00000000: init completed in 1us
nouveau: DRM:00000000:0000c46f: attached ce2
nouveau: DRM:0004c5b5:0000c5b5: init children...
nouveau: DRM:0004c5b5:0000c5b5: init completed in 21us
nouveau: DRM:00000000:0000c46f: init completed in 37us
nouveau: DRM:00000000:ffffffff: init running...
nouveau: DRM:00000000:ffffffff: init children...
nouveau: DRM:00000000:ffffffff: init completed in 1us
nouveau: DRM:00000000:00000080: init completed in 122us
nouveau: DRM-master:00000000:00000000: init completed in 126us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: Xorg[1232]:00000000:00000080: init running...
nouveau: Xorg[1232]:00000000:00000080: init children...
nouveau: Xorg[1232]:00000000:80009009: init running...
nouveau: Xorg[1232]:00000000:80009009: init children...
nouveau: Xorg[1232]:00000000:8000c00d: init running...
nouveau: Xorg[1232]:00000000:8000c00d: init children...
nouveau: Xorg[1232]:00000000:8000c00d: init completed in 1us
nouveau: Xorg[1232]:00000000:80009009: init completed in 4us
nouveau: Xorg[1232]:00000000:00000080: init completed in 7us
nouveau: Xorg[1232]:00000000:00000080: init running...
nouveau: Xorg[1232]:00000000:00000080: init children...
nouveau: Xorg[1232]:00000000:00000080: init completed in 1us
nouveau: Xorg[1232]:00000000:00000080: init running...
nouveau: Xorg[1232]:00000000:00000080: init children...
nouveau: Xorg[1232]:00000000:0000c46f: init running...
nouveau: Xorg[1232]:00000000:0000c46f: init children...
nouveau: Xorg[1232]:00000000:0000c5b5: init running...
nouveau: Xorg[1232]:00000000:00000000: init running...
nouveau: Xorg[1232]:00000000:00000000: init children...
nouveau: Xorg[1232]:00000000:00000000: init completed in 2us
nouveau: Xorg[1232]:00000000:0000c46f: attached ce0
nouveau: Xorg[1232]:00000000:0000c5b5: init children...
nouveau: Xorg[1232]:00000000:0000c5b5: init completed in 22us
nouveau: Xorg[1232]:beef323f:0000a140: init running...
nouveau: Xorg[1232]:00000000:00000000: init running...
nouveau: Xorg[1232]:00000000:00000000: init children...
nouveau: Xorg[1232]:00000000:00000000: init completed in 1us
nouveau: Xorg[1232]:00000000:0000c46f: attached gr
nouveau: Xorg[1232]:beef323f:0000a140: init children...
nouveau: Xorg[1232]:beef323f:0000a140: init completed in 17us
nouveau: Xorg[1232]:00000000:0000c5b5: init running...
nouveau: Xorg[1232]:00000000:0000c5b5: init children...
nouveau: Xorg[1232]:00000000:0000c5b5: init completed in 1us
nouveau: Xorg[1232]:beef902d:0000902d: init running...
nouveau: Xorg[1232]:beef902d:0000902d: init children...
nouveau: Xorg[1232]:beef902d:0000902d: init completed in 1us
nouveau: Xorg[1232]:beef003d:0000c597: init running...
nouveau: Xorg[1232]:beef003d:0000c597: init children...
nouveau: Xorg[1232]:beef003d:0000c597: init completed in 1us
nouveau: Xorg[1232]:beef00c0:0000c5c0: init running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784a58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000024c5310 owner 01
nouveau: qterminal[1717]:beef003d:0000c597: ioctl: delete size 0
nouveau: qterminal[1717]:beef003d:0000c597: ioctl: delete
nouveau: qterminal[1717]:beef003d:0000c597: fini children...
nouveau: qterminal[1717]:beef003d:0000c597: fini running...
nouveau: qterminal[1717]:beef003d:0000c597: fini completed in 2us
nouveau: qterminal[1717]:beef003d:0000c597: destroy children...
nouveau: qterminal[1717]:beef003d:0000c597: destroy running...
nouveau: qterminal[1717]:beef003d:0000c597: destroy children...
nouveau: qterminal[1717]:beef003d:0000c597: destroy running...
nouveau: qterminal[1717]:beef003d:0000c597: destroy completed in 3us...
nouveau: qterminal[1717]:beef003d:0000c597: destroy completed in 12us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000024c52e0 owner 01
nouveau: qterminal[1717]:beef902d:0000902d: ioctl: delete size 0
nouveau: qterminal[1717]:beef902d:0000902d: ioctl: delete
nouveau: qterminal[1717]:beef902d:0000902d: fini children...
nouveau: qterminal[1717]:beef902d:0000902d: fini running...
nouveau: qterminal[1717]:beef902d:0000902d: fini completed in 4us
nouveau: qterminal[1717]:beef902d:0000902d: destroy children...
nouveau: qterminal[1717]:beef902d:0000902d: destroy running...
nouveau: qterminal[1717]:beef902d:0000902d: destroy children...
nouveau: qterminal[1717]:beef902d:0000902d: destroy running...
nouveau: qterminal[1717]:beef902d:0000902d: destroy completed in 3us...
nouveau: qterminal[1717]:beef902d:0000902d: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000259f050 owner 01
nouveau: qterminal[1717]:beef323f:0000a140: ioctl: delete size 0
nouveau: qterminal[1717]:beef323f:0000a140: ioctl: delete
nouveau: qterminal[1717]:beef323f:0000a140: fini children...
nouveau: qterminal[1717]:beef323f:0000a140: fini running...
nouveau: qterminal[1717]:beef323f:0000a140: fini completed in 4us
nouveau: qterminal[1717]:beef323f:0000a140: destroy children...
nouveau: qterminal[1717]:beef323f:0000a140: destroy running...
nouveau: qterminal[1717]:beef323f:0000a140: destroy children...
nouveau: qterminal[1717]:beef323f:0000a140: destroy running...
nouveau: qterminal[1717]:beef323f:0000a140: destroy completed in 1us...
nouveau: qterminal[1717]:beef323f:0000a140: destroy completed in 10us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000024c52b0 owner 01
nouveau: qterminal[1717]:00000000:0000c5b5: ioctl: delete size 0
nouveau: qterminal[1717]:00000000:0000c5b5: ioctl: delete
nouveau: qterminal[1717]:00000000:0000c5b5: fini children...
nouveau: qterminal[1717]:00000000:0000c5b5: fini running...
nouveau: qterminal[1717]:00000000:0000c5b5: fini completed in 3us
nouveau: qterminal[1717]:00000000:0000c5b5: destroy children...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy running...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy children...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy running...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy completed in 3us...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000025f5360 owner 01
nouveau: qterminal[1717]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: qterminal[1717]:beef00c0:0000c5c0: ioctl: delete
nouveau: qterminal[1717]:beef00c0:0000c5c0: fini children...
nouveau: qterminal[1717]:beef00c0:0000c5c0: fini running...
nouveau: qterminal[1717]:00000000:00000000: fini children...
nouveau: qterminal[1717]:00000000:00000000: fini running...
nouveau: qterminal[1717]:00000000:00000000: fini completed in 1us
nouveau: qterminal[1717]:00000000:0000c46f: detached gr
nouveau: qterminal[1717]:beef00c0:0000c5c0: fini completed in 18us
nouveau: qterminal[1717]:beef00c0:0000c5c0: destroy children...
nouveau: qterminal[1717]:beef00c0:0000c5c0: destroy running...
nouveau: qterminal[1717]:00000000:00000000: destroy children...
nouveau: qterminal[1717]:00000000:00000000: destroy running...
nouveau: qterminal[1717]:00000000:00000000: destroy completed in 96us...
nouveau: qterminal[1717]:beef00c0:0000c5c0: destroy children...
nouveau: qterminal[1717]:beef00c0:0000c5c0: destroy running...
nouveau: qterminal[1717]:beef00c0:0000c5c0: destroy completed in 1us...
nouveau: qterminal[1717]:beef00c0:0000c5c0: destroy completed in 132us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8dd9dc18 owner ff
nouveau: qterminal[1717]:00000000:0000c5b5: ioctl: delete size 0
nouveau: qterminal[1717]:00000000:0000c5b5: ioctl: delete
nouveau: qterminal[1717]:00000000:0000c5b5: fini children...
nouveau: qterminal[1717]:00000000:0000c5b5: fini running...
nouveau: qterminal[1717]:00000000:00000000: fini children...
nouveau: qterminal[1717]:00000000:00000000: fini running...
nouveau: qterminal[1717]:00000000:00000000: fini completed in 1us
nouveau: qterminal[1717]:00000000:0000c46f: detached ce0
nouveau: qterminal[1717]:00000000:0000c5b5: fini completed in 29us
nouveau: qterminal[1717]:00000000:0000c5b5: destroy children...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy running...
nouveau: qterminal[1717]:00000000:00000000: destroy children...
nouveau: qterminal[1717]:00000000:00000000: destroy running...
nouveau: qterminal[1717]:00000000:00000000: destroy completed in 1us...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy children...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy running...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy completed in 1us...
nouveau: qterminal[1717]:00000000:0000c5b5: destroy completed in 27us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91ccb9bc09f0 owner ff
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: ntfy del vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91ccb9bc09f0 owner ff
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: ntfy put vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91ccb9bc09f0 owner ff
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: ntfy del vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff91ccb9bc09f0 owner ff
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: unmap size 0
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return -19
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9bc09f0 owner ff
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: delete size 0
nouveau: qterminal[1717]:00000000:0000c46f: ioctl: delete
nouveau: qterminal[1717]:00000000:0000c46f: fini children...
nouveau: qterminal[1717]:00000000:0000c46f: fini running...
nouveau: qterminal[1717]:00000000:0000c46f: fini completed in 19us
nouveau: qterminal[1717]:00000000:0000c46f: destroy children...
nouveau: qterminal[1717]:00000000:0000c46f: destroy running...
nouveau: qterminal[1717]:00000000:0000c46f: destroy completed in 22us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb3abd658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91ccb9bc15d0 owner ff
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[1717]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb9784058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8ffbe600 owner ff
nouveau: qterminal[1717]:00000000:00000080: ioctl: delete size 0
nouveau: qterminal[1717]:00000000:00000080: ioctl: delete
nouveau: qterminal[1717]:00000000:00000080: fini children...
nouveau: qterminal[1717]:00000000:00000080: destroy running...
nouveau: qterminal[1717]:00000000:00000080: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff91cc81b1a000 object ffff91cc81b1a000
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc81b1a078 object ffff91cc81b1a078
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: lxqt-leave[1734]:00000000:00000080: init running...
nouveau: lxqt-leave[1734]:00000000:00000080: init children...
nouveau: lxqt-leave[1734]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a078 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a078 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: sclass size 8
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a078 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: sclass size 80
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: sclass vers 0 count 9
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc81b1a078 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: new size 38
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff91cc81b1a168 object ffff91cc81b1a168
nouveau: lxqt-leave[1734]:00000000:80009009: init running...
nouveau: lxqt-leave[1734]:00000000:80009009: init children...
nouveau: lxqt-leave[1734]:00000000:80009009: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass size 8
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass size 24
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd size 28
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass size 8
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass size 24
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: new size 56
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff91cc81b1a1d0 object ffff91cc81b1a1d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ff805000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: lxqt-leave[1734]:00000000:8000c00d: init running...
nouveau: lxqt-leave[1734]:00000000:8000c00d: init children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass size 8
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass size 24
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 01 token ffff91ccbb739220 object 000000000214f9d0
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: lxqt-leave[1734]:00000000:00000080: init running...
nouveau: lxqt-leave[1734]:00000000:00000080: init children...
nouveau: lxqt-leave[1734]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 000000000214f9d0 owner 01
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc80149c00 object ffff91cc80149c00
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: lxqt-leave[1734]:00000000:00000080: init running...
nouveau: lxqt-leave[1734]:00000000:00000080: init children...
nouveau: lxqt-leave[1734]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc80149c00 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 1080
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc80149c00 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd size 1056
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info size 1048
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info vers 1 count 65
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deb358 object ffff91cca9deb358
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000012000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc80149c00 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: new size 80
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 0000c76f route 00 token ffff91cc81b1d9f0 object ffff91cc81b1d9f0
nouveau: DRM-master:00000000:00000000: ioctl: return -22
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc80149c00 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: new size 80
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 0000c46f route 00 token ffff91cc81b1d9f0 object ffff91cc81b1d9f0
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: create channel gpfifo size 48
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: create channel gpfifo vers 0 vmm ffff91cc81b1a1d0 ioffset 0000000000011000 ilength 00002000 runlist 0000000000000001 priv 0
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff804000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: lxqt-leave[1734]:00000000:0000c46f: init running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: init children...
nouveau: lxqt-leave[1734]:00000000:0000c46f: init completed in 8us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 07 object ffff91cc81b1d9f0 owner ff
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: map size 24
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: map vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 09 object ffff91cc81b1d9f0 owner ff
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy new size 24
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy new vers 0 event 01
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: notify new size 16
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: notify new vers 0 reply 0 route 00 token ffff91cc81b1da28
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0b object ffff91cc81b1d9f0 owner ff
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy get size 8
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy get vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 09 object ffff91cc81b1d9f0 owner ff
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy new size 24
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy new vers 0 event 00
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: notify new size 16
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: notify new vers 0 reply 0 route 00 token ffff91cca9deb478
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000010000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc81b1d9f0 owner ff
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 00 token ffff91cc88e87d98 object ffff91cc88e87d98
nouveau 0000:01:00.0: imem: new 00002000 00000000 1: 00ff802000 0000002000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000002000
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[1734]:00000000:00000000: init running...
nouveau: lxqt-leave[1734]:00000000:00000000: init children...
nouveau: lxqt-leave[1734]:00000000:00000000: init completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c46f: attached ce0
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init completed in 20us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deb558 object ffff91cca9deb558
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deb658 object ffff91cca9deb658
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deb758 object ffff91cca9deb758
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deb858 object ffff91cca9deb858
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deb958 object ffff91cca9deb958
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 000000000214f9d0 owner 01
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca9deba58 object ffff91cca9deba58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca2bd6458 object ffff91cca2bd6458
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9debc58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca2bd6558 object ffff91cca2bd6558
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff800000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7ff000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7fd000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe839000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe838000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe837000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe836000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe82e000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe82d000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe82c000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe82b000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe82a000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe829000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe828000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe827000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00fe826000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9debe58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca2bd6658 object ffff91cca2bd6658
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9debf58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca2bd6758 object ffff91cca2bd6758
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc8941a510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9debd58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM-master:00000000:00000080: suspend children...
nouveau: DRM-master:00000000:80009009: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend running...
nouveau: DRM-master:00000000:8000c00d: suspend completed in 0us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 0us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 0us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 4us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 4us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 4us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 4us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 3us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:80009009: suspend running...
nouveau: DRM-master:00000000:80009009: suspend completed in 365us
nouveau: DRM-master:00000000:00000080: suspend running...
nouveau: DRM-master:00000000:00000080: suspend completed in 391us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM:00000000:00000080: suspend children...
nouveau: DRM:00000000:80009009: suspend children...
nouveau: DRM:00000000:8000c00d: suspend children...
nouveau: DRM:00000000:8000c00d: suspend running...
nouveau: DRM:00000000:8000c00d: suspend completed in 3us
nouveau: DRM:00000000:80009009: suspend running...
nouveau: DRM:00000000:80009009: suspend completed in 9us
nouveau: DRM:00000000:0000c361: suspend children...
nouveau: DRM:00000000:0000c361: suspend running...
nouveau: DRM:00000000:0000c361: suspend completed in 1us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau: DRM:00000000:0000c46f: suspend completed in 12us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:0004c5b5:0000c5b5: suspend children...
nouveau: DRM:0004c5b5:0000c5b5: suspend running...
nouveau: DRM:00000000:00000000: suspend children...
nouveau: DRM:00000000:00000000: suspend running...
nouveau: DRM:00000000:00000000: suspend completed in 1us
nouveau: DRM:00000000:0000c46f: detached ce2
nouveau: DRM:0004c5b5:0000c5b5: suspend completed in 35us
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau: DRM:00000000:0000c46f: suspend completed in 50us
nouveau: DRM:00000000:ffffffff: suspend children...
nouveau: DRM:00000000:ffffffff: suspend running...
nouveau: DRM:00000000:ffffffff: suspend completed in 1us
nouveau: DRM:00000000:00000080: suspend running...
nouveau: DRM:00000000:00000080: suspend completed in 118us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 128us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: Xorg[1232]:00000000:00000080: suspend children...
nouveau: Xorg[1232]:00000000:80009009: suspend children...
nouveau: Xorg[1232]:00000000:8000c00d: suspend children...
nouveau: Xorg[1232]:00000000:8000c00d: suspend running...
nouveau: Xorg[1232]:00000000:8000c00d: suspend completed in 3us
nouveau: Xorg[1232]:00000000:80009009: suspend running...
nouveau: Xorg[1232]:00000000:80009009: suspend completed in 9us
nouveau: Xorg[1232]:00000000:00000080: suspend running...
nouveau: Xorg[1232]:00000000:00000080: suspend completed in 16us
nouveau: Xorg[1232]:00000000:00000080: suspend children...
nouveau: Xorg[1232]:00000000:00000080: suspend running...
nouveau: Xorg[1232]:00000000:00000080: suspend completed in 1us
nouveau: Xorg[1232]:00000000:00000080: suspend children...
nouveau: Xorg[1232]:00000000:0000c46f: suspend children...
nouveau: Xorg[1232]:00000000:0000c5b5: suspend children...
nouveau: Xorg[1232]:00000000:0000c5b5: suspend running...
nouveau: Xorg[1232]:00000000:0000c5b5: suspend completed in 4us
nouveau: Xorg[1232]:beef323f:0000a140: suspend children...
nouveau: Xorg[1232]:beef323f:0000a140: suspend running...
nouveau: Xorg[1232]:beef323f:0000a140: suspend completed in 2us
nouveau: Xorg[1232]:00000000:0000c5b5: suspend children...
nouveau: Xorg[1232]:00000000:0000c5b5: suspend running...
nouveau: Xorg[1232]:00000000:00000000: suspend children...
nouveau: Xorg[1232]:00000000:00000000: suspend running...
nouveau: Xorg[1232]:00000000:00000000: suspend completed in 3us
nouveau: Xorg[1232]:00000000:0000c46f: detached ce0
nouveau: Xorg[1232]:00000000:0000c5b5: suspend completed in 27us
nouveau: Xorg[1232]:beef902d:0000902d: suspend children...
nouveau: Xorg[1232]:beef902d:0000902d: suspend running...
nouveau: Xorg[1232]:beef902d:0000902d: suspend completed in 4us
nouveau: Xorg[1232]:beef003d:0000c597: suspend children...
nouveau: Xorg[1232]:beef003d:0000c597: suspend running...
nouveau: Xorg[1232]:beef003d:0000c597: suspend completed in 1us
nouveau: Xorg[1232]:beef00c0:0000c5c0: suspend children...
nouveau: Xorg[1232]:beef00c0:0000c5c0: suspend running...
nouveau: Xorg[1232]:00000000:00000000: suspend children...
nouveau: Xorg[1232]:00000000:00000000: suspend running...
nouveau: Xorg[1232]:00000000:00000000: suspend completed in 1us
nouveau: Xorg[1232]:00000000:0000c46f: detached gr
nouveau: Xorg[1232]:beef00c0:0000c5c0: suspend completed in 12us
nouveau: Xorg[1232]:00000000:0000c46f: suspend running...
nouveau: Xorg[1232]:00000000:0000c46f: suspend completed in 78us
nouveau: Xorg[1232]:00000000:00000080: suspend running...
nouveau: Xorg[1232]:00000000:00000080: suspend completed in 83us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 113us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: blueman-applet[1387]:00000000:00000080: suspend children...
nouveau: blueman-applet[1387]:00000000:80009009: suspend children...
nouveau: blueman-applet[1387]:00000000:8000c00d: suspend children...
nouveau: blueman-applet[1387]:00000000:8000c00d: suspend running...
nouveau: blueman-applet[1387]:00000000:8000c00d: suspend completed in 1us
nouveau: blueman-applet[1387]:00000000:80009009: suspend running...
nouveau: blueman-applet[1387]:00000000:80009009: suspend completed in 4us
nouveau: blueman-applet[1387]:00000000:00000080: suspend running...
nouveau: blueman-applet[1387]:00000000:00000080: suspend completed in 7us
nouveau: blueman-applet[1387]:00000000:00000080: suspend children...
nouveau: blueman-applet[1387]:00000000:00000080: suspend running...
nouveau: blueman-applet[1387]:00000000:00000080: suspend completed in 1us
nouveau: blueman-applet[1387]:00000000:00000080: suspend children...
nouveau: blueman-applet[1387]:00000000:0000c46f: suspend children...
nouveau: blueman-applet[1387]:00000000:0000c5b5: suspend children...
nouveau: blueman-applet[1387]:00000000:0000c5b5: suspend running...
nouveau: blueman-applet[1387]:00000000:0000c5b5: suspend completed in 1us
nouveau: blueman-applet[1387]:beef323f:0000a140: suspend children...
nouveau: blueman-applet[1387]:beef323f:0000a140: suspend running...
nouveau: blueman-applet[1387]:beef323f:0000a140: suspend completed in 2us
nouveau: blueman-applet[1387]:00000000:0000c5b5: suspend children...
nouveau: blueman-applet[1387]:00000000:0000c5b5: suspend running...
nouveau: blueman-applet[1387]:00000000:00000000: suspend children...
nouveau: blueman-applet[1387]:00000000:00000000: suspend running...
nouveau: blueman-applet[1387]:00000000:00000000: suspend completed in 1us
nouveau: blueman-applet[1387]:00000000:0000c46f: detached ce0
nouveau: blueman-applet[1387]:00000000:0000c5b5: suspend completed in 183us
nouveau: blueman-applet[1387]:beef902d:0000902d: suspend children...
nouveau: blueman-applet[1387]:beef902d:0000902d: suspend running...
nouveau: blueman-applet[1387]:beef902d:0000902d: suspend completed in 1us
nouveau: blueman-applet[1387]:beef003d:0000c597: suspend children...
nouveau: blueman-applet[1387]:beef003d:0000c597: suspend running...
nouveau: blueman-applet[1387]:beef003d:0000c597: suspend completed in 1us
nouveau: blueman-applet[1387]:beef00c0:0000c5c0: suspend children...
nouveau: blueman-applet[1387]:beef00c0:0000c5c0: suspend running...
nouveau: blueman-applet[1387]:00000000:00000000: suspend children...
nouveau: blueman-applet[1387]:00000000:00000000: suspend running...
nouveau: blueman-applet[1387]:00000000:00000000: suspend completed in 1us
nouveau: blueman-applet[1387]:00000000:0000c46f: detached gr
nouveau: blueman-applet[1387]:beef00c0:0000c5c0: suspend completed in 12us
nouveau: blueman-applet[1387]:00000000:0000c46f: suspend running...
nouveau: blueman-applet[1387]:00000000:0000c46f: suspend completed in 219us
nouveau: blueman-applet[1387]:00000000:00000080: suspend running...
nouveau: blueman-applet[1387]:00000000:00000080: suspend completed in 222us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 239us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: lxqt-panel[1392]:00000000:00000080: suspend children...
nouveau: lxqt-panel[1392]:00000000:80009009: suspend children...
nouveau: lxqt-panel[1392]:00000000:8000c00d: suspend children...
nouveau: lxqt-panel[1392]:00000000:8000c00d: suspend running...
nouveau: lxqt-panel[1392]:00000000:8000c00d: suspend completed in 1us
nouveau: lxqt-panel[1392]:00000000:80009009: suspend running...
nouveau: lxqt-panel[1392]:00000000:80009009: suspend completed in 4us
nouveau: lxqt-panel[1392]:00000000:00000080: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000080: suspend completed in 7us
nouveau: lxqt-panel[1392]:00000000:00000080: suspend children...
nouveau: lxqt-panel[1392]:00000000:00000080: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000080: suspend completed in 1us
nouveau: lxqt-panel[1392]:00000000:00000080: suspend children...
nouveau: lxqt-panel[1392]:00000000:0000c46f: suspend children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: suspend children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: suspend running...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: suspend completed in 1us
nouveau: lxqt-panel[1392]:beef323f:0000a140: suspend children...
nouveau: lxqt-panel[1392]:beef323f:0000a140: suspend running...
nouveau: lxqt-panel[1392]:beef323f:0000a140: suspend completed in 1us
nouveau: lxqt-panel[1392]:00000000:0000c5b5: suspend children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000000: suspend children...
nouveau: lxqt-panel[1392]:00000000:00000000: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000000: suspend completed in 1us
nouveau: lxqt-panel[1392]:00000000:0000c46f: detached ce0
nouveau: lxqt-panel[1392]:00000000:0000c5b5: suspend completed in 13us
nouveau: lxqt-panel[1392]:beef902d:0000902d: suspend children...
nouveau: lxqt-panel[1392]:beef902d:0000902d: suspend running...
nouveau: lxqt-panel[1392]:beef902d:0000902d: suspend completed in 2us
nouveau: lxqt-panel[1392]:beef003d:0000c597: suspend children...
nouveau: lxqt-panel[1392]:beef003d:0000c597: suspend running...
nouveau: lxqt-panel[1392]:beef003d:0000c597: suspend completed in 1us
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: suspend children...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000000: suspend children...
nouveau: lxqt-panel[1392]:00000000:00000000: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000000: suspend completed in 1us
nouveau: lxqt-panel[1392]:00000000:0000c46f: detached gr
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: suspend completed in 12us
nouveau: lxqt-panel[1392]:00000000:0000c46f: suspend running...
nouveau: lxqt-panel[1392]:00000000:0000c46f: suspend completed in 155us
nouveau: lxqt-panel[1392]:00000000:00000080: suspend running...
nouveau: lxqt-panel[1392]:00000000:00000080: suspend completed in 159us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 176us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:80009009: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:80009009: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:80009009: suspend completed in 111us
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend completed in 116us
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend completed in 4us
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: suspend children...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: suspend running...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: detached ce0
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: suspend completed in 18us
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: suspend children...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: suspend running...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: suspend children...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: suspend running...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: suspend children...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: suspend children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: suspend completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: detached gr
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: suspend completed in 12us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: suspend completed in 63us
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: suspend completed in 67us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 199us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: lxqt-leave[1734]:00000000:00000080: suspend children...
nouveau: lxqt-leave[1734]:00000000:80009009: suspend children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: suspend children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: suspend running...
nouveau: lxqt-leave[1734]:00000000:8000c00d: suspend completed in 1us
nouveau: lxqt-leave[1734]:00000000:80009009: suspend running...
nouveau: lxqt-leave[1734]:00000000:80009009: suspend completed in 4us
nouveau: lxqt-leave[1734]:00000000:00000080: suspend running...
nouveau: lxqt-leave[1734]:00000000:00000080: suspend completed in 7us
nouveau: lxqt-leave[1734]:00000000:00000080: suspend children...
nouveau: lxqt-leave[1734]:00000000:00000080: suspend running...
nouveau: lxqt-leave[1734]:00000000:00000080: suspend completed in 1us
nouveau: lxqt-leave[1734]:00000000:00000080: suspend children...
nouveau: lxqt-leave[1734]:00000000:0000c46f: suspend children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: suspend children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: suspend running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: suspend completed in 1us
nouveau: lxqt-leave[1734]:beef323f:0000a140: suspend children...
nouveau: lxqt-leave[1734]:beef323f:0000a140: suspend running...
nouveau: lxqt-leave[1734]:beef323f:0000a140: suspend completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c5b5: suspend children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: suspend running...
nouveau: lxqt-leave[1734]:00000000:00000000: suspend children...
nouveau: lxqt-leave[1734]:00000000:00000000: suspend running...
nouveau: lxqt-leave[1734]:00000000:00000000: suspend completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c46f: detached ce0
nouveau: lxqt-leave[1734]:00000000:0000c5b5: suspend completed in 64us
nouveau: lxqt-leave[1734]:beef902d:0000902d: suspend children...
nouveau: lxqt-leave[1734]:beef902d:0000902d: suspend running...
nouveau: lxqt-leave[1734]:beef902d:0000902d: suspend completed in 1us
nouveau: lxqt-leave[1734]:beef003d:0000c597: suspend children...
nouveau: lxqt-leave[1734]:beef003d:0000c597: suspend running...
nouveau: lxqt-leave[1734]:beef003d:0000c597: suspend completed in 1us
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: suspend children...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: suspend running...
nouveau: lxqt-leave[1734]:00000000:00000000: suspend children...
nouveau: lxqt-leave[1734]:00000000:00000000: suspend running...
nouveau: lxqt-leave[1734]:00000000:00000000: suspend completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c46f: detached gr
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: suspend completed in 11us
nouveau: lxqt-leave[1734]:00000000:0000c46f: suspend running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: suspend completed in 104us
nouveau: lxqt-leave[1734]:00000000:00000080: suspend running...
nouveau 0000:01:00.0: suspend running...
nouveau 0000:01:00.0: sec2: suspend running...
nouveau 0000:01:00.0: sec2: suspend completed in 7us
nouveau 0000:01:00.0: nvenc0: suspend running...
nouveau 0000:01:00.0: nvenc0: suspend completed in 6us
nouveau 0000:01:00.0: nvdec0: suspend running...
nouveau 0000:01:00.0: nvdec0: suspend completed in 8us
nouveau 0000:01:00.0: gr: suspend running...
nouveau 0000:01:00.0: gr: released gpccs falcon
nouveau 0000:01:00.0: gr: released fecs falcon
nouveau 0000:01:00.0: gr: suspend completed in 13us
nouveau 0000:01:00.0: fifo: suspend running...
nouveau 0000:01:00.0: fifo: suspend completed in 7us
nouveau 0000:01:00.0: dma: suspend running...
nouveau 0000:01:00.0: dma: suspend completed in 0us
nouveau 0000:01:00.0: disp: suspend running...
nouveau 0000:01:00.0: disp: suspend completed in 0us
nouveau 0000:01:00.0: ce4: suspend running...
nouveau 0000:01:00.0: ce4: suspend completed in 3us
nouveau 0000:01:00.0: ce3: suspend running...
nouveau 0000:01:00.0: ce3: suspend completed in 4us
nouveau 0000:01:00.0: ce2: suspend running...
nouveau 0000:01:00.0: ce2: suspend completed in 3us
nouveau 0000:01:00.0: ce1: suspend running...
nouveau 0000:01:00.0: ce1: suspend completed in 4us
nouveau 0000:01:00.0: ce0: suspend running...
nouveau 0000:01:00.0: ce0: suspend completed in 2us
nouveau 0000:01:00.0: gsp: suspend running...
nouveau 0000:01:00.0: gsp: suspend completed in 0us
nouveau 0000:01:00.0: therm: suspend running...
nouveau 0000:01:00.0: therm: suspend completed in 0us
nouveau 0000:01:00.0: pmu: suspend running...
nouveau 0000:01:00.0: pmu: suspend completed in 0us
nouveau 0000:01:00.0: acr: suspend running...
nouveau 0000:01:00.0: acr: executing unload binary
nouveau 0000:01:00.0: acr: acquired pmu falcon
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0xa000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2700
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0xc800
nouveau 0000:01:00.0: acr: 	dataSize      : 0x600
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: acr: mailbox 00000000 00000000
nouveau 0000:01:00.0: acr: released pmu falcon
nouveau 0000:01:00.0: acr: unload binary completed successfully
nouveau 0000:01:00.0: acr: suspend completed in 600us
nouveau 0000:01:00.0: fault: suspend running...
nouveau 0000:01:00.0: fault: suspend completed in 7us
nouveau 0000:01:00.0: bar: suspend running...
nouveau 0000:01:00.0: bar: suspend completed in 2us
nouveau 0000:01:00.0: mmu: suspend running...
nouveau 0000:01:00.0: mmu: suspend completed in 0us
nouveau 0000:01:00.0: ltc: suspend running...
nouveau 0000:01:00.0: ltc: suspend completed in 0us
nouveau 0000:01:00.0: fb: suspend running...
nouveau 0000:01:00.0: fb: suspend completed in 0us
nouveau 0000:01:00.0: imem: suspend running...
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000020000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000003000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000238000
nouveau 0000:01:00.0: imem: suspend completed in 1529134us
nouveau 0000:01:00.0: timer: suspend running...
nouveau 0000:01:00.0: timer: suspend completed in 0us
nouveau 0000:01:00.0: bus: suspend running...
nouveau 0000:01:00.0: bus: suspend completed in 0us
nouveau 0000:01:00.0: mc: suspend running...
nouveau 0000:01:00.0: mc: suspend completed in 0us
nouveau 0000:01:00.0: fuse: suspend running...
nouveau 0000:01:00.0: fuse: suspend completed in 1us
nouveau 0000:01:00.0: i2c: suspend running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: suspend completed in 122us
nouveau 0000:01:00.0: gpio: suspend running...
nouveau 0000:01:00.0: gpio: suspend completed in 18us
nouveau 0000:01:00.0: privring: suspend running...
nouveau 0000:01:00.0: privring: suspend completed in 0us
nouveau 0000:01:00.0: top: suspend running...
nouveau 0000:01:00.0: top: suspend completed in 0us
nouveau 0000:01:00.0: devinit: suspend running...
nouveau 0000:01:00.0: devinit: suspend completed in 0us
nouveau 0000:01:00.0: bios: suspend running...
nouveau 0000:01:00.0: bios: suspend completed in 0us
nouveau 0000:01:00.0: pci: suspend running...
nouveau 0000:01:00.0: pci: suspend completed in 0us
nouveau 0000:01:00.0: suspend completed in 1530041us...
nouveau: lxqt-leave[1734]:00000000:00000080: suspend completed in 1530154us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 1530334us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 1531604us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000080: init running...
nouveau 0000:01:00.0: preinit running...
nouveau 0000:01:00.0: pci: preinit running...
nouveau 0000:01:00.0: pci: preinit completed in 0us
nouveau 0000:01:00.0: bios: preinit running...
nouveau 0000:01:00.0: bios: preinit completed in 0us
nouveau 0000:01:00.0: devinit: preinit running...
nouveau 0000:01:00.0: devinit: preinit completed in 2us
nouveau 0000:01:00.0: top: preinit running...
nouveau 0000:01:00.0: top: preinit completed in 0us
nouveau 0000:01:00.0: privring: preinit running...
nouveau 0000:01:00.0: privring: preinit completed in 0us
nouveau 0000:01:00.0: gpio: preinit running...
nouveau 0000:01:00.0: gpio: preinit completed in 0us
nouveau 0000:01:00.0: i2c: preinit running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: preinit completed in 220us
nouveau 0000:01:00.0: fuse: preinit running...
nouveau 0000:01:00.0: fuse: preinit completed in 0us
nouveau 0000:01:00.0: mc: preinit running...
nouveau 0000:01:00.0: mc: preinit completed in 0us
nouveau 0000:01:00.0: bus: preinit running...
nouveau 0000:01:00.0: bus: preinit completed in 0us
nouveau 0000:01:00.0: timer: preinit running...
nouveau 0000:01:00.0: timer: preinit completed in 0us
nouveau 0000:01:00.0: imem: preinit running...
nouveau 0000:01:00.0: imem: preinit completed in 0us
nouveau 0000:01:00.0: fb: preinit running...
nouveau 0000:01:00.0: fb: preinit completed in 0us
nouveau 0000:01:00.0: ltc: preinit running...
nouveau 0000:01:00.0: ltc: preinit completed in 0us
nouveau 0000:01:00.0: mmu: preinit running...
nouveau 0000:01:00.0: mmu: preinit completed in 0us
nouveau 0000:01:00.0: bar: preinit running...
nouveau 0000:01:00.0: bar: preinit completed in 0us
nouveau 0000:01:00.0: fault: preinit running...
nouveau 0000:01:00.0: fault: preinit completed in 0us
nouveau 0000:01:00.0: acr: preinit running...
nouveau 0000:01:00.0: acr: preinit completed in 0us
nouveau 0000:01:00.0: pmu: preinit running...
nouveau 0000:01:00.0: pmu: preinit completed in 38us
nouveau 0000:01:00.0: therm: preinit running...
nouveau 0000:01:00.0: therm: preinit completed in 0us
nouveau 0000:01:00.0: gsp: preinit running...
nouveau 0000:01:00.0: gsp: preinit completed in 0us
nouveau 0000:01:00.0: ce0: preinit running...
nouveau 0000:01:00.0: ce0: preinit completed in 0us
nouveau 0000:01:00.0: ce1: preinit running...
nouveau 0000:01:00.0: ce1: preinit completed in 0us
nouveau 0000:01:00.0: ce2: preinit running...
nouveau 0000:01:00.0: ce2: preinit completed in 0us
nouveau 0000:01:00.0: ce3: preinit running...
nouveau 0000:01:00.0: ce3: preinit completed in 0us
nouveau 0000:01:00.0: ce4: preinit running...
nouveau 0000:01:00.0: ce4: preinit completed in 1us
nouveau 0000:01:00.0: disp: preinit running...
nouveau 0000:01:00.0: disp: preinit completed in 1us
nouveau 0000:01:00.0: dma: preinit running...
nouveau 0000:01:00.0: dma: preinit completed in 1us
nouveau 0000:01:00.0: fifo: preinit running...
nouveau 0000:01:00.0: fifo: preinit completed in 4us
nouveau 0000:01:00.0: gr: preinit running...
nouveau 0000:01:00.0: gr: preinit completed in 0us
nouveau 0000:01:00.0: nvdec0: preinit running...
nouveau 0000:01:00.0: nvdec0: preinit completed in 0us
nouveau 0000:01:00.0: nvenc0: preinit running...
nouveau 0000:01:00.0: nvenc0: preinit completed in 0us
nouveau 0000:01:00.0: sec2: preinit running...
nouveau 0000:01:00.0: sec2: preinit completed in 0us
nouveau 0000:01:00.0: preinit completed in 621us
nouveau 0000:01:00.0: fini running...
nouveau 0000:01:00.0: sec2: fini running...
nouveau 0000:01:00.0: sec2: fini completed in 4us
nouveau 0000:01:00.0: nvenc0: fini running...
nouveau 0000:01:00.0: nvenc0: fini completed in 3us
nouveau 0000:01:00.0: nvdec0: fini running...
nouveau 0000:01:00.0: nvdec0: fini completed in 4us
nouveau 0000:01:00.0: gr: fini running...
nouveau 0000:01:00.0: gr: fini completed in 4us
nouveau 0000:01:00.0: fifo: fini running...
nouveau 0000:01:00.0: fifo: fini completed in 4us
nouveau 0000:01:00.0: dma: fini running...
nouveau 0000:01:00.0: dma: fini completed in 1us
nouveau 0000:01:00.0: disp: fini running...
nouveau 0000:01:00.0: disp: fini completed in 0us
nouveau 0000:01:00.0: ce4: fini running...
nouveau 0000:01:00.0: ce4: fini completed in 4us
nouveau 0000:01:00.0: ce3: fini running...
nouveau 0000:01:00.0: ce3: fini completed in 3us
nouveau 0000:01:00.0: ce2: fini running...
nouveau 0000:01:00.0: ce2: fini completed in 3us
nouveau 0000:01:00.0: ce1: fini running...
nouveau 0000:01:00.0: ce1: fini completed in 4us
nouveau 0000:01:00.0: ce0: fini running...
nouveau 0000:01:00.0: ce0: fini completed in 4us
nouveau 0000:01:00.0: gsp: fini running...
nouveau 0000:01:00.0: gsp: fini completed in 0us
nouveau 0000:01:00.0: therm: fini running...
nouveau 0000:01:00.0: therm: fini completed in 0us
nouveau 0000:01:00.0: pmu: fini running...
nouveau 0000:01:00.0: pmu: fini completed in 0us
nouveau 0000:01:00.0: acr: fini running...
nouveau 0000:01:00.0: acr: fini completed in 0us
nouveau 0000:01:00.0: fault: fini running...
nouveau 0000:01:00.0: fault: fini completed in 2us
nouveau 0000:01:00.0: bar: fini running...
nouveau 0000:01:00.0: bar: fini completed in 2us
nouveau 0000:01:00.0: mmu: fini running...
nouveau 0000:01:00.0: mmu: fini completed in 0us
nouveau 0000:01:00.0: ltc: fini running...
nouveau 0000:01:00.0: ltc: fini completed in 0us
nouveau 0000:01:00.0: fb: fini running...
nouveau 0000:01:00.0: fb: fini completed in 0us
nouveau 0000:01:00.0: imem: fini running...
nouveau 0000:01:00.0: imem: fini completed in 0us
nouveau 0000:01:00.0: timer: fini running...
nouveau 0000:01:00.0: timer: fini completed in 0us
nouveau 0000:01:00.0: bus: fini running...
nouveau 0000:01:00.0: bus: fini completed in 0us
nouveau 0000:01:00.0: mc: fini running...
nouveau 0000:01:00.0: mc: fini completed in 0us
nouveau 0000:01:00.0: fuse: fini running...
nouveau 0000:01:00.0: fuse: fini completed in 0us
nouveau 0000:01:00.0: i2c: fini running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: fini completed in 177us
nouveau 0000:01:00.0: gpio: fini running...
nouveau 0000:01:00.0: gpio: fini completed in 12us
nouveau 0000:01:00.0: privring: fini running...
nouveau 0000:01:00.0: privring: fini completed in 0us
nouveau 0000:01:00.0: top: fini running...
nouveau 0000:01:00.0: top: fini completed in 0us
nouveau 0000:01:00.0: devinit: fini running...
nouveau 0000:01:00.0: devinit: fini completed in 0us
nouveau 0000:01:00.0: bios: fini running...
nouveau 0000:01:00.0: bios: fini completed in 0us
nouveau 0000:01:00.0: pci: fini running...
nouveau 0000:01:00.0: pci: fini completed in 0us
nouveau 0000:01:00.0: fini completed in 402us...
nouveau 0000:01:00.0: init running...
nouveau 0000:01:00.0: pci: init running...
nouveau 0000:01:00.0: pci: init completed in 0us
nouveau 0000:01:00.0: bios: init running...
nouveau 0000:01:00.0: bios: init completed in 0us
nouveau 0000:01:00.0: devinit: init running...
nouveau 0000:01:00.0: devinit: init completed in 15us
nouveau 0000:01:00.0: top: init running...
nouveau 0000:01:00.0: top: init completed in 0us
nouveau 0000:01:00.0: privring: init running...
nouveau 0000:01:00.0: privring: init completed in 0us
nouveau 0000:01:00.0: gpio: init running...
nouveau 0000:01:00.0: gpio: init completed in 3us
nouveau 0000:01:00.0: i2c: init running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: aux 0003: init
nouveau 0000:01:00.0: i2c: aux 0004: init
nouveau 0000:01:00.0: i2c: aux 0005: init
nouveau 0000:01:00.0: i2c: aux 0006: init
nouveau 0000:01:00.0: i2c: aux 0007: init
nouveau 0000:01:00.0: i2c: aux 0008: init
nouveau 0000:01:00.0: i2c: aux 0009: init
nouveau 0000:01:00.0: i2c: init completed in 170us
nouveau 0000:01:00.0: fuse: init running...
nouveau 0000:01:00.0: fuse: init completed in 0us
nouveau 0000:01:00.0: mc: init running...
nouveau 0000:01:00.0: mc: init completed in 0us
nouveau 0000:01:00.0: bus: init running...
nouveau 0000:01:00.0: bus: init completed in 1us
nouveau 0000:01:00.0: timer: init running...
nouveau 0000:01:00.0: timer: time low        : 7fe31b99
nouveau 0000:01:00.0: timer: time high       : 00000017
nouveau 0000:01:00.0: timer: init completed in 3us
nouveau 0000:01:00.0: imem: init running...
nouveau 0000:01:00.0: privring: HUB0: 00d054 00000007 (1b408216)
nouveau 0000:01:00.0: imem: init completed in 15252us
nouveau 0000:01:00.0: fb: init running...
nouveau 0000:01:00.0: fb: 0x0000cb2c[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 		0xff710000 *
nouveau 0000:01:00.0: fb: 0x0000cb37[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb43[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb47[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb53[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb57[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 		0x00030002 *
nouveau 0000:01:00.0: fb: 0x0000cb66[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb72[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb76[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb82[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb86[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 		0x00004d28 *
nouveau 0000:01:00.0: fb: 0x0000cb95[0]: 		0x00004d1c
nouveau 0000:01:00.0: fb: 0x0000cb99[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cb9d[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba1[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba5[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cba9[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cbad[0]: 		0x00004828
nouveau 0000:01:00.0: fb: 0x0000cbb1[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb5[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: 	}
nouveau 0000:01:00.0: privring: ROP0: 9a070c 00004d28 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004d28 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbc6[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbca[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbce[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbd2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbd6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbda[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbde[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbe2[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbe6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbee[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbf2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbf6[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbfa[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbfe[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc02[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc06[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc0a[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc0e[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc13[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc20[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc24[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc28[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc2c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc30[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc34[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc38[0]: 		0x14141414
nouveau 0000:01:00.0: privring: ROP0: 9006a4 10101010 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cc3c[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc40[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc48[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc4c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc50[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc54[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc58[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc5c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc60[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc64[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc68[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc6d[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cc78[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc7c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: privring: ROP1: 9046a4 10101010 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cc80[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc84[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc88[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc8c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc90[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc94[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc98[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cca0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccac[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccbc[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: DONE
nouveau 0000:01:00.0: fb: 0x0000ccc5[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: privring: ROP0: 9a06ac 00000020 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 		0xff7f0000 *
nouveau 0000:01:00.0: fb: 0x0000ccd0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccdc[0]: 		0xff7f0000
nouveau 0000:01:00.0: privring: ROP1: 9a065c ff7f0000 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000cce0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccec[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf0[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 		0x00030550 *
nouveau 0000:01:00.0: fb: 0x0000ccff[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd03[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd07[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0b[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0f[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd13[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd17[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd1b[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd1f[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 		0x00004c4c *
nouveau 0000:01:00.0: fb: 0x0000cd2e[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd32[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd36[0]: 		0x00004d4d
nouveau 0000:01:00.0: privring: ROP0: 9a0708 00004c4c (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd3a[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd3e[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd42[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd46[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd4a[0]: 		0x00004848
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004c4c (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd4e[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd5f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd63[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd67[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd6b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd6f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd73[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd77[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd87[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd8b[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP0: 9006a0 07070707 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd8f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd93[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd97[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda3[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda7[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cdac[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cdb9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdbd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdcd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cde1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cded[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP1: 9046a0 07070707 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cdf1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdfd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce01[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000ce06[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce11[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce15[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce19[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce1d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce21[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce25[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce29[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce2d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce31[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce39[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce3d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce41[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce45[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce49[0]: 		0x00000000
nouveau 0000:01:00.0: privring: ROP0: 9a06ac 00000000 (19408201)
nouveau 0000:01:00.0: fb: 0x0000ce4d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce51[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce55[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce59[0]: 		0x00000000
nouveau 0000:01:00.0: privring: ROP1: 9a06ac 00000000 (19408201)
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: DONE
nouveau 0000:01:00.0: fb: VPR locked, running scrubber binary
nouveau 0000:01:00.0: fb: acquired nvdec0 falcon
nouveau 0000:01:00.0: privring: ROP0: 9a065c 00000000 (1b408201)
nouveau 0000:01:00.0: fb: binHdr:
nouveau 0000:01:00.0: fb: 	binMagic         : 0x000010de
nouveau 0000:01:00.0: fb: 	binVer           : 1
nouveau 0000:01:00.0: fb: 	binSize          : 4352
nouveau 0000:01:00.0: fb: 	headerOffset     : 0x100
nouveau 0000:01:00.0: privring: ROP1: 9a065c 00000000 (1b408201)
nouveau 0000:01:00.0: fb: 	dataOffset       : 0x200
nouveau 0000:01:00.0: fb: 	dataSize         : 0xf00
nouveau 0000:01:00.0: fb: hsHeader:
nouveau 0000:01:00.0: fb: 	sigDbgOffset     : 0x120
nouveau 0000:01:00.0: fb: 	sigDbgSize       : 0x10
nouveau 0000:01:00.0: fb: 	sigProdOffset    : 0x130
nouveau 0000:01:00.0: fb: 	sigProdSize      : 0x10
nouveau 0000:01:00.0: fb: 	patchLoc         : 0x140
nouveau 0000:01:00.0: fb: 	patchSig         : 0x144
nouveau 0000:01:00.0: fb: 	hdrOffset        : 0x148
nouveau 0000:01:00.0: fb: 	hdrSize          : 0x24
nouveau 0000:01:00.0: fb: hsLoadHeader:
nouveau 0000:01:00.0: fb: 	nonSecCodeOff    : 0x0
nouveau 0000:01:00.0: fb: 	nonSecCodeSize   : 0x100
nouveau 0000:01:00.0: fb: 	dataDmaBase      : 0xe00
nouveau 0000:01:00.0: fb: 	dataSize         : 0x100
nouveau 0000:01:00.0: fb: 	numApps          : 0x1
nouveau 0000:01:00.0: fb: 	App[0]           : offset 0x100 size 0xd00
nouveau 0000:01:00.0: fb: released nvdec0 falcon
nouveau 0000:01:00.0: fb: VPR scrubber binary successful
nouveau 0000:01:00.0: fb: init completed in 924us
nouveau 0000:01:00.0: ltc: init running...
nouveau 0000:01:00.0: ltc: init completed in 123us
nouveau 0000:01:00.0: mmu: init running...
nouveau 0000:01:00.0: mmu: init completed in 0us
nouveau 0000:01:00.0: bar: init running...
nouveau 0000:01:00.0: bar: init completed in 5us
nouveau 0000:01:00.0: fault: init running...
nouveau 0000:01:00.0: fault: init completed in 24us
nouveau 0000:01:00.0: acr: init running...
nouveau 0000:01:00.0: acr: executing AHESASC binary
nouveau 0000:01:00.0: acr: acquired sec2 falcon
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x3c00
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x3d00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x1000
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: acr: mailbox 00000000 00000000
nouveau 0000:01:00.0: acr: released sec2 falcon
nouveau 0000:01:00.0: acr: AHESASC binary completed successfully
nouveau 0000:01:00.0: acr: executing ASB binary
nouveau 0000:01:00.0: acr: acquired gsp falcon
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x6000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2900
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x8a00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x800
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: acr: mailbox 00000000 00000000
nouveau 0000:01:00.0: acr: released gsp falcon
nouveau 0000:01:00.0: acr: ASB binary completed successfully
nouveau 0000:01:00.0: acr: init completed in 5063us
nouveau 0000:01:00.0: pmu: init running...
nouveau 0000:01:00.0: pmu: init completed in 0us
nouveau 0000:01:00.0: therm: init running...
nouveau 0000:01:00.0: therm: programmed thresholds [ 90(3), 95(3), 105(5), 135(5) ]
nouveau 0000:01:00.0: therm: init completed in 17us
nouveau 0000:01:00.0: gsp: init running...
nouveau 0000:01:00.0: gsp: init completed in 0us
nouveau 0000:01:00.0: ce0: init running...
nouveau 0000:01:00.0: ce0: init completed in 0us
nouveau 0000:01:00.0: ce1: init running...
nouveau 0000:01:00.0: ce1: init skipped, engine has no users
nouveau 0000:01:00.0: ce1: init completed in 1us
nouveau 0000:01:00.0: ce2: init running...
nouveau 0000:01:00.0: ce2: init completed in 0us
nouveau 0000:01:00.0: ce3: init running...
nouveau 0000:01:00.0: ce3: init skipped, engine has no users
nouveau 0000:01:00.0: ce3: init completed in 1us
nouveau 0000:01:00.0: ce4: init running...
nouveau 0000:01:00.0: ce4: init skipped, engine has no users
nouveau 0000:01:00.0: ce4: init completed in 1us
nouveau 0000:01:00.0: disp: init running...
nouveau 0000:01:00.0: disp: init skipped, engine has no users
nouveau 0000:01:00.0: disp: init completed in 1us
nouveau 0000:01:00.0: dma: init running...
nouveau 0000:01:00.0: dma: init skipped, engine has no users
nouveau 0000:01:00.0: dma: init completed in 1us
nouveau 0000:01:00.0: fifo: init running...
nouveau 0000:01:00.0: fifo: init completed in 37us
nouveau 0000:01:00.0: gr: init running...
nouveau 0000:01:00.0: gr: acquired fecs falcon
nouveau 0000:01:00.0: gr: acquired gpccs falcon
nouveau 0000:01:00.0: sec2: cmdq: initialised @ index 0 offset 0x01000000 size 0x00000080
nouveau 0000:01:00.0: sec2: msgq: initialised @ index 0 offset 0x01000080 size 0x00000080
nouveau 0000:01:00.0: sec2: fecs booted
nouveau 0000:01:00.0: sec2: gpccs booted
nouveau 0000:01:00.0: gr: init completed in 5632us
nouveau 0000:01:00.0: nvdec0: init running...
nouveau 0000:01:00.0: nvdec0: init skipped, engine has no users
nouveau 0000:01:00.0: nvdec0: init completed in 1us
nouveau 0000:01:00.0: nvenc0: init running...
nouveau 0000:01:00.0: nvenc0: init skipped, engine has no users
nouveau 0000:01:00.0: nvenc0: init completed in 1us
nouveau 0000:01:00.0: sec2: init running...
nouveau 0000:01:00.0: sec2: init skipped, engine has no users
nouveau 0000:01:00.0: sec2: init completed in 2us
nouveau 0000:01:00.0: init completed in 27376us
nouveau: DRM-master:00000000:00000080: init children...
nouveau: DRM-master:00000000:80009009: init running...
nouveau: DRM-master:00000000:80009009: init children...
nouveau: DRM-master:00000000:8000c00d: init running...
nouveau: DRM-master:00000000:8000c00d: init children...
nouveau: DRM-master:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:80009009: init completed in 353us
nouveau: DRM-master:00000000:00000080: init completed in 28764us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM:00000000:00000080: init running...
nouveau: DRM:00000000:00000080: init children...
nouveau: DRM:00000000:80009009: init running...
nouveau: DRM:00000000:80009009: init children...
nouveau: DRM:00000000:8000c00d: init running...
nouveau: DRM:00000000:8000c00d: init children...
nouveau: DRM:00000000:8000c00d: init completed in 1us
nouveau: DRM:00000000:80009009: init completed in 5us
nouveau: DRM:00000000:0000c361: init running...
nouveau: DRM:00000000:0000c361: init children...
nouveau: DRM:00000000:0000c361: init completed in 1us
nouveau: DRM:00000000:0000c46f: init running...
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:00000000:0000c46f: init completed in 15us
nouveau: DRM:00000000:0000c46f: init running...
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:0004c5b5:0000c5b5: init running...
nouveau: DRM:00000000:00000000: init running...
nouveau: DRM:00000000:00000000: init children...
nouveau: DRM:00000000:00000000: init completed in 1us
nouveau: DRM:00000000:0000c46f: attached ce2
nouveau: DRM:0004c5b5:0000c5b5: init children...
nouveau: DRM:0004c5b5:0000c5b5: init completed in 21us
nouveau: DRM:00000000:0000c46f: init completed in 37us
nouveau: DRM:00000000:ffffffff: init running...
nouveau: DRM:00000000:ffffffff: init children...
nouveau: DRM:00000000:ffffffff: init completed in 1us
nouveau: DRM:00000000:00000080: init completed in 74us
nouveau: DRM-master:00000000:00000000: init completed in 78us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: Xorg[1232]:00000000:00000080: init running...
nouveau: Xorg[1232]:00000000:00000080: init children...
nouveau: Xorg[1232]:00000000:80009009: init running...
nouveau: Xorg[1232]:00000000:80009009: init children...
nouveau: Xorg[1232]:00000000:8000c00d: init running...
nouveau: Xorg[1232]:00000000:8000c00d: init children...
nouveau: Xorg[1232]:00000000:8000c00d: init completed in 1us
nouveau: Xorg[1232]:00000000:80009009: init completed in 4us
nouveau: Xorg[1232]:00000000:00000080: init completed in 9us
nouveau: Xorg[1232]:00000000:00000080: init running...
nouveau: Xorg[1232]:00000000:00000080: init children...
nouveau: Xorg[1232]:00000000:00000080: init completed in 1us
nouveau: Xorg[1232]:00000000:00000080: init running...
nouveau: Xorg[1232]:00000000:00000080: init children...
nouveau: Xorg[1232]:00000000:0000c46f: init running...
nouveau: Xorg[1232]:00000000:0000c46f: init children...
nouveau: Xorg[1232]:00000000:0000c5b5: init running...
nouveau: Xorg[1232]:00000000:00000000: init running...
nouveau: Xorg[1232]:00000000:00000000: init children...
nouveau: Xorg[1232]:00000000:00000000: init completed in 1us
nouveau: Xorg[1232]:00000000:0000c46f: attached ce0
nouveau: Xorg[1232]:00000000:0000c5b5: init children...
nouveau: Xorg[1232]:00000000:0000c5b5: init completed in 19us
nouveau: Xorg[1232]:beef323f:0000a140: init running...
nouveau: Xorg[1232]:00000000:00000000: init running...
nouveau: Xorg[1232]:00000000:00000000: init children...
nouveau: Xorg[1232]:00000000:00000000: init completed in 2us
nouveau: Xorg[1232]:00000000:0000c46f: attached gr
nouveau: Xorg[1232]:beef323f:0000a140: init children...
nouveau: Xorg[1232]:beef323f:0000a140: init completed in 17us
nouveau: Xorg[1232]:00000000:0000c5b5: init running...
nouveau: Xorg[1232]:00000000:0000c5b5: init children...
nouveau: Xorg[1232]:00000000:0000c5b5: init completed in 0us
nouveau: Xorg[1232]:beef902d:0000902d: init running...
nouveau: Xorg[1232]:beef902d:0000902d: init children...
nouveau: Xorg[1232]:beef902d:0000902d: init completed in 1us
nouveau: Xorg[1232]:beef003d:0000c597: init running...
nouveau: Xorg[1232]:beef003d:0000c597: init children...
nouveau: Xorg[1232]:beef003d:0000c597: init completed in 1us
nouveau: Xorg[1232]:beef00c0:0000c5c0: init running...
nouveau: Xorg[1232]:beef00c0:0000c5c0: init children...
nouveau: Xorg[1232]:beef00c0:0000c5c0: init completed in 0us
nouveau: Xorg[1232]:00000000:0000c46f: init completed in 68us
nouveau: Xorg[1232]:00000000:00000080: init completed in 72us
nouveau: DRM-master:00000000:00000000: init completed in 92us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: blueman-applet[1387]:00000000:00000080: init running...
nouveau: blueman-applet[1387]:00000000:00000080: init children...
nouveau: blueman-applet[1387]:00000000:80009009: init running...
nouveau: blueman-applet[1387]:00000000:80009009: init children...
nouveau: blueman-applet[1387]:00000000:8000c00d: init running...
nouveau: blueman-applet[1387]:00000000:8000c00d: init children...
nouveau: blueman-applet[1387]:00000000:8000c00d: init completed in 1us
nouveau: blueman-applet[1387]:00000000:80009009: init completed in 4us
nouveau: blueman-applet[1387]:00000000:00000080: init completed in 7us
nouveau: blueman-applet[1387]:00000000:00000080: init running...
nouveau: blueman-applet[1387]:00000000:00000080: init children...
nouveau: blueman-applet[1387]:00000000:00000080: init completed in 1us
nouveau: blueman-applet[1387]:00000000:00000080: init running...
nouveau: blueman-applet[1387]:00000000:00000080: init children...
nouveau: blueman-applet[1387]:00000000:0000c46f: init running...
nouveau: blueman-applet[1387]:00000000:0000c46f: init children...
nouveau: blueman-applet[1387]:00000000:0000c5b5: init running...
nouveau: blueman-applet[1387]:00000000:00000000: init running...
nouveau: blueman-applet[1387]:00000000:00000000: init children...
nouveau: blueman-applet[1387]:00000000:00000000: init completed in 2us
nouveau: blueman-applet[1387]:00000000:0000c46f: attached ce0
nouveau: blueman-applet[1387]:00000000:0000c5b5: init children...
nouveau: blueman-applet[1387]:00000000:0000c5b5: init completed in 16us
nouveau: blueman-applet[1387]:beef323f:0000a140: init running...
nouveau: blueman-applet[1387]:00000000:00000000: init running...
nouveau: blueman-applet[1387]:00000000:00000000: init children...
nouveau: blueman-applet[1387]:00000000:00000000: init completed in 1us
nouveau: blueman-applet[1387]:00000000:0000c46f: attached gr
nouveau: blueman-applet[1387]:beef323f:0000a140: init children...
nouveau: blueman-applet[1387]:beef323f:0000a140: init completed in 12us
nouveau: blueman-applet[1387]:00000000:0000c5b5: init running...
nouveau: blueman-applet[1387]:00000000:0000c5b5: init children...
nouveau: blueman-applet[1387]:00000000:0000c5b5: init completed in 1us
nouveau: blueman-applet[1387]:beef902d:0000902d: init running...
nouveau: blueman-applet[1387]:beef902d:0000902d: init children...
nouveau: blueman-applet[1387]:beef902d:0000902d: init completed in 1us
nouveau: blueman-applet[1387]:beef003d:0000c597: init running...
nouveau: blueman-applet[1387]:beef003d:0000c597: init children...
nouveau: blueman-applet[1387]:beef003d:0000c597: init completed in 1us
nouveau: blueman-applet[1387]:beef00c0:0000c5c0: init running...
nouveau: blueman-applet[1387]:beef00c0:0000c5c0: init children...
nouveau: blueman-applet[1387]:beef00c0:0000c5c0: init completed in 1us
nouveau: blueman-applet[1387]:00000000:0000c46f: init completed in 55us
nouveau: blueman-applet[1387]:00000000:00000080: init completed in 114us
nouveau: DRM-master:00000000:00000000: init completed in 181us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: lxqt-panel[1392]:00000000:00000080: init running...
nouveau: lxqt-panel[1392]:00000000:00000080: init children...
nouveau: lxqt-panel[1392]:00000000:80009009: init running...
nouveau: lxqt-panel[1392]:00000000:80009009: init children...
nouveau: lxqt-panel[1392]:00000000:8000c00d: init running...
nouveau: lxqt-panel[1392]:00000000:8000c00d: init children...
nouveau: lxqt-panel[1392]:00000000:8000c00d: init completed in 1us
nouveau: lxqt-panel[1392]:00000000:80009009: init completed in 6us
nouveau: lxqt-panel[1392]:00000000:00000080: init completed in 11us
nouveau: lxqt-panel[1392]:00000000:00000080: init running...
nouveau: lxqt-panel[1392]:00000000:00000080: init children...
nouveau: lxqt-panel[1392]:00000000:00000080: init completed in 1us
nouveau: lxqt-panel[1392]:00000000:00000080: init running...
nouveau: lxqt-panel[1392]:00000000:00000080: init children...
nouveau: lxqt-panel[1392]:00000000:0000c46f: init running...
nouveau: lxqt-panel[1392]:00000000:0000c46f: init children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: init running...
nouveau: lxqt-panel[1392]:00000000:00000000: init running...
nouveau: lxqt-panel[1392]:00000000:00000000: init children...
nouveau: lxqt-panel[1392]:00000000:00000000: init completed in 1us
nouveau: lxqt-panel[1392]:00000000:0000c46f: attached ce0
nouveau: lxqt-panel[1392]:00000000:0000c5b5: init children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: init completed in 17us
nouveau: lxqt-panel[1392]:beef323f:0000a140: init running...
nouveau: lxqt-panel[1392]:00000000:00000000: init running...
nouveau: lxqt-panel[1392]:00000000:00000000: init children...
nouveau: lxqt-panel[1392]:00000000:00000000: init completed in 2us
nouveau: lxqt-panel[1392]:00000000:0000c46f: attached gr
nouveau: lxqt-panel[1392]:beef323f:0000a140: init children...
nouveau: lxqt-panel[1392]:beef323f:0000a140: init completed in 13us
nouveau: lxqt-panel[1392]:00000000:0000c5b5: init running...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: init children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: init completed in 1us
nouveau: lxqt-panel[1392]:beef902d:0000902d: init running...
nouveau: lxqt-panel[1392]:beef902d:0000902d: init children...
nouveau: lxqt-panel[1392]:beef902d:0000902d: init completed in 1us
nouveau: lxqt-panel[1392]:beef003d:0000c597: init running...
nouveau: lxqt-panel[1392]:beef003d:0000c597: init children...
nouveau: lxqt-panel[1392]:beef003d:0000c597: init completed in 1us
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: init running...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: init children...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: init completed in 1us
nouveau: lxqt-panel[1392]:00000000:0000c46f: init completed in 164us
nouveau: lxqt-panel[1392]:00000000:00000080: init completed in 168us
nouveau: DRM-master:00000000:00000000: init completed in 189us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1388]:00000000:80009009: init running...
nouveau: pcmanfm-qt[1388]:00000000:80009009: init children...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: init running...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: init children...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: init completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:80009009: init completed in 61us
nouveau: pcmanfm-qt[1388]:00000000:00000080: init completed in 65us
nouveau: pcmanfm-qt[1388]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: init completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: init running...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: init children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: init children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: init completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: attached ce0
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: init children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: init completed in 13us
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: init running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: init children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: init completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: attached gr
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: init children...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: init completed in 12us
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: init running...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: init children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: init completed in 1us
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: init running...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: init children...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: init completed in 108us
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: init running...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: init children...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: init completed in 2us
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: init running...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: init children...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: init completed in 55us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: init completed in 210us
nouveau: pcmanfm-qt[1388]:00000000:00000080: init completed in 213us
nouveau: DRM-master:00000000:00000000: init completed in 288us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: lxqt-leave[1734]:00000000:00000080: init running...
nouveau: lxqt-leave[1734]:00000000:00000080: init children...
nouveau: lxqt-leave[1734]:00000000:80009009: init running...
nouveau: lxqt-leave[1734]:00000000:80009009: init children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: init running...
nouveau: lxqt-leave[1734]:00000000:8000c00d: init children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: init completed in 1us
nouveau: lxqt-leave[1734]:00000000:80009009: init completed in 5us
nouveau: lxqt-leave[1734]:00000000:00000080: init completed in 10us
nouveau: lxqt-leave[1734]:00000000:00000080: init running...
nouveau: lxqt-leave[1734]:00000000:00000080: init children...
nouveau: lxqt-leave[1734]:00000000:00000080: init completed in 1us
nouveau: lxqt-leave[1734]:00000000:00000080: init running...
nouveau: lxqt-leave[1734]:00000000:00000080: init children...
nouveau: lxqt-leave[1734]:00000000:0000c46f: init running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: init children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[1734]:00000000:00000000: init running...
nouveau: lxqt-leave[1734]:00000000:00000000: init children...
nouveau: lxqt-leave[1734]:00000000:00000000: init completed in 3us
nouveau: lxqt-leave[1734]:00000000:0000c46f: attached ce0
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init completed in 23us
nouveau: lxqt-leave[1734]:beef323f:0000a140: init running...
nouveau: lxqt-leave[1734]:00000000:00000000: init running...
nouveau: lxqt-leave[1734]:00000000:00000000: init children...
nouveau: lxqt-leave[1734]:00000000:00000000: init completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c46f: attached gr
nouveau: lxqt-leave[1734]:beef323f:0000a140: init children...
nouveau: lxqt-leave[1734]:beef323f:0000a140: init completed in 12us
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: init completed in 1us
nouveau: lxqt-leave[1734]:beef902d:0000902d: init running...
nouveau: lxqt-leave[1734]:beef902d:0000902d: init children...
nouveau: lxqt-leave[1734]:beef902d:0000902d: init completed in 1us
nouveau: lxqt-leave[1734]:beef003d:0000c597: init running...
nouveau: lxqt-leave[1734]:beef003d:0000c597: init children...
nouveau: lxqt-leave[1734]:beef003d:0000c597: init completed in 1us
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: init running...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: init children...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: init completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c46f: init completed in 60us
nouveau: lxqt-leave[1734]:00000000:00000080: init completed in 224us
nouveau: DRM-master:00000000:00000000: init completed in 242us
nouveau: DRM-master:00000000:00000000: init completed in 29961us
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 05 object ffff91cc8941a3b8 owner ff
nouveau: DRM:00000000:00000080: ioctl: rd size 16
nouveau: DRM:00000000:00000080: ioctl: rd vers 0 size 4 addr 0000000000088488
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 06 object ffff91cc8941a3b8 owner ff
nouveau: DRM:00000000:00000080: ioctl: wr size 16
nouveau: DRM:00000000:00000080: ioctl: wr vers 0 size 4 addr 0000000000088488 data 02000000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bd6458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bd6758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec3158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bd6558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 107us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2e58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3a58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3c58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3d58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3e58 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bd6658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec3758 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deba58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec3558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec3058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9feef58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000225c330 owner 01
nouveau: lxqt-panel[1392]:beef003d:0000c597: ioctl: delete size 0
nouveau: lxqt-panel[1392]:beef003d:0000c597: ioctl: delete
nouveau: lxqt-panel[1392]:beef003d:0000c597: fini children...
nouveau: lxqt-panel[1392]:beef003d:0000c597: fini running...
nouveau: lxqt-panel[1392]:beef003d:0000c597: fini completed in 4us
nouveau: lxqt-panel[1392]:beef003d:0000c597: destroy children...
nouveau: lxqt-panel[1392]:beef003d:0000c597: destroy running...
nouveau: lxqt-panel[1392]:beef003d:0000c597: destroy children...
nouveau: lxqt-panel[1392]:beef003d:0000c597: destroy running...
nouveau: lxqt-panel[1392]:beef003d:0000c597: destroy completed in 2us...
nouveau: lxqt-panel[1392]:beef003d:0000c597: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000225c300 owner 01
nouveau: lxqt-panel[1392]:beef902d:0000902d: ioctl: delete size 0
nouveau: lxqt-panel[1392]:beef902d:0000902d: ioctl: delete
nouveau: lxqt-panel[1392]:beef902d:0000902d: fini children...
nouveau: lxqt-panel[1392]:beef902d:0000902d: fini running...
nouveau: lxqt-panel[1392]:beef902d:0000902d: fini completed in 3us
nouveau: lxqt-panel[1392]:beef902d:0000902d: destroy children...
nouveau: lxqt-panel[1392]:beef902d:0000902d: destroy running...
nouveau: lxqt-panel[1392]:beef902d:0000902d: destroy children...
nouveau: lxqt-panel[1392]:beef902d:0000902d: destroy running...
nouveau: lxqt-panel[1392]:beef902d:0000902d: destroy completed in 2us...
nouveau: lxqt-panel[1392]:beef902d:0000902d: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000225c250 owner 01
nouveau: lxqt-panel[1392]:beef323f:0000a140: ioctl: delete size 0
nouveau: lxqt-panel[1392]:beef323f:0000a140: ioctl: delete
nouveau: lxqt-panel[1392]:beef323f:0000a140: fini children...
nouveau: lxqt-panel[1392]:beef323f:0000a140: fini running...
nouveau: lxqt-panel[1392]:beef323f:0000a140: fini completed in 2us
nouveau: lxqt-panel[1392]:beef323f:0000a140: destroy children...
nouveau: lxqt-panel[1392]:beef323f:0000a140: destroy running...
nouveau: lxqt-panel[1392]:beef323f:0000a140: destroy children...
nouveau: lxqt-panel[1392]:beef323f:0000a140: destroy running...
nouveau: lxqt-panel[1392]:beef323f:0000a140: destroy completed in 2us...
nouveau: lxqt-panel[1392]:beef323f:0000a140: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000225c2d0 owner 01
nouveau: lxqt-panel[1392]:00000000:0000c5b5: ioctl: delete size 0
nouveau: lxqt-panel[1392]:00000000:0000c5b5: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:0000c5b5: fini children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: fini running...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: fini completed in 2us
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy completed in 2us...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy completed in 8us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000002165960 owner 01
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: ioctl: delete
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: fini children...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: fini running...
nouveau: lxqt-panel[1392]:00000000:00000000: fini children...
nouveau: lxqt-panel[1392]:00000000:00000000: fini running...
nouveau: lxqt-panel[1392]:00000000:00000000: fini completed in 3us
nouveau: lxqt-panel[1392]:00000000:0000c46f: detached gr
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: fini completed in 23us
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-panel[1392]:00000000:00000000: destroy children...
nouveau: lxqt-panel[1392]:00000000:00000000: destroy running...
nouveau: lxqt-panel[1392]:00000000:00000000: destroy completed in 109us...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: destroy completed in 1us...
nouveau: lxqt-panel[1392]:beef00c0:0000c5c0: destroy completed in 154us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000022a9610 owner 01
nouveau: lxqt-leave[1734]:beef003d:0000c597: ioctl: delete size 0
nouveau: lxqt-leave[1734]:beef003d:0000c597: ioctl: delete
nouveau: lxqt-leave[1734]:beef003d:0000c597: fini children...
nouveau: lxqt-leave[1734]:beef003d:0000c597: fini running...
nouveau: lxqt-leave[1734]:beef003d:0000c597: fini completed in 3us
nouveau: lxqt-leave[1734]:beef003d:0000c597: destroy children...
nouveau: lxqt-leave[1734]:beef003d:0000c597: destroy running...
nouveau: lxqt-leave[1734]:beef003d:0000c597: destroy children...
nouveau: lxqt-leave[1734]:beef003d:0000c597: destroy running...
nouveau: lxqt-leave[1734]:beef003d:0000c597: destroy completed in 2us...
nouveau: lxqt-leave[1734]:beef003d:0000c597: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000002296510 owner 01
nouveau: lxqt-leave[1734]:beef902d:0000902d: ioctl: delete size 0
nouveau: lxqt-leave[1734]:beef902d:0000902d: ioctl: delete
nouveau: lxqt-leave[1734]:beef902d:0000902d: fini children...
nouveau: lxqt-leave[1734]:beef902d:0000902d: fini running...
nouveau: lxqt-leave[1734]:beef902d:0000902d: fini completed in 2us
nouveau: lxqt-leave[1734]:beef902d:0000902d: destroy children...
nouveau: lxqt-leave[1734]:beef902d:0000902d: destroy running...
nouveau: lxqt-leave[1734]:beef902d:0000902d: destroy children...
nouveau: lxqt-leave[1734]:beef902d:0000902d: destroy running...
nouveau: lxqt-leave[1734]:beef902d:0000902d: destroy completed in 2us...
nouveau: lxqt-leave[1734]:beef902d:0000902d: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000002296460 owner 01
nouveau: lxqt-leave[1734]:beef323f:0000a140: ioctl: delete size 0
nouveau: lxqt-leave[1734]:beef323f:0000a140: ioctl: delete
nouveau: lxqt-leave[1734]:beef323f:0000a140: fini children...
nouveau: lxqt-leave[1734]:beef323f:0000a140: fini running...
nouveau: lxqt-leave[1734]:beef323f:0000a140: fini completed in 3us
nouveau: lxqt-leave[1734]:beef323f:0000a140: destroy children...
nouveau: lxqt-leave[1734]:beef323f:0000a140: destroy running...
nouveau: lxqt-leave[1734]:beef323f:0000a140: destroy children...
nouveau: lxqt-leave[1734]:beef323f:0000a140: destroy running...
nouveau: lxqt-leave[1734]:beef323f:0000a140: destroy completed in 2us...
nouveau: lxqt-leave[1734]:beef323f:0000a140: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000022964e0 owner 01
nouveau: lxqt-leave[1734]:00000000:0000c5b5: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:0000c5b5: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:0000c5b5: fini children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: fini running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: fini completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy completed in 1us...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000022a31b0 owner 01
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: ioctl: delete
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: fini children...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: fini running...
nouveau: lxqt-leave[1734]:00000000:00000000: fini children...
nouveau: lxqt-leave[1734]:00000000:00000000: fini running...
nouveau: lxqt-leave[1734]:00000000:00000000: fini completed in 1us
nouveau: lxqt-leave[1734]:00000000:0000c46f: detached gr
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: fini completed in 30us
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000000: destroy children...
nouveau: lxqt-leave[1734]:00000000:00000000: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000000: destroy completed in 108us...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: destroy completed in 1us...
nouveau: lxqt-leave[1734]:beef00c0:0000c5c0: destroy completed in 151us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deb958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9feee58 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deb858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9feed58 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 5us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deb758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9feec58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deb658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9feeb58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88e87d98 owner ff
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:0000c5b5: fini children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: fini running...
nouveau: lxqt-leave[1734]:00000000:00000000: fini children...
nouveau: lxqt-leave[1734]:00000000:00000000: fini running...
nouveau: lxqt-leave[1734]:00000000:00000000: fini completed in 3us
nouveau: lxqt-leave[1734]:00000000:0000c46f: detached ce0
nouveau: lxqt-leave[1734]:00000000:0000c5b5: fini completed in 27us
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000000: destroy children...
nouveau: lxqt-leave[1734]:00000000:00000000: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000000: destroy completed in 2us...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy running...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy completed in 3us...
nouveau: lxqt-leave[1734]:00000000:0000c5b5: destroy completed in 30us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8569e6d8 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:0000c5b5: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1392]:00000000:0000c5b5: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:0000c5b5: fini children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: fini running...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc81b1d9f0 owner ff
nouveau: lxqt-panel[1392]:00000000:00000000: fini children...
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: lxqt-panel[1392]:00000000:00000000: fini running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy del vers 0 index 1
nouveau: lxqt-panel[1392]:00000000:00000000: fini completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-panel[1392]:00000000:0000c46f: detached ce0
nouveau: lxqt-panel[1392]:00000000:0000c5b5: fini completed in 24us
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy running...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1392]:00000000:00000000: destroy children...
nouveau: lxqt-panel[1392]:00000000:00000000: destroy running...
nouveau: lxqt-panel[1392]:00000000:00000000: destroy completed in 2us...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy completed in 1us...
nouveau: lxqt-panel[1392]:00000000:0000c5b5: destroy completed in 30us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc889939f0 owner ff
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: ntfy del vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec3658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc80c776d8 owner ff
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: fini children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: fini running...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: fini completed in 1us
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy completed in 1us...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc85766df0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: ntfy del vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91cc85766df0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91cc81b1d9f0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91cc889939f0 owner ff
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: ntfy put vers 0 index 0
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy put vers 0 index 0
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: ntfy put vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc81b1d9f0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: ntfy del vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc889939f0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc85766df0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: ntfy del vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: ntfy del vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff91cc81b1d9f0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: unmap size 0
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff91cc85766df0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: unmap size 0
nouveau: DRM-master:00000000:00000000: ioctl: return -19
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return -19
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc85766df0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: ioctl: delete
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff91cc889939f0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc81b1d9f0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: fini children...
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:0000c46f: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:0000c46f: fini children...
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: unmap size 0
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: unmap
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: fini children...
nouveau: DRM-master:00000000:00000000: ioctl: return -19
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: fini running...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc889939f0 owner ff
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:0000c46f: fini running...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: fini completed in 4us
nouveau: lxqt-panel[1392]:00000000:0000c46f: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: fini children...
nouveau: lxqt-panel[1392]:00000000:0000c46f: fini children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: fini running...
nouveau: lxqt-panel[1392]:00000000:0000c46f: fini running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: fini completed in 15us
nouveau: pcmanfm-qt[1388]:00000000:00000000: fini children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: fini running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: fini completed in 4us
nouveau: lxqt-panel[1392]:00000000:0000c46f: fini completed in 22us
nouveau: lxqt-leave[1734]:00000000:0000c46f: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: detached ce0
nouveau: lxqt-panel[1392]:00000000:0000c46f: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: fini completed in 30us
nouveau: lxqt-panel[1392]:00000000:0000c46f: destroy running...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: fini children...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: fini running...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: fini completed in 1us
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: fini children...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: fini running...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: fini completed in 1us
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: fini children...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: fini running...
nouveau: lxqt-leave[1734]:00000000:0000c46f: destroy completed in 19us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:0000c46f: destroy completed in 30us...
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: pcmanfm-qt[1388]:00000000:00000000: fini children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:00000000: fini completed in 4us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: detached gr
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: fini completed in 27us
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: fini running...
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deb358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: fini completed in 97us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: destroy children...
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: destroy children...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: destroy running...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: destroy completed in 2us...
nouveau: pcmanfm-qt[1388]:beef323f:0000a140: destroy completed in 61us...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy completed in 59us...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy running...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9fee858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: pcmanfm-qt[1388]:00000000:00000000: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: destroy completed in 1us...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy completed in 2us...
nouveau: pcmanfm-qt[1388]:00000000:0000c5b5: destroy completed in 32us...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: destroy children...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: destroy running...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: destroy children...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: destroy running...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: destroy completed in 1us...
nouveau: pcmanfm-qt[1388]:beef902d:0000902d: destroy completed in 6us...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: destroy children...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: destroy running...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: destroy children...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: destroy running...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: destroy completed in 1us...
nouveau: pcmanfm-qt[1388]:beef003d:0000c597: destroy completed in 5us...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: destroy children...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000000: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:00000000: destroy completed in 190us...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: destroy children...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: destroy running...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: destroy completed in 1us...
nouveau: pcmanfm-qt[1388]:beef00c0:0000c5c0: destroy completed in 229us...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:0000c46f: destroy completed in 377us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cccbeb3758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccbb597600 owner ff
nouveau: pcmanfm-qt[1388]:00000000:00000080: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:00000080: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini completed in 2us
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc857669d0 owner ff
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: fini children...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: fini running...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: fini completed in 2us
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:8000c00d: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc85766968 owner ff
nouveau: pcmanfm-qt[1388]:00000000:80009009: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:80009009: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:80009009: fini children...
nouveau: pcmanfm-qt[1388]:00000000:80009009: fini running...
nouveau: pcmanfm-qt[1388]:00000000:80009009: fini completed in 2us
nouveau: pcmanfm-qt[1388]:00000000:80009009: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:80009009: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:80009009: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc85766878 owner ff
nouveau: pcmanfm-qt[1388]:00000000:00000080: ioctl: delete size 0
nouveau: pcmanfm-qt[1388]:00000000:00000080: ioctl: delete
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini completed in 2us
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:nouveau: DRM-master:00000000:00000000: fini children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: fini completed in 1us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 8us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy children...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy running...
nouveau: pcmanfm-qt[1388]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9deb558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc80149c00 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:00000080: fini children...
nouveau: lxqt-leave[1734]:00000000:00000080: fini running...
nouveau: lxqt-leave[1734]:00000000:00000080: fini completed in 1us
nouveau: lxqt-leave[1734]:00000000:00000080: destroy children...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc81b1a1d0 owner ff
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:8000c00d: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:8000c00d: fini children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: fini running...
nouveau: lxqt-leave[1734]:00000000:8000c00d: fini completed in 1us
nouveau: lxqt-leave[1734]:00000000:8000c00d: destroy children...
nouveau: lxqt-leave[1734]:00000000:8000c00d: destroy running...
nouveau: lxqt-leave[1734]:00000000:8000c00d: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc81b1a168 owner ff
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:80009009: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:80009009: fini children...
nouveau: lxqt-leave[1734]:00000000:80009009: fini running...
nouveau: lxqt-leave[1734]:00000000:80009009: fini completed in 1us
nouveau: lxqt-leave[1734]:00000000:80009009: destroy children...
nouveau: lxqt-leave[1734]:00000000:80009009: destroy running...
nouveau: lxqt-leave[1734]:00000000:80009009: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc81b1a078 owner ff
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: delete size 0
nouveau: lxqt-leave[1734]:00000000:00000080: ioctl: delete
nouveau: lxqt-leave[1734]:00000000:00000080: fini children...
nouveau: lxqt-leave[1734]:00000000:00000080: fini running...
nouveau: lxqt-leave[1734]:00000000:00000080: fini completed in 3us
nouveau: lxqt-leave[1734]:00000000:00000080: destroy children...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: lxqt-leave[1734]:00000000:00000080: fini children...
nouveau: lxqt-leave[1734]:00000000:00000080: fini running...
nouveau: lxqt-leave[1734]:00000000:00000080: fini completed in 1us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 9us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy children...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy running...
nouveau: lxqt-leave[1734]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca9feea58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc82056000 owner ff
nouveau: lxqt-panel[1392]:00000000:00000080: ioctl: delete size 0
nouveau: lxqt-panel[1392]:00000000:00000080: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:00000080: fini children...
nouveau: lxqt-panel[1392]:00000000:00000080: fini running...
nouveau: lxqt-panel[1392]:00000000:00000080: fini completed in 1us
nouveau: lxqt-panel[1392]:00000000:00000080: destroy children...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy running...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88993dd0 owner ff
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: delete size 0
nouveau: lxqt-panel[1392]:00000000:8000c00d: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:8000c00d: fini children...
nouveau: lxqt-panel[1392]:00000000:8000c00d: fini running...
nouveau: lxqt-panel[1392]:00000000:8000c00d: fini completed in 1us
nouveau: lxqt-panel[1392]:00000000:8000c00d: destroy children...
nouveau: lxqt-panel[1392]:00000000:8000c00d: destroy running...
nouveau: lxqt-panel[1392]:00000000:8000c00d: destroy completed in 8us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88993d68 owner ff
nouveau: lxqt-panel[1392]:00000000:80009009: ioctl: delete size 0
nouveau: lxqt-panel[1392]:00000000:80009009: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:80009009: fini children...
nouveau: lxqt-panel[1392]:00000000:80009009: fini running...
nouveau: lxqt-panel[1392]:00000000:80009009: fini completed in 1us
nouveau: lxqt-panel[1392]:00000000:80009009: destroy children...
nouveau: lxqt-panel[1392]:00000000:80009009: destroy running...
nouveau: lxqt-panel[1392]:00000000:80009009: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88993c78 owner ff
nouveau: lxqt-panel[1392]:00000000:00000080: ioctl: delete size 0
nouveau: lxqt-panel[1392]:00000000:00000080: ioctl: delete
nouveau: lxqt-panel[1392]:00000000:00000080: fini children...
nouveau: lxqt-panel[1392]:00000000:00000080: fini running...
nouveau: lxqt-panel[1392]:00000000:00000080: fini completed in 1us
nouveau: lxqt-panel[1392]:00000000:00000080: destroy children...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy running...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: lxqt-panel[1392]:00000000:00000080: fini children...
nouveau: lxqt-panel[1392]:00000000:00000080: fini running...
nouveau: lxqt-panel[1392]:00000000:00000080: fini completed in 2us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 8us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy children...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy running...
nouveau: lxqt-panel[1392]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc867895d0 owner ff
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc867895d0 owner ff
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2a58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc867895d0 owner ff
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc867895d0 owner ff
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2c58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc867895d0 owner ff
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1387]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec2158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88ec3458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc867895d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8a2e3158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc808f1c58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc808f1d58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc808f1e58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 202us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 193us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc808f1f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 205us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 244us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bc4058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 206us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 209us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8a2e3258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 204us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 198us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8a2e3058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 288us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 199us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8a2e2f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 208us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 197us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc8a2e3358 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 201us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 192us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bc4658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 199us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 199us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bc4758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 310us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 199us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bc4858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 207us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 230us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bc4958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 197us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 194us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc808f1b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 198us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 194us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc88c16f18 owner ff
nouveau: Xorg[1232]:00000000:0000c5b5: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:0000c5b5: ioctl: delete
nouveau: Xorg[1232]:00000000:0000c5b5: fini children...
nouveau: Xorg[1232]:00000000:0000c5b5: fini running...
nouveau: Xorg[1232]:00000000:0000c5b5: fini completed in 203us
nouveau: Xorg[1232]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy completed in 186us...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy completed in 802us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc821d99f0 owner ff
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: ntfy del vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91cc821d99f0 owner ff
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: ntfy put vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc821d99f0 owner ff
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: ntfy del vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff91cc821d99f0 owner ff
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: unmap size 0
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return -19
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc821d99f0 owner ff
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:0000c46f: ioctl: delete
nouveau: Xorg[1232]:00000000:0000c46f: fini children...
nouveau: Xorg[1232]:beef323f:0000a140: fini children...
nouveau: Xorg[1232]:beef323f:0000a140: fini running...
nouveau: Xorg[1232]:beef323f:0000a140: fini completed in 199us
nouveau: Xorg[1232]:00000000:0000c5b5: fini children...
nouveau: Xorg[1232]:00000000:0000c5b5: fini running...
nouveau: Xorg[1232]:00000000:00000000: fini children...
nouveau: Xorg[1232]:00000000:00000000: fini running...
nouveau: Xorg[1232]:00000000:00000000: fini completed in 199us
nouveau: Xorg[1232]:00000000:0000c46f: detached ce0
nouveau: Xorg[1232]:00000000:0000c5b5: fini completed in 994us
nouveau: Xorg[1232]:beef902d:0000902d: fini children...
nouveau: Xorg[1232]:beef902d:0000902d: fini running...
nouveau: Xorg[1232]:beef902d:0000902d: fini completed in 191us
nouveau: Xorg[1232]:beef003d:0000c597: fini children...
nouveau: Xorg[1232]:beef003d:0000c597: fini running...
nouveau: Xorg[1232]:beef003d:0000c597: fini completed in 188us
nouveau: Xorg[1232]:beef00c0:0000c5c0: fini children...
nouveau: Xorg[1232]:beef00c0:0000c5c0: fini running...
nouveau: Xorg[1232]:00000000:00000000: fini children...
nouveau: Xorg[1232]:00000000:00000000: fini running...
nouveau: Xorg[1232]:00000000:00000000: fini completed in 231us
nouveau: Xorg[1232]:00000000:0000c46f: detached gr
nouveau: Xorg[1232]:beef00c0:0000c5c0: fini completed in 1057us
nouveau: Xorg[1232]:00000000:0000c46f: fini running...
nouveau: Xorg[1232]:00000000:0000c46f: fini completed in 4747us
nouveau: Xorg[1232]:00000000:0000c46f: destroy children...
nouveau: Xorg[1232]:beef323f:0000a140: destroy children...
nouveau: Xorg[1232]:beef323f:0000a140: destroy running...
nouveau: Xorg[1232]:beef323f:0000a140: destroy children...
nouveau: Xorg[1232]:beef323f:0000a140: destroy running...
nouveau: Xorg[1232]:beef323f:0000a140: destroy completed in 183us...
nouveau: Xorg[1232]:beef323f:0000a140: destroy completed in 734us...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1232]:00000000:00000000: destroy children...
nouveau: Xorg[1232]:00000000:00000000: destroy running...
nouveau: Xorg[1232]:00000000:00000000: destroy completed in 185us...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1232]:00000000:0000c5b5: destroy completed in 176us...
nouveau 0000:01:00.0: ce0: fini running...
nouveau 0000:01:00.0: ce0: fini completed in 5us
nouveau: Xorg[1232]:00000000:0000c5b5: destroy completed in 1785us...
nouveau: Xorg[1232]:beef902d:0000902d: destroy children...
nouveau: Xorg[1232]:beef902d:0000902d: destroy running...
nouveau: Xorg[1232]:beef902d:0000902d: destroy children...
nouveau: Xorg[1232]:beef902d:0000902d: destroy running...
nouveau: Xorg[1232]:beef902d:0000902d: destroy completed in 175us...
nouveau: Xorg[1232]:beef902d:0000902d: destroy completed in 700us...
nouveau: Xorg[1232]:beef003d:0000c597: destroy children...
nouveau: Xorg[1232]:beef003d:0000c597: destroy running...
nouveau: Xorg[1232]:beef003d:0000c597: destroy children...
nouveau: Xorg[1232]:beef003d:0000c597: destroy running...
nouveau: Xorg[1232]:beef003d:0000c597: destroy completed in 165us...
nouveau: Xorg[1232]:beef003d:0000c597: destroy completed in 663us...
nouveau: Xorg[1232]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[1232]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[1232]:00000000:00000000: destroy children...
nouveau: Xorg[1232]:00000000:00000000: destroy running...
nouveau: Xorg[1232]:00000000:00000000: destroy completed in 254us...
nouveau: Xorg[1232]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[1232]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[1232]:beef00c0:0000c5c0: destroy completed in 243us...
nouveau 0000:01:00.0: gr: fini running...
nouveau 0000:01:00.0: gr: released gpccs falcon
nouveau 0000:01:00.0: gr: released fecs falcon
nouveau 0000:01:00.0: gr: fini completed in 308us
nouveau: Xorg[1232]:beef00c0:0000c5c0: destroy completed in 1983us...
nouveau: Xorg[1232]:00000000:0000c46f: destroy running...
nouveau: Xorg[1232]:00000000:0000c46f: destroy completed in 7763us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc808f1958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 169us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 168us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc80154c00 owner ff
nouveau: Xorg[1232]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:00000080: ioctl: delete
nouveau: Xorg[1232]:00000000:00000080: fini children...
nouveau: Xorg[1232]:00000000:00000080: fini running...
nouveau: Xorg[1232]:00000000:00000080: fini completed in 171us
nouveau: Xorg[1232]:00000000:00000080: destroy children...
nouveau: Xorg[1232]:00000000:00000080: destroy running...
nouveau: Xorg[1232]:00000000:00000080: destroy completed in 169us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc821d9dd0 owner ff
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[1232]:00000000:8000c00d: fini children...
nouveau: Xorg[1232]:00000000:8000c00d: fini running...
nouveau: Xorg[1232]:00000000:8000c00d: fini completed in 177us
nouveau: Xorg[1232]:00000000:8000c00d: destroy children...
nouveau: Xorg[1232]:00000000:8000c00d: destroy running...
nouveau: Xorg[1232]:00000000:8000c00d: destroy completed in 186us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc821d9d68 owner ff
nouveau: Xorg[1232]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:80009009: ioctl: delete
nouveau: Xorg[1232]:00000000:80009009: fini children...
nouveau: Xorg[1232]:00000000:80009009: fini running...
nouveau: Xorg[1232]:00000000:80009009: fini completed in 176us
nouveau: Xorg[1232]:00000000:80009009: destroy children...
nouveau: Xorg[1232]:00000000:80009009: destroy running...
nouveau: Xorg[1232]:00000000:80009009: destroy completed in 178us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc821d9c78 owner ff
nouveau: Xorg[1232]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1232]:00000000:00000080: ioctl: delete
nouveau: Xorg[1232]:00000000:00000080: fini children...
nouveau: Xorg[1232]:00000000:00000080: fini running...
nouveau: Xorg[1232]:00000000:00000080: fini completed in 185us
nouveau: Xorg[1232]:00000000:00000080: destroy children...
nouveau: Xorg[1232]:00000000:00000080: destroy running...
nouveau: Xorg[1232]:00000000:00000080: destroy completed in 183us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: Xorg[1232]:00000000:00000080: fini children...
nouveau: Xorg[1232]:00000000:00000080: fini running...
nouveau: Xorg[1232]:00000000:00000080: fini completed in 188us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 929us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: Xorg[1232]:00000000:00000080: destroy children...
nouveau: Xorg[1232]:00000000:00000080: destroy running...
nouveau: Xorg[1232]:00000000:00000080: destroy completed in 173us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 713us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff91cc85767000 object ffff91cc85767000
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 189us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc85767078 object ffff91cc85767078
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[1793]:00000000:00000080: init running...
nouveau: Xorg[1793]:00000000:00000080: init children...
nouveau: Xorg[1793]:00000000:00000080: init completed in 0us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767078 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767078 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767078 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 80
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 9
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85767078 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[1793]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff91cc85767168 object ffff91cc85767168
nouveau: Xorg[1793]:00000000:80009009: init running...
nouveau: Xorg[1793]:00000000:80009009: init children...
nouveau: Xorg[1793]:00000000:80009009: init completed in 0us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[1793]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff91cc857671d0 object ffff91cc857671d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ff8fb000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[1793]:00000000:8000c00d: init running...
nouveau: Xorg[1793]:00000000:8000c00d: init children...
nouveau: Xorg[1793]:00000000:8000c00d: init completed in 0us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc857671d0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[1793]:00000000:8000c00d: fini children...
nouveau: Xorg[1793]:00000000:8000c00d: fini running...
nouveau: Xorg[1793]:00000000:8000c00d: fini completed in 0us
nouveau: Xorg[1793]:00000000:8000c00d: destroy children...
nouveau: Xorg[1793]:00000000:8000c00d: destroy running...
nouveau: Xorg[1793]:00000000:8000c00d: destroy completed in 10us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc85767168 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete
nouveau: Xorg[1793]:00000000:80009009: fini children...
nouveau: Xorg[1793]:00000000:80009009: fini running...
nouveau: Xorg[1793]:00000000:80009009: fini completed in 1us
nouveau: Xorg[1793]:00000000:80009009: destroy children...
nouveau: Xorg[1793]:00000000:80009009: destroy running...
nouveau: Xorg[1793]:00000000:80009009: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc85767078 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete
nouveau: Xorg[1793]:00000000:00000080: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini running...
nouveau: Xorg[1793]:00000000:00000080: fini completed in 1us
nouveau: Xorg[1793]:00000000:00000080: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy running...
nouveau: Xorg[1793]:00000000:00000080: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 1us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff91cc822cac00 object ffff91cc822cac00
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc822cac78 object ffff91cc822cac78
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[1793]:00000000:00000080: init running...
nouveau: Xorg[1793]:00000000:00000080: init children...
nouveau: Xorg[1793]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 80
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 9
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[1793]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff91cc822cad68 object ffff91cc822cad68
nouveau: Xorg[1793]:00000000:80009009: init running...
nouveau: Xorg[1793]:00000000:80009009: init children...
nouveau: Xorg[1793]:00000000:80009009: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[1793]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff91cc822cadd0 object ffff91cc822cadd0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ff8fb000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[1793]:00000000:8000c00d: init running...
nouveau: Xorg[1793]:00000000:8000c00d: init children...
nouveau: Xorg[1793]:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[1793]:00000000:8000c00d: fini children...
nouveau: Xorg[1793]:00000000:8000c00d: fini running...
nouveau: Xorg[1793]:00000000:8000c00d: fini completed in 1us
nouveau: Xorg[1793]:00000000:8000c00d: destroy children...
nouveau: Xorg[1793]:00000000:8000c00d: destroy running...
nouveau: Xorg[1793]:00000000:8000c00d: destroy completed in 14us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete
nouveau: Xorg[1793]:00000000:80009009: fini children...
nouveau: Xorg[1793]:00000000:80009009: fini running...
nouveau: Xorg[1793]:00000000:80009009: fini completed in 1us
nouveau: Xorg[1793]:00000000:80009009: destroy children...
nouveau: Xorg[1793]:00000000:80009009: destroy running...
nouveau: Xorg[1793]:00000000:80009009: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete
nouveau: Xorg[1793]:00000000:00000080: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini running...
nouveau: Xorg[1793]:00000000:00000080: fini completed in 3us
nouveau: Xorg[1793]:00000000:00000080: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy running...
nouveau: Xorg[1793]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 2us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff91cc822cac00 object ffff91cc822cac00
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc822cac78 object ffff91cc822cac78
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[1793]:00000000:00000080: init running...
nouveau: Xorg[1793]:00000000:00000080: init children...
nouveau: Xorg[1793]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 80
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 9
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[1793]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff91cc822cad68 object ffff91cc822cad68
nouveau: Xorg[1793]:00000000:80009009: init running...
nouveau: Xorg[1793]:00000000:80009009: init children...
nouveau: Xorg[1793]:00000000:80009009: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[1793]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff91cc822cadd0 object ffff91cc822cadd0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ff8fb000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[1793]:00000000:8000c00d: init running...
nouveau: Xorg[1793]:00000000:8000c00d: init children...
nouveau: Xorg[1793]:00000000:8000c00d: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[1793]:00000000:8000c00d: fini children...
nouveau: Xorg[1793]:00000000:8000c00d: fini running...
nouveau: Xorg[1793]:00000000:8000c00d: fini completed in 2us
nouveau: Xorg[1793]:00000000:8000c00d: destroy children...
nouveau: Xorg[1793]:00000000:8000c00d: destroy running...
nouveau: Xorg[1793]:00000000:8000c00d: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete
nouveau: Xorg[1793]:00000000:80009009: fini children...
nouveau: Xorg[1793]:00000000:80009009: fini running...
nouveau: Xorg[1793]:00000000:80009009: fini completed in 0us
nouveau: Xorg[1793]:00000000:80009009: destroy children...
nouveau: Xorg[1793]:00000000:80009009: destroy running...
nouveau: Xorg[1793]:00000000:80009009: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete
nouveau: Xorg[1793]:00000000:00000080: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini running...
nouveau: Xorg[1793]:00000000:00000080: fini completed in 1us
nouveau: Xorg[1793]:00000000:00000080: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy running...
nouveau: Xorg[1793]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 1us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff91cc822cac00 object ffff91cc822cac00
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc822cac78 object ffff91cc822cac78
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[1793]:00000000:00000080: init running...
nouveau: Xorg[1793]:00000000:00000080: init children...
nouveau: Xorg[1793]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass size 80
nouveau: Xorg[1793]:00000000:00000080: ioctl: sclass vers 0 count 9
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[1793]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff91cc822cad68 object ffff91cc822cad68
nouveau: Xorg[1793]:00000000:80009009: init running...
nouveau: Xorg[1793]:00000000:80009009: init children...
nouveau: Xorg[1793]:00000000:80009009: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[1793]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[1793]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff91cc822cadd0 object ffff91cc822cadd0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ff8fb000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[1793]:00000000:8000c00d: init running...
nouveau: Xorg[1793]:00000000:8000c00d: init children...
nouveau: Xorg[1793]:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[1793]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91cca2bc4858 object ffff91cca2bc4858
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cca2bc4858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 01 token ffff91cc856c7a40 object 0000000001815c40
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[1793]:00000000:00000080: init running...
nouveau: Xorg[1793]:00000000:00000080: init children...
nouveau: Xorg[1793]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 0000000001815c40 owner 01
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff91cc820c9000 object ffff91cc820c9000
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[1793]:00000000:00000080: init running...
nouveau: Xorg[1793]:00000000:00000080: init children...
nouveau: Xorg[1793]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc820c9000 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 1080
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc820c9000 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 1056
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 1048
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 1 count 65
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995a858 object ffff91ccb995a858
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000012000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc820c9000 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: new size 80
nouveau: Xorg[1793]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 0000c76f route 00 token ffff91cc85761df0 object ffff91cc85761df0
nouveau: DRM-master:00000000:00000000: ioctl: return -22
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc820c9000 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: new size 80
nouveau: Xorg[1793]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 0000c46f route 00 token ffff91cc85761df0 object ffff91cc85761df0
nouveau: Xorg[1793]:00000000:00000080: ioctl: create channel gpfifo size 48
nouveau: Xorg[1793]:00000000:00000080: ioctl: create channel gpfifo vers 0 vmm ffff91cc822cadd0 ioffset 0000000000011000 ilength 00002000 runlist 0000000000000001 priv 0
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff8fa000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[1793]:00000000:0000c46f: init running...
nouveau: Xorg[1793]:00000000:0000c46f: init children...
nouveau: Xorg[1793]:00000000:0000c46f: init completed in 8us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 07 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: map size 24
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: map vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 09 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy new size 24
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy new vers 0 event 01
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: notify new size 16
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: notify new vers 0 reply 0 route 00 token ffff91cc85761e28
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0b object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy get size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy get vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 09 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy new size 24
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy new vers 0 event 00
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: notify new size 16
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: notify new vers 0 reply 0 route 00 token ffff91ccb995a778
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000010000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 00 token ffff91ccb917e9d8 object ffff91ccb917e9d8
nouveau 0000:01:00.0: ce0: init running...
nouveau 0000:01:00.0: ce0: init completed in 0us
nouveau 0000:01:00.0: imem: new 00002000 00000000 1: 00ff8f8000 0000002000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000002000
nouveau: Xorg[1793]:00000000:0000c5b5: init running...
nouveau: Xorg[1793]:00000000:00000000: init running...
nouveau: Xorg[1793]:00000000:00000000: init children...
nouveau: Xorg[1793]:00000000:00000000: init completed in 1us
nouveau: Xorg[1793]:00000000:0000c46f: attached ce0
nouveau: Xorg[1793]:00000000:0000c5b5: init children...
nouveau: Xorg[1793]:00000000:0000c5b5: init completed in 18us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995a658 object ffff91ccb995a658
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995a558 object ffff91ccb995a558
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995a958 object ffff91ccb995a958
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995aa58 object ffff91ccb995aa58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995ab58 object ffff91ccb995ab58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 0000000001815c40 owner 01
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[1793]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[1793]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[1793]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995ac58 object ffff91ccb995ac58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new vers 0 handle beef323f class 0000a140 route 01 token ffff91cc856c7a80 object 0000000001817340
nouveau 0000:01:00.0: gr: init running...
nouveau 0000:01:00.0: gr: acquired fecs falcon
nouveau 0000:01:00.0: gr: acquired gpccs falcon
nouveau 0000:01:00.0: sec2: fecs booted
nouveau 0000:01:00.0: sec2: gpccs booted
nouveau 0000:01:00.0: gr: init completed in 5400us
nouveau 0000:01:00.0: imem: new 00001000 00000100 0: 00ff8f7000 0000001000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00020000 00000100 0: 00ff8d7000 0000020000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000020000
nouveau 0000:01:00.0: imem: new 00003000 00000100 0: 00ff8d4000 0000003000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000003000
nouveau 0000:01:00.0: imem: new 00080000 00000100 0: 00ff854000 0000080000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau 0000:01:00.0: imem: new 00237c00 00001000 0: 00ff5c5000 0000238000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000238000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00073d00 00000000 0: 00ff551000 0000074000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000074000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000074000
nouveau: Xorg[1793]:beef323f:0000a140: init running...
nouveau: Xorg[1793]:00000000:00000000: init running...
nouveau: Xorg[1793]:00000000:00000000: init children...
nouveau: Xorg[1793]:00000000:00000000: init completed in 1us
nouveau: Xorg[1793]:00000000:0000c46f: attached gr
nouveau: Xorg[1793]:beef323f:0000a140: init children...
nouveau: Xorg[1793]:beef323f:0000a140: init completed in 17us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 01 token ffff91cc856c7aa0 object 0000000001817260
nouveau: Xorg[1793]:00000000:0000c5b5: init running...
nouveau: Xorg[1793]:00000000:0000c5b5: init children...
nouveau: Xorg[1793]:00000000:0000c5b5: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new vers 0 handle beef902d class 0000902d route 01 token ffff91cc856c7ac0 object 0000000001819180
nouveau: Xorg[1793]:beef902d:0000902d: init running...
nouveau: Xorg[1793]:beef902d:0000902d: init children...
nouveau: Xorg[1793]:beef902d:0000902d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new vers 0 handle beef003d class 0000c597 route 01 token ffff91cc856c7ae0 object 00000000018191b0
nouveau: Xorg[1793]:beef003d:0000c597: init running...
nouveau: Xorg[1793]:beef003d:0000c597: init children...
nouveau: Xorg[1793]:beef003d:0000c597: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995ae58 object ffff91ccb995ae58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995af58 object ffff91ccb995af58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b058 object ffff91ccb995b058
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b158 object ffff91ccb995b158
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: new vers 0 handle beef00c0 class 0000c5c0 route 01 token ffff91cc856c7b00 object 0000000001819570
nouveau: Xorg[1793]:beef00c0:0000c5c0: init running...
nouveau: Xorg[1793]:beef00c0:0000c5c0: init children...
nouveau: Xorg[1793]:beef00c0:0000c5c0: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b258 object ffff91ccb995b258
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b358 object ffff91ccb995b358
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b458 object ffff91ccb995b458
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b558 object ffff91ccb995b558
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff91cc8941a170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff91ccb995b658 object ffff91ccb995b658
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000000400000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995a558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995a958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995aa58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995ab58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0b object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy get size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy get vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy put vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995ac58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995ae58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995af58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995b558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995a658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb917e9d8 owner ff
nouveau: Xorg[1793]:00000000:0000c5b5: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:0000c5b5: ioctl: delete
nouveau: Xorg[1793]:00000000:0000c5b5: fini children...
nouveau: Xorg[1793]:00000000:0000c5b5: fini running...
nouveau: Xorg[1793]:00000000:0000c5b5: fini completed in 1us
nouveau: Xorg[1793]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy completed in 0us...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy del vers 0 index 1
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0c object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy put size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy put vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 0a object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy del size 8
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: ntfy del vers 0 index 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: unmap size 0
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return -19
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc85761df0 owner ff
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:0000c46f: ioctl: delete
nouveau: Xorg[1793]:00000000:0000c46f: fini children...
nouveau: Xorg[1793]:beef323f:0000a140: fini children...
nouveau: Xorg[1793]:beef323f:0000a140: fini running...
nouveau: Xorg[1793]:beef323f:0000a140: fini completed in 286us
nouveau: Xorg[1793]:00000000:0000c5b5: fini children...
nouveau: Xorg[1793]:00000000:0000c5b5: fini running...
nouveau: Xorg[1793]:00000000:00000000: fini children...
nouveau: Xorg[1793]:00000000:00000000: fini running...
nouveau: Xorg[1793]:00000000:00000000: fini completed in 226us
nouveau: Xorg[1793]:00000000:0000c46f: detached ce0
nouveau: Xorg[1793]:00000000:0000c5b5: fini completed in 1180us
nouveau: Xorg[1793]:beef902d:0000902d: fini children...
nouveau: Xorg[1793]:beef902d:0000902d: fini running...
nouveau: Xorg[1793]:beef902d:0000902d: fini completed in 218us
nouveau: Xorg[1793]:beef003d:0000c597: fini children...
nouveau: Xorg[1793]:beef003d:0000c597: fini running...
nouveau: Xorg[1793]:beef003d:0000c597: fini completed in 216us
nouveau: Xorg[1793]:beef00c0:0000c5c0: fini children...
nouveau: Xorg[1793]:beef00c0:0000c5c0: fini running...
nouveau: Xorg[1793]:00000000:00000000: fini children...
nouveau: Xorg[1793]:00000000:00000000: fini running...
nouveau: Xorg[1793]:00000000:00000000: fini completed in 311us
nouveau: Xorg[1793]:00000000:0000c46f: detached gr
nouveau: Xorg[1793]:beef00c0:0000c5c0: fini completed in 1204us
nouveau: Xorg[1793]:00000000:0000c46f: fini running...
nouveau: Xorg[1793]:00000000:0000c46f: fini completed in 5610us
nouveau: Xorg[1793]:00000000:0000c46f: destroy children...
nouveau: Xorg[1793]:beef323f:0000a140: destroy children...
nouveau: Xorg[1793]:beef323f:0000a140: destroy running...
nouveau: Xorg[1793]:beef323f:0000a140: destroy children...
nouveau: Xorg[1793]:beef323f:0000a140: destroy running...
nouveau: Xorg[1793]:beef323f:0000a140: destroy completed in 194us...
nouveau: Xorg[1793]:beef323f:0000a140: destroy completed in 780us...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1793]:00000000:00000000: destroy children...
nouveau: Xorg[1793]:00000000:00000000: destroy running...
nouveau: Xorg[1793]:00000000:00000000: destroy completed in 196us...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1793]:00000000:0000c5b5: destroy completed in 239us...
nouveau 0000:01:00.0: ce0: fini running...
nouveau 0000:01:00.0: ce0: fini completed in 4us
nouveau: Xorg[1793]:00000000:0000c5b5: destroy completed in 1827us...
nouveau: Xorg[1793]:beef902d:0000902d: destroy children...
nouveau: Xorg[1793]:beef902d:0000902d: destroy running...
nouveau: Xorg[1793]:beef902d:0000902d: destroy children...
nouveau: Xorg[1793]:beef902d:0000902d: destroy running...
nouveau: Xorg[1793]:beef902d:0000902d: destroy completed in 177us...
nouveau: Xorg[1793]:beef902d:0000902d: destroy completed in 709us...
nouveau: Xorg[1793]:beef003d:0000c597: destroy children...
nouveau: Xorg[1793]:beef003d:0000c597: destroy running...
nouveau: Xorg[1793]:beef003d:0000c597: destroy children...
nouveau: Xorg[1793]:beef003d:0000c597: destroy running...
nouveau: Xorg[1793]:beef003d:0000c597: destroy completed in 168us...
nouveau: Xorg[1793]:beef003d:0000c597: destroy completed in 672us...
nouveau: Xorg[1793]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[1793]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[1793]:00000000:00000000: destroy children...
nouveau: Xorg[1793]:00000000:00000000: destroy running...
nouveau: Xorg[1793]:00000000:00000000: destroy completed in 203us...
nouveau: Xorg[1793]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[1793]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[1793]:beef00c0:0000c5c0: destroy completed in 273us...
nouveau 0000:01:00.0: gr: fini running...
nouveau 0000:01:00.0: gr: released gpccs falcon
nouveau 0000:01:00.0: gr: released fecs falcon
nouveau 0000:01:00.0: gr: fini completed in 313us
nouveau: Xorg[1793]:beef00c0:0000c5c0: destroy completed in 1961us...
nouveau: Xorg[1793]:00000000:0000c46f: destroy running...
nouveau: Xorg[1793]:00000000:0000c46f: destroy completed in 7895us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91ccb995a858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 169us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 259us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc820c9000 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete
nouveau: Xorg[1793]:00000000:00000080: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini running...
nouveau: Xorg[1793]:00000000:00000080: fini completed in 173us
nouveau: Xorg[1793]:00000000:00000080: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy running...
nouveau: Xorg[1793]:00000000:00000080: destroy completed in 172us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cadd0 owner ff
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[1793]:00000000:8000c00d: fini children...
nouveau: Xorg[1793]:00000000:8000c00d: fini running...
nouveau: Xorg[1793]:00000000:8000c00d: fini completed in 182us
nouveau: Xorg[1793]:00000000:8000c00d: destroy children...
nouveau: Xorg[1793]:00000000:8000c00d: destroy running...
nouveau: Xorg[1793]:00000000:8000c00d: destroy completed in 187us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cad68 owner ff
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:80009009: ioctl: delete
nouveau: Xorg[1793]:00000000:80009009: fini children...
nouveau: Xorg[1793]:00000000:80009009: fini running...
nouveau: Xorg[1793]:00000000:80009009: fini completed in 177us
nouveau: Xorg[1793]:00000000:80009009: destroy children...
nouveau: Xorg[1793]:00000000:80009009: destroy running...
nouveau: Xorg[1793]:00000000:80009009: destroy completed in 179us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff91cc822cac78 owner ff
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1793]:00000000:00000080: ioctl: delete
nouveau: Xorg[1793]:00000000:00000080: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini running...
nouveau: Xorg[1793]:00000000:00000080: fini completed in 187us
nouveau: Xorg[1793]:00000000:00000080: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy running...
nouveau: Xorg[1793]:00000000:00000080: destroy completed in 185us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini children...
nouveau: Xorg[1793]:00000000:00000080: fini running...
nouveau: Xorg[1793]:00000000:00000080: fini completed in 190us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini notify
nouveau: DRM-master:00000000:00000000: fini completed in 947us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy children...
nouveau: Xorg[1793]:00000000:00000080: destroy running...
nouveau: Xorg[1793]:00000000:00000080: destroy completed in 176us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 712us...
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM-master:00000000:00000080: suspend children...
nouveau: DRM-master:00000000:80009009: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend running...
nouveau: DRM-master:00000000:8000c00d: suspend completed in 177us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 172us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 169us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 168us
nouveau: DRM-master:00000000:80009009: suspend running...
nouveau: DRM-master:00000000:80009009: suspend completed in 2233us
nouveau: DRM-master:00000000:00000080: suspend running...
nouveau: DRM-master:00000000:00000080: suspend completed in 2745us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM:00000000:00000080: suspend children...
nouveau: DRM:00000000:80009009: suspend children...
nouveau: DRM:00000000:8000c00d: suspend children...
nouveau: DRM:00000000:8000c00d: suspend running...
nouveau: DRM:00000000:8000c00d: suspend completed in 165us
nouveau: DRM:00000000:80009009: suspend running...
nouveau: DRM:00000000:80009009: suspend completed in 695us
nouveau: DRM:00000000:0000c361: suspend children...
nouveau: DRM:00000000:0000c361: suspend running...
nouveau: DRM:00000000:0000c361: suspend completed in 159us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau: DRM:00000000:0000c46f: suspend completed in 164us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:0004c5b5:0000c5b5: suspend children...
nouveau: DRM:0004c5b5:0000c5b5: suspend running...
nouveau: DRM:00000000:00000000: suspend children...
nouveau: DRM:00000000:00000000: suspend running...
nouveau: DRM:00000000:00000000: suspend completed in 154us
nouveau: DRM:00000000:0000c46f: detached ce2
nouveau: DRM:0004c5b5:0000c5b5: suspend completed in 783us
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau: DRM:00000000:0000c46f: suspend completed in 1263us
nouveau: DRM:00000000:ffffffff: suspend children...
nouveau: DRM:00000000:ffffffff: suspend running...
nouveau: DRM:00000000:ffffffff: suspend completed in 154us
nouveau: DRM:00000000:00000080: suspend running...
nouveau 0000:01:00.0: suspend running...
nouveau 0000:01:00.0: sec2: suspend running...
nouveau 0000:01:00.0: sec2: suspend completed in 6us
nouveau 0000:01:00.0: nvenc0: suspend running...
nouveau 0000:01:00.0: nvenc0: suspend completed in 4us
nouveau 0000:01:00.0: nvdec0: suspend running...
nouveau 0000:01:00.0: nvdec0: suspend completed in 4us
nouveau 0000:01:00.0: gr: suspend running...
nouveau 0000:01:00.0: gr: suspend completed in 4us
nouveau 0000:01:00.0: fifo: suspend running...
nouveau 0000:01:00.0: fifo: suspend completed in 4us
nouveau 0000:01:00.0: dma: suspend running...
nouveau 0000:01:00.0: dma: suspend completed in 0us
nouveau 0000:01:00.0: disp: suspend running...
nouveau 0000:01:00.0: disp: suspend completed in 1us
nouveau 0000:01:00.0: ce4: suspend running...
nouveau 0000:01:00.0: ce4: suspend completed in 3us
nouveau 0000:01:00.0: ce3: suspend running...
nouveau 0000:01:00.0: ce3: suspend completed in 4us
nouveau 0000:01:00.0: ce2: suspend running...
nouveau 0000:01:00.0: ce2: suspend completed in 3us
nouveau 0000:01:00.0: ce1: suspend running...
nouveau 0000:01:00.0: ce1: suspend completed in 4us
nouveau 0000:01:00.0: ce0: suspend running...
nouveau 0000:01:00.0: ce0: suspend completed in 3us
nouveau 0000:01:00.0: gsp: suspend running...
nouveau 0000:01:00.0: gsp: suspend completed in 0us
nouveau 0000:01:00.0: therm: suspend running...
nouveau 0000:01:00.0: therm: suspend completed in 0us
nouveau 0000:01:00.0: pmu: suspend running...
nouveau 0000:01:00.0: pmu: suspend completed in 0us
nouveau 0000:01:00.0: acr: suspend running...
nouveau 0000:01:00.0: acr: executing unload binary
nouveau 0000:01:00.0: acr: acquired pmu falcon
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0xa000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2700
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0xc800
nouveau 0000:01:00.0: acr: 	dataSize      : 0x600
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: acr: mailbox 00000000 00000000
nouveau 0000:01:00.0: acr: released pmu falcon
nouveau 0000:01:00.0: acr: unload binary completed successfully
nouveau 0000:01:00.0: acr: suspend completed in 3287us
nouveau 0000:01:00.0: fault: suspend running...
nouveau 0000:01:00.0: fault: suspend completed in 3us
nouveau 0000:01:00.0: bar: suspend running...
nouveau 0000:01:00.0: bar: suspend completed in 2us
nouveau 0000:01:00.0: mmu: suspend running...
nouveau 0000:01:00.0: mmu: suspend completed in 0us
nouveau 0000:01:00.0: ltc: suspend running...
nouveau 0000:01:00.0: ltc: suspend completed in 0us
nouveau 0000:01:00.0: fb: suspend running...
nouveau 0000:01:00.0: fb: suspend completed in 0us
nouveau 0000:01:00.0: imem: suspend running...
nouveau 0000:01:00.0: imem: suspend completed in 439346us
nouveau 0000:01:00.0: timer: suspend running...
nouveau 0000:01:00.0: timer: suspend completed in 1us
nouveau 0000:01:00.0: bus: suspend running...
nouveau 0000:01:00.0: bus: suspend completed in 0us
nouveau 0000:01:00.0: mc: suspend running...
nouveau 0000:01:00.0: mc: suspend completed in 0us
nouveau 0000:01:00.0: fuse: suspend running...
nouveau 0000:01:00.0: fuse: suspend completed in 1us
nouveau 0000:01:00.0: i2c: suspend running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: suspend completed in 6387us
nouveau 0000:01:00.0: gpio: suspend running...
nouveau 0000:01:00.0: gpio: suspend completed in 15us
nouveau 0000:01:00.0: privring: suspend running...
nouveau 0000:01:00.0: privring: suspend completed in 0us
nouveau 0000:01:00.0: top: suspend running...
nouveau 0000:01:00.0: top: suspend completed in 0us
nouveau 0000:01:00.0: devinit: suspend running...
nouveau 0000:01:00.0: devinit: suspend completed in 0us
nouveau 0000:01:00.0: bios: suspend running...
nouveau 0000:01:00.0: bios: suspend completed in 0us
nouveau 0000:01:00.0: pci: suspend running...
nouveau 0000:01:00.0: pci: suspend completed in 0us
nouveau 0000:01:00.0: suspend completed in 458719us...
nouveau: DRM:00000000:00000080: suspend completed in 463205us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 463731us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend notify
nouveau: DRM-master:00000000:00000000: suspend completed in 467343us
EXT4-fs (mmcblk0p1): unmounting filesystem.
EXT4-fs (sda9): unmounting filesystem.
EXT4-fs (sda8): unmounting filesystem.
EXT4-fs (sda6): unmounting filesystem.
EXT4-fs (sda2): unmounting filesystem.
EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
sd 4:0:0:0: [sda] Synchronizing SCSI cache
netpoll: netconsole: local port 6666
netpoll: netconsole: local IPv4 address 192.168.1.10
netpoll: netconsole: interface 'eth0'
netpoll: netconsole: remote port 6666
netpoll: netconsole: remote IPv4 address 192.168.1.50
netpoll: netconsole: remote ethernet address ec:a8:6b:fe:88:d2
printk: console [netcon0] enabled
netconsole: network logging started
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000080: init running...
nouveau 0000:01:00.0: preinit running...
nouveau 0000:01:00.0: top: preinit running...
nouveau 0000:01:00.0: top: preinit completed in 0us
nouveau 0000:01:00.0: gsp: preinit running...
nouveau 0000:01:00.0: gsp: preinit completed in 0us
nouveau 0000:01:00.0: vfn: preinit running...
nouveau 0000:01:00.0: vfn: preinit completed in 0us
nouveau 0000:01:00.0: pci: preinit running...
nouveau 0000:01:00.0: pci: preinit completed in 0us
nouveau 0000:01:00.0: bios: preinit running...
nouveau 0000:01:00.0: bios: preinit completed in 0us
nouveau 0000:01:00.0: devinit: preinit running...
nouveau 0000:01:00.0: devinit: preinit completed in 3us
nouveau 0000:01:00.0: privring: preinit running...
nouveau 0000:01:00.0: privring: preinit completed in 0us
nouveau 0000:01:00.0: gpio: preinit running...
nouveau 0000:01:00.0: gpio: preinit completed in 0us
nouveau 0000:01:00.0: i2c: preinit running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: preinit completed in 64us
nouveau 0000:01:00.0: fuse: preinit running...
nouveau 0000:01:00.0: fuse: preinit completed in 0us
nouveau 0000:01:00.0: mc: preinit running...
nouveau 0000:01:00.0: mc: preinit completed in 1us
nouveau 0000:01:00.0: bus: preinit running...
nouveau 0000:01:00.0: bus: preinit completed in 0us
nouveau 0000:01:00.0: timer: preinit running...
nouveau 0000:01:00.0: timer: preinit completed in 0us
nouveau 0000:01:00.0: imem: preinit running...
nouveau 0000:01:00.0: imem: preinit completed in 0us
nouveau 0000:01:00.0: fb: preinit running...
nouveau 0000:01:00.0: fb: preinit completed in 0us
nouveau 0000:01:00.0: ltc: preinit running...
nouveau 0000:01:00.0: ltc: preinit completed in 0us
nouveau 0000:01:00.0: mmu: preinit running...
nouveau 0000:01:00.0: mmu: preinit completed in 0us
nouveau 0000:01:00.0: bar: preinit running...
nouveau 0000:01:00.0: bar: preinit completed in 0us
nouveau 0000:01:00.0: fault: preinit running...
nouveau 0000:01:00.0: fault: preinit completed in 0us
nouveau 0000:01:00.0: acr: preinit running...
nouveau 0000:01:00.0: acr: preinit completed in 0us
nouveau 0000:01:00.0: pmu: preinit running...
nouveau 0000:01:00.0: pmu: preinit completed in 0us
nouveau 0000:01:00.0: therm: preinit running...
nouveau 0000:01:00.0: therm: preinit completed in 0us
nouveau 0000:01:00.0: ce0: preinit running...
nouveau 0000:01:00.0: ce0: preinit completed in 1us
nouveau 0000:01:00.0: ce1: preinit running...
nouveau 0000:01:00.0: ce1: preinit completed in 0us
nouveau 0000:01:00.0: ce2: preinit running...
nouveau 0000:01:00.0: ce2: preinit completed in 0us
nouveau 0000:01:00.0: ce3: preinit running...
nouveau 0000:01:00.0: ce3: preinit completed in 0us
nouveau 0000:01:00.0: ce4: preinit running...
nouveau 0000:01:00.0: ce4: preinit completed in 0us
nouveau 0000:01:00.0: disp: preinit running...
nouveau 0000:01:00.0: disp: preinit completed in 0us
nouveau 0000:01:00.0: dma: preinit running...
nouveau 0000:01:00.0: dma: preinit completed in 1us
nouveau 0000:01:00.0: fifo: preinit running...
nouveau 0000:01:00.0: fifo: preinit completed in 6us
nouveau 0000:01:00.0: gr: preinit running...
nouveau 0000:01:00.0: gr: preinit completed in 0us
nouveau 0000:01:00.0: nvdec0: preinit running...
nouveau 0000:01:00.0: nvdec0: preinit completed in 0us
nouveau 0000:01:00.0: nvenc0: preinit running...
nouveau 0000:01:00.0: nvenc0: preinit completed in 0us
nouveau 0000:01:00.0: sec2: preinit running...
nouveau 0000:01:00.0: sec2: preinit completed in 0us
nouveau 0000:01:00.0: fb: VPR locked, running scrubber binary
nouveau 0000:01:00.0: fb: firmware "nvidia/tu117/nvdec/scrubber.bin" loaded - 4352 byte(s)
nouveau 0000:01:00.0: fb: binHdr:
nouveau 0000:01:00.0: fb: 	binMagic         : 0x000010de
nouveau 0000:01:00.0: fb: 	binVer           : 1
nouveau 0000:01:00.0: fb: 	binSize          : 4352
nouveau 0000:01:00.0: fb: 	headerOffset     : 0x100
nouveau 0000:01:00.0: fb: 	dataOffset       : 0x200
nouveau 0000:01:00.0: fb: 	dataSize         : 0xf00
nouveau 0000:01:00.0: fb: hsHeader:
nouveau 0000:01:00.0: fb: 	sigDbgOffset     : 0x120
nouveau 0000:01:00.0: fb: 	sigDbgSize       : 0x10
nouveau 0000:01:00.0: fb: 	sigProdOffset    : 0x130
nouveau 0000:01:00.0: fb: 	sigProdSize      : 0x10
nouveau 0000:01:00.0: fb: 	patchLoc         : 0x140
nouveau 0000:01:00.0: fb: 	patchSig         : 0x144
nouveau 0000:01:00.0: fb: 	hdrOffset        : 0x148
nouveau 0000:01:00.0: fb: 	hdrSize          : 0x24
nouveau 0000:01:00.0: fb: hsLoadHeader:
nouveau 0000:01:00.0: fb: 	nonSecCodeOff    : 0x0
nouveau 0000:01:00.0: fb: 	nonSecCodeSize   : 0x100
nouveau 0000:01:00.0: fb: 	dataDmaBase      : 0xe00
nouveau 0000:01:00.0: fb: 	dataSize         : 0x100
nouveau 0000:01:00.0: fb: 	numApps          : 0x1
nouveau 0000:01:00.0: fb: 	App[0]           : offset 0x100 size 0xd00
nouveau 0000:01:00.0: fb: acquired nvdec0 falcon
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: patching sigs:2 size:16
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: patch idx:0 src:00000130 dst:00000e00
sig -> 00000e00: 048d47b9 5ef0b319 1564fa65 94a4f0e9
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: resetting
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: loading
nouveau 0000:01:00.0: nvdec0(fb): imem 00000000 <- 00000100 bytes at 00000000
imem 00000000 <- cf420049 95b60099 0094f101 0094feff 0000187e 00f802f8 ffffffdd 01008e0f 0000
imem 00000020 <- 04edfd00 8f023cf4 89060000 fd000000 f4bd059f f806f9fa 00008903 08ef9502
imem 00000040 <- 8905f9fd fd000e00 9ebb049d 1094b602 fe05f9fd 007e00fa a4bd0001 000000f8
imem 00000060 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 00000080 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 000000a0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 000000c0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 000000e0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: nvdec0(fb): imem 00000100 <- 00000d00 bytes at 00000100
imem 00000100 <- 6cc32bc9 4e7942ce 669ee5ca 01d0d9a3 30db722b eef40dda f335062b 81382517 0001
imem 00000120 <- 663c3883 a52550de 386f89f6 dfb836a5 63433781 b0f4a8b5 0440d27f 2b6cf904
imem 00000140 <- bacd9b59 d7d58c5d 4fe75df2 2cf6c8bb 52faefc8 c902be3a 7d2420b8 73dd7150
imem 00000160 <- 388b0e5a 5f1fb75e d4aa9738 c2e8cd50 e120047c d2698d47 67315e45 d16cdff3
imem 00000180 <- 2641d579 f7484de9 3155c119 5944cce2 605774f0 dcc97c17 67b97776 28860dd3
imem 000001a0 <- 54abc16b a2cfba63 2cda7617 28e60106 604b2a92 bb69e24e 216766be d493ffda
imem 000001c0 <- 3b0e44e6 559280df c569f995 e2233d53 827a1a5f ab989967 239048d1 8087b9e9
imem 000001e0 <- 1a753e16 4661d77e 78dc5fc4 7eedd089 6c984470 698e1029 159d9b11 b055b215
imem 00000200 <- 715c4099 c0360d5a 99f13673 ed3c7f5b d9cf0239 5556e5c6 596bd3c3 a03c2e81 0002
imem 00000220 <- 2e1cfdc0 780063a2 8a5a11a8 ddd1097e 267dd29d fc6330a5 595f275c b8519ae3
imem 00000240 <- f624dbdd 72ccc263 be409b10 8b087d66 625ec56c a22834d5 12b98e2e d5736dbc
imem 00000260 <- b3412fca 2f2d8391 7ecd9320 4778ea9e 34d9e8eb 0c5554b8 2ab1d016 4e0a24fa
imem 00000280 <- 6467bd51 e077a987 7656ff19 5c911fb5 48de0cd6 26af4f06 b6669325 af93b626
imem 000002a0 <- 67d14af9 57523e72 934f251c 9dab9dec 5dd83489 a7ef2ea2 16506cf9 48366494
imem 000002c0 <- fe306771 1b0867ab a767aa00 1b3866ef 332583e3 05a7ce44 759808eb 00a6b22f
imem 000002e0 <- 87108fc8 23131fd4 037fe2c4 c97642ff f532e1d4 8a827c0a 00187007 98f073f1
imem 00000300 <- 60eb3404 78f38f97 3129b29f 1dd19c5d ec7f8249 e9421bdb 9ba4167c 9ff59dff 0003
imem 00000320 <- 05dd92b7 8aad2980 e9f516b5 6e3618ca 272438ce 5013bf01 18cbb9c3 3557c3eb
imem 00000340 <- 071bff06 5967a8de 1e151daa f59723f5 6f70a539 a6427f50 d0e013ff 8b4cc187
imem 00000360 <- f5aa7689 730f1ec7 4777e050 16353467 4a7cf068 5096cfeb b227152e a3162a6f
imem 00000380 <- b50fa7aa 56eb6f83 4e10acad f22d5571 ba8c0a3c 03fadfde 4a0011c2 a64a66f5
imem 000003a0 <- 466671c5 506dd2ec 44f256df 6c6807b4 618fdc5c 9ca157c5 c00bded5 63d41212
imem 000003c0 <- 5ddd4277 eb618980 a1f3cd84 b4016716 a12f0595 3b313db2 f7b631bd 2dd34476
imem 000003e0 <- a8c95134 c82bf1a5 27260124 fc77cb28 cf0ba127 8d2fd6fd cceaef68 3828ee5a
imem 00000400 <- a83e94e8 b4bace16 6c509b07 9b7f058e b1d89b72 39bf2211 01f14c24 ce2d0ee1 0004
imem 00000420 <- 2b24a6a6 827ecbfc bcc167de 3f532e1d 86aeeef0 2764e552 e038a24f 744505e9
imem 00000440 <- 6581c69d 02fc9f22 227ca30a 28d15983 f79b18ca cbd2e144 61a04a16 20639572
imem 00000460 <- 211fd8c9 a093de24 2b104462 ceb6a2ac ccd0ee55 0dda7f9e 92433c0f 814ccbe5
imem 00000480 <- a365967d 197cd743 0153a1ff 92518fcf 0df4950f f5e97d31 f9bfd69c 56128558
imem 000004a0 <- 3b061d54 d4534ef6 873284be 38300c9b c3e6ab43 add6dc3a a3f8c93c 49ff6c19
imem 000004c0 <- 82561601 37a13ab1 7d4ef859 eea8b3ba 0b50311b 0a53ce7d e7cfe012 47e30587
imem 000004e0 <- 3d533544 37d62626 894e26c5 1d4f70e1 107a77a4 08f7a8be a0392654 cd71d5a5
imem 00000500 <- 94ba7f71 dcc5395c f2fe12b2 5f6b9cf3 e8e7fbe8 73e27b8e ca184045 96dc0e17 0005
imem 00000520 <- 9b586b1e 657cc90d 6e4e3841 37fefdf6 4b3afae6 763c69be 1528b765 59602b6a
imem 00000540 <- 90838ca3 09dd2b09 a76b05df 14e2bcdb 12ffcce7 a01bf01d c51420b8 38d317ee
imem 00000560 <- 2a89cba3 47954a0a 02459af7 2cdd5abb 74b1e849 6e12b51e 2c5dcb50 2b5aeb28
imem 00000580 <- 7eccb8f2 8291c1f7 83be2045 ad0cbd77 017e22ab b86d9999 717367dd 1d3e05fe
imem 000005a0 <- 5341c0a2 6b460f15 9a1b09de 492f0890 f8ded4ef 44951651 9770374a 0ae12ccf
imem 000005c0 <- d9eb67d0 b7d2faa8 c0f9c8e8 30b7f2cf c4b5628e 6e604b00 663c5bea 2dd33c55
imem 000005e0 <- a812b89d bb29cf14 78194f44 065f5335 557bdc9b 00bbc65d aba21e99 8f21f54d
imem 00000600 <- f6f7e7f8 fd663bc2 ef819c3f 13efcfac 9babd2f7 b4cc0e17 8e1871d9 66ec4f5e 0006
imem 00000620 <- ac1f0c55 569a44d3 abfdc66a d23abb28 64e2065d 791644a0 61b9dea3 7e8aed88
imem 00000640 <- 6a9d7abc a2e9c3c1 7a87cd25 e06e296b def6856b 8a1412de 12f51991 918dffc5
imem 00000660 <- 1d4d733f 7e5a63fc 4ba65e51 4dec2e46 b833686e c89e7adb 44050138 39d633c0
imem 00000680 <- 0fb378c3 46b2b3f1 f3f4f5e7 083dab8a 06d24880 ee040575 45bea7f1 fd735e55
imem 000006a0 <- efe5b4aa eec2174e d10a08b6 b4cceb2b 3c3429f9 677f2bda d15d8811 81bcdf5c
imem 000006c0 <- e35d3c13 b0d6e6d4 82fcd24c af003923 5e9dcccb 12e2784a cc22cb57 dcad8a88
imem 000006e0 <- f8017ee5 f3aa84d8 e6190255 d7a24f21 cf5b58ce 71ce88ff d2270052 73770190
imem 00000700 <- c51aaf2c 1fe3ea04 e82c7935 3c19ea46 c48ceb1a 1295c5de 99e5ba30 522248ee 0007
imem 00000720 <- 2ae98a98 fd55b2de 9dfe630a 391b192b 2f0ae014 8becbe1e c6ca2dfc 36c3bd2f
imem 00000740 <- 18f95218 c01bab60 93381c46 0f8dc593 cf786363 47d14ad0 24d9ba2c d2de22fc
imem 00000760 <- 33b272de 3e494a2b 68bea991 5c1350d8 0e30c303 4919648d 523c7025 12e94455
imem 00000780 <- b13235a5 4b230d4b c71649b5 38443ed5 7ed1e437 bc636a90 76d10cbe 0df73ee3
imem 000007a0 <- 6362f519 35fa446f ac4abaa3 f7d0b74f 64593ea4 a6750955 13e9edc7 e6edce2c
imem 000007c0 <- f6e6142d a71cfddc ffb1c181 e99064dd 2e647068 906c32c0 3c3e7b52 6cf62529
imem 000007e0 <- 38ad1efb 26b219c9 abbbe9a9 ea420357 becf3fb7 0331cb54 b9a63f45 2a099438
imem 00000800 <- 7405fd68 aee7a6b3 b1967e21 d45d112b f4e8f2b6 9e200748 227e7787 9868363d 0008
imem 00000820 <- b07e7b27 26d51350 6d7976a0 ea19b98d 020a1f0a 3373ecc4 9d351d7b 0771f2df
imem 00000840 <- c1033dbe 547ba647 4fc247e0 adaa7a06 3dcd82a9 3b4a315d e5349ff3 dc7bd299
imem 00000860 <- dabccad4 50071a85 594c608b fa6ac332 e37fb3e9 cab686f8 f86d427a 96d998fa
imem 00000880 <- 642e3a6b 032c3cf8 2631e592 703faafe 3b6ca8c2 742dba37 76b9cfb4 2dce8b17
imem 000008a0 <- bd180076 01384d85 2e646f53 056b6331 6604ca9b fef31809 7944644e 70b2f66d
imem 000008c0 <- 9c2bfafd 047a5ad2 a1f32496 22b020d0 5bd369ad d23ab99c c802b0ce 3df8b0d4
imem 000008e0 <- add6dc05 a17797c8 437b641f 51ea50ca e2de8915 142b43a1 25465d8a 815da403
imem 00000900 <- dabbda51 03eb581a 1328908c ed2af973 d05fc927 efd7da6a b49274fd fd6e1d57 0009
imem 00000920 <- f0a3cdb4 078fb3c1 f8cbdb4e 99676ae1 fd139380 cfc2181b 9ed27610 18dc3c82
imem 00000940 <- 0e23738e 84608b15 d6466e7d b1b80569 f72688a5 a49d07fd f194a576 20ba6598
imem 00000960 <- b933e6c6 09eeec4f c4e42854 1d3ba70d 8d9c4d8b 8f256b89 e0ccbd41 81e7784e
imem 00000980 <- ccd587c0 160aa3fa 38cd6d51 efe62857 98be2ed0 3f3d0a45 2dcff282 97c412ae
imem 000009a0 <- e0173a2c d34346ba 18e1d062 fde22bae 93277fd2 f7cabaf3 009ae4f3 ab2dc846
imem 000009c0 <- d6f61a13 24ee3601 888bea7f 3ea1f54e 2f4d3fb6 6bb13908 f3183d67 33688d20
imem 000009e0 <- 58412468 b5b0f64b aaa3c839 a73ab745 3417c0b4 68b8e32f 8da15218 0512641f
imem 00000a00 <- 16336b44 2e49e4af 8a78f8bd 2f45e313 fc4a282f f7e203d2 003a7a53 48c2b3d3 000a
imem 00000a20 <- 1137e16e 003cf509 cfaaac78 538cb3a5 b96f8dc2 4ce5d731 2e1097c7 da90b3fc
imem 00000a40 <- 4e253d91 5228c1a4 3c0d8291 000ca046 4d6ccc19 9fc7c8d9 5e589d8b dde541e6
imem 00000a60 <- 979f21d9 788eefdd 52299883 1fc0b0e6 d67b0f08 e81bec5e 5f135b59 cbf7c599
imem 00000a80 <- 321307a4 258d1e1e c5e59239 078f7a17 cf9f66b9 3a72e597 c2390570 d040ea5a
imem 00000aa0 <- be2f8715 e907ce00 0a50d8c9 1b73dd6c c1cb276e 534dc80e 4a7813a5 8fa9f493
imem 00000ac0 <- e9a6fe39 e6520f34 eca2b09a 96e6bb16 43b927ab 62045db7 5c116608 5dc321e2
imem 00000ae0 <- d7c52ec0 ed18bff6 ff94e86e dd699b1c 9b7e2d9b f66f300d 4d4e64d3 94f26299
imem 00000b00 <- d0f06e03 195b38af 02946949 0905a42e ed7e4aa8 d01e8543 e11fb196 b4858a70 000b
imem 00000b20 <- a40d7eb9 ddbb16e9 0655a6b9 bddfcf56 92b1e419 6e2ee3ea a7b1021c a139b7f0
imem 00000b40 <- e8e5a05d dde266b6 689169c7 2063efc1 4e3bba0a 623efa68 a39e0e32 a70f7d40
imem 00000b60 <- 4acee32b 8bb7b645 a1f5b480 f6331eb4 6d3cd7c8 89a6dfa9 163e7308 27160b30
imem 00000b80 <- 4a385acc 5995f6a0 c28b868c fa75509d c28cffd1 a6f7f9fe e5a9d7d6 52bfba65
imem 00000ba0 <- cfab9ef9 15b5bdfc 2c4324cb 589dd70a da1a0f7b 3273f14d 62985047 91af6656
imem 00000bc0 <- c650ae97 0372bf45 07dd3c71 9f73377a 7b7eb1ef 2043cb96 bd8aa1cd 8bd12af8
imem 00000be0 <- 6332840d 0b2cf0df a8869fbb dc0c6f52 42d84fb4 03258e7d b6dba680 8547365b
imem 00000c00 <- d68cd825 e8a15f8c 17fb97b9 6256c621 197831e5 87a3dad5 e6033539 0fac421b 000c
imem 00000c20 <- 16ea9069 a2106b2e 39536773 0b320e20 3b14770e 4e200f0c 6cd803be a22db3eb
imem 00000c40 <- 36bc42ae 622a080c 168ea7dc 9eeebe52 552ac6ce 48edb8e0 4a01c802 e4412cf3
imem 00000c60 <- 36341755 a022b0b0 b30ba327 f7a942ed 6b7ce16f f6101beb 97d33c4c 929d932f
imem 00000c80 <- cadcdee6 04363f36 cb118811 ab69ab7a b24ef59a 3ec9b70a 2873faf3 5bb0d271
imem 00000ca0 <- e5e13458 1ce26a41 fda35abc 8851b65b b3e5cc4a f35f23b5 283e58b8 1851c968
imem 00000cc0 <- 17139ea7 a5a425f4 64763a71 751ba114 48752c04 4a00c828 e6ef2f6e 9e108685
imem 00000ce0 <- 5972932e e4908c70 1b9ec93f 55e7907f 72a29daf 60dc0014 0f6cbbcf dba4be40
imem 00000d00 <- 860013e7 7994d423 0ef0e6b1 164ec684 2717908e 9fb09c93 6a74b682 99244694 000d
imem 00000d20 <- 3425abe7 e287085b 2a6c3aa4 eeec31bb a930cec3 cf70490e 0f0738e4 6403c020
imem 00000d40 <- deb6de88 80d28961 5d8aac2e 296bd098 af8c7c1c 623c65a4 985efb96 5048cd9e
imem 00000d60 <- 514e8f8a c684f1cd b3d09745 62194ef5 2e21e282 3d56c1a9 39b88d66 46e3abae
imem 00000d80 <- 266bf1a7 fbfb464e d6a9acac 8c200a54 e06f8592 77748acb 6dafc720 a189f3b2
imem 00000da0 <- e06f8592 77748acb 6dafc720 a189f3b2 e06f8592 77748acb 6dafc720 a189f3b2
imem 00000dc0 <- e06f8592 77748acb 6dafc720 a189f3b2 e06f8592 77748acb 6dafc720 a189f3b2
imem 00000de0 <- e06f8592 77748acb 6dafc720 a189f3b2 e06f8592 77748acb 6dafc720 a189f3b2
nouveau 0000:01:00.0: nvdec0(fb): dmem 00000000 <- 00000100 bytes at 00000e00
dmem 00000000 <- 048d47b9 5ef0b319 1564fa65 94a4f0e9 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000040 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000060 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000080 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 000000a0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 000000c0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 000000e0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: booting
nouveau 0000:01:00.0: nvdec0(fb): mbox 00000000 00000000
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: booted
nouveau 0000:01:00.0: fb: released nvdec0 falcon
nouveau 0000:01:00.0: fb: VPR scrubber binary successful
nouveau 0000:01:00.0: preinit completed in 1382us
nouveau 0000:01:00.0: fini running...
nouveau 0000:01:00.0: sec2: reset running...
nouveau 0000:01:00.0: sec2: reset completed in 4us
nouveau 0000:01:00.0: nvenc0: reset running...
nouveau 0000:01:00.0: nvenc0: reset completed in 4us
nouveau 0000:01:00.0: nvdec0: reset running...
nouveau 0000:01:00.0: nvdec0: reset completed in 3us
nouveau 0000:01:00.0: gr: reset running...
nouveau 0000:01:00.0: gr: reset completed in 5us
nouveau 0000:01:00.0: fifo: reset running...
nouveau 0000:01:00.0: fifo: reset completed in 6us
nouveau 0000:01:00.0: dma: reset running...
nouveau 0000:01:00.0: dma: reset completed in 0us
nouveau 0000:01:00.0: disp: reset running...
nouveau 0000:01:00.0: disp: reset completed in 1us
nouveau 0000:01:00.0: ce4: reset running...
nouveau 0000:01:00.0: ce4: reset completed in 5us
nouveau 0000:01:00.0: ce3: reset running...
nouveau 0000:01:00.0: ce3: reset completed in 6us
nouveau 0000:01:00.0: ce2: reset running...
nouveau 0000:01:00.0: ce2: reset completed in 5us
nouveau 0000:01:00.0: ce1: reset running...
nouveau 0000:01:00.0: ce1: reset completed in 5us
nouveau 0000:01:00.0: ce0: reset running...
nouveau 0000:01:00.0: ce0: reset completed in 3us
nouveau 0000:01:00.0: therm: reset running...
nouveau 0000:01:00.0: therm: reset completed in 1us
nouveau 0000:01:00.0: pmu: reset running...
nouveau 0000:01:00.0: pmu: reset completed in 0us
nouveau 0000:01:00.0: acr: reset running...
nouveau 0000:01:00.0: acr: reset completed in 0us
nouveau 0000:01:00.0: fault: reset running...
nouveau 0000:01:00.0: fault: event: ntfy block 00000001 on 0 wait:1
nouveau 0000:01:00.0: fault: reset completed in 4us
nouveau 0000:01:00.0: bar: reset running...
nouveau 0000:01:00.0: bar: reset completed in 2us
nouveau 0000:01:00.0: mmu: reset running...
nouveau 0000:01:00.0: mmu: reset completed in 0us
nouveau 0000:01:00.0: ltc: reset running...
nouveau 0000:01:00.0: ltc: reset completed in 0us
nouveau 0000:01:00.0: fb: reset running...
nouveau 0000:01:00.0: fb: reset completed in 0us
nouveau 0000:01:00.0: imem: reset running...
nouveau 0000:01:00.0: imem: reset completed in 0us
nouveau 0000:01:00.0: timer: reset running...
nouveau 0000:01:00.0: timer: reset completed in 0us
nouveau 0000:01:00.0: bus: reset running...
nouveau 0000:01:00.0: bus: reset completed in 1us
nouveau 0000:01:00.0: mc: reset running...
nouveau 0000:01:00.0: mc: reset completed in 0us
nouveau 0000:01:00.0: fuse: reset running...
nouveau 0000:01:00.0: fuse: reset completed in 0us
nouveau 0000:01:00.0: i2c: reset running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: reset completed in 91us
nouveau 0000:01:00.0: gpio: reset running...
nouveau 0000:01:00.0: gpio: reset completed in 18us
nouveau 0000:01:00.0: privring: reset running...
nouveau 0000:01:00.0: privring: reset completed in 0us
nouveau 0000:01:00.0: devinit: reset running...
nouveau 0000:01:00.0: devinit: reset completed in 0us
nouveau 0000:01:00.0: bios: reset running...
nouveau 0000:01:00.0: bios: reset completed in 0us
nouveau 0000:01:00.0: pci: reset running...
nouveau 0000:01:00.0: pci: reset completed in 0us
nouveau 0000:01:00.0: vfn: reset running...
nouveau 0000:01:00.0: vfn: reset completed in 0us
nouveau 0000:01:00.0: gsp: reset running...
nouveau 0000:01:00.0: gsp: reset completed in 0us
nouveau 0000:01:00.0: top: reset running...
nouveau 0000:01:00.0: top: reset completed in 0us
nouveau 0000:01:00.0: fini completed in 256us...
nouveau 0000:01:00.0: init running...
nouveau 0000:01:00.0: top: init running...
nouveau 0000:01:00.0: top: init completed in 0us
nouveau 0000:01:00.0: gsp: init running...
nouveau 0000:01:00.0: gsp: init completed in 0us
nouveau 0000:01:00.0: vfn: init running...
nouveau 0000:01:00.0: vfn: init completed in 0us
nouveau 0000:01:00.0: pci: init running...
nouveau 0000:01:00.0: pci: init completed in 0us
nouveau 0000:01:00.0: bios: init running...
nouveau 0000:01:00.0: bios: init completed in 0us
nouveau 0000:01:00.0: devinit: init running...
nouveau 0000:01:00.0: privring: HUB0: 00d054 00000007 (1a408216)
nouveau 0000:01:00.0: devinit: init completed in 17us
nouveau 0000:01:00.0: privring: init running...
nouveau 0000:01:00.0: privring: init completed in 0us
nouveau 0000:01:00.0: gpio: init running...
nouveau 0000:01:00.0: gpio: init completed in 4us
nouveau 0000:01:00.0: i2c: init running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: aux 0003: init
nouveau 0000:01:00.0: i2c: aux 0004: init
nouveau 0000:01:00.0: i2c: aux 0005: init
nouveau 0000:01:00.0: i2c: aux 0006: init
nouveau 0000:01:00.0: i2c: aux 0007: init
nouveau 0000:01:00.0: i2c: aux 0008: init
nouveau 0000:01:00.0: i2c: aux 0009: init
nouveau 0000:01:00.0: i2c: init completed in 155us
nouveau 0000:01:00.0: fuse: init running...
nouveau 0000:01:00.0: fuse: init completed in 0us
nouveau 0000:01:00.0: mc: init running...
nouveau 0000:01:00.0: mc: init completed in 0us
nouveau 0000:01:00.0: bus: init running...
nouveau 0000:01:00.0: bus: init completed in 1us
nouveau 0000:01:00.0: timer: init running...
nouveau 0000:01:00.0: timer: time low        : f8757f64
nouveau 0000:01:00.0: timer: time high       : 0000104e
nouveau 0000:01:00.0: timer: init completed in 3us
nouveau 0000:01:00.0: imem: init running...
nouveau 0000:01:00.0: privring: HUB0: 00d054 00000007 (1a408216)
nouveau 0000:01:00.0: imem: init completed in 7670us
nouveau 0000:01:00.0: fb: init running...
nouveau 0000:01:00.0: fb: 0x0000cb2c[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 		0xff710000 *
nouveau 0000:01:00.0: fb: 0x0000cb37[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb43[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb47[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb53[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb57[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: privring: ROP0: 9a067c ff710000 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 		0x00030002 *
nouveau 0000:01:00.0: fb: 0x0000cb66[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6e[0]: 		0x00030002
nouveau 0000:01:00.0: privring: ROP1: 9a067c 00030002 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000cb72[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb76[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb82[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb86[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 		0x00004d28 *
nouveau 0000:01:00.0: fb: 0x0000cb95[0]: 		0x00004d1c
nouveau 0000:01:00.0: fb: 0x0000cb99[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cb9d[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba1[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba5[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cba9[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cbad[0]: 		0x00004828
nouveau 0000:01:00.0: fb: 0x0000cbb1[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb5[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbc6[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbca[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbce[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbd2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbd6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbda[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbde[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbe2[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP0: 9006a0 10101010 (19408201)
nouveau 0000:01:00.0: fb: 0x0000cbe6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbee[0]: 		0x14141414
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004d28 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cbf2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbf6[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbfa[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbfe[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc02[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc06[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc0a[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc0e[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc13[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc20[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc24[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc28[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc2c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc30[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc34[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc38[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc3c[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc40[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc48[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc4c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc50[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc54[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc58[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc5c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc60[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc64[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc68[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc6d[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cc78[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc7c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: privring: ROP1: 9a06a8 0f0f0f0f (19408201)
nouveau 0000:01:00.0: fb: 0x0000cc80[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc84[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc88[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc8c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc90[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc94[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc98[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cca0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccac[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccbc[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: DONE
nouveau 0000:01:00.0: fb: 0x0000ccc5[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 		0xff7f0000 *
nouveau 0000:01:00.0: fb: 0x0000ccd0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccdc[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccec[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf0[0]: 		0x80510000
nouveau 0000:01:00.0: privring: ROP0: 9a067c ff7f0000 (19408201)
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 		0x00030550 *
nouveau 0000:01:00.0: privring: ROP1: 9a067c ff7f0000 (19408201)
nouveau 0000:01:00.0: fb: 0x0000ccff[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd03[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd07[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0b[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0f[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd13[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd17[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd1b[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd1f[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 		0x00004c4c *
nouveau 0000:01:00.0: fb: 0x0000cd2e[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd32[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd36[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd3a[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd3e[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd42[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd46[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd4a[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd4e[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd5f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd63[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd67[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP0: 9006a0 07070707 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cd6b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd6f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd73[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004c4c (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd77[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd87[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd8b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd8f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd93[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd97[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda3[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda7[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cdac[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cdb9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdbd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdcd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	}
nouveau 0000:01:00.0: privring: ROP0: 9006a4 07070707 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 		0x07070707 *
nouveau 0000:01:00.0: privring: ROP1: 9046a0 07070707 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cde1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cded[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdfd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce01[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000ce06[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce11[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce15[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce19[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce1d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce21[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce25[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce29[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce2d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce31[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce39[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce3d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce41[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce45[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce49[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce4d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce51[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce55[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce59[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: 	}
nouveau 0000:01:00.0: privring: ROP0: 9a06ac 00000000 (19408201)
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: DONE
nouveau 0000:01:00.0: privring: ROP1: 9a065c 00000000 (1b408201)
nouveau 0000:01:00.0: fb: init completed in 826us
nouveau 0000:01:00.0: ltc: init running...
nouveau 0000:01:00.0: ltc: init completed in 138us
nouveau 0000:01:00.0: mmu: init running...
nouveau 0000:01:00.0: mmu: init completed in 0us
nouveau 0000:01:00.0: bar: init running...
nouveau 0000:01:00.0: bar: init completed in 9us
nouveau 0000:01:00.0: fault: init running...
nouveau 0000:01:00.0: fault: event: ntfy allow 00000001 on 0
nouveau 0000:01:00.0: fault: event: ntfy state changed
nouveau 0000:01:00.0: fault: event: incr 00000001 on 0
nouveau 0000:01:00.0: fault: event: allowing 0 on 0
nouveau 0000:01:00.0: fault: init completed in 11us
nouveau 0000:01:00.0: acr: init running...
nouveau 0000:01:00.0: acr: acquired sec2 falcon
nouveau 0000:01:00.0: sec2(acr):AHESASC: resetting
nouveau 0000:01:00.0: sec2(acr):AHESASC: loading
nouveau 0000:01:00.0: acr: acrDesc
nouveau 0000:01:00.0: acr: 	wprRegionId         : 1
nouveau 0000:01:00.0: acr: 	wprOffset           : 0x0
nouveau 0000:01:00.0: acr: 	mmuMemoryRange      : 0x0
nouveau 0000:01:00.0: acr: 	noRegions           : 2
nouveau 0000:01:00.0: acr: 	region[0]           :
nouveau 0000:01:00.0: acr: 	  startAddr         : 0xffe000
nouveau 0000:01:00.0: acr: 	  endAddr           : 0xffe400
nouveau 0000:01:00.0: acr: 	  regionId          : 1
nouveau 0000:01:00.0: acr: 	  readMask          : 0xf
nouveau 0000:01:00.0: acr: 	  writeMask         : 0xc
nouveau 0000:01:00.0: acr: 	  clientMask        : 0x2
nouveau 0000:01:00.0: acr: 	  shadowMemStartAddr: 0xffdc00
nouveau 0000:01:00.0: acr: 	region[1]           :
nouveau 0000:01:00.0: acr: 	  startAddr         : 0x0
nouveau 0000:01:00.0: acr: 	  endAddr           : 0x0
nouveau 0000:01:00.0: acr: 	  regionId          : 0
nouveau 0000:01:00.0: acr: 	  readMask          : 0x0
nouveau 0000:01:00.0: acr: 	  writeMask         : 0x0
nouveau 0000:01:00.0: acr: 	  clientMask        : 0x0
nouveau 0000:01:00.0: acr: 	  shadowMemStartAddr: 0x0
nouveau 0000:01:00.0: acr: 	ucodeBlobSize       : 0
nouveau 0000:01:00.0: acr: 	ucodeBlobBase       : 0x0
nouveau 0000:01:00.0: acr: 	vprEnabled          : 0
nouveau 0000:01:00.0: acr: 	vprStart            : 0x0
nouveau 0000:01:00.0: acr: 	vprEnd              : 0x0
nouveau 0000:01:00.0: acr: 	hdcpPolicies        : 0x0
nouveau 0000:01:00.0: sec2(acr): imem 0000fe00 <- 00000200 bytes at 00000000
imem 0000fe00 <- 004000d0 0004fe00 107ea4bd 02f800fd 00000089 98099e98 12f90a9d b6129b98 00fd
imem 0000fe20 <- df9408e5 0f9c9818 9805fefd 9198139a 0e909814 b600f6fe defe08d5 00008900
imem 0000fe40 <- 089f9800 9408f994 9efd0cfe 059ffd05 89009bfe 98000000 99980c9f bcd4bd0b
imem 0000fe60 <- 733ef09f 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 00b307f8 3cf46000
imem 0000fe80 <- 00008f02 00108906 059ffd00 f9faf4bd 8903f806 fe010000 0089009a 9e980000
imem 0000fea0 <- bce9b20d b73ef0e0 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 008907f8
imem 0000fec0 <- 9f980000 0999980e b610f4b6 9ebc0895 0895b690 fe059ffd 0089009a 9f980000
imem 0000fee0 <- 08f99408 fd0cfe94 9ffd059e 009bfe05 00000089 98109f98 f5b6119e 18e99408
imem 0000ff00 <- fe059ffd e5b60097 00effe08 213ef4bd 008e00fe febc0600 05f9fa90 0100ffb8 00fe
imem 0000ff20 <- f4fba600 03f8ef08 99cf0809 0894f000 8f1b0bf4 49010000 9ffa0090 09020f00
imem 0000ff40 <- 009ffa58 0409080f b3009ffa b20c00a0 3ec5f91b f900fe59 0000b3c5 1031f412
imem 0000ff60 <- f41131f4 94bd1231 bd009afe 0011fba4 00000000 00000000 00000000 00000000
imem 0000ff80 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffa0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffc0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffe0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x3c00
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x3d00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x1000
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: sec2(acr): dmem 00000000 <- 00000054 bytes at 00000000
dmem 00000000 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000001 00000000 00000000 00000000 00000100 00000100 00003c00 00000000
dmem 00000040 <- 00003d00 00000000 00001000 00000000 00000000
nouveau 0000:01:00.0: sec2(acr):AHESASC: booting
nouveau 0000:01:00.0: sec2(acr): mbox 00000000 00000000
nouveau 0000:01:00.0: sec2(acr):AHESASC: booted
nouveau 0000:01:00.0: acr: released sec2 falcon
nouveau 0000:01:00.0: acr: acquired gsp falcon
nouveau 0000:01:00.0: gsp(acr):ASB: resetting
nouveau 0000:01:00.0: gsp(acr):ASB: loading
nouveau 0000:01:00.0: gsp(acr): imem 0000fe00 <- 00000200 bytes at 00000000
imem 0000fe00 <- 004000d0 0004fe00 107ea4bd 02f800fd 00000089 98099e98 12f90a9d b6129b98 00fd
imem 0000fe20 <- df9408e5 0f9c9818 9805fefd 9198139a 0e909814 b600f6fe defe08d5 00008900
imem 0000fe40 <- 089f9800 9408f994 9efd0cfe 059ffd05 89009bfe 98000000 99980c9f bcd4bd0b
imem 0000fe60 <- 733ef09f 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 00b307f8 3cf46000
imem 0000fe80 <- 00008f02 00108906 059ffd00 f9faf4bd 8903f806 fe010000 0089009a 9e980000
imem 0000fea0 <- bce9b20d b73ef0e0 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 008907f8
imem 0000fec0 <- 9f980000 0999980e b610f4b6 9ebc0895 0895b690 fe059ffd 0089009a 9f980000
imem 0000fee0 <- 08f99408 fd0cfe94 9ffd059e 009bfe05 00000089 98109f98 f5b6119e 18e99408
imem 0000ff00 <- fe059ffd e5b60097 00effe08 213ef4bd 008e00fe febc0600 05f9fa90 0100ffb8 00fe
imem 0000ff20 <- f4fba600 03f8ef08 99cf0809 0894f000 8f1b0bf4 49010000 9ffa0090 09020f00
imem 0000ff40 <- 009ffa58 0409080f b3009ffa b20c00a0 3ec5f91b f900fe59 0000b3c5 1031f412
imem 0000ff60 <- f41131f4 94bd1231 bd009afe 0011fba4 00000000 00000000 00000000 00000000
imem 0000ff80 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffa0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffc0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffe0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x6000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2900
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x8a00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x800
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: gsp(acr): dmem 00000000 <- 00000054 bytes at 00000000
dmem 00000000 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000001 00006000 00000000 00000000 00000100 00000100 00002900 00000000
dmem 00000040 <- 00008a00 00000000 00000800 00000000 00000000
nouveau 0000:01:00.0: gsp(acr):ASB: booting
nouveau 0000:01:00.0: gsp(acr): mbox 00000000 00000000
nouveau 0000:01:00.0: gsp(acr):ASB: booted
nouveau 0000:01:00.0: acr: released gsp falcon
nouveau 0000:01:00.0: sec2: init running...
nouveau 0000:01:00.0: sec2: acquired sec2 falcon
nouveau 0000:01:00.0: sec2: init completed in 26us
nouveau 0000:01:00.0: acr: init completed in 5489us
nouveau 0000:01:00.0: pmu: init running...
nouveau 0000:01:00.0: pmu: init completed in 0us
nouveau 0000:01:00.0: therm: init running...
nouveau 0000:01:00.0: therm: programmed thresholds [ 90(3), 95(3), 105(5), 135(5) ]
nouveau 0000:01:00.0: therm: init completed in 18us
nouveau 0000:01:00.0: ce0: init running...
nouveau 0000:01:00.0: ce0: init completed in 0us
nouveau 0000:01:00.0: ce1: init skipped, no users
nouveau 0000:01:00.0: ce2: init running...
nouveau 0000:01:00.0: ce2: init completed in 0us
nouveau 0000:01:00.0: ce3: init skipped, no users
nouveau 0000:01:00.0: ce4: init skipped, no users
nouveau 0000:01:00.0: disp: init skipped, no users
nouveau 0000:01:00.0: dma: init skipped, no users
nouveau 0000:01:00.0: fifo: init running...
nouveau 0000:01:00.0: fifo: init completed in 21us
nouveau 0000:01:00.0: gr: init running...
nouveau 0000:01:00.0: gr: acquired fecs falcon
nouveau 0000:01:00.0: gr: acquired gpccs falcon
nouveau 0000:01:00.0: fifo:000000:00[      gr]: 100010e8: busy 0 faulted 0 chsw 0 save 0 load 0 tsgid 232 -> tsgid 0 
nouveau 0000:01:00.0: sec2: dmem 00000080 -> 00000020 bytes at 00000000
dmem 00000080 -> 00042001 01e00200 01000000 00000080 01000080 01000080 01000100 a5a51f00
nouveau 0000:01:00.0: sec2:cmdq: initialised @ index 0 offset 0x01000000 size 0x00000080
nouveau 0000:01:00.0: sec2:msgq: initialised @ index 0 offset 0x01000080 size 0x00000080
nouveau 0000:01:00.0: sec2: dmem 00000000 <- 00000010 bytes at 00000000
dmem 00000000 <- 00031007 00000000 00000000 00000002
nouveau 0000:01:00.0: sec2: dmem 000000a0 -> 00000004 bytes at 00000000
dmem 000000a0 -> 00001007
nouveau 0000:01:00.0: sec2: dmem 000000a4 -> 0000000c bytes at 00000000
dmem 000000a4 -> 001f9000 00000000 00000002
nouveau 0000:01:00.0: sec2: fecs booted
nouveau 0000:01:00.0: sec2: dmem 00000010 <- 00000010 bytes at 00000000
dmem 00000010 <- 00031007 00000000 00000000 00000003
nouveau 0000:01:00.0: sec2: dmem 000000b0 -> 00000004 bytes at 00000000
dmem 000000b0 -> 00001007
nouveau 0000:01:00.0: sec2: dmem 000000b4 -> 0000000c bytes at 00000000
dmem 000000b4 -> 001f9100 00000000 00000003
nouveau 0000:01:00.0: sec2: gpccs booted
nouveau 0000:01:00.0: gr: init completed in 5688us
nouveau 0000:01:00.0: nvdec0: init skipped, no users
nouveau 0000:01:00.0: nvenc0: init skipped, no users
nouveau 0000:01:00.0: sec2: init skipped, already running
nouveau 0000:01:00.0: init completed in 20186us
nouveau: DRM-master:00000000:00000080: init children...
nouveau: DRM-master:00000000:80009009: init running...
nouveau: DRM-master:00000000:80009009: init children...
nouveau: DRM-master:00000000:8000c00d: init running...
nouveau: DRM-master:00000000:8000c00d: init children...
nouveau: DRM-master:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:80009009: init completed in 431us
nouveau: DRM-master:00000000:00000080: init completed in 22268us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM:00000000:00000080: init running...
nouveau: DRM:00000000:00000080: init children...
nouveau: DRM:00000000:80009009: init running...
nouveau: DRM:00000000:80009009: init children...
nouveau: DRM:00000000:8000c00d: init running...
nouveau: DRM:00000000:8000c00d: init children...
nouveau: DRM:00000000:8000c00d: init completed in 1us
nouveau: DRM:00000000:8000900b: init running...
nouveau: DRM:00000000:8000900b: init children...
nouveau: DRM:00000000:8000900b: init completed in 1us
nouveau: DRM:00000000:8000900b: init running...
nouveau: DRM:00000000:8000900b: init children...
nouveau: DRM:00000000:8000900b: init completed in 1us
nouveau: DRM:00000000:80009009: init completed in 116us
nouveau: DRM:00000000:0000c461: init running...
nouveau: DRM:00000000:0000c461: init children...
nouveau: DRM:00000000:0000c461: init completed in 2us
nouveau: DRM:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0000:0000: allow 1
nouveau 0000:01:00.0: fifo:000000:0000:0000: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00010000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00010000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00010010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00010000 count:2
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:00000000:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 0
nouveau 0000:01:00.0: fifo: event: allowing 0 on 0
nouveau: DRM:00000000:8000000e: init children...
nouveau: DRM:00000000:8000000e: init completed in 8us
nouveau: DRM:00000000:8000000e: init running...
nouveau: DRM:00000000:8000000e: init children...
nouveau: DRM:00000000:8000000e: init completed in 3us
nouveau: DRM:00000000:0000c46f: init completed in 40us
nouveau: DRM:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000008:0001:0001: allow 1
nouveau 0000:01:00.0: fifo:000008:0001:0001: insert
nouveau 0000:01:00.0: fifo:000008: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000008: RAMRL: update start:0003b000
nouveau 0000:01:00.0: fifo:000008:0001:      RAMRL+0003b000: chans:1
nouveau 0000:01:00.0: fifo:000008:0001:0001: RAMRL+0003b010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000008: RAMRL: commit start:0003b000 count:2
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:00000001:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 1
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 1
nouveau 0000:01:00.0: fifo: event: allowing 0 on 1
nouveau: DRM:00000001:8000000e: init children...
nouveau: DRM:00000001:8000000e: init completed in 7us
nouveau: DRM:00080001:8000000e: init running...
nouveau: DRM:00080001:8000000e: init children...
nouveau: DRM:00080001:8000000e: init completed in 1us
nouveau: DRM:0004c5b5:0000c5b5: init running...
nouveau: DRM:00000000:00000000: init running...
nouveau: DRM:00000000:00000000: init children...
nouveau: DRM:00000000:00000000: init completed in 161us
nouveau 0000:01:00.0: fifo:000008:0001:0001: bind cctx 8[ce2]
nouveau 0000:01:00.0: fifo:000008: stopped
nouveau 0000:01:00.0: fifo:000008:0001:0001: preempt
nouveau 0000:01:00.0: fifo:000008: running
nouveau: DRM:0004c5b5:0000c5b5: init children...
nouveau: DRM:0004c5b5:0000c5b5: init completed in 187us
nouveau: DRM:00000000:0000c46f: init completed in 220us
nouveau: DRM:00000000:ffffffff: init running...
nouveau: DRM:00000000:ffffffff: init children...
nouveau: DRM:00000000:ffffffff: init completed in 2us
nouveau: DRM:00000000:00000080: init completed in 392us
nouveau: DRM-master:00000000:00000000: init completed in 395us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: udevd[244]:00000000:00000080: init running...
nouveau: udevd[244]:00000000:00000080: init children...
nouveau: udevd[244]:00000000:80009009: init running...
nouveau: udevd[244]:00000000:80009009: init children...
nouveau: udevd[244]:00000000:8000c00d: init running...
nouveau: udevd[244]:00000000:8000c00d: init children...
nouveau: udevd[244]:00000000:8000c00d: init completed in 1us
nouveau: udevd[244]:00000000:80009009: init completed in 4us
nouveau: udevd[244]:00000000:00000080: init completed in 7us
nouveau: DRM-master:00000000:00000000: init completed in 10us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: Xorg[1148]:00000000:00000080: init running...
nouveau: Xorg[1148]:00000000:00000080: init children...
nouveau: Xorg[1148]:00000000:80009009: init running...
nouveau: Xorg[1148]:00000000:80009009: init children...
nouveau: Xorg[1148]:00000000:8000c00d: init running...
nouveau: Xorg[1148]:00000000:8000c00d: init children...
nouveau: Xorg[1148]:00000000:8000c00d: init completed in 1us
nouveau: Xorg[1148]:00000000:8000900b: init running...
nouveau: Xorg[1148]:00000000:8000900b: init children...
nouveau: Xorg[1148]:00000000:8000900b: init completed in 1us
nouveau: Xorg[1148]:00000000:80009009: init completed in 161us
nouveau: Xorg[1148]:00000000:00000080: init completed in 165us
nouveau: Xorg[1148]:00000000:00000080: init running...
nouveau: Xorg[1148]:00000000:00000080: init children...
nouveau: Xorg[1148]:00000000:00000080: init completed in 2us
nouveau: Xorg[1148]:00000000:00000080: init running...
nouveau: Xorg[1148]:00000000:00000080: init children...
nouveau: Xorg[1148]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: allow 1
nouveau 0000:01:00.0: fifo:000000:0002:0002: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:2 chans:2
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00011000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00011000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00011010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00011020: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00011030: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00011000 count:4
nouveau: Xorg[1148]:00000000:0000c46f: init children...
nouveau: Xorg[1148]:00000002:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 2
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 2
nouveau 0000:01:00.0: fifo: event: allowing 0 on 2
nouveau: Xorg[1148]:00000002:8000000e: init children...
nouveau: Xorg[1148]:00000002:8000000e: init completed in 5us
nouveau: Xorg[1148]:00000002:8000000e: init running...
nouveau: Xorg[1148]:00000002:8000000e: init children...
nouveau: Xorg[1148]:00000002:8000000e: init completed in 1us
nouveau: Xorg[1148]:00000000:0000c5b5: init running...
nouveau: Xorg[1148]:00000000:00000000: init running...
nouveau: Xorg[1148]:00000000:00000000: init children...
nouveau: Xorg[1148]:00000000:00000000: init completed in 162us
nouveau 0000:01:00.0: fifo:000000:0002:0002: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:00000000:0000c5b5: init children...
nouveau: Xorg[1148]:00000000:0000c5b5: init completed in 186us
nouveau: Xorg[1148]:beef323f:0000a140: init running...
nouveau: Xorg[1148]:00000000:00000000: init running...
nouveau: Xorg[1148]:00000000:00000000: init children...
nouveau: Xorg[1148]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0002:0002: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:beef323f:0000a140: init children...
nouveau: Xorg[1148]:beef323f:0000a140: init completed in 18us
nouveau: Xorg[1148]:00000000:0000c5b5: init running...
nouveau: Xorg[1148]:00000000:0000c5b5: init children...
nouveau: Xorg[1148]:00000000:0000c5b5: init completed in 1us
nouveau: Xorg[1148]:beef902d:0000902d: init running...
nouveau: Xorg[1148]:beef902d:0000902d: init children...
nouveau: Xorg[1148]:beef902d:0000902d: init completed in 1us
nouveau: Xorg[1148]:beef003d:0000c597: init running...
nouveau: Xorg[1148]:beef003d:0000c597: init children...
nouveau: Xorg[1148]:beef003d:0000c597: init completed in 1us
nouveau: Xorg[1148]:beef00c0:0000c5c0: init running...
nouveau: Xorg[1148]:beef00c0:0000c5c0: init children...
nouveau: Xorg[1148]:beef00c0:0000c5c0: init completed in 1us
nouveau: Xorg[1148]:00000000:0000c46f: init completed in 247us
nouveau: Xorg[1148]:00000000:00000080: init completed in 252us
nouveau: DRM-master:00000000:00000000: init completed in 426us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: blueman-applet[1301]:00000000:00000080: init running...
nouveau: blueman-applet[1301]:00000000:00000080: init children...
nouveau: blueman-applet[1301]:00000000:80009009: init running...
nouveau: blueman-applet[1301]:00000000:80009009: init children...
nouveau: blueman-applet[1301]:00000000:8000c00d: init running...
nouveau: blueman-applet[1301]:00000000:8000c00d: init children...
nouveau: blueman-applet[1301]:00000000:8000c00d: init completed in 1us
nouveau: blueman-applet[1301]:00000000:8000900b: init running...
nouveau: blueman-applet[1301]:00000000:8000900b: init children...
nouveau: blueman-applet[1301]:00000000:8000900b: init completed in 1us
nouveau: blueman-applet[1301]:00000000:80009009: init completed in 117us
nouveau: blueman-applet[1301]:00000000:00000080: init completed in 121us
nouveau: blueman-applet[1301]:00000000:00000080: init running...
nouveau: blueman-applet[1301]:00000000:00000080: init children...
nouveau: blueman-applet[1301]:00000000:00000080: init completed in 1us
nouveau: blueman-applet[1301]:00000000:00000080: init running...
nouveau: blueman-applet[1301]:00000000:00000080: init children...
nouveau: blueman-applet[1301]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: allow 1
nouveau 0000:01:00.0: fifo:000000:0004:0004: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:3 chans:3
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00012000
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00012000: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00012010: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00012020: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00012030: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00012040: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00012050: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00012000 count:6
nouveau: blueman-applet[1301]:00000000:0000c46f: init children...
nouveau: blueman-applet[1301]:00000004:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 4
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 4
nouveau 0000:01:00.0: fifo: event: allowing 0 on 4
nouveau: blueman-applet[1301]:00000004:8000000e: init children...
nouveau: blueman-applet[1301]:00000004:8000000e: init completed in 63us
nouveau: blueman-applet[1301]:00000004:8000000e: init running...
nouveau: blueman-applet[1301]:00000004:8000000e: init children...
nouveau: blueman-applet[1301]:00000004:8000000e: init completed in 108us
nouveau: blueman-applet[1301]:00000000:0000c5b5: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init children...
nouveau: blueman-applet[1301]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0004:0004: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:00000000:0000c5b5: init children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: init completed in 25us
nouveau: blueman-applet[1301]:beef323f:0000a140: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init children...
nouveau: blueman-applet[1301]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0004:0004: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:beef323f:0000a140: init children...
nouveau: blueman-applet[1301]:beef323f:0000a140: init completed in 28us
nouveau: blueman-applet[1301]:00000000:0000c5b5: init running...
nouveau: blueman-applet[1301]:00000000:0000c5b5: init children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: init completed in 2us
nouveau: blueman-applet[1301]:beef902d:0000902d: init running...
nouveau: blueman-applet[1301]:beef902d:0000902d: init children...
nouveau: blueman-applet[1301]:beef902d:0000902d: init completed in 2us
nouveau: blueman-applet[1301]:beef003d:0000c597: init running...
nouveau: blueman-applet[1301]:beef003d:0000c597: init children...
nouveau: blueman-applet[1301]:beef003d:0000c597: init completed in 2us
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: init running...
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: init children...
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: init completed in 1us
nouveau: blueman-applet[1301]:00000000:0000c46f: init completed in 339us
nouveau: blueman-applet[1301]:00000000:00000080: init completed in 343us
nouveau: DRM-master:00000000:00000000: init completed in 475us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: lxqt-panel[1307]:00000000:00000080: init running...
nouveau: lxqt-panel[1307]:00000000:00000080: init children...
nouveau: lxqt-panel[1307]:00000000:80009009: init running...
nouveau: lxqt-panel[1307]:00000000:80009009: init children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: init running...
nouveau: lxqt-panel[1307]:00000000:8000c00d: init children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: init completed in 2us
nouveau: lxqt-panel[1307]:00000000:8000900b: init running...
nouveau: lxqt-panel[1307]:00000000:8000900b: init children...
nouveau: lxqt-panel[1307]:00000000:8000900b: init completed in 2us
nouveau: lxqt-panel[1307]:00000000:80009009: init completed in 12us
nouveau: lxqt-panel[1307]:00000000:00000080: init completed in 123us
nouveau: lxqt-panel[1307]:00000000:00000080: init running...
nouveau: lxqt-panel[1307]:00000000:00000080: init children...
nouveau: lxqt-panel[1307]:00000000:00000080: init completed in 2us
nouveau: lxqt-panel[1307]:00000000:00000080: init running...
nouveau: lxqt-panel[1307]:00000000:00000080: init children...
nouveau: lxqt-panel[1307]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: allow 1
nouveau 0000:01:00.0: fifo:000000:0003:0003: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:4 chans:4
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00013000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00013000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00013010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00013020: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00013030: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00013040: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00013050: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00013060: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00013070: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00013000 count:8
nouveau: lxqt-panel[1307]:00000000:0000c46f: init children...
nouveau: lxqt-panel[1307]:00000003:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 3
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 3
nouveau 0000:01:00.0: fifo: event: allowing 0 on 3
nouveau: lxqt-panel[1307]:00000003:8000000e: init children...
nouveau: lxqt-panel[1307]:00000003:8000000e: init completed in 9us
nouveau: lxqt-panel[1307]:00000003:8000000e: init running...
nouveau: lxqt-panel[1307]:00000003:8000000e: init children...
nouveau: lxqt-panel[1307]:00000003:8000000e: init completed in 1us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init children...
nouveau: lxqt-panel[1307]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0003:0003: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init completed in 31us
nouveau: lxqt-panel[1307]:beef323f:0000a140: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init children...
nouveau: lxqt-panel[1307]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0003:0003: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:beef323f:0000a140: init children...
nouveau: lxqt-panel[1307]:beef323f:0000a140: init completed in 21us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init completed in 1us
nouveau: lxqt-panel[1307]:beef902d:0000902d: init running...
nouveau: lxqt-panel[1307]:beef902d:0000902d: init children...
nouveau: lxqt-panel[1307]:beef902d:0000902d: init completed in 1us
nouveau: lxqt-panel[1307]:beef003d:0000c597: init running...
nouveau: lxqt-panel[1307]:beef003d:0000c597: init children...
nouveau: lxqt-panel[1307]:beef003d:0000c597: init completed in 1us
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: init running...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: init children...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: init completed in 2us
nouveau: lxqt-panel[1307]:00000000:0000c46f: init completed in 289us
nouveau: lxqt-panel[1307]:00000000:00000080: init completed in 293us
nouveau: DRM-master:00000000:00000000: init completed in 430us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1303]:00000000:80009009: init running...
nouveau: pcmanfm-qt[1303]:00000000:80009009: init children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: init running...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: init children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: init completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:8000900b: init running...
nouveau: pcmanfm-qt[1303]:00000000:8000900b: init children...
nouveau: pcmanfm-qt[1303]:00000000:8000900b: init completed in 112us
nouveau: pcmanfm-qt[1303]:00000000:80009009: init completed in 122us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init completed in 126us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init completed in 3us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: allow 1
nouveau 0000:01:00.0: fifo:000000:0005:0005: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:5 chans:5
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00014000
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00014000: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00014010: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00014020: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00014030: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00014040: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00014050: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00014060: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00014070: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00014080: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00014090: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00014000 count:10
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: init children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 5
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 5
nouveau 0000:01:00.0: fifo: event: allowing 0 on 5
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init completed in 9us
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init running...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0005:0005: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init completed in 29us
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0005:0005: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: init children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: init completed in 26us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init completed in 2us
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: init running...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: init children...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: init completed in 2us
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: init running...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: init children...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: init completed in 2us
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: init running...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: init children...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: init completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: init completed in 249us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init completed in 253us
nouveau: DRM-master:00000000:00000000: init completed in 393us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: qlipper[1586]:00000000:00000080: init running...
nouveau: qlipper[1586]:00000000:00000080: init children...
nouveau: qlipper[1586]:00000000:80009009: init running...
nouveau: qlipper[1586]:00000000:80009009: init children...
nouveau: qlipper[1586]:00000000:8000c00d: init running...
nouveau: qlipper[1586]:00000000:8000c00d: init children...
nouveau: qlipper[1586]:00000000:8000c00d: init completed in 2us
nouveau: qlipper[1586]:00000000:8000900b: init running...
nouveau: qlipper[1586]:00000000:8000900b: init children...
nouveau: qlipper[1586]:00000000:8000900b: init completed in 1us
nouveau: qlipper[1586]:00000000:80009009: init completed in 13us
nouveau: qlipper[1586]:00000000:00000080: init completed in 177us
nouveau: qlipper[1586]:00000000:00000080: init running...
nouveau: qlipper[1586]:00000000:00000080: init children...
nouveau: qlipper[1586]:00000000:00000080: init completed in 2us
nouveau: qlipper[1586]:00000000:00000080: init running...
nouveau: qlipper[1586]:00000000:00000080: init children...
nouveau: qlipper[1586]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: allow 1
nouveau 0000:01:00.0: fifo:000000:0007:0007: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:6 chans:6
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00015000
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00015000: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00015010: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00015020: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00015030: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00015040: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00015050: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00015060: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00015070: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00015080: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00015090: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+000150a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+000150b0: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00015000 count:12
nouveau: qlipper[1586]:00000000:0000c46f: init children...
nouveau: qlipper[1586]:00000007:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 7
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 7
nouveau 0000:01:00.0: fifo: event: allowing 0 on 7
nouveau: qlipper[1586]:00000007:8000000e: init children...
nouveau: qlipper[1586]:00000007:8000000e: init completed in 9us
nouveau: qlipper[1586]:00000007:8000000e: init running...
nouveau: qlipper[1586]:00000007:8000000e: init children...
nouveau: qlipper[1586]:00000007:8000000e: init completed in 1us
nouveau: qlipper[1586]:00000000:0000c5b5: init running...
nouveau: qlipper[1586]:00000000:00000000: init running...
nouveau: qlipper[1586]:00000000:00000000: init children...
nouveau: qlipper[1586]:00000000:00000000: init completed in 3us
nouveau 0000:01:00.0: fifo:000000:0007:0007: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:00000000:0000c5b5: init children...
nouveau: qlipper[1586]:00000000:0000c5b5: init completed in 29us
nouveau: qlipper[1586]:beef323f:0000a140: init running...
nouveau: qlipper[1586]:00000000:00000000: init running...
nouveau: qlipper[1586]:00000000:00000000: init children...
nouveau: qlipper[1586]:00000000:00000000: init completed in 3us
nouveau 0000:01:00.0: fifo:000000:0007:0007: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:beef323f:0000a140: init children...
nouveau: qlipper[1586]:beef323f:0000a140: init completed in 24us
nouveau: qlipper[1586]:00000000:0000c5b5: init running...
nouveau: qlipper[1586]:00000000:0000c5b5: init children...
nouveau: qlipper[1586]:00000000:0000c5b5: init completed in 1us
nouveau: qlipper[1586]:beef902d:0000902d: init running...
nouveau: qlipper[1586]:beef902d:0000902d: init children...
nouveau: qlipper[1586]:beef902d:0000902d: init completed in 2us
nouveau: qlipper[1586]:beef003d:0000c597: init running...
nouveau: qlipper[1586]:beef003d:0000c597: init children...
nouveau: qlipper[1586]:beef003d:0000c597: init completed in 3us
nouveau: qlipper[1586]:beef00c0:0000c5c0: init running...
nouveau: qlipper[1586]:beef00c0:0000c5c0: init children...
nouveau: qlipper[1586]:beef00c0:0000c5c0: init completed in 2us
nouveau: qlipper[1586]:00000000:0000c46f: init completed in 247us
nouveau: qlipper[1586]:00000000:00000080: init completed in 252us
nouveau: DRM-master:00000000:00000000: init completed in 444us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: qterminal[6540]:00000000:00000080: init running...
nouveau: qterminal[6540]:00000000:00000080: init children...
nouveau: qterminal[6540]:00000000:80009009: init running...
nouveau: qterminal[6540]:00000000:80009009: init children...
nouveau: qterminal[6540]:00000000:8000c00d: init running...
nouveau: qterminal[6540]:00000000:8000c00d: init children...
nouveau: qterminal[6540]:00000000:8000c00d: init completed in 107us
nouveau: qterminal[6540]:00000000:8000900b: init running...
nouveau: qterminal[6540]:00000000:8000900b: init children...
nouveau: qterminal[6540]:00000000:8000900b: init completed in 1us
nouveau: qterminal[6540]:00000000:80009009: init completed in 119us
nouveau: qterminal[6540]:00000000:00000080: init completed in 125us
nouveau: qterminal[6540]:00000000:00000080: init running...
nouveau: qterminal[6540]:00000000:00000080: init children...
nouveau: qterminal[6540]:00000000:00000080: init completed in 2us
nouveau: qterminal[6540]:00000000:00000080: init running...
nouveau: qterminal[6540]:00000000:00000080: init children...
nouveau: qterminal[6540]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: allow 1
nouveau 0000:01:00.0: fifo:000000:0006:0006: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:7 chans:7
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00016000
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00016000: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00016010: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00016020: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00016030: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00016040: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00016050: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00016060: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00016070: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00016080: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00016090: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+000160a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+000160b0: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+000160c0: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+000160d0: [qterminal[6540]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00016000 count:14
nouveau: qterminal[6540]:00000000:0000c46f: init children...
nouveau: qterminal[6540]:00000006:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 6
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 6
nouveau 0000:01:00.0: fifo: event: allowing 0 on 6
nouveau: qterminal[6540]:00000006:8000000e: init children...
nouveau: qterminal[6540]:00000006:8000000e: init completed in 114us
nouveau: qterminal[6540]:00000006:8000000e: init running...
nouveau: qterminal[6540]:00000006:8000000e: init children...
nouveau: qterminal[6540]:00000006:8000000e: init completed in 1us
nouveau: qterminal[6540]:00000000:0000c5b5: init running...
nouveau: qterminal[6540]:00000000:00000000: init running...
nouveau: qterminal[6540]:00000000:00000000: init children...
nouveau: qterminal[6540]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0006:0006: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qterminal[6540]:00000000:0000c5b5: init children...
nouveau: qterminal[6540]:00000000:0000c5b5: init completed in 26us
nouveau: qterminal[6540]:beef323f:0000a140: init running...
nouveau: qterminal[6540]:00000000:00000000: init running...
nouveau: qterminal[6540]:00000000:00000000: init children...
nouveau: qterminal[6540]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0006:0006: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qterminal[6540]:beef323f:0000a140: init children...
nouveau: qterminal[6540]:beef323f:0000a140: init completed in 22us
nouveau: qterminal[6540]:00000000:0000c5b5: init running...
nouveau: qterminal[6540]:00000000:0000c5b5: init children...
nouveau: qterminal[6540]:00000000:0000c5b5: init completed in 2us
nouveau: qterminal[6540]:beef902d:0000902d: init running...
nouveau: qterminal[6540]:beef902d:0000902d: init children...
nouveau: qterminal[6540]:beef902d:0000902d: init completed in 2us
nouveau: qterminal[6540]:beef003d:0000c597: init running...
nouveau: qterminal[6540]:beef003d:0000c597: init children...
nouveau: qterminal[6540]:beef003d:0000c597: init completed in 2us
nouveau: qterminal[6540]:beef00c0:0000c5c0: init running...
nouveau: qterminal[6540]:beef00c0:0000c5c0: init children...
nouveau: qterminal[6540]:beef00c0:0000c5c0: init completed in 1us
nouveau: qterminal[6540]:00000000:0000c46f: init completed in 410us
nouveau: qterminal[6540]:00000000:00000080: init completed in 416us
nouveau: DRM-master:00000000:00000000: init completed in 556us
nouveau: DRM-master:00000000:00000000: init completed in 25424us
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 05 object ffff995dc9c783b8 owner ff
nouveau: DRM:00000000:00000080: ioctl: rd size 16
nouveau: DRM:00000000:00000080: ioctl: rd vers 0 size 4 addr 0000000000088488
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 06 object ffff995dc9c783b8 owner ff
nouveau: DRM:00000000:00000080: ioctl: wr size 16
nouveau: DRM:00000000:00000080: ioctl: wr vers 0 size 4 addr 0000000000088488 data 02000000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2259e58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2259858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2259f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2259958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e68058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000012f88b0 owner 01
nouveau: qterminal[6540]:beef003d:0000c597: ioctl: delete size 0
nouveau: qterminal[6540]:beef003d:0000c597: ioctl: delete
nouveau: qterminal[6540]:beef003d:0000c597: fini children...
nouveau: qterminal[6540]:beef003d:0000c597: fini running...
nouveau: qterminal[6540]:beef003d:0000c597: fini completed in 3us
nouveau: qterminal[6540]:beef003d:0000c597: destroy children...
nouveau: qterminal[6540]:beef003d:0000c597: destroy running...
nouveau: qterminal[6540]:beef003d:0000c597: destroy children...
nouveau: qterminal[6540]:beef003d:0000c597: destroy running...
nouveau: qterminal[6540]:beef003d:0000c597: destroy completed in 2us...
nouveau: qterminal[6540]:beef003d:0000c597: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000012f8880 owner 01
nouveau: qterminal[6540]:beef902d:0000902d: ioctl: delete size 0
nouveau: qterminal[6540]:beef902d:0000902d: ioctl: delete
nouveau: qterminal[6540]:beef902d:0000902d: fini children...
nouveau: qterminal[6540]:beef902d:0000902d: fini running...
nouveau: qterminal[6540]:beef902d:0000902d: fini completed in 1us
nouveau: qterminal[6540]:beef902d:0000902d: destroy children...
nouveau: qterminal[6540]:beef902d:0000902d: destroy running...
nouveau: qterminal[6540]:beef902d:0000902d: destroy children...
nouveau: qterminal[6540]:beef902d:0000902d: destroy running...
nouveau: qterminal[6540]:beef902d:0000902d: destroy completed in 2us...
nouveau: qterminal[6540]:beef902d:0000902d: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000001340120 owner 01
nouveau: qterminal[6540]:beef323f:0000a140: ioctl: delete size 0
nouveau: qterminal[6540]:beef323f:0000a140: ioctl: delete
nouveau: qterminal[6540]:beef323f:0000a140: fini children...
nouveau: qterminal[6540]:beef323f:0000a140: fini running...
nouveau: qterminal[6540]:beef323f:0000a140: fini completed in 1us
nouveau: qterminal[6540]:beef323f:0000a140: destroy children...
nouveau: qterminal[6540]:beef323f:0000a140: destroy running...
nouveau: qterminal[6540]:beef323f:0000a140: destroy children...
nouveau: qterminal[6540]:beef323f:0000a140: destroy running...
nouveau: qterminal[6540]:beef323f:0000a140: destroy completed in 1us...
nouveau: qterminal[6540]:beef323f:0000a140: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000012f8850 owner 01
nouveau: qterminal[6540]:00000000:0000c5b5: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:0000c5b5: ioctl: delete
nouveau: qterminal[6540]:00000000:0000c5b5: fini children...
nouveau: qterminal[6540]:00000000:0000c5b5: fini running...
nouveau: qterminal[6540]:00000000:0000c5b5: fini completed in 2us
nouveau: qterminal[6540]:00000000:0000c5b5: destroy children...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy running...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy children...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy running...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy completed in 2us...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000012f8c70 owner 01
nouveau: qterminal[6540]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: qterminal[6540]:beef00c0:0000c5c0: ioctl: delete
nouveau: qterminal[6540]:beef00c0:0000c5c0: fini children...
nouveau: qterminal[6540]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qterminal[6540]:00000000:00000000: fini children...
nouveau: qterminal[6540]:00000000:00000000: fini running...
nouveau: qterminal[6540]:00000000:00000000: fini completed in 1us
nouveau: qterminal[6540]:beef00c0:0000c5c0: fini completed in 26us
nouveau: qterminal[6540]:beef00c0:0000c5c0: destroy children...
nouveau: qterminal[6540]:beef00c0:0000c5c0: destroy running...
nouveau: qterminal[6540]:beef00c0:0000c5c0: destroy children...
nouveau: qterminal[6540]:beef00c0:0000c5c0: destroy running...
nouveau: qterminal[6540]:beef00c0:0000c5c0: destroy completed in 3us...
nouveau 0000:01:00.0: fifo:000000:0006:0006: dtor cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0006: dtor vctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0006: dtor ectx 0[gr]
nouveau: qterminal[6540]:00000000:00000000: destroy children...
nouveau: qterminal[6540]:00000000:00000000: destroy running...
nouveau: qterminal[6540]:00000000:00000000: destroy completed in 93us...
nouveau: qterminal[6540]:beef00c0:0000c5c0: destroy completed in 131us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a44f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a45458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a45558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a44958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df0b6a6d8 owner ff
nouveau: qterminal[6540]:00000000:0000c5b5: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:0000c5b5: ioctl: delete
nouveau: qterminal[6540]:00000000:0000c5b5: fini children...
nouveau: qterminal[6540]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qterminal[6540]:00000000:00000000: fini children...
nouveau: qterminal[6540]:00000000:00000000: fini running...
nouveau: qterminal[6540]:00000000:00000000: fini completed in 1us
nouveau: qterminal[6540]:00000000:0000c5b5: fini completed in 24us
nouveau: qterminal[6540]:00000000:0000c5b5: destroy children...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy running...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy children...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy running...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy completed in 1us...
nouveau 0000:01:00.0: fifo:000000:0006:0006: dtor cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0006: dtor vctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0006: dtor ectx 11[ce0]
nouveau: qterminal[6540]:00000000:00000000: destroy children...
nouveau: qterminal[6540]:00000000:00000000: destroy running...
nouveau: qterminal[6540]:00000000:00000000: destroy completed in 1us...
nouveau: qterminal[6540]:00000000:0000c5b5: destroy completed in 26us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a44c78 owner ff
nouveau: qterminal[6540]:00000006:8000000e: ioctl: delete size 0
nouveau: qterminal[6540]:00000006:8000000e: ioctl: delete
nouveau: qterminal[6540]:00000006:8000000e: fini children...
nouveau: qterminal[6540]:00000006:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: qterminal[6540]:00000006:8000000e: fini completed in 4us
nouveau: qterminal[6540]:00000006:8000000e: destroy children...
nouveau: qterminal[6540]:00000006:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: qterminal[6540]:00000006:8000000e: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2159280 owner ff
nouveau: qterminal[6540]:00000006:8000000e: ioctl: delete size 0
nouveau: qterminal[6540]:00000006:8000000e: ioctl: delete
nouveau: qterminal[6540]:00000006:8000000e: fini children...
nouveau: qterminal[6540]:00000006:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 6 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 6
nouveau 0000:01:00.0: fifo: event: blocking 0 on 6
nouveau: qterminal[6540]:00000006:8000000e: fini completed in 23us
nouveau: qterminal[6540]:00000006:8000000e: destroy children...
nouveau: qterminal[6540]:00000006:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 6
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 6 wait:0
nouveau: qterminal[6540]:00000006:8000000e: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2159248 owner ff
nouveau: qterminal[6540]:00000000:0000c46f: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:0000c46f: ioctl: delete
nouveau: qterminal[6540]:00000000:0000c46f: fini children...
nouveau: qterminal[6540]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: block 0
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000:0006:0006: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:6 chans:6
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00017000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00017000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00017010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00017020: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00017030: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00017040: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00017050: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00017060: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00017070: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00017080: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00017090: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+000170a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+000170b0: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00017000 count:12
nouveau: qterminal[6540]:00000000:0000c46f: fini completed in 38us
nouveau: qterminal[6540]:00000000:0000c46f: destroy children...
nouveau: qterminal[6540]:00000000:0000c46f: destroy running...
nouveau: qterminal[6540]:00000000:0000c46f: destroy completed in 28us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff995dc21590a0 owner ff
nouveau: qterminal[6540]:00000000:8000900b: ioctl: unmap size 0
nouveau: qterminal[6540]:00000000:8000900b: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc21590a0 owner ff
nouveau: qterminal[6540]:00000000:8000900b: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:8000900b: ioctl: delete
nouveau: qterminal[6540]:00000000:8000900b: fini children...
nouveau: qterminal[6540]:00000000:8000900b: fini running...
nouveau: qterminal[6540]:00000000:8000900b: fini completed in 1us
nouveau: qterminal[6540]:00000000:8000900b: destroy children...
nouveau: qterminal[6540]:00000000:8000900b: destroy running...
nouveau: qterminal[6540]:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a45258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0a44a58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dca6b9800 owner ff
nouveau: qterminal[6540]:00000000:00000080: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:00000080: ioctl: delete
nouveanouveau: qterminal[6540]:00000000:00000080: fini running...
nouveau: qterminal[6540]:00000000:00000080: fini completed in 1us
nouveau: qterminal[6540]:00000000:00000080: destroy children...
nouveau: qterminal[6540]:00000000:00000080: destroy running...
nouveau: qterminal[6540]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2158dd0 owner ff
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:8000c00d: ioctl: delete
nouveau: qterminal[6540]:00000000:8000c00d: fini children...
nouveau: qterminal[6540]:00000000:8000c00d: fini running...
nouveau: qterminal[6540]:00000000:8000c00d: fini completed in 1us
nouveau: qterminal[6540]:00000000:8000c00d: destroy children...
nouveau: qterminal[6540]:00000000:8000c00d: destroy running...
nouveau: qterminal[6540]:00000000:8000c00d: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2158d68 owner ff
nouveau: qterminal[6540]:00000000:80009009: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:80009009: ioctl: delete
nouveau: qterminal[6540]:00000000:80009009: fini children...
nouveau: qterminal[6540]:00000000:80009009: fini running...
nouveau: qterminal[6540]:00000000:80009009: fini completed in 2us
nouveau: qterminal[6540]:00000000:80009009: destroy children...
nouveau: qterminal[6540]:00000000:80009009: destroy running...
nouveau: qterminal[6540]:00000000:80009009: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2158c78 owner ff
nouveau: qterminal[6540]:00000000:00000080: ioctl: delete size 0
nouveau: qterminal[6540]:00000000:00000080: ioctl: delete
nouveau: qterminal[6540]:00000000:00000080: fini children...
nouveau: qterminal[6540]:00000000:00000080: fini running...
nouveau: qterminal[6540]:00000000:00000080: fini completed in 1us
nouveau: qterminal[6540]:00000000:00000080: destroy children...
nouveau: qterminal[6540]:00000000:00000080: destroy running...
nouveau: qterminal[6540]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: qterminal[6540]:00000000:00000080: fini children...
nouveau: qterminal[6540]:00000000:00000080: fini running...
nouveau: qterminal[6540]:00000000:00000080: fini completed in 1us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 5us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: qterminal[6540]:00000000:00000080: destroy children...
nouveau: qterminal[6540]:00000000:00000080: destroy running...
nouveau: qterminal[6540]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff995dc19e8000 object ffff995dc19e8000
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995dc19e8078 object ffff995dc19e8078
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: lxqt-leave[17537]:00000000:00000080: init running...
nouveau: lxqt-leave[17537]:00000000:00000080: init children...
nouveau: lxqt-leave[17537]:00000000:00000080: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8078 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8078 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8078 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass size 88
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19e8078 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: new size 38
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff995dc19e8168 object ffff995dc19e8168
nouveau: lxqt-leave[17537]:00000000:80009009: init running...
nouveau: lxqt-leave[17537]:00000000:80009009: init children...
nouveau: lxqt-leave[17537]:00000000:80009009: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass size 24
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 19
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd size 28
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass size 24
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: new size 56
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff995dc19e81d0 object ffff995dc19e81d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ff86e000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: lxqt-leave[17537]:00000000:8000c00d: init running...
nouveau: lxqt-leave[17537]:00000000:8000c00d: init children...
nouveau: lxqt-leave[17537]:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 16
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass size 24
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 01 token ffff995e0ef6d5c0 object 0000000001be26b0
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: lxqt-leave[17537]:00000000:00000080: init running...
nouveau: lxqt-leave[17537]:00000000:00000080: init children...
nouveau: lxqt-leave[17537]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 0000000001be26b0 owner 01
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995ec5481800 object ffff995ec5481800
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: lxqt-leave[17537]:00000000:00000080: init running...
nouveau: lxqt-leave[17537]:00000000:00000080: init children...
nouveau: lxqt-leave[17537]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995ec5481800 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 1080
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995ec5481800 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd size 1056
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info size 1048
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info vers 1 count 65
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995ec5481800 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995ec5481800 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass size 88
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc1971858 object ffff995dc1971858
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000012000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19e8168 owner ff
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: new size 56
nouveau: lxqt-leave[17537]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc19eeca0 object ffff995dc19eeca0
nouveau: lxqt-leave[17537]:00000000:8000900b: init running...
nouveau: lxqt-leave[17537]:00000000:8000900b: init children...
nouveau: lxqt-leave[17537]:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 160
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995ec5481800 owner ff
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: new size 136
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 0000c46f route 00 token ffff995dc19eee48 object ffff995dc19eee48
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff86d000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: lxqt-leave[17537]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: allow 1
nouveau 0000:01:00.0: fifo:000000:0006:0006: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:7 chans:7
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00018000
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00018000: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00018010: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00018020: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00018030: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00018040: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00018050: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00018060: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00018070: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00018080: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00018090: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+000180a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+000180b0: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+000180c0: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+000180d0: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00018000 count:14
nouveau: lxqt-leave[17537]:00000000:0000c46f: init children...
nouveau: lxqt-leave[17537]:00000000:0000c46f: init completed in 49us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 07 object ffff995dc19eeca0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000900b: ioctl: map size 24
nouveau: lxqt-leave[17537]:00000000:8000900b: ioctl: map vers 0
nouveau 0000:01:00.0: mmu: bar1: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 66
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 42
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle 00000006 class 8000000e route 00 token ffff995dc19eee80 object ffff995dc19eee80
nouveau 0000:01:00.0: fifo: event: ntfy add 00000006 on 1 wait:0
nouveau: lxqt-leave[17537]:00000006:8000000e: init running...
nouveau: lxqt-leave[17537]:00000006:8000000e: init children...
nouveau: lxqt-leave[17537]:00000006:8000000e: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19eee80 owner ff
nouveau: lxqt-leave[17537]:00000006:8000000e: ioctl: mthd size 8
nouveau: lxqt-leave[17537]:00000006:8000000e: ioctl: mthd vers 0 mthd 00
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 6
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 6
nouveau 0000:01:00.0: fifo: event: allowing 0 on 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 66
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 42
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle 00000006 class 8000000e route 00 token ffff995dc1871178 object ffff995dc1871178
nouveau 0000:01:00.0: fifo: event: ntfy add 00000000 on 1 wait:0
nouveau: lxqt-leave[17537]:00000006:8000000e: init running...
nouveau: lxqt-leave[17537]:00000006:8000000e: init children...
nouveau: lxqt-leave[17537]:00000006:8000000e: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000010000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 00 token ffff995e6123af18 object ffff995e6123af18
nouveau 0000:01:00.0: fifo:000000:0006: ctor ectx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0006: ctor vctx 11[ce0]
nouveau 0000:01:00.0: imem: new 00002000 00000000 1: 00ff86b000 0000002000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000002000
nouveau 0000:01:00.0: fifo:000000:0006:0006: ctor cctx 11[ce0]
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init children...
nouveau: lxqt-leave[17537]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0006:0006: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init completed in 27us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc1870158 object ffff995dc1870158
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc1870658 object ffff995dc1870658
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e7f58 object ffff995dc08e7f58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e6758 object ffff995dc08e6758
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e7d58 object ffff995dc08e7d58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 0000000001be26b0 owner 01
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd size 112
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device mthd 00000000
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info size 104
nouveau: lxqt-leave[17537]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e7658 object ffff995dc08e7658
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 56
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle beef323f class 0000a140 route 01 token ffff995e0ef6d500 object 0000000001be2760
nouveau 0000:01:00.0: fifo:000000:0006: ctor ectx 0[gr]
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000020000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000003000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000238000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau 0000:01:00.0: imem: new 00001000 00000100 0: 00ff86a000 0000001000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: fifo:000000:0006: ctor vctx 0[gr]
nouveau 0000:01:00.0: imem: new 00073d00 00000000 0: 00ff7f6000 0000074000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000074000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000074000
nouveau 0000:01:00.0: fifo:000000:0006:0006: ctor cctx 0[gr]
nouveau: lxqt-leave[17537]:beef323f:0000a140: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init children...
nouveau: lxqt-leave[17537]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0006:0006: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:beef323f:0000a140: init children...
nouveau: lxqt-leave[17537]:beef323f:0000a140: init completed in 24us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 56
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 01 token ffff995e0ef6d5a0 object 0000000001b8acc0
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle beef902d class 0000902d route 01 token ffff995e0ef6df80 object 0000000001bec650
nouveau: lxqt-leave[17537]:beef902d:0000902d: init running...
nouveau: lxqt-leave[17537]:beef902d:0000902d: init children...
nouveau: lxqt-leave[17537]:beef902d:0000902d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 56
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle beef003d class 0000c597 route 01 token ffff995e0ef6de40 object 0000000001bec680
nouveau: lxqt-leave[17537]:beef003d:0000c597: init running...
nouveau: lxqt-leave[17537]:beef003d:0000c597: init children...
nouveau: lxqt-leave[17537]:beef003d:0000c597: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e7a58 object ffff995dc08e7a58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e7558 object ffff995dc08e7558
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e6158 object ffff995dc08e6158
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc08e7358 object ffff995dc08e7358
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 32
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 53
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 8
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass size 56
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc19eee48 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new size 32
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: new vers 0 handle beef00c0 class 0000c5c0 route 01 token ffff995e0ef6dd80 object 0000000001bf29a0
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: init running...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: init children...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995ddbf07f58 object ffff995ddbf07f58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e7a58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 53us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995ddbf06158 object ffff995ddbf06158
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 53us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7ef000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7ee000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7ed000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7ec000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7eb000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7ea000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff7e9000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff772000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff771000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff770000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff765000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff764000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff763000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff762000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ff761000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e6158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995ddbf06b58 object ffff995ddbf06b58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e7358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995ddbf06458 object ffff995ddbf06458
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 04
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 32
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 53
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc9c78510 owner ff
nouveau: DRM:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e7558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM-master:00000000:00000080: suspend children...
nouveau: DRM-master:00000000:80009009: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend running...
nouveau: DRM-master:00000000:8000c00d: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 2us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 56us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 56us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 2us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 0us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 55us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 0us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 1us
nouveau: DRM-master:00000000:80009009: suspend running...
nouveau: DRM-master:00000000:80009009: suspend completed in 556us
nouveau: DRM-master:00000000:00000080: suspend running...
nouveau: DRM-master:00000000:00000080: suspend completed in 560us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM:00000000:00000080: suspend children...
nouveau: DRM:00000000:80009009: suspend children...
nouveau: DRM:00000000:8000c00d: suspend children...
nouveau: DRM:00000000:8000c00d: suspend running...
nouveau: DRM:00000000:8000c00d: suspend completed in 1us
nouveau: DRM:00000000:8000900b: suspend children...
nouveau: DRM:00000000:8000900b: suspend running...
nouveau: DRM:00000000:8000900b: suspend completed in 1us
nouveau: DRM:00000000:8000900b: suspend children...
nouveau: DRM:00000000:8000900b: suspend running...
nouveau: DRM:00000000:8000900b: suspend completed in 1us
nouveau: DRM:00000000:80009009: suspend running...
nouveau: DRM:00000000:80009009: suspend completed in 64us
nouveau: DRM:00000000:0000c461: suspend children...
nouveau: DRM:00000000:0000c461: suspend running...
nouveau: DRM:00000000:0000c461: suspend completed in 1us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:00000000:8000000e: suspend children...
nouveau: DRM:00000000:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 0
nouveau 0000:01:00.0: fifo: event: blocking 0 on 0
nouveau: DRM:00000000:8000000e: suspend completed in 7us
nouveau: DRM:00000000:8000000e: suspend children...
nouveau: DRM:00000000:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: DRM:00000000:8000000e: suspend completed in 2us
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0000:0000: block 0
nouveau 0000:01:00.0: fifo:000000:0000:0000: preempt
nouveau 0000:01:00.0: fifo:000000:0000:0000: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:6 chans:6
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00019000
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00019000: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00019010: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00019020: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00019030: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00019040: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00019050: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00019060: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00019070: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+00019080: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+00019090: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+000190a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+000190b0: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00019000 count:12
nouveau: DRM:00000000:0000c46f: suspend completed in 52us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:00000001:8000000e: suspend children...
nouveau: DRM:00000001:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 1 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 1
nouveau 0000:01:00.0: fifo: event: blocking 0 on 1
nouveau: DRM:00000001:8000000e: suspend completed in 6us
nouveau: DRM:00080001:8000000e: suspend children...
nouveau: DRM:00080001:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: DRM:00080001:8000000e: suspend completed in 2us
nouveau: DRM:0004c5b5:0000c5b5: suspend children...
nouveau: DRM:0004c5b5:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000008:0001:0001: unbind cctx 8[ce2]
nouveau 0000:01:00.0: fifo:000008: stopped
nouveau 0000:01:00.0: fifo:000008:0001:0001: preempt
nouveau 0000:01:00.0: fifo:000008: running
nouveau: DRM:00000000:00000000: fini children...
nouveau: DRM:00000000:00000000: fini running...
nouveau: DRM:00000000:00000000: fini completed in 1us
nouveau: DRM:0004c5b5:0000c5b5: suspend completed in 27us
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000008:0001:0001: block 0
nouveau 0000:01:00.0: fifo:000008:0001:0001: preempt
nouveau 0000:01:00.0: fifo:000008:0001:0001: remove
nouveau 0000:01:00.0: fifo:000008: RAMRL: update cgrps:0 chans:0
nouveau 0000:01:00.0: fifo:000008: RAMRL: update start:0003c000
nouveau 0000:01:00.0: fifo:000008: RAMRL: commit start:0003c000 count:0
nouveau: DRM:00000000:0000c46f: suspend completed in 216us
nouveau: DRM:00000000:ffffffff: suspend children...
nouveau: DRM:00000000:ffffffff: suspend running...
nouveau: DRM:00000000:ffffffff: suspend completed in 1us
nouveau: DRM:00000000:00000080: suspend running...
nouveau: DRM:00000000:00000080: suspend completed in 347us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 350us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: udevd[244]:00000000:00000080: suspend children...
nouveau: udevd[244]:00000000:80009009: suspend children...
nouveau: udevd[244]:00000000:8000c00d: suspend children...
nouveau: udevd[244]:00000000:8000c00d: suspend running...
nouveau: udevd[244]:00000000:8000c00d: suspend completed in 1us
nouveau: udevd[244]:00000000:80009009: suspend running...
nouveau: udevd[244]:00000000:80009009: suspend completed in 4us
nouveau: udevd[244]:00000000:00000080: suspend running...
nouveau: udevd[244]:00000000:00000080: suspend completed in 7us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 10us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: Xorg[1148]:00000000:00000080: suspend children...
nouveau: Xorg[1148]:00000000:80009009: suspend children...
nouveau: Xorg[1148]:00000000:8000c00d: suspend children...
nouveau: Xorg[1148]:00000000:8000c00d: suspend running...
nouveau: Xorg[1148]:00000000:8000c00d: suspend completed in 1us
nouveau: Xorg[1148]:00000000:8000900b: suspend children...
nouveau: Xorg[1148]:00000000:8000900b: suspend running...
nouveau: Xorg[1148]:00000000:8000900b: suspend completed in 1us
nouveau: Xorg[1148]:00000000:80009009: suspend running...
nouveau: Xorg[1148]:00000000:80009009: suspend completed in 61us
nouveau: Xorg[1148]:00000000:00000080: suspend running...
nouveau: Xorg[1148]:00000000:00000080: suspend completed in 64us
nouveau: Xorg[1148]:00000000:00000080: suspend children...
nouveau: Xorg[1148]:00000000:00000080: suspend running...
nouveau: Xorg[1148]:00000000:00000080: suspend completed in 1us
nouveau: Xorg[1148]:00000000:00000080: suspend children...
nouveau: Xorg[1148]:00000000:0000c46f: suspend children...
nouveau: Xorg[1148]:00000002:8000000e: suspend children...
nouveau: Xorg[1148]:00000002:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 2 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 2
nouveau 0000:01:00.0: fifo: event: blocking 0 on 2
nouveau: Xorg[1148]:00000002:8000000e: suspend completed in 6us
nouveau: Xorg[1148]:00000002:8000000e: suspend children...
nouveau: Xorg[1148]:00000002:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: Xorg[1148]:00000002:8000000e: suspend completed in 2us
nouveau: Xorg[1148]:00000000:0000c5b5: suspend children...
nouveau: Xorg[1148]:00000000:0000c5b5: suspend running...
nouveau: Xorg[1148]:00000000:0000c5b5: suspend completed in 1us
nouveau: Xorg[1148]:beef323f:0000a140: suspend children...
nouveau: Xorg[1148]:beef323f:0000a140: suspend running...
nouveau: Xorg[1148]:beef323f:0000a140: suspend completed in 2us
nouveau: Xorg[1148]:00000000:0000c5b5: suspend children...
nouveau: Xorg[1148]:00000000:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:00000000:00000000: fini children...
nouveau: Xorg[1148]:00000000:00000000: fini running...
nouveau: Xorg[1148]:00000000:00000000: fini completed in 1us
nouveau: Xorg[1148]:00000000:0000c5b5: suspend completed in 23us
nouveau: Xorg[1148]:beef902d:0000902d: suspend children...
nouveau: Xorg[1148]:beef902d:0000902d: suspend running...
nouveau: Xorg[1148]:beef902d:0000902d: suspend completed in 1us
nouveau: Xorg[1148]:beef003d:0000c597: suspend children...
nouveau: Xorg[1148]:beef003d:0000c597: suspend running...
nouveau: Xorg[1148]:beef003d:0000c597: suspend completed in 1us
nouveau: Xorg[1148]:beef00c0:0000c5c0: suspend children...
nouveau: Xorg[1148]:beef00c0:0000c5c0: suspend running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:00000000:00000000: fini children...
nouveau: Xorg[1148]:00000000:00000000: fini running...
nouveau: Xorg[1148]:00000000:00000000: fini completed in 1us
nouveau: Xorg[1148]:beef00c0:0000c5c0: suspend completed in 17us
nouveau: Xorg[1148]:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: block 0
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000:0002:0002: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:5 chans:5
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001a000
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+0001a000: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+0001a010: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+0001a020: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+0001a030: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+0001a040: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+0001a050: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+0001a060: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+0001a070: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+0001a080: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+0001a090: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001a000 count:10
nouveau: Xorg[1148]:00000000:0000c46f: suspend completed in 314us
nouveau: Xorg[1148]:00000000:00000080: suspend running...
nouveau: Xorg[1148]:00000000:00000080: suspend completed in 318us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 391us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: blueman-applet[1301]:00000000:00000080: suspend children...
nouveau: blueman-applet[1301]:00000000:80009009: suspend children...
nouveau: blueman-applet[1301]:00000000:8000c00d: suspend children...
nouveau: blueman-applet[1301]:00000000:8000c00d: suspend running...
nouveau: blueman-applet[1301]:00000000:8000c00d: suspend completed in 1us
nouveau: blueman-applet[1301]:00000000:8000900b: suspend children...
nouveau: blueman-applet[1301]:00000000:8000900b: suspend running...
nouveau: blueman-applet[1301]:00000000:8000900b: suspend completed in 1us
nouveau: blueman-applet[1301]:00000000:80009009: suspend running...
nouveau: blueman-applet[1301]:00000000:80009009: suspend completed in 9us
nouveau: blueman-applet[1301]:00000000:00000080: suspend running...
nouveau: blueman-applet[1301]:00000000:00000080: suspend completed in 16us
nouveau: blueman-applet[1301]:00000000:00000080: suspend children...
nouveau: blueman-applet[1301]:00000000:00000080: suspend running...
nouveau: blueman-applet[1301]:00000000:00000080: suspend completed in 2us
nouveau: blueman-applet[1301]:00000000:00000080: suspend children...
nouveau: blueman-applet[1301]:00000000:0000c46f: suspend children...
nouveau: blueman-applet[1301]:00000004:8000000e: suspend children...
nouveau: blueman-applet[1301]:00000004:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 4 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 4
nouveau 0000:01:00.0: fifo: event: blocking 0 on 4
nouveau: blueman-applet[1301]:00000004:8000000e: suspend completed in 62us
nouveau: blueman-applet[1301]:00000004:8000000e: suspend children...
nouveau: blueman-applet[1301]:00000004:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: blueman-applet[1301]:00000004:8000000e: suspend completed in 3us
nouveau: blueman-applet[1301]:00000000:0000c5b5: suspend children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: suspend running...
nouveau: blueman-applet[1301]:00000000:0000c5b5: suspend completed in 1us
nouveau: blueman-applet[1301]:beef323f:0000a140: suspend children...
nouveau: blueman-applet[1301]:beef323f:0000a140: suspend running...
nouveau: blueman-applet[1301]:beef323f:0000a140: suspend completed in 1us
nouveau: blueman-applet[1301]:00000000:0000c5b5: suspend children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:00000000:00000000: fini children...
nouveau: blueman-applet[1301]:00000000:00000000: fini running...
nouveau: blueman-applet[1301]:00000000:00000000: fini completed in 1us
nouveau: blueman-applet[1301]:00000000:0000c5b5: suspend completed in 25us
nouveau: blueman-applet[1301]:beef902d:0000902d: suspend children...
nouveau: blueman-applet[1301]:beef902d:0000902d: suspend running...
nouveau: blueman-applet[1301]:beef902d:0000902d: suspend completed in 1us
nouveau: blueman-applet[1301]:beef003d:0000c597: suspend children...
nouveau: blueman-applet[1301]:beef003d:0000c597: suspend running...
nouveau: blueman-applet[1301]:beef003d:0000c597: suspend completed in 1us
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: suspend children...
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: suspend running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:00000000:00000000: fini children...
nouveau: blueman-applet[1301]:00000000:00000000: fini running...
nouveau: blueman-applet[1301]:00000000:00000000: fini completed in 2us
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: suspend completed in 18us
nouveau: blueman-applet[1301]:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: block 0
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000:0004:0004: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:4 chans:4
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001b000
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+0001b000: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+0001b010: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+0001b020: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+0001b030: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+0001b040: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+0001b050: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+0001b060: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+0001b070: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001b000 count:8
nouveau: blueman-applet[1301]:00000000:0000c46f: suspend completed in 396us
nouveau: blueman-applet[1301]:00000000:00000080: suspend running...
nouveau: blueman-applet[1301]:00000000:00000080: suspend completed in 420us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 447us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: lxqt-panel[1307]:00000000:00000080: suspend children...
nouveau: lxqt-panel[1307]:00000000:80009009: suspend children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: suspend children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: suspend running...
nouveau: lxqt-panel[1307]:00000000:8000c00d: suspend completed in 1us
nouveau: lxqt-panel[1307]:00000000:8000900b: suspend children...
nouveau: lxqt-panel[1307]:00000000:8000900b: suspend running...
nouveau: lxqt-panel[1307]:00000000:8000900b: suspend completed in 1us
nouveau: lxqt-panel[1307]:00000000:80009009: suspend running...
nouveau: lxqt-panel[1307]:00000000:80009009: suspend completed in 8us
nouveau: lxqt-panel[1307]:00000000:00000080: suspend running...
nouveau: lxqt-panel[1307]:00000000:00000080: suspend completed in 11us
nouveau: lxqt-panel[1307]:00000000:00000080: suspend children...
nouveau: lxqt-panel[1307]:00000000:00000080: suspend running...
nouveau: lxqt-panel[1307]:00000000:00000080: suspend completed in 1us
nouveau: lxqt-panel[1307]:00000000:00000080: suspend children...
nouveau: lxqt-panel[1307]:00000000:0000c46f: suspend children...
nouveau: lxqt-panel[1307]:00000003:8000000e: suspend children...
nouveau: lxqt-panel[1307]:00000003:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 3 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 3
nouveau 0000:01:00.0: fifo: event: blocking 0 on 3
nouveau: lxqt-panel[1307]:00000003:8000000e: suspend completed in 6us
nouveau: lxqt-panel[1307]:00000003:8000000e: suspend children...
nouveau: lxqt-panel[1307]:00000003:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: lxqt-panel[1307]:00000003:8000000e: suspend completed in 2us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: suspend children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: suspend running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: suspend completed in 21us
nouveau: lxqt-panel[1307]:beef323f:0000a140: suspend children...
nouveau: lxqt-panel[1307]:beef323f:0000a140: suspend running...
nouveau: lxqt-panel[1307]:beef323f:0000a140: suspend completed in 1us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: suspend children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:00000000:00000000: fini children...
nouveau: lxqt-panel[1307]:00000000:00000000: fini running...
nouveau: lxqt-panel[1307]:00000000:00000000: fini completed in 1us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: suspend completed in 63us
nouveau: lxqt-panel[1307]:beef902d:0000902d: suspend children...
nouveau: lxqt-panel[1307]:beef902d:0000902d: suspend running...
nouveau: lxqt-panel[1307]:beef902d:0000902d: suspend completed in 2us
nouveau: lxqt-panel[1307]:beef003d:0000c597: suspend children...
nouveau: lxqt-panel[1307]:beef003d:0000c597: suspend running...
nouveau: lxqt-panel[1307]:beef003d:0000c597: suspend completed in 1us
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: suspend children...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: suspend running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:00000000:00000000: fini children...
nouveau: lxqt-panel[1307]:00000000:00000000: fini running...
nouveau: lxqt-panel[1307]:00000000:00000000: fini completed in 1us
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: suspend completed in 19us
nouveau: lxqt-panel[1307]:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: block 0
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000:0003:0003: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:3 chans:3
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001c000
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+0001c000: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+0001c010: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+0001c020: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+0001c030: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+0001c040: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+0001c050: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001c000 count:6
nouveau: lxqt-panel[1307]:00000000:0000c46f: suspend completed in 212us
nouveau: lxqt-panel[1307]:00000000:00000080: suspend running...
nouveau: lxqt-panel[1307]:00000000:00000080: suspend completed in 327us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 348us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:80009009: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: suspend completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:8000900b: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:8000900b: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:8000900b: suspend completed in 3us
nouveau: pcmanfm-qt[1303]:00000000:80009009: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:80009009: suspend completed in 10us
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend completed in 14us
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend completed in 1us
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: suspend children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: suspend children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 5 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 5
nouveau 0000:01:00.0: fifo: event: blocking 0 on 5
nouveau: pcmanfm-qt[1303]:00000005:8000000e: suspend completed in 8us
nouveau: pcmanfm-qt[1303]:00000005:8000000e: suspend children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: pcmanfm-qt[1303]:00000005:8000000e: suspend completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: suspend completed in 1us
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: suspend children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: suspend running...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: suspend completed in 1us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: suspend children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini completed in 1us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: suspend completed in 132us
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: suspend children...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: suspend running...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: suspend completed in 1us
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: suspend children...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: suspend running...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: suspend completed in 1us
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: suspend children...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: suspend running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini completed in 1us
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: suspend completed in 16us
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: block 0
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000:0005:0005: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:2 chans:2
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001d000
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+0001d000: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+0001d010: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+0001d020: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+0001d030: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001d000 count:4
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: suspend completed in 260us
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: suspend completed in 263us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 342us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: qlipper[1586]:00000000:00000080: suspend children...
nouveau: qlipper[1586]:00000000:80009009: suspend children...
nouveau: qlipper[1586]:00000000:8000c00d: suspend children...
nouveau: qlipper[1586]:00000000:8000c00d: suspend running...
nouveau: qlipper[1586]:00000000:8000c00d: suspend completed in 1us
nouveau: qlipper[1586]:00000000:8000900b: suspend children...
nouveau: qlipper[1586]:00000000:8000900b: suspend running...
nouveau: qlipper[1586]:00000000:8000900b: suspend completed in 1us
nouveau: qlipper[1586]:00000000:80009009: suspend running...
nouveau: qlipper[1586]:00000000:80009009: suspend completed in 10us
nouveau: qlipper[1586]:00000000:00000080: suspend running...
nouveau: qlipper[1586]:00000000:00000080: suspend completed in 16us
nouveau: qlipper[1586]:00000000:00000080: suspend children...
nouveau: qlipper[1586]:00000000:00000080: suspend running...
nouveau: qlipper[1586]:00000000:00000080: suspend completed in 1us
nouveau: qlipper[1586]:00000000:00000080: suspend children...
nouveau: qlipper[1586]:00000000:0000c46f: suspend children...
nouveau: qlipper[1586]:00000007:8000000e: suspend children...
nouveau: qlipper[1586]:00000007:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 7 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 7
nouveau 0000:01:00.0: fifo: event: blocking 0 on 7
nouveau: qlipper[1586]:00000007:8000000e: suspend completed in 6us
nouveau: qlipper[1586]:00000007:8000000e: suspend children...
nouveau: qlipper[1586]:00000007:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: qlipper[1586]:00000007:8000000e: suspend completed in 3us
nouveau: qlipper[1586]:00000000:0000c5b5: suspend children...
nouveau: qlipper[1586]:00000000:0000c5b5: suspend running...
nouveau: qlipper[1586]:00000000:0000c5b5: suspend completed in 1us
nouveau: qlipper[1586]:beef323f:0000a140: suspend children...
nouveau: qlipper[1586]:beef323f:0000a140: suspend running...
nouveau: qlipper[1586]:beef323f:0000a140: suspend completed in 1us
nouveau: qlipper[1586]:00000000:0000c5b5: suspend children...
nouveau: qlipper[1586]:00000000:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:00000000:00000000: fini children...
nouveau: qlipper[1586]:00000000:00000000: fini running...
nouveau: qlipper[1586]:00000000:00000000: fini completed in 1us
nouveau: qlipper[1586]:00000000:0000c5b5: suspend completed in 23us
nouveau: qlipper[1586]:beef902d:0000902d: suspend children...
nouveau: qlipper[1586]:beef902d:0000902d: suspend running...
nouveau: qlipper[1586]:beef902d:0000902d: suspend completed in 1us
nouveau: qlipper[1586]:beef003d:0000c597: suspend children...
nouveau: qlipper[1586]:beef003d:0000c597: suspend running...
nouveau: qlipper[1586]:beef003d:0000c597: suspend completed in 1us
nouveau: qlipper[1586]:beef00c0:0000c5c0: suspend children...
nouveau: qlipper[1586]:beef00c0:0000c5c0: suspend running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:00000000:00000000: fini children...
nouveau: qlipper[1586]:00000000:00000000: fini running...
nouveau: qlipper[1586]:00000000:00000000: fini completed in 1us
nouveau: qlipper[1586]:beef00c0:0000c5c0: suspend completed in 24us
nouveau: qlipper[1586]:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: block 0
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000:0007:0007: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001e000
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+0001e000: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+0001e010: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001e000 count:2
nouveau: qlipper[1586]:00000000:0000c46f: suspend completed in 211us
nouveau: qlipper[1586]:00000000:00000080: suspend running...
nouveau: qlipper[1586]:00000000:00000080: suspend completed in 215us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 239us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: lxqt-leave[17537]:00000000:00000080: suspend children...
nouveau: lxqt-leave[17537]:00000000:80009009: suspend children...
nouveau: lxqt-leave[17537]:00000000:8000c00d: suspend children...
nouveau: lxqt-leave[17537]:00000000:8000c00d: suspend running...
nouveau: lxqt-leave[17537]:00000000:8000c00d: suspend completed in 1us
nouveau: lxqt-leave[17537]:00000000:8000900b: suspend children...
nouveau: lxqt-leave[17537]:00000000:8000900b: suspend running...
nouveau: lxqt-leave[17537]:00000000:8000900b: suspend completed in 1us
nouveau: lxqt-leave[17537]:00000000:80009009: suspend running...
nouveau: lxqt-leave[17537]:00000000:80009009: suspend completed in 10us
nouveau: lxqt-leave[17537]:00000000:00000080: suspend running...
nouveau: lxqt-leave[17537]:00000000:00000080: suspend completed in 15us
nouveau: lxqt-leave[17537]:00000000:00000080: suspend children...
nouveau: lxqt-leave[17537]:00000000:00000080: suspend running...
nouveau: lxqt-leave[17537]:00000000:00000080: suspend completed in 1us
nouveau: lxqt-leave[17537]:00000000:00000080: suspend children...
nouveau: lxqt-leave[17537]:00000000:0000c46f: suspend children...
nouveau: lxqt-leave[17537]:00000006:8000000e: suspend children...
nouveau: lxqt-leave[17537]:00000006:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 6 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 6
nouveau 0000:01:00.0: fifo: event: blocking 0 on 6
nouveau: lxqt-leave[17537]:00000006:8000000e: suspend completed in 7us
nouveau: lxqt-leave[17537]:00000006:8000000e: suspend children...
nouveau: lxqt-leave[17537]:00000006:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: lxqt-leave[17537]:00000006:8000000e: suspend completed in 4us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: suspend children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: suspend running...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: suspend completed in 2us
nouveau: lxqt-leave[17537]:beef323f:0000a140: suspend children...
nouveau: lxqt-leave[17537]:beef323f:0000a140: suspend running...
nouveau: lxqt-leave[17537]:beef323f:0000a140: suspend completed in 2us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: suspend children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:00000000:00000000: fini children...
nouveau: lxqt-leave[17537]:00000000:00000000: fini running...
nouveau: lxqt-leave[17537]:00000000:00000000: fini completed in 1us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: suspend completed in 80us
nouveau: lxqt-leave[17537]:beef902d:0000902d: suspend children...
nouveau: lxqt-leave[17537]:beef902d:0000902d: suspend running...
nouveau: lxqt-leave[17537]:beef902d:0000902d: suspend completed in 1us
nouveau: lxqt-leave[17537]:beef003d:0000c597: suspend children...
nouveau: lxqt-leave[17537]:beef003d:0000c597: suspend running...
nouveau: lxqt-leave[17537]:beef003d:0000c597: suspend completed in 2us
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: suspend children...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: suspend running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:00000000:00000000: fini children...
nouveau: lxqt-leave[17537]:00000000:00000000: fini running...
nouveau: lxqt-leave[17537]:00000000:00000000: fini completed in 1us
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: suspend completed in 20us
nouveau: lxqt-leave[17537]:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: block 0
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000:0006:0006: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:0 chans:0
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001f000
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001f000 count:0
nouveau: lxqt-leave[17537]:00000000:0000c46f: suspend completed in 210us
nouveau: lxqt-leave[17537]:00000000:00000080: suspend running...
nouveau 0000:01:00.0: suspend running...
nouveau 0000:01:00.0: sec2: suspend running...
nouveau 0000:01:00.0: sec2: dmem 00000020 <- 00000004 bytes at 00000000
dmem 00000020 <- 00030405
nouveau 0000:01:00.0: sec2: dmem 000000c0 -> 00000004 bytes at 00000000
dmem 000000c0 -> 00000405
nouveau 0000:01:00.0: sec2: released sec2 falcon
nouveau 0000:01:00.0: sec2: suspend completed in 131us
nouveau 0000:01:00.0: nvenc0: suspend running...
nouveau 0000:01:00.0: nvenc0: suspend completed in 6us
nouveau 0000:01:00.0: nvdec0: suspend running...
nouveau 0000:01:00.0: nvdec0: suspend completed in 6us
nouveau 0000:01:00.0: gr: suspend running...
nouveau 0000:01:00.0: gr: released gpccs falcon
nouveau 0000:01:00.0: gr: released fecs falcon
nouveau 0000:01:00.0: gr: suspend completed in 9us
nouveau 0000:01:00.0: fifo: suspend running...
nouveau 0000:01:00.0: fifo: suspend completed in 6us
nouveau 0000:01:00.0: dma: suspend running...
nouveau 0000:01:00.0: dma: suspend completed in 0us
nouveau 0000:01:00.0: disp: suspend running...
nouveau 0000:01:00.0: disp: suspend completed in 0us
nouveau 0000:01:00.0: ce4: suspend running...
nouveau 0000:01:00.0: ce4: suspend completed in 5us
nouveau 0000:01:00.0: ce3: suspend running...
nouveau 0000:01:00.0: ce3: suspend completed in 3us
nouveau 0000:01:00.0: ce2: suspend running...
nouveau 0000:01:00.0: ce2: suspend completed in 6us
nouveau 0000:01:00.0: ce1: suspend running...
nouveau 0000:01:00.0: ce1: suspend completed in 5us
nouveau 0000:01:00.0: ce0: suspend running...
nouveau 0000:01:00.0: ce0: suspend completed in 5us
nouveau 0000:01:00.0: therm: suspend running...
nouveau 0000:01:00.0: therm: suspend completed in 1us
nouveau 0000:01:00.0: pmu: suspend running...
nouveau 0000:01:00.0: pmu: suspend completed in 0us
nouveau 0000:01:00.0: acr: suspend running...
nouveau 0000:01:00.0: sec2: reset running...
nouveau 0000:01:00.0: sec2: reset completed in 4us
nouveau 0000:01:00.0: acr: acquired pmu falcon
nouveau 0000:01:00.0: pmu(acr):unload: resetting
nouveau 0000:01:00.0: pmu(acr):unload: loading
nouveau 0000:01:00.0: pmu(acr): imem 0000fe00 <- 00000200 bytes at 00000000
imem 0000fe00 <- 00a000d0 0004fe00 107ea4bd 02f80100 00000089 98099e98 12f90a9d b6129b98 0100
imem 0000fe20 <- df9408e5 0f9c9818 9805fefd 9198139a 0e909814 b600f6fe defe08d5 00008900
imem 0000fe40 <- 089f9800 9408f994 9efd0cfe 059ffd05 89009bfe 98000000 99980c9f bcd4bd0b
imem 0000fe60 <- 733ef09f 9dfa0100 0099b804 ddb80001 a6000100 f108f49f 00b307f8 3cf46000
imem 0000fe80 <- 00008f02 00108906 059ffd00 f9faf4bd 8903f806 fe010000 0089009a 9e980000
imem 0000fea0 <- bce9b20d b73ef0e0 9dfa0100 0099b804 ddb80001 a6000100 f108f49f 008907f8
imem 0000fec0 <- 9f980000 0999980e b610f4b6 9ebc0895 0895b690 fe059ffd 0089009a 9f980000
imem 0000fee0 <- 08f99408 fd0cfe94 9ffd059e 009bfe05 00000089 98109f98 f5b6119e 18e99408
imem 0000ff00 <- fe059ffd e5b60097 00effe08 213ef4bd 008e0101 febc0600 05f9fa90 0100ffb8 0101
imem 0000ff20 <- f4fba600 03f8ef08 99cf0809 0894f000 8f1b0bf4 49010000 9ffa0090 09020f00
imem 0000ff40 <- 009ffa58 0409080f b3009ffa b20c00a0 3ec5f91b f9010159 0000b3c5 1031f412
imem 0000ff60 <- f41131f4 94bd1231 bd009afe 0011fba4 00000000 00000000 00000000 00000000
imem 0000ff80 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffa0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffc0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffe0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0xa000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2700
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0xc800
nouveau 0000:01:00.0: acr: 	dataSize      : 0x600
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: pmu(acr): dmem 00000000 <- 00000054 bytes at 00000000
dmem 00000000 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000001 0000a000 00000000 00000000 00000100 00000100 00002700 00000000
dmem 00000040 <- 0000c800 00000000 00000600 00000000 00000000
nouveau 0000:01:00.0: pmu(acr):unload: booting
nouveau 0000:01:00.0: pmu(acr): mbox 00000000 00000000
nouveau 0000:01:00.0: pmu(acr):unload: booted
nouveau 0000:01:00.0: acr: released pmu falcon
nouveau 0000:01:00.0: acr: suspend completed in 629us
nouveau 0000:01:00.0: fault: suspend running...
nouveau 0000:01:00.0: fault: event: ntfy block 00000001 on 0 wait:1
nouveau 0000:01:00.0: fault: event: ntfy state changed
nouveau 0000:01:00.0: fault: event: decr 00000001 on 0
nouveau 0000:01:00.0: fault: event: blocking 0 on 0
nouveau 0000:01:00.0: fault: suspend completed in 8us
nouveau 0000:01:00.0: bar: suspend running...
nouveau 0000:01:00.0: bar: suspend completed in 2us
nouveau 0000:01:00.0: mmu: suspend running...
nouveau 0000:01:00.0: mmu: suspend completed in 0us
nouveau 0000:01:00.0: ltc: suspend running...
nouveau 0000:01:00.0: ltc: suspend completed in 1us
nouveau 0000:01:00.0: fb: suspend running...
nouveau 0000:01:00.0: fb: suspend completed in 0us
nouveau 0000:01:00.0: imem: suspend running...
nouveau 0000:01:00.0: imem: suspend completed in 582254us
nouveau 0000:01:00.0: timer: suspend running...
nouveau 0000:01:00.0: timer: suspend completed in 1us
nouveau 0000:01:00.0: bus: suspend running...
nouveau 0000:01:00.0: bus: suspend completed in 0us
nouveau 0000:01:00.0: mc: suspend running...
nouveau 0000:01:00.0: mc: suspend completed in 0us
nouveau 0000:01:00.0: fuse: suspend running...
nouveau 0000:01:00.0: fuse: suspend completed in 1us
nouveau 0000:01:00.0: i2c: suspend running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: suspend completed in 77us
nouveau 0000:01:00.0: gpio: suspend running...
nouveau 0000:01:00.0: gpio: suspend completed in 15us
nouveau 0000:01:00.0: privring: suspend running...
nouveau 0000:01:00.0: privring: suspend completed in 0us
nouveau 0000:01:00.0: devinit: suspend running...
nouveau 0000:01:00.0: devinit: suspend completed in 1us
nouveau 0000:01:00.0: bios: suspend running...
nouveau 0000:01:00.0: bios: suspend completed in 0us
nouveau 0000:01:00.0: pci: suspend running...
nouveau 0000:01:00.0: pci: suspend completed in 1us
nouveau 0000:01:00.0: vfn: suspend running...
nouveau 0000:01:00.0: vfn: suspend completed in 0us
nouveau 0000:01:00.0: gsp: suspend running...
nouveau 0000:01:00.0: gsp: suspend completed in 0us
nouveau 0000:01:00.0: top: suspend running...
nouveau 0000:01:00.0: top: suspend completed in 0us
nouveau 0000:01:00.0: suspend completed in 583275us...
nouveau: lxqt-leave[17537]:00000000:00000080: suspend completed in 583491us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 583680us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 586444us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000080: init running...
nouveau 0000:01:00.0: preinit running...
nouveau 0000:01:00.0: top: preinit running...
nouveau 0000:01:00.0: top: preinit completed in 0us
nouveau 0000:01:00.0: gsp: preinit running...
nouveau 0000:01:00.0: gsp: preinit completed in 1us
nouveau 0000:01:00.0: vfn: preinit running...
nouveau 0000:01:00.0: vfn: preinit completed in 0us
nouveau 0000:01:00.0: pci: preinit running...
nouveau 0000:01:00.0: pci: preinit completed in 0us
nouveau 0000:01:00.0: bios: preinit running...
nouveau 0000:01:00.0: bios: preinit completed in 0us
nouveau 0000:01:00.0: devinit: preinit running...
nouveau 0000:01:00.0: devinit: preinit completed in 4us
nouveau 0000:01:00.0: privring: preinit running...
nouveau 0000:01:00.0: privring: preinit completed in 0us
nouveau 0000:01:00.0: gpio: preinit running...
nouveau 0000:01:00.0: gpio: preinit completed in 0us
nouveau 0000:01:00.0: i2c: preinit running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: preinit completed in 65us
nouveau 0000:01:00.0: fuse: preinit running...
nouveau 0000:01:00.0: fuse: preinit completed in 0us
nouveau 0000:01:00.0: mc: preinit running...
nouveau 0000:01:00.0: mc: preinit completed in 0us
nouveau 0000:01:00.0: bus: preinit running...
nouveau 0000:01:00.0: bus: preinit completed in 0us
nouveau 0000:01:00.0: timer: preinit running...
nouveau 0000:01:00.0: timer: preinit completed in 0us
nouveau 0000:01:00.0: imem: preinit running...
nouveau 0000:01:00.0: imem: preinit completed in 0us
nouveau 0000:01:00.0: fb: preinit running...
nouveau 0000:01:00.0: fb: preinit completed in 0us
nouveau 0000:01:00.0: ltc: preinit running...
nouveau 0000:01:00.0: ltc: preinit completed in 0us
nouveau 0000:01:00.0: mmu: preinit running...
nouveau 0000:01:00.0: mmu: preinit completed in 0us
nouveau 0000:01:00.0: bar: preinit running...
nouveau 0000:01:00.0: bar: preinit completed in 0us
nouveau 0000:01:00.0: fault: preinit running...
nouveau 0000:01:00.0: fault: preinit completed in 0us
nouveau 0000:01:00.0: acr: preinit running...
nouveau 0000:01:00.0: acr: preinit completed in 0us
nouveau 0000:01:00.0: pmu: preinit running...
nouveau 0000:01:00.0: pmu: preinit completed in 0us
nouveau 0000:01:00.0: therm: preinit running...
nouveau 0000:01:00.0: therm: preinit completed in 0us
nouveau 0000:01:00.0: ce0: preinit running...
nouveau 0000:01:00.0: ce0: preinit completed in 0us
nouveau 0000:01:00.0: ce1: preinit running...
nouveau 0000:01:00.0: ce1: preinit completed in 0us
nouveau 0000:01:00.0: ce2: preinit running...
nouveau 0000:01:00.0: ce2: preinit completed in 0us
nouveau 0000:01:00.0: ce3: preinit running...
nouveau 0000:01:00.0: ce3: preinit completed in 0us
nouveau 0000:01:00.0: ce4: preinit running...
nouveau 0000:01:00.0: ce4: preinit completed in 0us
nouveau 0000:01:00.0: disp: preinit running...
nouveau 0000:01:00.0: disp: preinit completed in 0us
nouveau 0000:01:00.0: dma: preinit running...
nouveau 0000:01:00.0: dma: preinit completed in 0us
nouveau 0000:01:00.0: fifo: preinit running...
nouveau 0000:01:00.0: fifo: preinit completed in 4us
nouveau 0000:01:00.0: gr: preinit running...
nouveau 0000:01:00.0: gr: preinit completed in 0us
nouveau 0000:01:00.0: nvdec0: preinit running...
nouveau 0000:01:00.0: nvdec0: preinit completed in 0us
nouveau 0000:01:00.0: nvenc0: preinit running...
nouveau 0000:01:00.0: nvenc0: preinit completed in 0us
nouveau 0000:01:00.0: sec2: preinit running...
nouveau 0000:01:00.0: sec2: preinit completed in 0us
nouveau 0000:01:00.0: fb: VPR locked, running scrubber binary
nouveau 0000:01:00.0: fb: firmware "nvidia/tu117/nvdec/scrubber.bin" loaded - 4352 byte(s)
nouveau 0000:01:00.0: fb: binHdr:
nouveau 0000:01:00.0: fb: 	binMagic         : 0x000010de
nouveau 0000:01:00.0: fb: 	binVer           : 1
nouveau 0000:01:00.0: fb: 	binSize          : 4352
nouveau 0000:01:00.0: fb: 	headerOffset     : 0x100
nouveau 0000:01:00.0: fb: 	dataOffset       : 0x200
nouveau 0000:01:00.0: fb: 	dataSize         : 0xf00
nouveau 0000:01:00.0: fb: hsHeader:
nouveau 0000:01:00.0: fb: 	sigDbgOffset     : 0x120
nouveau 0000:01:00.0: fb: 	sigDbgSize       : 0x10
nouveau 0000:01:00.0: fb: 	sigProdOffset    : 0x130
nouveau 0000:01:00.0: fb: 	sigProdSize      : 0x10
nouveau 0000:01:00.0: fb: 	patchLoc         : 0x140
nouveau 0000:01:00.0: fb: 	patchSig         : 0x144
nouveau 0000:01:00.0: fb: 	hdrOffset        : 0x148
nouveau 0000:01:00.0: fb: 	hdrSize          : 0x24
nouveau 0000:01:00.0: fb: hsLoadHeader:
nouveau 0000:01:00.0: fb: 	nonSecCodeOff    : 0x0
nouveau 0000:01:00.0: fb: 	nonSecCodeSize   : 0x100
nouveau 0000:01:00.0: fb: 	dataDmaBase      : 0xe00
nouveau 0000:01:00.0: fb: 	dataSize         : 0x100
nouveau 0000:01:00.0: fb: 	numApps          : 0x1
nouveau 0000:01:00.0: fb: 	App[0]           : offset 0x100 size 0xd00
nouveau 0000:01:00.0: fb: acquired nvdec0 falcon
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: patching sigs:2 size:16
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: patch idx:0 src:00000130 dst:00000e00
sig -> 00000e00: 048d47b9 5ef0b319 1564fa65 94a4f0e9
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: resetting
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: loading
nouveau 0000:01:00.0: nvdec0(fb): imem 00000000 <- 00000100 bytes at 00000000
imem 00000000 <- cf420049 95b60099 0094f101 0094feff 0000187e 00f802f8 ffffffdd 01008e0f 0000
imem 00000020 <- 04edfd00 8f023cf4 89060000 fd000000 f4bd059f f806f9fa 00008903 08ef9502
imem 00000040 <- 8905f9fd fd000e00 9ebb049d 1094b602 fe05f9fd 007e00fa a4bd0001 000000f8
imem 00000060 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 00000080 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 000000a0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 000000c0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 000000e0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: nvdec0(fb): imem 00000100 <- 00000d00 bytes at 00000100
imem 00000100 <- 6cc32bc9 4e7942ce 669ee5ca 01d0d9a3 30db722b eef40dda f335062b 81382517 0001
imem 00000120 <- 663c3883 a52550de 386f89f6 dfb836a5 63433781 b0f4a8b5 0440d27f 2b6cf904
imem 00000140 <- bacd9b59 d7d58c5d 4fe75df2 2cf6c8bb 52faefc8 c902be3a 7d2420b8 73dd7150
imem 00000160 <- 388b0e5a 5f1fb75e d4aa9738 c2e8cd50 e120047c d2698d47 67315e45 d16cdff3
imem 00000180 <- 2641d579 f7484de9 3155c119 5944cce2 605774f0 dcc97c17 67b97776 28860dd3
imem 000001a0 <- 54abc16b a2cfba63 2cda7617 28e60106 604b2a92 bb69e24e 216766be d493ffda
imem 000001c0 <- 3b0e44e6 559280df c569f995 e2233d53 827a1a5f ab989967 239048d1 8087b9e9
imem 000001e0 <- 1a753e16 4661d77e 78dc5fc4 7eedd089 6c984470 698e1029 159d9b11 b055b215
imem 00000200 <- 715c4099 c0360d5a 99f13673 ed3c7f5b d9cf0239 5556e5c6 596bd3c3 a03c2e81 0002
imem 00000220 <- 2e1cfdc0 780063a2 8a5a11a8 ddd1097e 267dd29d fc6330a5 595f275c b8519ae3
imem 00000240 <- f624dbdd 72ccc263 be409b10 8b087d66 625ec56c a22834d5 12b98e2e d5736dbc
imem 00000260 <- b3412fca 2f2d8391 7ecd9320 4778ea9e 34d9e8eb 0c5554b8 2ab1d016 4e0a24fa
imem 00000280 <- 6467bd51 e077a987 7656ff19 5c911fb5 48de0cd6 26af4f06 b6669325 af93b626
imem 000002a0 <- 67d14af9 57523e72 934f251c 9dab9dec 5dd83489 a7ef2ea2 16506cf9 48366494
imem 000002c0 <- fe306771 1b0867ab a767aa00 1b3866ef 332583e3 05a7ce44 759808eb 00a6b22f
imem 000002e0 <- 87108fc8 23131fd4 037fe2c4 c97642ff f532e1d4 8a827c0a 00187007 98f073f1
imem 00000300 <- 60eb3404 78f38f97 3129b29f 1dd19c5d ec7f8249 e9421bdb 9ba4167c 9ff59dff 0003
imem 00000320 <- 05dd92b7 8aad2980 e9f516b5 6e3618ca 272438ce 5013bf01 18cbb9c3 3557c3eb
imem 00000340 <- 071bff06 5967a8de 1e151daa f59723f5 6f70a539 a6427f50 d0e013ff 8b4cc187
imem 00000360 <- f5aa7689 730f1ec7 4777e050 16353467 4a7cf068 5096cfeb b227152e a3162a6f
imem 00000380 <- b50fa7aa 56eb6f83 4e10acad f22d5571 ba8c0a3c 03fadfde 4a0011c2 a64a66f5
imem 000003a0 <- 466671c5 506dd2ec 44f256df 6c6807b4 618fdc5c 9ca157c5 c00bded5 63d41212
imem 000003c0 <- 5ddd4277 eb618980 a1f3cd84 b4016716 a12f0595 3b313db2 f7b631bd 2dd34476
imem 000003e0 <- a8c95134 c82bf1a5 27260124 fc77cb28 cf0ba127 8d2fd6fd cceaef68 3828ee5a
imem 00000400 <- a83e94e8 b4bace16 6c509b07 9b7f058e b1d89b72 39bf2211 01f14c24 ce2d0ee1 0004
imem 00000420 <- 2b24a6a6 827ecbfc bcc167de 3f532e1d 86aeeef0 2764e552 e038a24f 744505e9
imem 00000440 <- 6581c69d 02fc9f22 227ca30a 28d15983 f79b18ca cbd2e144 61a04a16 20639572
imem 00000460 <- 211fd8c9 a093de24 2b104462 ceb6a2ac ccd0ee55 0dda7f9e 92433c0f 814ccbe5
imem 00000480 <- a365967d 197cd743 0153a1ff 92518fcf 0df4950f f5e97d31 f9bfd69c 56128558
imem 000004a0 <- 3b061d54 d4534ef6 873284be 38300c9b c3e6ab43 add6dc3a a3f8c93c 49ff6c19
imem 000004c0 <- 82561601 37a13ab1 7d4ef859 eea8b3ba 0b50311b 0a53ce7d e7cfe012 47e30587
imem 000004e0 <- 3d533544 37d62626 894e26c5 1d4f70e1 107a77a4 08f7a8be a0392654 cd71d5a5
imem 00000500 <- 94ba7f71 dcc5395c f2fe12b2 5f6b9cf3 e8e7fbe8 73e27b8e ca184045 96dc0e17 0005
imem 00000520 <- 9b586b1e 657cc90d 6e4e3841 37fefdf6 4b3afae6 763c69be 1528b765 59602b6a
imem 00000540 <- 90838ca3 09dd2b09 a76b05df 14e2bcdb 12ffcce7 a01bf01d c51420b8 38d317ee
imem 00000560 <- 2a89cba3 47954a0a 02459af7 2cdd5abb 74b1e849 6e12b51e 2c5dcb50 2b5aeb28
imem 00000580 <- 7eccb8f2 8291c1f7 83be2045 ad0cbd77 017e22ab b86d9999 717367dd 1d3e05fe
imem 000005a0 <- 5341c0a2 6b460f15 9a1b09de 492f0890 f8ded4ef 44951651 9770374a 0ae12ccf
imem 000005c0 <- d9eb67d0 b7d2faa8 c0f9c8e8 30b7f2cf c4b5628e 6e604b00 663c5bea 2dd33c55
imem 000005e0 <- a812b89d bb29cf14 78194f44 065f5335 557bdc9b 00bbc65d aba21e99 8f21f54d
imem 00000600 <- f6f7e7f8 fd663bc2 ef819c3f 13efcfac 9babd2f7 b4cc0e17 8e1871d9 66ec4f5e 0006
imem 00000620 <- ac1f0c55 569a44d3 abfdc66a d23abb28 64e2065d 791644a0 61b9dea3 7e8aed88
imem 00000640 <- 6a9d7abc a2e9c3c1 7a87cd25 e06e296b def6856b 8a1412de 12f51991 918dffc5
imem 00000660 <- 1d4d733f 7e5a63fc 4ba65e51 4dec2e46 b833686e c89e7adb 44050138 39d633c0
imem 00000680 <- 0fb378c3 46b2b3f1 f3f4f5e7 083dab8a 06d24880 ee040575 45bea7f1 fd735e55
imem 000006a0 <- efe5b4aa eec2174e d10a08b6 b4cceb2b 3c3429f9 677f2bda d15d8811 81bcdf5c
imem 000006c0 <- e35d3c13 b0d6e6d4 82fcd24c af003923 5e9dcccb 12e2784a cc22cb57 dcad8a88
imem 000006e0 <- f8017ee5 f3aa84d8 e6190255 d7a24f21 cf5b58ce 71ce88ff d2270052 73770190
imem 00000700 <- c51aaf2c 1fe3ea04 e82c7935 3c19ea46 c48ceb1a 1295c5de 99e5ba30 522248ee 0007
imem 00000720 <- 2ae98a98 fd55b2de 9dfe630a 391b192b 2f0ae014 8becbe1e c6ca2dfc 36c3bd2f
imem 00000740 <- 18f95218 c01bab60 93381c46 0f8dc593 cf786363 47d14ad0 24d9ba2c d2de22fc
imem 00000760 <- 33b272de 3e494a2b 68bea991 5c1350d8 0e30c303 4919648d 523c7025 12e94455
imem 00000780 <- b13235a5 4b230d4b c71649b5 38443ed5 7ed1e437 bc636a90 76d10cbe 0df73ee3
imem 000007a0 <- 6362f519 35fa446f ac4abaa3 f7d0b74f 64593ea4 a6750955 13e9edc7 e6edce2c
imem 000007c0 <- f6e6142d a71cfddc ffb1c181 e99064dd 2e647068 906c32c0 3c3e7b52 6cf62529
imem 000007e0 <- 38ad1efb 26b219c9 abbbe9a9 ea420357 becf3fb7 0331cb54 b9a63f45 2a099438
imem 00000800 <- 7405fd68 aee7a6b3 b1967e21 d45d112b f4e8f2b6 9e200748 227e7787 9868363d 0008
imem 00000820 <- b07e7b27 26d51350 6d7976a0 ea19b98d 020a1f0a 3373ecc4 9d351d7b 0771f2df
imem 00000840 <- c1033dbe 547ba647 4fc247e0 adaa7a06 3dcd82a9 3b4a315d e5349ff3 dc7bd299
imem 00000860 <- dabccad4 50071a85 594c608b fa6ac332 e37fb3e9 cab686f8 f86d427a 96d998fa
imem 00000880 <- 642e3a6b 032c3cf8 2631e592 703faafe 3b6ca8c2 742dba37 76b9cfb4 2dce8b17
imem 000008a0 <- bd180076 01384d85 2e646f53 056b6331 6604ca9b fef31809 7944644e 70b2f66d
imem 000008c0 <- 9c2bfafd 047a5ad2 a1f32496 22b020d0 5bd369ad d23ab99c c802b0ce 3df8b0d4
imem 000008e0 <- add6dc05 a17797c8 437b641f 51ea50ca e2de8915 142b43a1 25465d8a 815da403
imem 00000900 <- dabbda51 03eb581a 1328908c ed2af973 d05fc927 efd7da6a b49274fd fd6e1d57 0009
imem 00000920 <- f0a3cdb4 078fb3c1 f8cbdb4e 99676ae1 fd139380 cfc2181b 9ed27610 18dc3c82
imem 00000940 <- 0e23738e 84608b15 d6466e7d b1b80569 f72688a5 a49d07fd f194a576 20ba6598
imem 00000960 <- b933e6c6 09eeec4f c4e42854 1d3ba70d 8d9c4d8b 8f256b89 e0ccbd41 81e7784e
imem 00000980 <- ccd587c0 160aa3fa 38cd6d51 efe62857 98be2ed0 3f3d0a45 2dcff282 97c412ae
imem 000009a0 <- e0173a2c d34346ba 18e1d062 fde22bae 93277fd2 f7cabaf3 009ae4f3 ab2dc846
imem 000009c0 <- d6f61a13 24ee3601 888bea7f 3ea1f54e 2f4d3fb6 6bb13908 f3183d67 33688d20
imem 000009e0 <- 58412468 b5b0f64b aaa3c839 a73ab745 3417c0b4 68b8e32f 8da15218 0512641f
imem 00000a00 <- 16336b44 2e49e4af 8a78f8bd 2f45e313 fc4a282f f7e203d2 003a7a53 48c2b3d3 000a
imem 00000a20 <- 1137e16e 003cf509 cfaaac78 538cb3a5 b96f8dc2 4ce5d731 2e1097c7 da90b3fc
imem 00000a40 <- 4e253d91 5228c1a4 3c0d8291 000ca046 4d6ccc19 9fc7c8d9 5e589d8b dde541e6
imem 00000a60 <- 979f21d9 788eefdd 52299883 1fc0b0e6 d67b0f08 e81bec5e 5f135b59 cbf7c599
imem 00000a80 <- 321307a4 258d1e1e c5e59239 078f7a17 cf9f66b9 3a72e597 c2390570 d040ea5a
imem 00000aa0 <- be2f8715 e907ce00 0a50d8c9 1b73dd6c c1cb276e 534dc80e 4a7813a5 8fa9f493
imem 00000ac0 <- e9a6fe39 e6520f34 eca2b09a 96e6bb16 43b927ab 62045db7 5c116608 5dc321e2
imem 00000ae0 <- d7c52ec0 ed18bff6 ff94e86e dd699b1c 9b7e2d9b f66f300d 4d4e64d3 94f26299
imem 00000b00 <- d0f06e03 195b38af 02946949 0905a42e ed7e4aa8 d01e8543 e11fb196 b4858a70 000b
imem 00000b20 <- a40d7eb9 ddbb16e9 0655a6b9 bddfcf56 92b1e419 6e2ee3ea a7b1021c a139b7f0
imem 00000b40 <- e8e5a05d dde266b6 689169c7 2063efc1 4e3bba0a 623efa68 a39e0e32 a70f7d40
imem 00000b60 <- 4acee32b 8bb7b645 a1f5b480 f6331eb4 6d3cd7c8 89a6dfa9 163e7308 27160b30
imem 00000b80 <- 4a385acc 5995f6a0 c28b868c fa75509d c28cffd1 a6f7f9fe e5a9d7d6 52bfba65
imem 00000ba0 <- cfab9ef9 15b5bdfc 2c4324cb 589dd70a da1a0f7b 3273f14d 62985047 91af6656
imem 00000bc0 <- c650ae97 0372bf45 07dd3c71 9f73377a 7b7eb1ef 2043cb96 bd8aa1cd 8bd12af8
imem 00000be0 <- 6332840d 0b2cf0df a8869fbb dc0c6f52 42d84fb4 03258e7d b6dba680 8547365b
imem 00000c00 <- d68cd825 e8a15f8c 17fb97b9 6256c621 197831e5 87a3dad5 e6033539 0fac421b 000c
imem 00000c20 <- 16ea9069 a2106b2e 39536773 0b320e20 3b14770e 4e200f0c 6cd803be a22db3eb
imem 00000c40 <- 36bc42ae 622a080c 168ea7dc 9eeebe52 552ac6ce 48edb8e0 4a01c802 e4412cf3
imem 00000c60 <- 36341755 a022b0b0 b30ba327 f7a942ed 6b7ce16f f6101beb 97d33c4c 929d932f
imem 00000c80 <- cadcdee6 04363f36 cb118811 ab69ab7a b24ef59a 3ec9b70a 2873faf3 5bb0d271
imem 00000ca0 <- e5e13458 1ce26a41 fda35abc 8851b65b b3e5cc4a f35f23b5 283e58b8 1851c968
imem 00000cc0 <- 17139ea7 a5a425f4 64763a71 751ba114 48752c04 4a00c828 e6ef2f6e 9e108685
imem 00000ce0 <- 5972932e e4908c70 1b9ec93f 55e7907f 72a29daf 60dc0014 0f6cbbcf dba4be40
imem 00000d00 <- 860013e7 7994d423 0ef0e6b1 164ec684 2717908e 9fb09c93 6a74b682 99244694 000d
imem 00000d20 <- 3425abe7 e287085b 2a6c3aa4 eeec31bb a930cec3 cf70490e 0f0738e4 6403c020
imem 00000d40 <- deb6de88 80d28961 5d8aac2e 296bd098 af8c7c1c 623c65a4 985efb96 5048cd9e
imem 00000d60 <- 514e8f8a c684f1cd b3d09745 62194ef5 2e21e282 3d56c1a9 39b88d66 46e3abae
imem 00000d80 <- 266bf1a7 fbfb464e d6a9acac 8c200a54 e06f8592 77748acb 6dafc720 a189f3b2
imem 00000da0 <- e06f8592 77748acb 6dafc720 a189f3b2 e06f8592 77748acb 6dafc720 a189f3b2
imem 00000dc0 <- e06f8592 77748acb 6dafc720 a189f3b2 e06f8592 77748acb 6dafc720 a189f3b2
imem 00000de0 <- e06f8592 77748acb 6dafc720 a189f3b2 e06f8592 77748acb 6dafc720 a189f3b2
nouveau 0000:01:00.0: nvdec0(fb): dmem 00000000 <- 00000100 bytes at 00000e00
dmem 00000000 <- 048d47b9 5ef0b319 1564fa65 94a4f0e9 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000040 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000060 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000080 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 000000a0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 000000c0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 000000e0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: booting
nouveau 0000:01:00.0: nvdec0(fb): mbox 00000000 00000000
nouveau 0000:01:00.0: nvdec0(fb):mem-unlock: booted
nouveau 0000:01:00.0: fb: released nvdec0 falcon
nouveau 0000:01:00.0: fb: VPR scrubber binary successful
nouveau 0000:01:00.0: preinit completed in 1226us
nouveau 0000:01:00.0: fini running...
nouveau 0000:01:00.0: sec2: reset running...
nouveau 0000:01:00.0: sec2: reset completed in 6us
nouveau 0000:01:00.0: nvenc0: reset running...
nouveau 0000:01:00.0: nvenc0: reset completed in 4us
nouveau 0000:01:00.0: nvdec0: reset running...
nouveau 0000:01:00.0: nvdec0: reset completed in 3us
nouveau 0000:01:00.0: gr: reset running...
nouveau 0000:01:00.0: gr: reset completed in 7us
nouveau 0000:01:00.0: fifo: reset running...
nouveau 0000:01:00.0: fifo: reset completed in 11us
nouveau 0000:01:00.0: dma: reset running...
nouveau 0000:01:00.0: dma: reset completed in 0us
nouveau 0000:01:00.0: disp: reset running...
nouveau 0000:01:00.0: disp: reset completed in 0us
nouveau 0000:01:00.0: ce4: reset running...
nouveau 0000:01:00.0: ce4: reset completed in 6us
nouveau 0000:01:00.0: ce3: reset running...
nouveau 0000:01:00.0: ce3: reset completed in 3us
nouveau 0000:01:00.0: ce2: reset running...
nouveau 0000:01:00.0: ce2: reset completed in 4us
nouveau 0000:01:00.0: ce1: reset running...
nouveau 0000:01:00.0: ce1: reset completed in 4us
nouveau 0000:01:00.0: ce0: reset running...
nouveau 0000:01:00.0: ce0: reset completed in 4us
nouveau 0000:01:00.0: therm: reset running...
nouveau 0000:01:00.0: therm: reset completed in 0us
nouveau 0000:01:00.0: pmu: reset running...
nouveau 0000:01:00.0: pmu: reset completed in 0us
nouveau 0000:01:00.0: acr: reset running...
nouveau 0000:01:00.0: acr: reset completed in 0us
nouveau 0000:01:00.0: fault: reset running...
nouveau 0000:01:00.0: fault: event: ntfy block 00000001 on 0 wait:1
nouveau 0000:01:00.0: fault: reset completed in 4us
nouveau 0000:01:00.0: bar: reset running...
nouveau 0000:01:00.0: bar: reset completed in 1us
nouveau 0000:01:00.0: mmu: reset running...
nouveau 0000:01:00.0: mmu: reset completed in 0us
nouveau 0000:01:00.0: ltc: reset running...
nouveau 0000:01:00.0: ltc: reset completed in 0us
nouveau 0000:01:00.0: fb: reset running...
nouveau 0000:01:00.0: fb: reset completed in 0us
nouveau 0000:01:00.0: imem: reset running...
nouveau 0000:01:00.0: imem: reset completed in 0us
nouveau 0000:01:00.0: timer: reset running...
nouveau 0000:01:00.0: timer: reset completed in 0us
nouveau 0000:01:00.0: bus: reset running...
nouveau 0000:01:00.0: bus: reset completed in 0us
nouveau 0000:01:00.0: mc: reset running...
nouveau 0000:01:00.0: mc: reset completed in 1us
nouveau 0000:01:00.0: fuse: reset running...
nouveau 0000:01:00.0: fuse: reset completed in 0us
nouveau 0000:01:00.0: i2c: reset running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: reset completed in 92us
nouveau 0000:01:00.0: gpio: reset running...
nouveau 0000:01:00.0: gpio: reset completed in 19us
nouveau 0000:01:00.0: privring: reset running...
nouveau 0000:01:00.0: privring: reset completed in 0us
nouveau 0000:01:00.0: devinit: reset running...
nouveau 0000:01:00.0: devinit: reset completed in 0us
nouveau 0000:01:00.0: bios: reset running...
nouveau 0000:01:00.0: bios: reset completed in 0us
nouveau 0000:01:00.0: pci: reset running...
nouveau 0000:01:00.0: pci: reset completed in 1us
nouveau 0000:01:00.0: vfn: reset running...
nouveau 0000:01:00.0: vfn: reset completed in 0us
nouveau 0000:01:00.0: gsp: reset running...
nouveau 0000:01:00.0: gsp: reset completed in 0us
nouveau 0000:01:00.0: top: reset running...
nouveau 0000:01:00.0: top: reset completed in 0us
nouveau 0000:01:00.0: fini completed in 262us...
nouveau 0000:01:00.0: init running...
nouveau 0000:01:00.0: top: init running...
nouveau 0000:01:00.0: top: init completed in 0us
nouveau 0000:01:00.0: gsp: init running...
nouveau 0000:01:00.0: gsp: init completed in 0us
nouveau 0000:01:00.0: vfn: init running...
nouveau 0000:01:00.0: vfn: init completed in 0us
nouveau 0000:01:00.0: pci: init running...
nouveau 0000:01:00.0: pci: init completed in 0us
nouveau 0000:01:00.0: bios: init running...
nouveau 0000:01:00.0: bios: init completed in 0us
nouveau 0000:01:00.0: devinit: init running...
nouveau 0000:01:00.0: privring: HUB0: 00d054 00000007 (19408216)
nouveau 0000:01:00.0: devinit: init completed in 16us
nouveau 0000:01:00.0: privring: init running...
nouveau 0000:01:00.0: privring: init completed in 0us
nouveau 0000:01:00.0: gpio: init running...
nouveau 0000:01:00.0: gpio: init completed in 3us
nouveau 0000:01:00.0: i2c: init running...
nouveau 0000:01:00.0: i2c: pad 0100: init
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: init
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: init
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: init
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: init
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: init
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: init
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: init
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: init
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: init
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: init
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: init
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: init
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: init
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: init
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: bus 0000: init
nouveau 0000:01:00.0: i2c: bus 0001: init
nouveau 0000:01:00.0: i2c: bus 0002: init
nouveau 0000:01:00.0: i2c: bus 0003: init
nouveau 0000:01:00.0: i2c: bus 0004: init
nouveau 0000:01:00.0: i2c: bus 0005: init
nouveau 0000:01:00.0: i2c: bus 0006: init
nouveau 0000:01:00.0: i2c: bus 0007: init
nouveau 0000:01:00.0: i2c: bus 0008: init
nouveau 0000:01:00.0: i2c: bus 0009: init
nouveau 0000:01:00.0: i2c: aux 0003: init
nouveau 0000:01:00.0: i2c: aux 0004: init
nouveau 0000:01:00.0: i2c: aux 0005: init
nouveau 0000:01:00.0: i2c: aux 0006: init
nouveau 0000:01:00.0: i2c: aux 0007: init
nouveau 0000:01:00.0: i2c: aux 0008: init
nouveau 0000:01:00.0: i2c: aux 0009: init
nouveau 0000:01:00.0: i2c: init completed in 154us
nouveau 0000:01:00.0: fuse: init running...
nouveau 0000:01:00.0: fuse: init completed in 0us
nouveau 0000:01:00.0: mc: init running...
nouveau 0000:01:00.0: mc: init completed in 0us
nouveau 0000:01:00.0: privring: HUB0: 00d054 00000007 (19408216)
nouveau 0000:01:00.0: bus: init running...
nouveau 0000:01:00.0: bus: init completed in 1us
nouveau 0000:01:00.0: timer: init running...
nouveau 0000:01:00.0: timer: time low        : 4f5c1639
nouveau 0000:01:00.0: timer: time high       : 00001051
nouveau 0000:01:00.0: timer: init completed in 3us
nouveau 0000:01:00.0: imem: init running...
nouveau 0000:01:00.0: imem: init completed in 7788us
nouveau 0000:01:00.0: fb: init running...
nouveau 0000:01:00.0: fb: 0x0000cb2c[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cb33[0]: 		0xff710000 *
nouveau 0000:01:00.0: fb: 0x0000cb37[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb3f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb43[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb47[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4b[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb4f[0]: 		0xff710000
nouveau 0000:01:00.0: fb: 0x0000cb53[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb57[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb5b[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000cb62[0]: 		0x00030002 *
nouveau 0000:01:00.0: privring: ROP0: 9a067c ff710000 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cb66[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb6e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb72[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb76[0]: 		0x00030002
nouveau 0000:01:00.0: privring: ROP1: 9a0708 00030002 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cb7a[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb7e[0]: 		0x00030002
nouveau 0000:01:00.0: fb: 0x0000cb82[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb86[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cb8a[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cb91[0]: 		0x00004d28 *
nouveau 0000:01:00.0: fb: 0x0000cb95[0]: 		0x00004d1c
nouveau 0000:01:00.0: fb: 0x0000cb99[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cb9d[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba1[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cba5[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cba9[0]: 		0x00004d28
nouveau 0000:01:00.0: fb: 0x0000cbad[0]: 		0x00004828
nouveau 0000:01:00.0: fb: 0x0000cbb1[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb5[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbb9[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cbbb[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cbc2[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbc6[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbca[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbce[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cbd2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbd6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbda[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbde[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbe2[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbe6[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: privring: ROP0: 9006a0 10101010 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cbea[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cbee[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbf2[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbf6[0]: 		0x20202020
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004d28 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cbfa[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cbfe[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc02[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc06[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc0a[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc0e[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc12[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cc13[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cc15[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cc1c[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc20[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc24[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc28[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc2c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc30[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc34[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc38[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc3c[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc40[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cc44[0]: 		0x10101010 *
nouveau 0000:01:00.0: fb: 0x0000cc48[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc4c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc50[0]: 		0x20202020
nouveau 0000:01:00.0: fb: 0x0000cc54[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc58[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc5c[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc60[0]: 		0x14141414
nouveau 0000:01:00.0: fb: 0x0000cc64[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc68[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc6c[0]: RESUME
nouveau 0000:01:00.0: privring: ROP1: 9046a4 10101010 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cc6d[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000cc74[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cc78[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc7c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc80[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc84[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc88[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc8c[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc90[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc94[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc98[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000cc9c[0]: 		0x0f0f0f0f *
nouveau 0000:01:00.0: fb: 0x0000cca0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000cca8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccac[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb4[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccb8[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: privring: ROP0: 9a06ac 0f0f0f0f (18408201)
nouveau 0000:01:00.0: fb: 0x0000ccbc[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc0[0]: 		0x0f0f0f0f
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: 	}
nouveau 0000:01:00.0: privring: ROP1: 9a06ac 0f0f0f0f (18408201)
nouveau 0000:01:00.0: fb: 0x0000ccc4[0]: DONE
nouveau 0000:01:00.0: fb: 0x0000ccc5[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a067c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 	R[0x9a067c] = {
nouveau 0000:01:00.0: fb: 0x0000cccc[0]: 		0xff7f0000 *
nouveau 0000:01:00.0: fb: 0x0000ccd0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccd8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccdc[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce0[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce4[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000cce8[0]: 		0xff7f0000
nouveau 0000:01:00.0: fb: 0x0000ccec[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf0[0]: 		0x80510000
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: 	}
nouveau 0000:01:00.0: privring: ROP0: 9a067c ff7f0000 (19408201)
nouveau 0000:01:00.0: fb: 0x0000ccf4[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a0708] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 	R[0x9a0708] = {
nouveau 0000:01:00.0: fb: 0x0000ccfb[0]: 		0x00030550 *
nouveau 0000:01:00.0: fb: 0x0000ccff[0]: 		0x00030550
nouveau 0000:01:00.0: privring: ROP1: 9a067c ff7f0000 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cd03[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd07[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0b[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd0f[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd13[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd17[0]: 		0x00030550
nouveau 0000:01:00.0: fb: 0x0000cd1b[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd1f[0]: 		0x00020000
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd23[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a070c] 0x04 0x01
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 	R[0x9a070c] = {
nouveau 0000:01:00.0: fb: 0x0000cd2a[0]: 		0x00004c4c *
nouveau 0000:01:00.0: fb: 0x0000cd2e[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd32[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd36[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd3a[0]: 		0x00005757
nouveau 0000:01:00.0: fb: 0x0000cd3e[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd42[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd46[0]: 		0x00004d4d
nouveau 0000:01:00.0: fb: 0x0000cd4a[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd4e[0]: 		0x00004848
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd52[0]: CONDITION	0x39
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: 	[0x39] (R[0x021c14] & 0x00000001) == 0x00000000
nouveau 0000:01:00.0: fb: 0x0000cd54[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009006a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 	R[0x9006a0] = {
nouveau 0000:01:00.0: fb: 0x0000cd5b[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd5f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd63[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd67[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd6b[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP0: 9006a0 07070707 (18408201)
nouveau 0000:01:00.0: fb: 0x0000cd6f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd73[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd77[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd7b[0]: 		0x07070707
nouveau 0000:01:00.0: privring: ROP1: 9a070c 00004c4c (19408201)
nouveau 0000:01:00.0: fb: 0x0000cd7f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 	R[0x9006a4] = {
nouveau 0000:01:00.0: fb: 0x0000cd83[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cd87[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd8b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd8f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd93[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd97[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9b[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cd9f[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda3[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cda7[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cdab[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000cdac[0]: CONDITION	0x3a
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: 	[0x3a] (R[0x021c14] & 0x00000002) == 0x00000000
nouveau 0000:01:00.0: privring: ROP0: 9006a4 07070707 (1b408201)
nouveau 0000:01:00.0: fb: 0x0000cdae[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009046a0] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 	R[0x9046a0] = {
nouveau 0000:01:00.0: fb: 0x0000cdb5[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cdb9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdbd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdc9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdcd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdd9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 	R[0x9046a4] = {
nouveau 0000:01:00.0: fb: 0x0000cddd[0]: 		0x07070707 *
nouveau 0000:01:00.0: fb: 0x0000cde1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cde9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cded[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf1[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf5[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdf9[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000cdfd[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce01[0]: 		0x07070707
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce05[0]: RESUME
nouveau 0000:01:00.0: fb: 0x0000ce06[0]: RAM_RESTRICT_ZM_REG_GROUP	R[0x009a06a8] 0x04 0x02
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 	R[0x9a06a8] = {
nouveau 0000:01:00.0: fb: 0x0000ce0d[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce11[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce15[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce19[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce1d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce21[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce25[0]: 		0x00000000
nouveau 0000:01:00.0: privring: ROP1: 9a06a8 00000000 (1a408201)
nouveau 0000:01:00.0: fb: 0x0000ce29[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce2d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce31[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 	R[0x9a06ac] = {
nouveau 0000:01:00.0: fb: 0x0000ce35[0]: 		0x00000000 *
nouveau 0000:01:00.0: fb: 0x0000ce39[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce3d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce41[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce45[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce49[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce4d[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce51[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce55[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce59[0]: 		0x00000000
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: 	}
nouveau 0000:01:00.0: fb: 0x0000ce5d[0]: DONE
nouveau 0000:01:00.0: fb: init completed in 813us
nouveau 0000:01:00.0: ltc: init running...
nouveau 0000:01:00.0: privring: ROP0: 9a065c 00000000 (1b408201)
nouveau 0000:01:00.0: privring: ROP1: 9a065c 00000000 (1b408201)
nouveau 0000:01:00.0: ltc: init completed in 161us
nouveau 0000:01:00.0: mmu: init running...
nouveau 0000:01:00.0: mmu: init completed in 0us
nouveau 0000:01:00.0: bar: init running...
nouveau 0000:01:00.0: bar: init completed in 9us
nouveau 0000:01:00.0: fault: init running...
nouveau 0000:01:00.0: fault: event: ntfy allow 00000001 on 0
nouveau 0000:01:00.0: fault: event: ntfy state changed
nouveau 0000:01:00.0: fault: event: incr 00000001 on 0
nouveau 0000:01:00.0: fault: event: allowing 0 on 0
nouveau 0000:01:00.0: fault: init completed in 13us
nouveau 0000:01:00.0: acr: init running...
nouveau 0000:01:00.0: acr: acquired sec2 falcon
nouveau 0000:01:00.0: sec2(acr):AHESASC: resetting
nouveau 0000:01:00.0: sec2(acr):AHESASC: loading
nouveau 0000:01:00.0: acr: acrDesc
nouveau 0000:01:00.0: acr: 	wprRegionId         : 1
nouveau 0000:01:00.0: acr: 	wprOffset           : 0x0
nouveau 0000:01:00.0: acr: 	mmuMemoryRange      : 0x0
nouveau 0000:01:00.0: acr: 	noRegions           : 2
nouveau 0000:01:00.0: acr: 	region[0]           :
nouveau 0000:01:00.0: acr: 	  startAddr         : 0xffe000
nouveau 0000:01:00.0: acr: 	  endAddr           : 0xffe400
nouveau 0000:01:00.0: acr: 	  regionId          : 1
nouveau 0000:01:00.0: acr: 	  readMask          : 0xf
nouveau 0000:01:00.0: acr: 	  writeMask         : 0xc
nouveau 0000:01:00.0: acr: 	  clientMask        : 0x2
nouveau 0000:01:00.0: acr: 	  shadowMemStartAddr: 0xffdc00
nouveau 0000:01:00.0: acr: 	region[1]           :
nouveau 0000:01:00.0: acr: 	  startAddr         : 0x0
nouveau 0000:01:00.0: acr: 	  endAddr           : 0x0
nouveau 0000:01:00.0: acr: 	  regionId          : 0
nouveau 0000:01:00.0: acr: 	  readMask          : 0x0
nouveau 0000:01:00.0: acr: 	  writeMask         : 0x0
nouveau 0000:01:00.0: acr: 	  clientMask        : 0x0
nouveau 0000:01:00.0: acr: 	  shadowMemStartAddr: 0x0
nouveau 0000:01:00.0: acr: 	ucodeBlobSize       : 0
nouveau 0000:01:00.0: acr: 	ucodeBlobBase       : 0x0
nouveau 0000:01:00.0: acr: 	vprEnabled          : 0
nouveau 0000:01:00.0: acr: 	vprStart            : 0x0
nouveau 0000:01:00.0: acr: 	vprEnd              : 0x0
nouveau 0000:01:00.0: acr: 	hdcpPolicies        : 0x0
nouveau 0000:01:00.0: sec2(acr): imem 0000fe00 <- 00000200 bytes at 00000000
imem 0000fe00 <- 004000d0 0004fe00 107ea4bd 02f800fd 00000089 98099e98 12f90a9d b6129b98 00fd
imem 0000fe20 <- df9408e5 0f9c9818 9805fefd 9198139a 0e909814 b600f6fe defe08d5 00008900
imem 0000fe40 <- 089f9800 9408f994 9efd0cfe 059ffd05 89009bfe 98000000 99980c9f bcd4bd0b
imem 0000fe60 <- 733ef09f 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 00b307f8 3cf46000
imem 0000fe80 <- 00008f02 00108906 059ffd00 f9faf4bd 8903f806 fe010000 0089009a 9e980000
imem 0000fea0 <- bce9b20d b73ef0e0 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 008907f8
imem 0000fec0 <- 9f980000 0999980e b610f4b6 9ebc0895 0895b690 fe059ffd 0089009a 9f980000
imem 0000fee0 <- 08f99408 fd0cfe94 9ffd059e 009bfe05 00000089 98109f98 f5b6119e 18e99408
imem 0000ff00 <- fe059ffd e5b60097 00effe08 213ef4bd 008e00fe febc0600 05f9fa90 0100ffb8 00fe
imem 0000ff20 <- f4fba600 03f8ef08 99cf0809 0894f000 8f1b0bf4 49010000 9ffa0090 09020f00
imem 0000ff40 <- 009ffa58 0409080f b3009ffa b20c00a0 3ec5f91b f900fe59 0000b3c5 1031f412
imem 0000ff60 <- f41131f4 94bd1231 bd009afe 0011fba4 00000000 00000000 00000000 00000000
imem 0000ff80 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffa0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffc0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffe0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x3c00
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x3d00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x1000
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: sec2(acr): dmem 00000000 <- 00000054 bytes at 00000000
dmem 00000000 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000001 00000000 00000000 00000000 00000100 00000100 00003c00 00000000
dmem 00000040 <- 00003d00 00000000 00001000 00000000 00000000
nouveau 0000:01:00.0: sec2(acr):AHESASC: booting
nouveau 0000:01:00.0: sec2(acr): mbox 00000000 00000000
nouveau 0000:01:00.0: sec2(acr):AHESASC: booted
nouveau 0000:01:00.0: acr: released sec2 falcon
nouveau 0000:01:00.0: acr: acquired gsp falcon
nouveau 0000:01:00.0: gsp(acr):ASB: resetting
nouveau 0000:01:00.0: gsp(acr):ASB: loading
nouveau 0000:01:00.0: gsp(acr): imem 0000fe00 <- 00000200 bytes at 00000000
imem 0000fe00 <- 004000d0 0004fe00 107ea4bd 02f800fd 00000089 98099e98 12f90a9d b6129b98 00fd
imem 0000fe20 <- df9408e5 0f9c9818 9805fefd 9198139a 0e909814 b600f6fe defe08d5 00008900
imem 0000fe40 <- 089f9800 9408f994 9efd0cfe 059ffd05 89009bfe 98000000 99980c9f bcd4bd0b
imem 0000fe60 <- 733ef09f 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 00b307f8 3cf46000
imem 0000fe80 <- 00008f02 00108906 059ffd00 f9faf4bd 8903f806 fe010000 0089009a 9e980000
imem 0000fea0 <- bce9b20d b73ef0e0 9dfa00fd 0099b804 ddb80001 a6000100 f108f49f 008907f8
imem 0000fec0 <- 9f980000 0999980e b610f4b6 9ebc0895 0895b690 fe059ffd 0089009a 9f980000
imem 0000fee0 <- 08f99408 fd0cfe94 9ffd059e 009bfe05 00000089 98109f98 f5b6119e 18e99408
imem 0000ff00 <- fe059ffd e5b60097 00effe08 213ef4bd 008e00fe febc0600 05f9fa90 0100ffb8 00fe
imem 0000ff20 <- f4fba600 03f8ef08 99cf0809 0894f000 8f1b0bf4 49010000 9ffa0090 09020f00
imem 0000ff40 <- 009ffa58 0409080f b3009ffa b20c00a0 3ec5f91b f900fe59 0000b3c5 1031f412
imem 0000ff60 <- f41131f4 94bd1231 bd009afe 0011fba4 00000000 00000000 00000000 00000000
imem 0000ff80 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffa0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffc0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffe0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0x6000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2900
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0x8a00
nouveau 0000:01:00.0: acr: 	dataSize      : 0x800
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: gsp(acr): dmem 00000000 <- 00000054 bytes at 00000000
dmem 00000000 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000001 00006000 00000000 00000000 00000100 00000100 00002900 00000000
dmem 00000040 <- 00008a00 00000000 00000800 00000000 00000000
nouveau 0000:01:00.0: gsp(acr):ASB: booting
nouveau 0000:01:00.0: gsp(acr): mbox 00000000 00000000
nouveau 0000:01:00.0: gsp(acr):ASB: booted
nouveau 0000:01:00.0: acr: released gsp falcon
nouveau 0000:01:00.0: sec2: init running...
nouveau 0000:01:00.0: sec2: acquired sec2 falcon
nouveau 0000:01:00.0: sec2: init completed in 6us
nouveau 0000:01:00.0: acr: init completed in 5492us
nouveau 0000:01:00.0: pmu: init running...
nouveau 0000:01:00.0: pmu: init completed in 0us
nouveau 0000:01:00.0: therm: init running...
nouveau 0000:01:00.0: therm: programmed thresholds [ 90(3), 95(3), 105(5), 135(5) ]
nouveau 0000:01:00.0: therm: init completed in 16us
nouveau 0000:01:00.0: ce0: init running...
nouveau 0000:01:00.0: ce0: init completed in 0us
nouveau 0000:01:00.0: ce1: init skipped, no users
nouveau 0000:01:00.0: ce2: init running...
nouveau 0000:01:00.0: ce2: init completed in 0us
nouveau 0000:01:00.0: ce3: init skipped, no users
nouveau 0000:01:00.0: ce4: init skipped, no users
nouveau 0000:01:00.0: disp: init skipped, no users
nouveau 0000:01:00.0: dma: init skipped, no users
nouveau 0000:01:00.0: fifo: init running...
nouveau 0000:01:00.0: fifo: init completed in 56us
nouveau 0000:01:00.0: gr: init running...
nouveau 0000:01:00.0: gr: acquired fecs falcon
nouveau 0000:01:00.0: gr: acquired gpccs falcon
nouveau 0000:01:00.0: fifo:000000:00[      gr]: 100010e9: busy 0 faulted 0 chsw 0 save 0 load 0 tsgid 233 -> tsgid 0 
nouveau 0000:01:00.0: sec2: dmem 00000080 -> 00000020 bytes at 00000000
dmem 00000080 -> 00042001 01e00200 01000000 00000080 01000080 01000080 01000100 a5a51f00
nouveau 0000:01:00.0: sec2:cmdq: initialised @ index 0 offset 0x01000000 size 0x00000080
nouveau 0000:01:00.0: sec2:msgq: initialised @ index 0 offset 0x01000080 size 0x00000080
nouveau 0000:01:00.0: sec2: dmem 00000000 <- 00000010 bytes at 00000000
dmem 00000000 <- 00031007 00000000 00000000 00000002
nouveau 0000:01:00.0: sec2: dmem 000000a0 -> 00000004 bytes at 00000000
dmem 000000a0 -> 00001007
nouveau 0000:01:00.0: sec2: dmem 000000a4 -> 0000000c bytes at 00000000
dmem 000000a4 -> 001f9000 00000000 00000002
nouveau 0000:01:00.0: sec2: fecs booted
nouveau 0000:01:00.0: sec2: dmem 00000010 <- 00000010 bytes at 00000000
dmem 00000010 <- 00031007 00000000 00000000 00000003
nouveau 0000:01:00.0: sec2: dmem 000000b0 -> 00000004 bytes at 00000000
dmem 000000b0 -> 00001007
nouveau 0000:01:00.0: sec2: dmem 000000b4 -> 0000000c bytes at 00000000
dmem 000000b4 -> 001f9100 00000000 00000003
nouveau 0000:01:00.0: sec2: gpccs booted
nouveau 0000:01:00.0: gr: init completed in 5948us
nouveau 0000:01:00.0: nvdec0: init skipped, no users
nouveau 0000:01:00.0: nvenc0: init skipped, no users
nouveau 0000:01:00.0: sec2: init skipped, already running
nouveau 0000:01:00.0: init completed in 20591us
nouveau: DRM-master:00000000:00000080: init children...
nouveau: DRM-master:00000000:80009009: init running...
nouveau: DRM-master:00000000:80009009: init children...
nouveau: DRM-master:00000000:8000c00d: init running...
nouveau: DRM-master:00000000:8000c00d: init children...
nouveau: DRM-master:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 55us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 0us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 53us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 55us
nouveau: DRM-master:00000000:80009009: init completed in 601us
nouveau: DRM-master:00000000:00000080: init completed in 22694us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM:00000000:00000080: init running...
nouveau: DRM:00000000:00000080: init children...
nouveau: DRM:00000000:80009009: init running...
nouveau: DRM:00000000:80009009: init children...
nouveau: DRM:00000000:8000c00d: init running...
nouveau: DRM:00000000:8000c00d: init children...
nouveau: DRM:00000000:8000c00d: init completed in 1us
nouveau: DRM:00000000:8000900b: init running...
nouveau: DRM:00000000:8000900b: init children...
nouveau: DRM:00000000:8000900b: init completed in 1us
nouveau: DRM:00000000:8000900b: init running...
nouveau: DRM:00000000:8000900b: init children...
nouveau: DRM:00000000:8000900b: init completed in 1us
nouveau: DRM:00000000:80009009: init completed in 10us
nouveau: DRM:00000000:0000c461: init running...
nouveau: DRM:00000000:0000c461: init children...
nouveau: DRM:00000000:0000c461: init completed in 1us
nouveau: DRM:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0000:0000: allow 1
nouveau 0000:01:00.0: fifo:000000:0000:0000: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0001f000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+0001f000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+0001f010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0001f000 count:2
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:00000000:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 0
nouveau 0000:01:00.0: fifo: event: allowing 0 on 0
nouveau: DRM:00000000:8000000e: init children...
nouveau: DRM:00000000:8000000e: init completed in 7us
nouveau: DRM:00000000:8000000e: init running...
nouveau: DRM:00000000:8000000e: init children...
nouveau: DRM:00000000:8000000e: init completed in 1us
nouveau: DRM:00000000:0000c46f: init completed in 138us
nouveau: DRM:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000008:0001:0001: allow 1
nouveau 0000:01:00.0: fifo:000008:0001:0001: insert
nouveau 0000:01:00.0: fifo:000008: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000008: RAMRL: update start:0003c000
nouveau 0000:01:00.0: fifo:000008:0001:      RAMRL+0003c000: chans:1
nouveau 0000:01:00.0: fifo:000008:0001:0001: RAMRL+0003c010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000008: RAMRL: commit start:0003c000 count:2
nouveau: DRM:00000000:0000c46f: init children...
nouveau: DRM:00000001:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 1
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 1
nouveau 0000:01:00.0: fifo: event: allowing 0 on 1
nouveau: DRM:00000001:8000000e: init children...
nouveau: DRM:00000001:8000000e: init completed in 7us
nouveau: DRM:00080001:8000000e: init running...
nouveau: DRM:00080001:8000000e: init children...
nouveau: DRM:00080001:8000000e: init completed in 1us
nouveau: DRM:0004c5b5:0000c5b5: init running...
nouveau: DRM:00000000:00000000: init running...
nouveau: DRM:00000000:00000000: init children...
nouveau: DRM:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000008:0001:0001: bind cctx 8[ce2]
nouveau 0000:01:00.0: fifo:000008: stopped
nouveau 0000:01:00.0: fifo:000008:0001:0001: preempt
nouveau 0000:01:00.0: fifo:000008: running
nouveau: DRM:0004c5b5:0000c5b5: init children...
nouveau: DRM:0004c5b5:0000c5b5: init completed in 72us
nouveau: DRM:00000000:0000c46f: init completed in 213us
nouveau: DRM:00000000:ffffffff: init running...
nouveau: DRM:00000000:ffffffff: init children...
nouveau: DRM:00000000:ffffffff: init completed in 1us
nouveau: DRM:00000000:00000080: init completed in 376us
nouveau: DRM-master:00000000:00000000: init completed in 379us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: udevd[244]:00000000:00000080: init running...
nouveau: udevd[244]:00000000:00000080: init children...
nouveau: udevd[244]:00000000:80009009: init running...
nouveau: udevd[244]:00000000:80009009: init children...
nouveau: udevd[244]:00000000:8000c00d: init running...
nouveau: udevd[244]:00000000:8000c00d: init children...
nouveau: udevd[244]:00000000:8000c00d: init completed in 1us
nouveau: udevd[244]:00000000:80009009: init completed in 4us
nouveau: udevd[244]:00000000:00000080: init completed in 7us
nouveau: DRM-master:00000000:00000000: init completed in 12us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: Xorg[1148]:00000000:00000080: init running...
nouveau: Xorg[1148]:00000000:00000080: init children...
nouveau: Xorg[1148]:00000000:80009009: init running...
nouveau: Xorg[1148]:00000000:80009009: init children...
nouveau: Xorg[1148]:00000000:8000c00d: init running...
nouveau: Xorg[1148]:00000000:8000c00d: init children...
nouveau: Xorg[1148]:00000000:8000c00d: init completed in 1us
nouveau: Xorg[1148]:00000000:8000900b: init running...
nouveau: Xorg[1148]:00000000:8000900b: init children...
nouveau: Xorg[1148]:00000000:8000900b: init completed in 0us
nouveau: Xorg[1148]:00000000:80009009: init completed in 60us
nouveau: Xorg[1148]:00000000:00000080: init completed in 65us
nouveau: Xorg[1148]:00000000:00000080: init running...
nouveau: Xorg[1148]:00000000:00000080: init children...
nouveau: Xorg[1148]:00000000:00000080: init completed in 1us
nouveau: Xorg[1148]:00000000:00000080: init running...
nouveau: Xorg[1148]:00000000:00000080: init children...
nouveau: Xorg[1148]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: allow 1
nouveau 0000:01:00.0: fifo:000000:0002:0002: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:2 chans:2
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00020000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00020000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00020010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00020020: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00020030: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00020000 count:4
nouveau: Xorg[1148]:00000000:0000c46f: init children...
nouveau: Xorg[1148]:00000002:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 2
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 2
nouveau 0000:01:00.0: fifo: event: allowing 0 on 2
nouveau: Xorg[1148]:00000002:8000000e: init children...
nouveau: Xorg[1148]:00000002:8000000e: init completed in 32us
nouveau: Xorg[1148]:00000002:8000000e: init running...
nouveau: Xorg[1148]:00000002:8000000e: init children...
nouveau: Xorg[1148]:00000002:8000000e: init completed in 2us
nouveau: Xorg[1148]:00000000:0000c5b5: init running...
nouveau: Xorg[1148]:00000000:00000000: init running...
nouveau: Xorg[1148]:00000000:00000000: init children...
nouveau: Xorg[1148]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0002:0002: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:00000000:0000c5b5: init children...
nouveau: Xorg[1148]:00000000:0000c5b5: init completed in 43us
nouveau: Xorg[1148]:beef323f:0000a140: init running...
nouveau: Xorg[1148]:00000000:00000000: init running...
nouveau: Xorg[1148]:00000000:00000000: init children...
nouveau: Xorg[1148]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0002:0002: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:beef323f:0000a140: init children...
nouveau: Xorg[1148]:beef323f:0000a140: init completed in 20us
nouveau: Xorg[1148]:00000000:0000c5b5: init running...
nouveau: Xorg[1148]:00000000:0000c5b5: init children...
nouveau: Xorg[1148]:00000000:0000c5b5: init completed in 1us
nouveau: Xorg[1148]:beef902d:0000902d: init running...
nouveau: Xorg[1148]:beef902d:0000902d: init children...
nouveau: Xorg[1148]:beef902d:0000902d: init completed in 2us
nouveau: Xorg[1148]:beef003d:0000c597: init running...
nouveau: Xorg[1148]:beef003d:0000c597: init children...
nouveau: Xorg[1148]:beef003d:0000c597: init completed in 1us
nouveau: Xorg[1148]:beef00c0:0000c5c0: init running...
nouveau: Xorg[1148]:beef00c0:0000c5c0: init children...
nouveau: Xorg[1148]:beef00c0:0000c5c0: init completed in 2us
nouveau: Xorg[1148]:00000000:0000c46f: init completed in 268us
nouveau: Xorg[1148]:00000000:00000080: init completed in 271us
nouveau: DRM-master:00000000:00000000: init completed in 366us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: blueman-applet[1301]:00000000:00000080: init running...
nouveau: blueman-applet[1301]:00000000:00000080: init children...
nouveau: blueman-applet[1301]:00000000:80009009: init running...
nouveau: blueman-applet[1301]:00000000:80009009: init children...
nouveau: blueman-applet[1301]:00000000:8000c00d: init running...
nouveau: blueman-applet[1301]:00000000:8000c00d: init children...
nouveau: blueman-applet[1301]:00000000:8000c00d: init completed in 1us
nouveau: blueman-applet[1301]:00000000:8000900b: init running...
nouveau: blueman-applet[1301]:00000000:8000900b: init children...
nouveau: blueman-applet[1301]:00000000:8000900b: init completed in 1us
nouveau: blueman-applet[1301]:00000000:80009009: init completed in 12us
nouveau: blueman-applet[1301]:00000000:00000080: init completed in 17us
nouveau: blueman-applet[1301]:00000000:00000080: init running...
nouveau: blueman-applet[1301]:00000000:00000080: init children...
nouveau: blueman-applet[1301]:00000000:00000080: init completed in 2us
nouveau: blueman-applet[1301]:00000000:00000080: init running...
nouveau: blueman-applet[1301]:00000000:00000080: init children...
nouveau: blueman-applet[1301]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: allow 1
nouveau 0000:01:00.0: fifo:000000:0004:0004: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:3 chans:3
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00021000
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00021000: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00021010: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00021020: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00021030: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00021040: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00021050: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00021000 count:6
nouveau: blueman-applet[1301]:00000000:0000c46f: init children...
nouveau: blueman-applet[1301]:00000004:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 4
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 4
nouveau 0000:01:00.0: fifo: event: allowing 0 on 4
nouveau: blueman-applet[1301]:00000004:8000000e: init children...
nouveau: blueman-applet[1301]:00000004:8000000e: init completed in 8us
nouveau: blueman-applet[1301]:00000004:8000000e: init running...
nouveau: blueman-applet[1301]:00000004:8000000e: init children...
nouveau: blueman-applet[1301]:00000004:8000000e: init completed in 2us
nouveau: blueman-applet[1301]:00000000:0000c5b5: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init children...
nouveau: blueman-applet[1301]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0004:0004: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:00000000:0000c5b5: init children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: init completed in 25us
nouveau: blueman-applet[1301]:beef323f:0000a140: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init running...
nouveau: blueman-applet[1301]:00000000:00000000: init children...
nouveau: blueman-applet[1301]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0004:0004: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:beef323f:0000a140: init children...
nouveau: blueman-applet[1301]:beef323f:0000a140: init completed in 27us
nouveau: blueman-applet[1301]:00000000:0000c5b5: init running...
nouveau: blueman-applet[1301]:00000000:0000c5b5: init children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: init completed in 2us
nouveau: blueman-applet[1301]:beef902d:0000902d: init running...
nouveau: blueman-applet[1301]:beef902d:0000902d: init children...
nouveau: blueman-applet[1301]:beef902d:0000902d: init completed in 2us
nouveau: blueman-applet[1301]:beef003d:0000c597: init running...
nouveau: blueman-applet[1301]:beef003d:0000c597: init children...
nouveau: blueman-applet[1301]:beef003d:0000c597: init completed in 1us
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: init running...
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: init children...
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: init completed in 2us
nouveau: blueman-applet[1301]:00000000:0000c46f: init completed in 291us
nouveau: blueman-applet[1301]:00000000:00000080: init completed in 296us
nouveau: DRM-master:00000000:00000000: init completed in 330us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: lxqt-panel[1307]:00000000:00000080: init running...
nouveau: lxqt-panel[1307]:00000000:00000080: init children...
nouveau: lxqt-panel[1307]:00000000:80009009: init running...
nouveau: lxqt-panel[1307]:00000000:80009009: init children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: init running...
nouveau: lxqt-panel[1307]:00000000:8000c00d: init children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: init completed in 1us
nouveau: lxqt-panel[1307]:00000000:8000900b: init running...
nouveau: lxqt-panel[1307]:00000000:8000900b: init children...
nouveau: lxqt-panel[1307]:00000000:8000900b: init completed in 2us
nouveau: lxqt-panel[1307]:00000000:80009009: init completed in 10us
nouveau: lxqt-panel[1307]:00000000:00000080: init completed in 17us
nouveau: lxqt-panel[1307]:00000000:00000080: init running...
nouveau: lxqt-panel[1307]:00000000:00000080: init children...
nouveau: lxqt-panel[1307]:00000000:00000080: init completed in 1us
nouveau: lxqt-panel[1307]:00000000:00000080: init running...
nouveau: lxqt-panel[1307]:00000000:00000080: init children...
nouveau: lxqt-panel[1307]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: allow 1
nouveau 0000:01:00.0: fifo:000000:0003:0003: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:4 chans:4
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00022000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00022000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00022010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00022020: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00022030: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00022040: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00022050: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00022060: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00022070: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00022000 count:8
nouveau: lxqt-panel[1307]:00000000:0000c46f: init children...
nouveau: lxqt-panel[1307]:00000003:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 3
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 3
nouveau 0000:01:00.0: fifo: event: allowing 0 on 3
nouveau: lxqt-panel[1307]:00000003:8000000e: init children...
nouveau: lxqt-panel[1307]:00000003:8000000e: init completed in 10us
nouveau: lxqt-panel[1307]:00000003:8000000e: init running...
nouveau: lxqt-panel[1307]:00000003:8000000e: init children...
nouveau: lxqt-panel[1307]:00000003:8000000e: init completed in 1us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init children...
nouveau: lxqt-panel[1307]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0003:0003: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init completed in 27us
nouveau: lxqt-panel[1307]:beef323f:0000a140: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init running...
nouveau: lxqt-panel[1307]:00000000:00000000: init children...
nouveau: lxqt-panel[1307]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0003:0003: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:beef323f:0000a140: init children...
nouveau: lxqt-panel[1307]:beef323f:0000a140: init completed in 22us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: init completed in 3us
nouveau: lxqt-panel[1307]:beef902d:0000902d: init running...
nouveau: lxqt-panel[1307]:beef902d:0000902d: init children...
nouveau: lxqt-panel[1307]:beef902d:0000902d: init completed in 3us
nouveau: lxqt-panel[1307]:beef003d:0000c597: init running...
nouveau: lxqt-panel[1307]:beef003d:0000c597: init children...
nouveau: lxqt-panel[1307]:beef003d:0000c597: init completed in 1us
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: init running...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: init children...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: init completed in 1us
nouveau: lxqt-panel[1307]:00000000:0000c46f: init completed in 342us
nouveau: lxqt-panel[1307]:00000000:00000080: init completed in 345us
nouveau: DRM-master:00000000:00000000: init completed in 371us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1303]:00000000:80009009: init running...
nouveau: pcmanfm-qt[1303]:00000000:80009009: init children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: init running...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: init children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: init completed in 3us
nouveau: pcmanfm-qt[1303]:00000000:8000900b: init running...
nouveau: pcmanfm-qt[1303]:00000000:8000900b: init children...
nouveau: pcmanfm-qt[1303]:00000000:8000900b: init completed in 1us
nouveau: pcmanfm-qt[1303]:00000000:80009009: init completed in 11us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init completed in 18us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000080: init children...
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: allow 1
nouveau 0000:01:00.0: fifo:000000:0005:0005: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:5 chans:5
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00023000
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00023000: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00023010: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00023020: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00023030: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00023040: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00023050: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00023060: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00023070: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00023080: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00023090: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00023000 count:10
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: init children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 5
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 5
nouveau 0000:01:00.0: fifo: event: allowing 0 on 5
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init completed in 9us
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init running...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: init completed in 1us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0005:0005: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init completed in 27us
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0005:0005: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: init children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: init completed in 23us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: init completed in 2us
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: init running...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: init children...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: init completed in 2us
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: init running...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: init children...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: init completed in 108us
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: init running...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: init children...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: init completed in 2us
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: init completed in 400us
nouveau: pcmanfm-qt[1303]:00000000:00000080: init completed in 406us
nouveau: DRM-master:00000000:00000000: init completed in 438us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: qlipper[1586]:00000000:00000080: init running...
nouveau: qlipper[1586]:00000000:00000080: init children...
nouveau: qlipper[1586]:00000000:80009009: init running...
nouveau: qlipper[1586]:00000000:80009009: init children...
nouveau: qlipper[1586]:00000000:8000c00d: init running...
nouveau: qlipper[1586]:00000000:8000c00d: init children...
nouveau: qlipper[1586]:00000000:8000c00d: init completed in 2us
nouveau: qlipper[1586]:00000000:8000900b: init running...
nouveau: qlipper[1586]:00000000:8000900b: init children...
nouveau: qlipper[1586]:00000000:8000900b: init completed in 2us
nouveau: qlipper[1586]:00000000:80009009: init completed in 14us
nouveau: qlipper[1586]:00000000:00000080: init completed in 19us
nouveau: qlipper[1586]:00000000:00000080: init running...
nouveau: qlipper[1586]:00000000:00000080: init children...
nouveau: qlipper[1586]:00000000:00000080: init completed in 2us
nouveau: qlipper[1586]:00000000:00000080: init running...
nouveau: qlipper[1586]:00000000:00000080: init children...
nouveau: qlipper[1586]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: allow 1
nouveau 0000:01:00.0: fifo:000000:0007:0007: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:6 chans:6
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00024000
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00024000: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00024010: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00024020: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00024030: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00024040: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00024050: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00024060: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00024070: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00024080: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00024090: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+000240a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+000240b0: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00024000 count:12
nouveau: qlipper[1586]:00000000:0000c46f: init children...
nouveau: qlipper[1586]:00000007:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 7
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 7
nouveau 0000:01:00.0: fifo: event: allowing 0 on 7
nouveau: qlipper[1586]:00000007:8000000e: init children...
nouveau: qlipper[1586]:00000007:8000000e: init completed in 8us
nouveau: qlipper[1586]:00000007:8000000e: init running...
nouveau: qlipper[1586]:00000007:8000000e: init children...
nouveau: qlipper[1586]:00000007:8000000e: init completed in 2us
nouveau: qlipper[1586]:00000000:0000c5b5: init running...
nouveau: qlipper[1586]:00000000:00000000: init running...
nouveau: qlipper[1586]:00000000:00000000: init children...
nouveau: qlipper[1586]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0007:0007: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:00000000:0000c5b5: init children...
nouveau: qlipper[1586]:00000000:0000c5b5: init completed in 25us
nouveau: qlipper[1586]:beef323f:0000a140: init running...
nouveau: qlipper[1586]:00000000:00000000: init running...
nouveau: qlipper[1586]:00000000:00000000: init children...
nouveau: qlipper[1586]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0007:0007: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:beef323f:0000a140: init children...
nouveau: qlipper[1586]:beef323f:0000a140: init completed in 23us
nouveau: qlipper[1586]:00000000:0000c5b5: init running...
nouveau: qlipper[1586]:00000000:0000c5b5: init children...
nouveau: qlipper[1586]:00000000:0000c5b5: init completed in 1us
nouveau: qlipper[1586]:beef902d:0000902d: init running...
nouveau: qlipper[1586]:beef902d:0000902d: init children...
nouveau: qlipper[1586]:beef902d:0000902d: init completed in 3us
nouveau: qlipper[1586]:beef003d:0000c597: init running...
nouveau: qlipper[1586]:beef003d:0000c597: init children...
nouveau: qlipper[1586]:beef003d:0000c597: init completed in 1us
nouveau: qlipper[1586]:beef00c0:0000c5c0: init running...
nouveau: qlipper[1586]:beef00c0:0000c5c0: init children...
nouveau: qlipper[1586]:beef00c0:0000c5c0: init completed in 1us
nouveau: qlipper[1586]:00000000:0000c46f: init completed in 301us
nouveau: qlipper[1586]:00000000:00000080: init completed in 305us
nouveau: DRM-master:00000000:00000000: init completed in 335us
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: lxqt-leave[17537]:00000000:00000080: init running...
nouveau: lxqt-leave[17537]:00000000:00000080: init children...
nouveau: lxqt-leave[17537]:00000000:80009009: init running...
nouveau: lxqt-leave[17537]:00000000:80009009: init children...
nouveau: lxqt-leave[17537]:00000000:8000c00d: init running...
nouveau: lxqt-leave[17537]:00000000:8000c00d: init children...
nouveau: lxqt-leave[17537]:00000000:8000c00d: init completed in 1us
nouveau: lxqt-leave[17537]:00000000:8000900b: init running...
nouveau: lxqt-leave[17537]:00000000:8000900b: init children...
nouveau: lxqt-leave[17537]:00000000:8000900b: init completed in 1us
nouveau: lxqt-leave[17537]:00000000:80009009: init completed in 12us
nouveau: lxqt-leave[17537]:00000000:00000080: init completed in 17us
nouveau: lxqt-leave[17537]:00000000:00000080: init running...
nouveau: lxqt-leave[17537]:00000000:00000080: init children...
nouveau: lxqt-leave[17537]:00000000:00000080: init completed in 2us
nouveau: lxqt-leave[17537]:00000000:00000080: init running...
nouveau: lxqt-leave[17537]:00000000:00000080: init children...
nouveau: lxqt-leave[17537]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: allow 1
nouveau 0000:01:00.0: fifo:000000:0006:0006: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:7 chans:7
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00025000
nouveau 0000:01:00.0: fifo:000000:0003:      RAMRL+00025000: chans:1
nouveau 0000:01:00.0: fifo:000000:0003:0003: RAMRL+00025010: [lxqt-panel[1307]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00025020: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00025030: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00025040: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00025050: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00025060: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00025070: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00025080: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00025090: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+000250a0: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+000250b0: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0006:      RAMRL+000250c0: chans:1
nouveau 0000:01:00.0: fifo:000000:0006:0006: RAMRL+000250d0: [lxqt-leave[17537]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00025000 count:14
nouveau: lxqt-leave[17537]:00000000:0000c46f: init children...
nouveau: lxqt-leave[17537]:00000006:8000000e: init running...
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 6
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 6
nouveau 0000:01:00.0: fifo: event: allowing 0 on 6
nouveau: lxqt-leave[17537]:00000006:8000000e: init children...
nouveau: lxqt-leave[17537]:00000006:8000000e: init completed in 9us
nouveau: lxqt-leave[17537]:00000006:8000000e: init running...
nouveau: lxqt-leave[17537]:00000006:8000000e: init children...
nouveau: lxqt-leave[17537]:00000006:8000000e: init completed in 1us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init children...
nouveau: lxqt-leave[17537]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0006:0006: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init completed in 26us
nouveau: lxqt-leave[17537]:beef323f:0000a140: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init running...
nouveau: lxqt-leave[17537]:00000000:00000000: init children...
nouveau: lxqt-leave[17537]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0006:0006: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:beef323f:0000a140: init children...
nouveau: lxqt-leave[17537]:beef323f:0000a140: init completed in 131us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init running...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: init completed in 1us
nouveau: lxqt-leave[17537]:beef902d:0000902d: init running...
nouveau: lxqt-leave[17537]:beef902d:0000902d: init children...
nouveau: lxqt-leave[17537]:beef902d:0000902d: init completed in 2us
nouveau: lxqt-leave[17537]:beef003d:0000c597: init running...
nouveau: lxqt-leave[17537]:beef003d:0000c597: init children...
nouveau: lxqt-leave[17537]:beef003d:0000c597: init completed in 1us
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: init running...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: init children...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: init completed in 2us
nouveau: lxqt-leave[17537]:00000000:0000c46f: init completed in 357us
nouveau: lxqt-leave[17537]:00000000:00000080: init completed in 361us
nouveau: DRM-master:00000000:00000000: init completed in 390us
nouveau: DRM-master:00000000:00000000: init completed in 25451us
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 05 object ffff995dc9c783b8 owner ff
nouveau: DRM:00000000:00000080: ioctl: rd size 16
nouveau: DRM:00000000:00000080: ioctl: rd vers 0 size 4 addr 0000000000088488
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 06 object ffff995dc9c783b8 owner ff
nouveau: DRM:00000000:00000080: ioctl: wr size 16
nouveau: DRM:00000000:00000080: ioctl: wr vers 0 size 4 addr 0000000000088488 data 02000000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995ddbf07f58 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995ddbf06458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258e58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: destroy completed in 54us...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258a58 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995ddbf06158 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258c58 owner ff
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995ddbf06b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e7658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000001bec680 owner 01
nouveau: lxqt-leave[17537]:beef003d:0000c597: ioctl: delete size 0
nouveau: lxqt-leave[17537]:beef003d:0000c597: ioctl: delete
nouveau: lxqt-leave[17537]:beef003d:0000c597: fini children...
nouveau: lxqt-leave[17537]:beef003d:0000c597: fini running...
nouveau: lxqt-leave[17537]:beef003d:0000c597: fini completed in 4us
nouveau: lxqt-leave[17537]:beef003d:0000c597: destroy children...
nouveau: lxqt-leave[17537]:beef003d:0000c597: destroy running...
nouveau: lxqt-leave[17537]:beef003d:0000c597: destroy children...
nouveau: lxqt-leave[17537]:beef003d:0000c597: destroy running...
nouveau: lxqt-leave[17537]:beef003d:0000c597: destroy completed in 2us...
nouveau: lxqt-leave[17537]:beef003d:0000c597: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000001bec650 owner 01
nouveau: lxqt-leave[17537]:beef902d:0000902d: ioctl: delete size 0
nouveau: lxqt-leave[17537]:beef902d:0000902d: ioctl: delete
nouveau: lxqt-leave[17537]:beef902d:0000902d: fini children...
nouveau: lxqt-leave[17537]:beef902d:0000902d: fini running...
nouveau: lxqt-leave[17537]:beef902d:0000902d: fini completed in 3us
nouveau: lxqt-leave[17537]:beef902d:0000902d: destroy children...
nouveau: lxqt-leave[17537]:beef902d:0000902d: destroy running...
nouveau: lxqt-leave[17537]:beef902d:0000902d: destroy children...
nouveau: lxqt-leave[17537]:beef902d:0000902d: destroy running...
nouveau: lxqt-leave[17537]:beef902d:0000902d: destroy completed in 1us...
nouveau: lxqt-leave[17537]:beef902d:0000902d: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000001be2760 owner 01
nouveau: lxqt-leave[17537]:beef323f:0000a140: ioctl: delete size 0
nouveau: lxqt-leave[17537]:beef323f:0000a140: ioctl: delete
nouveau: lxqt-leave[17537]:beef323f:0000a140: fini children...
nouveau: lxqt-leave[17537]:beef323f:0000a140: fini running...
nouveau: lxqt-leave[17537]:beef323f:0000a140: fini completed in 1us
nouveau: lxqt-leave[17537]:beef323f:0000a140: destroy children...
nouveau: lxqt-leave[17537]:beef323f:0000a140: destroy running...
nouveau: lxqt-leave[17537]:beef323f:0000a140: destroy children...
nouveau: lxqt-leave[17537]:beef323f:0000a140: destroy running...
nouveau: lxqt-leave[17537]:beef323f:0000a140: destroy completed in 1us...
nouveau: lxqt-leave[17537]:beef323f:0000a140: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000001b8acc0 owner 01
nouveau: lxqt-leave[17537]:00000000:0000c5b5: ioctl: delete size 0
nouveau: lxqt-leave[17537]:00000000:0000c5b5: ioctl: delete
nouveau: lxqt-leave[17537]:00000000:0000c5b5: fini children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: fini running...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: fini completed in 2us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy running...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy running...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy completed in 3us...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000001bf29a0 owner 01
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: ioctl: delete
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: fini children...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:00000000:00000000: fini children...
nouveau: lxqt-leave[17537]:00000000:00000000: fini running...
nouveau: lxqt-leave[17537]:00000000:00000000: fini completed in 1us
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: fini completed in 31us
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: destroy completed in 1us...
nouveau 0000:01:00.0: fifo:000000:0006:0006: dtor cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0006: dtor vctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0006: dtor ectx 0[gr]
nouveau: lxqt-leave[17537]:00000000:00000000: destroy children...
nouveau: lxqt-leave[17537]:00000000:00000000: destroy running...
nouveau: lxqt-leave[17537]:00000000:00000000: destroy completed in 58us...
nouveau: lxqt-leave[17537]:beef00c0:0000c5c0: destroy completed in 107us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e7d58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e6758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc08e7f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1870658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e6123af18 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c5b5: ioctl: delete size 0
nouveau: lxqt-leave[17537]:00000000:0000c5b5: ioctl: delete
nouveau: lxqt-leave[17537]:00000000:0000c5b5: fini children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: unbind cctx 11[ce0]
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258d58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-leave[17537]:00000000:00000000: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: lxqt-leave[17537]:00000000:00000000: fini running...
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: lxqt-leave[17537]:00000000:00000000: fini completed in 3us
nouveau: lxqt-leave[17537]:00000000:0000c5b5: fini completed in 33us
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy children...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258958 owner ff
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy running...
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy running...
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy completed in 4us...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: dtor cctx 11[ce0]
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau 0000:01:00.0: fifo:000000:0006: dtor vctx 11[ce0]
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau 0000:01:00.0: fifo:000000:0006: dtor ectx 11[ce0]
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: lxqt-leave[17537]:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-leave[17537]:00000000:00000000: destroy running...
nouveau: lxqt-leave[17537]:00000000:00000000: destroy completed in 1us...
nouveau: lxqt-leave[17537]:00000000:0000c5b5: destroy completed in 36us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e69b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1871178 owner ff
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: lxqt-leave[17537]:00000006:8000000e: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: lxqt-leave[17537]:00000006:8000000e: ioctl: delete
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: lxqt-leave[17537]:00000006:8000000e: fini children...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd4c1de58 owner ff
nouveau: lxqt-leave[17537]:00000006:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: lxqt-leave[17537]:00000006:8000000e: fini completed in 2us
nouveau: lxqt-leave[17537]:00000006:8000000e: destroy children...
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-leave[17537]:00000006:8000000e: destroy running...
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: lxqt-leave[17537]:00000006:8000000e: destroy completed in 7us...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc19e81d0 owner ff
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-leave[17537]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000087a610 owner 01
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: ioctl: delete
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: fini children...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: fini running...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: fini completed in 3us
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: destroy children...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: destroy running...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: destroy children...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: destroy running...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: destroy completed in 2us...
nouveau: pcmanfm-qt[1303]:beef003d:0000c597: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000087a5e0 owner 01
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: ioctl: delete
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: fini children...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: fini running...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: fini completed in 2us
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: destroy children...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: destroy running...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: destroy children...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: destroy running...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000028553a0 owner 01
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: destroy completed in 3us...
nouveau: pcmanfm-qt[1303]:beef902d:0000902d: destroy completed in 9us...
nouveau: lxqt-panel[1307]:beef003d:0000c597: ioctl: delete size 0
nouveau: lxqt-panel[1307]:beef003d:0000c597: ioctl: delete
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000087a580 owner 01
nouveau: lxqt-panel[1307]:beef003d:0000c597: fini children...
nouveau: lxqt-panel[1307]:beef003d:0000c597: fini running...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: ioctl: delete size 0
nouveau: lxqt-panel[1307]:beef003d:0000c597: fini completed in 2us
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: ioctl: delete
nouveau: lxqt-panel[1307]:beef003d:0000c597: destroy children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: fini children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: fini running...
nouveau: lxqt-panel[1307]:beef003d:0000c597: destroy running...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: fini completed in 3us
nouveau: lxqt-panel[1307]:beef003d:0000c597: destroy children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: destroy children...
nouveau: lxqt-panel[1307]:beef003d:0000c597: destroy running...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: destroy running...
nouveau: lxqt-panel[1307]:beef003d:0000c597: destroy completed in 1us...
nouveau: lxqt-panel[1307]:beef003d:0000c597: destroy completed in 7us...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: destroy children...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: destroy running...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: destroy completed in 3us...
nouveau: pcmanfm-qt[1303]:beef323f:0000a140: destroy completed in 10us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000002855370 owner 01
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 000000000087a5b0 owner 01
nouveau: lxqt-panel[1307]:beef902d:0000902d: ioctl: delete size 0
nouveau: lxqt-panel[1307]:beef902d:0000902d: ioctl: delete
nouveau: lxqt-panel[1307]:beef902d:0000902d: fini children...
nouveau: lxqt-panel[1307]:beef902d:0000902d: fini running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: fini children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: fini running...
nouveau: lxqt-panel[1307]:beef902d:0000902d: fini completed in 6us
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: fini completed in 4us
nouveau: lxqt-panel[1307]:beef902d:0000902d: destroy children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1307]:beef902d:0000902d: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1307]:beef902d:0000902d: destroy children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1307]:beef902d:0000902d: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy completed in 1us...
nouveau: lxqt-panel[1307]:beef902d:0000902d: destroy completed in 4us...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy completed in 8us...
nouveau: lxqt-panel[1307]:beef902d:0000902d: destroy completed in 10us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000008b1990 owner 01
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000002855310 owner 01
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: ioctl: delete
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: fini children...
nouveau: lxqt-panel[1307]:beef323f:0000a140: ioctl: delete size 0
nouveau: lxqt-panel[1307]:beef323f:0000a140: ioctl: delete
nouveau: lxqt-panel[1307]:beef323f:0000a140: fini children...
nouveau: lxqt-panel[1307]:beef323f:0000a140: fini running...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: fini running...
nouveau: lxqt-panel[1307]:beef323f:0000a140: fini completed in 5us
nouveau 0000:01:00.0: fifo:000000:0005:0005: unbind cctx 0[gr]
nouveau: lxqt-panel[1307]:beef323f:0000a140: destroy children...
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau: lxqt-panel[1307]:beef323f:0000a140: destroy running...
nouveau: lxqt-panel[1307]:beef323f:0000a140: destroy children...
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau: lxqt-panel[1307]:beef323f:0000a140: destroy running...
nouveau: lxqt-panel[1307]:beef323f:0000a140: destroy completed in 53us...
nouveau: lxqt-panel[1307]:beef323f:0000a140: destroy completed in 64us...
nouveau 0000:01:00.0: fifo:000000: running
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000002855340 owner 01
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini completed in 2us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: fini children...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: fini completed in 86us
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: fini running...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: fini completed in 3us
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy children...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy children...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: destroy completed in 3us...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: dtor cctx 0[gr]
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy completed in 2us...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000028ebde0 owner 01
nouveau 0000:01:00.0: fifo:000000:0005: dtor vctx 0[gr]
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: ioctl: delete
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: fini children...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:00000000:00000000: fini children...
nouveau: lxqt-panel[1307]:00000000:00000000: fini running...
nouveau: lxqt-panel[1307]:00000000:00000000: fini completed in 5us
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: fini completed in 39us
nouveau 0000:01:00.0: fifo:000000:0005: dtor ectx 0[gr]
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: destroy children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: destroy children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: destroy running...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: destroy children...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: destroy running...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: destroy completed in 2us...
nouveau 0000:01:00.0: fifo:000000:0003:0003: dtor cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0003: dtor vctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0003: dtor ectx 0[gr]
nouveau: lxqt-panel[1307]:00000000:00000000: destroy children...
nouveau: lxqt-panel[1307]:00000000:00000000: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: destroy completed in 81us...
nouveau: pcmanfm-qt[1303]:beef00c0:0000c5c0: destroy completed in 150us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1307]:00000000:00000000: destroy completed in 69us...
nouveau: lxqt-panel[1307]:beef00c0:0000c5c0: destroy completed in 126us...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e69a58 owner ff
nouveau: DRM-master:00000000:00000000nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd4c1dd58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e69958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd4c1dc58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e69858 owner ff
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd4c1db58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e69758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd4c1da58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcc6e63d8 owner ff
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: fini children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0005:0005: unbind cctx 11[ce0]
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0005:0005: preempt
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0bbe858 owner ff
nouveau: lxqt-panel[1307]:00000000:0000c5b5: ioctl: delete size 0
nouveau: lxqt-panel[1307]:00000000:0000c5b5: ioctl: delete
nouveau 0000:01:00.0: fifo:000000: running
nouveau: lxqt-panel[1307]:00000000:0000c5b5: fini children...
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0003:0003: unbind cctx 11[ce0]
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: fini completed in 1us
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: fini completed in 28us
nouveau 0000:01:00.0: fifo:000000:0003:0003: preempt
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy children...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy children...
nouveau 0000:01:00.0: fifo:000000: running
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy completed in 1us...
nouveau 0000:01:00.0: fifo:000000:0005:0005: dtor cctx 11[ce0]
nouveau: lxqt-panel[1307]:00000000:00000000: fini children...
nouveau 0000:01:00.0: fifo:000000:0005: dtor vctx 11[ce0]
nouveau: lxqt-panel[1307]:00000000:00000000: fini running...
nouveau: lxqt-panel[1307]:00000000:00000000: fini completed in 1us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: fini completed in 24us
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy children...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy running...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy completed in 2us...
nouveau 0000:01:00.0: fifo:000000:0005: dtor ectx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0003:0003: dtor cctx 11[ce0]
nouveau: pcmanfm-qt[1303]:00000000:00000000: destroy children...
nouveau 0000:01:00.0: fifo:000000:0003: dtor vctx 11[ce0]
nouveau: pcmanfm-qt[1303]:00000000:00000000: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:00000000: destroy completed in 3us...
nouveau: pcmanfm-qt[1303]:00000000:0000c5b5: destroy completed in 138us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dca9529d0 owner ff
nouveau 0000:01:00.0: fifo:000000:0003: dtor ectx 11[ce0]
nouveau: lxqt-panel[1307]:00000000:00000000: destroy children...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd size 24
nouveau: lxqt-panel[1307]:00000000:00000000: destroy running...
nouveau: pcmanfm-qt[1303]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: lxqt-panel[1307]:00000000:00000000: destroy completed in 3us...
nouveau: lxqt-panel[1307]:00000000:0000c5b5: destroy completed in 136us...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df6e69478 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bb89d0 owner ff
nouveau: pcmanfm-qt[1303]:00000005:8000000e: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:00000005:8000000e: ioctl: delete
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd size 24
nouveau: pcmanfm-qt[1303]:00000005:8000000e: fini children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: fini running...
nouveau: lxqt-panel[1307]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: pcmanfm-qt[1303]:00000005:8000000e: fini completed in 5us
nouveau: pcmanfm-qt[1303]:00000005:8000000e: destroy children...
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: pcmanfm-qt[1303]:00000005:8000000e: destroy running...
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd4c1d778 owner ff
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau: lxqt-panel[1307]:00000003:8000000e: ioctl: delete size 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: lxqt-panel[1307]:00000003:8000000e: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000005:8000000e: destroy completed in 6us...
nouveau: lxqt-panel[1307]:00000003:8000000e: fini children...
nouveau: lxqt-panel[1307]:00000003:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: lxqt-panel[1307]:00000003:8000000e: fini completed in 3us
nouveau: lxqt-panel[1307]:00000003:8000000e: destroy children...
nouveau: lxqt-panel[1307]:00000003:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: lxqt-panel[1307]:00000003:8000000e: destroy completed in 8us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc19eee80 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc9bbe680 owner ff
nouveau: lxqt-leave[17537]:00000006:8000000e: ioctl: delete size 0
nouveau: pcmanfm-qt[1303]:00000005:8000000e: ioctl: delete size 0
nouveau: lxqt-leave[17537]:00000006:8000000e: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000005:8000000e: ioctl: delete
nouveau: lxqt-leave[17537]:00000006:8000000e: fini children...
nouveau: lxqt-leave[17537]:00000006:8000000e: fini running...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: fini children...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 6 wait:0
nouveau: pcmanfm-qt[1303]:00000005:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 5 wait:0
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 6
nouveau 0000:01:00.0: fifo: event: blocking 0 on 6
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau: lxqt-leave[17537]:00000006:8000000e: fini completed in 10us
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 5
nouveau: lxqt-leave[17537]:00000006:8000000e: destroy children...
nouveau: lxqt-leave[17537]:00000006:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 6
nouveau 0000:01:00.0: fifo: event: blocking 0 on 5
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 6 wait:0
nouveau: lxqt-leave[17537]:00000006:8000000e: destroy completed in 3us...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: fini completed in 25us
nouveau: pcmanfm-qt[1303]:00000005:8000000e: destroy children...
nouveau: pcmanfm-qt[1303]:00000005:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 5
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 5 wait:0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc19eee48 owner ff
nouveau: pcmanfm-qt[1303]:00000005:8000000e: destroy completed in 23us...
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: lxqt-leave[17537]:00000000:0000c46f: ioctl: delete
nouveau: lxqt-leave[17537]:00000000:0000c46f: fini children...
nouveau: lxqt-leave[17537]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000:0006:0006: block 0
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc9bbe648 owner ff
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: ioctl: delete size 0
nouveau 0000:01:00.0: fifo:000000:0006:0006: preempt
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: ioctl: delete
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: fini children...
nouveau 0000:01:00.0: fifo:000000:0006:0006: remove
nouveau: pcmanfm-qt[1303]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:6 chans:6
nouveau 0000:01:00.0: fifo:000000:0005:0005: block 0
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00026000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00026000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00026010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0005:      RAMRL+00026020: chans:1
nouveau 0000:01:00.0: fifo:000000:0005:0005: RAMRL+00026030: [pcmanfm-qt[1303]]
nouveau 0000:01:00.0: fifo:000000:0004:      RAMRL+00026040: chans:1
nouveau 0000:01:00.0: fifo:000000:0004:0004: RAMRL+00026050: [blueman-applet[1301]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00026nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00026070: [qlipper[1586]]
nouveau: DRM-master:00000000:00000000: destroy completed in 7us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bb5758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bb5358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2258558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bb5f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc0b04918 owner ff
nouveau: blueman-applet[1301]:00000000:0000c5b5: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:0000c5b5: ioctl: delete
nouveau: blueman-applet[1301]:00000000:0000c5b5: fini children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: fini running...
nouveau: blueman-applet[1301]:00000000:0000c5b5: fini completed in 2us
nouveau: blueman-applet[1301]:00000000:0000c5b5: destroy children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: destroy running...
nouveau: blueman-applet[1301]:00000000:0000c5b5: destroy children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: destroy running...
nouveau: blueman-applet[1301]:00000000:0000c5b5: destroy completed in 2us...
nouveau: blueman-applet[1301]:00000000:0000c5b5: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bb5d78 owner ff
nouveau: blueman-applet[1301]:00000004:8000000e: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000004:8000000e: ioctl: delete
nouveau: blueman-applet[1301]:00000004:8000000e: fini children...
nouveau: blueman-applet[1301]:00000004:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: blueman-applet[1301]:00000004:8000000e: fini completed in 5us
nouveau: blueman-applet[1301]:00000004:8000000e: destroy children...
nouveau: blueman-applet[1301]:00000004:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: blueman-applet[1301]:00000004:8000000e: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7a658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7a458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7ac58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7a758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7bf58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 4us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:0nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000019ac2d0 owner 01
nouveau: qlipper[1586]:beef003d:0000c597: ioctl: delete size 0
nouveau: qlipper[1586]:beef003d:0000c597: ioctl: delete
nouveau: qlipper[1586]:beef003d:0000c597: fini children...
nouveau: qlipper[1586]:beef003d:0000c597: fini running...
nouveau: qlipper[1586]:beef003d:0000c597: fini completed in 4us
nouveau: qlipper[1586]:beef003d:0000c597: destroy children...
nouveau: qlipper[1586]:beef003d:0000c597: destroy running...
nouveau: qlipper[1586]:beef003d:0000c597: destroy children...
nouveau: qlipper[1586]:beef003d:0000c597: destroy running...
nouveau: qlipper[1586]:beef003d:0000c597: destroy completed in 1us...
nouveau: qlipper[1586]:beef003d:0000c597: destroy completed in 10us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000019ac2a0 owner 01
nouveau: qlipper[1586]:beef902d:0000902d: ioctl: delete size 0
nouveau: qlipper[1586]:beef902d:0000902d: ioctl: delete
nouveau: qlipper[1586]:beef902d:0000902d: fini children...
nouveau: qlipper[1586]:beef902d:0000902d: fini running...
nouveau: qlipper[1586]:beef902d:0000902d: fini completed in 1us
nouveau: qlipper[1586]:beef902d:0000902d: destroy children...
nouveau: qlipper[1586]:beef902d:0000902d: destroy running...
nouveau: qlipper[1586]:beef902d:0000902d: destroy children...
nouveau: qlipper[1586]:beef902d:0000902d: destroy running...
nouveau: qlipper[1586]:beef902d:0000902d: destroy completed in 3us...
nouveau: qlipper[1586]:beef902d:0000902d: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000019ad1c0 owner 01
nouveau: qlipper[1586]:beef323f:0000a140: ioctl: delete size 0
nouveau: qlipper[1586]:beef323f:0000a140: ioctl: delete
nouveau: qlipper[1586]:beef323f:0000a140: fini children...
nouveau: qlipper[1586]:beef323f:0000a140: fini running...
nouveau: qlipper[1586]:beef323f:0000a140: fini completed in 2us
nouveau: qlipper[1586]:beef323f:0000a140: destroy children...
nouveau: qlipper[1586]:beef323f:0000a140: destroy running...
nouveau: qlipper[1586]:beef323f:0000a140: destroy children...
nouveau: qlipper[1586]:beef323f:0000a140: destroy running...
nouveau: qlipper[1586]:beef323f:0000a140: destroy completed in 4us...
nouveau: qlipper[1586]:beef323f:0000a140: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000019ac270 owner 01
nouveau: qlipper[1586]:00000000:0000c5b5: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:0000c5b5: ioctl: delete
nouveau: qlipper[1586]:00000000:0000c5b5: fini children...
nouveau: qlipper[1586]:00000000:0000c5b5: fini running...
nouveau: qlipper[1586]:00000000:0000c5b5: fini completed in 1us
nouveau: qlipper[1586]:00000000:0000c5b5: destroy children...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy running...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy children...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy running...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy completed in 2us...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 00000000019acbb0 owner 01
nouveau: qlipper[1586]:beef00c0:0000c5c0: ioctl: delete size 0
nouveau: qlipper[1586]:beef00c0:0000c5c0: ioctl: delete
nouveau: qlipper[1586]:beef00c0:0000c5c0: fini children...
nouveau: qlipper[1586]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:00000000:00000000: fini children...
nouveau: qlipper[1586]:00000000:00000000: fini running...
nouveau: qlipper[1586]:00000000:00000000: fini completed in 1us
nouveau: qlipper[1586]:beef00c0:0000c5c0: fini completed in 34us
nouveau: qlipper[1586]:beef00c0:0000c5c0: destroy children...
nouveau: qlipper[1586]:beef00c0:0000c5c0: destroy running...
nouveau: qlipper[1586]:beef00c0:0000c5c0: destroy children...
nouveau: qlipper[1586]:beef00c0:0000c5c0: destroy running...
nouveau: qlipper[1586]:beef00c0:0000c5c0: destroy completed in 1us...
nouveau 0000:01:00.0: fifo:000000:0007:0007: dtor cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0007: dtor vctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0007: dtor ectx 0[gr]
nouveau: qlipper[1586]:00000000:00000000: destroy children...
nouveau: qlipper[1586]:00000000:00000000: destroy running...
nouveau: qlipper[1586]:00000000:00000000: destroy completed in 58us...
nouveau: qlipper[1586]:beef00c0:0000c5c0: destroy completed in 106us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7be58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 3us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7bd58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7bc58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7bb58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 4us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e31a33b58 owner ff
nouveau: qlipper[1586]:00000000:0000c5b5: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:0000c5b5: ioctl: delete
nouveau: qlipper[1586]:00000000:0000c5b5: fini children...
nouveau: qlipper[1586]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: qlipper[1586]:00000000:00000000: fini children...
nouveau: qlipper[1586]:00000000:00000000: fini running...
nouveau: qlipper[1586]:00000000:00000000: fini completed in 1us
nouveau: qlipper[1586]:00000000:0000c5b5: fini completed in 26us
nouveau: qlipper[1586]:00000000:0000c5b5: destroy children...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy running...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy children...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy running...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy completed in 1us...
nouveau 0000:01:00.0: fifo:000000:0007:0007: dtor cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0007: dtor vctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0007: dtor ectx 11[ce0]
nouveau: qlipper[1586]:00000000:00000000: destroy children...
nouveau: qlipper[1586]:00000000:00000000: destroy running...
nouveau: qlipper[1586]:00000000:00000000: destroy completed in 2us...
nouveau: qlipper[1586]:00000000:0000c5b5: destroy completed in 36us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7ab78 owner ff
nouveau: qlipper[1586]:00000007:8000000e: ioctl: delete size 0
nouveau: qlipper[1586]:00000007:8000000e: ioctl: delete
nouveau: qlipper[1586]:00000007:8000000e: fini children...
nouveau: qlipper[1586]:00000007:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: qlipper[1586]:00000007:8000000e: fini completed in 3us
nouveau: qlipper[1586]:00000007:8000000e: destroy children...
nouveau: qlipper[1586]:00000007:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: qlipper[1586]:00000007:8000000e: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bbd680 owner ff
nouveau: blueman-applet[1301]:00000004:8000000e: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000004:8000000e: ioctl: delete
nouveau: blueman-applet[1301]:00000004:8000000e: fini children...
nouveau: blueman-applet[1301]:00000004:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 4 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 4
nouveau 0000:01:00.0: fifo: event: blocking 0 on 4
nouveau: blueman-applet[1301]:00000004:8000000e: fini completed in 39us
nouveau: blueman-applet[1301]:00000004:8000000e: destroy children...
nouveau: blueman-applet[1301]:00000004:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 4
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 4 wait:0
nouveau: blueman-applet[1301]:00000004:8000000e: destroy completed in 30us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bbd648 owner ff
nouveau: blueman-applet[1301]:00000000:0000c46f: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:0000c46f: ioctl: delete
nouveau: blueman-applet[1301]:00000000:0000c46f: fini children...
nouveau: blueman-applet[1301]:beef323f:0000a140: fini children...
nouveau: blueman-applet[1301]:beef323f:0000a140: fini running...
nouveau: blueman-applet[1301]:beef323f:0000a140: fini completed in 2us
nouveau: blueman-applet[1301]:00000000:0000c5b5: fini children...
nouveau: blueman-applet[1301]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:00000000:00000000: fini children...
nouveau: blueman-applet[1301]:00000000:00000000: fini running...
nouveau: blueman-applet[1301]:00000000:00000000: fini completed in 1us
nouveau: blueman-applet[1301]:00000000:0000c5b5: fini completed in 31us
nouveau: blueman-applet[1301]:beef902d:0000902d: fini children...
nouveau: blueman-applet[1301]:beef902d:0000902d: fini running...
nouveau: blueman-applet[1301]:beef902d:0000902d: fini completed in 1us
nouveau: blueman-applet[1301]:beef003d:0000c597: fini children...
nouveau: blueman-applet[1301]:beef003d:0000c597: fini running...
nouveau: blueman-applet[1301]:beef003d:0000c597: fini completed in 60us
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: fini children...
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: blueman-applet[1301]:00000000:00000000: fini children...
nouveau: blueman-applet[1301]:00000000:00000000: fini running...
nouveau: blueman-applet[1301]:00000000:00000000: fini completed in 2us
nouveau: blueman-applet[1301]:beef00c0:0000c5c0: fini completed in 37us
nouveau: blueman-applet[1301]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000:0004:0004: block 0
nouveau 0000:01:00.0: fifo:000000:0004:0004: preempt
nouveau 0000:01:00.0: fifo:000000:0004:0004: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:3 chans:3
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:00029000
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+00029000: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+00029010: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+00029020: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+00029030: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0007:      RAMRL+00029040: chans:1
nouveau 0000:01:00.0: fifo:000000:0007:0007: RAMRL+00029050: [qlipper[1586]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:00029000 count:6
nouveau: blueman-applet[1301]:00000000:0000c46f: fini completed in 190us
nouveau: blueman-applet[1301]:00000000:0000c46f: destroy children...
nouveau: blueman-applet[1301]:beef323f:0000a140: destroy children...
nouveau: blueman-applet[1301]:beef323f:0000a140: destroy running...
nouveau: blueman-applet[1301]:beef323f:0000a140: destroy children...
nouveau: blueman-applet[1301]:beef323f:0000a140: destroy running...
nouveau: blueman-applet[1301]:beef323f:0000a140: destroy completed in 2us...
nouveau: blueman-applet[1301]:00000000:0000c46fnouveau: blueman-applet[1301]:00000000:0000c46f: destroy completed in 168us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff995dc1bbd4a0 owner ff
nouveau: blueman-applet[1301]:00000000:8000900b: ioctl: unmap size 0
nouveau: blueman-applet[1301]:00000000:8000900b: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bbd4a0 owner ff
nouveau: blueman-applet[1301]:00000000:8000900b: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:8000900b: ioctl: delete
nouveau: blueman-applet[1301]:00000000:8000900b: fini children...
nouveau: blueman-applet[1301]:00000000:8000900b: fini running...
nouveau: blueman-applet[1301]:00000000:8000900b: fini completed in 1us
nouveau: blueman-applet[1301]:00000000:8000900b: destroy children...
nouveau: blueman-applet[1301]:00000000:8000900b: destroy running...
nouveau: blueman-applet[1301]:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd size 24
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bb5958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1b78600 owner ff
nouveau: blueman-applet[1301]:00000000:00000080: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:00000080: ioctl: delete
nouveau: blueman-applet[1301]:00000000:00000080: fini children...
nouveau: blueman-applet[1301]:00000000:00000080: fini running...
nouveau: blueman-applet[1301]:00000000:00000080: fini completed in 1us
nouveau: blueman-applet[1301]:00000000:00000080: destroy children...
nouveau: blueman-applet[1301]:00000000:00000080: destroy running...
nouveau: blueman-applet[1301]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bbd9d0 owner ff
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:8000c00d: ioctl: delete
nouveau: blueman-applet[1301]:00000000:8000c00d: fini children...
nouveau: blueman-applet[1301]:00000000:8000c00d: fini running...
nouveau: blueman-applet[1301]:00000000:8000c00d: fini completed in 2us
nouveau: blueman-applet[1301]:00000000:8000c00d: destroy children...
nouveau: blueman-applet[1301]:00000000:8000c00d: destroy running...
nouveau: blueman-applet[1301]:00000000:8000c00d: destroy completed in 9us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bbd968 owner ff
nouveau: blueman-applet[1301]:00000000:80009009: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:80009009: ioctl: delete
nouveau: blueman-applet[1301]:00000000:80009009: fini children...
nouveau: blueman-applet[1301]:00000000:80009009: fini running...
nouveau: blueman-applet[1301]:00000000:80009009: fini completed in 2us
nouveau: blueman-applet[1301]:00000000:80009009: destroy children...
nouveau: blueman-applet[1301]:00000000:80009009: destroy running...
nouveau: blueman-applet[1301]:00000000:80009009: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc1bbd878 owner ff
nouveau: blueman-applet[1301]:00000000:00000080: ioctl: delete size 0
nouveau: blueman-applet[1301]:00000000:00000080: ioctl: delete
nouveau: blueman-applet[1301]:00000000:00000080: fini children...
nouveau: blueman-applet[1301]:00000000:00000080: fini running...
nouveau: blueman-applet[1301]:00000000:00000080: fini completed in 2us
nouveau: blueman-applet[1301]:00000000:00000080: destroy children...
nouveau: blueman-applet[1301]:00000000:00000080: destroy running...
nouveau: blueman-applet[1301]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: blueman-applet[1301]:00000000:00000080: fini children...
nouveau: blueman-applet[1301]:00000000:00000080: fini running...
nouveau: blueman-applet[1301]:00000000:00000080: fini completed in 3us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 6us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: blueman-applet[1301]:00000000:00000080: destroy children...
nouveau: blueman-applet[1301]:00000000:00000080: destroy running...
nouveau: blueman-applet[1301]:00000000:00000080: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 6us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc18bae80 owner ff
nouveau: qlipper[1586]:00000007:8000000e: ioctl: delete size 0
nouveau: qlipper[1586]:00000007:8000000e: ioctl: delete
nouveau: qlipper[1586]:00000007:8000000e: fini children...
nouveau: qlipper[1586]:00000007:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 7 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 7
nouveau 0000:01:00.0: fifo: event: blocking 0 on 7
nouveau: qlipper[1586]:00000007:8000000e: fini completed in 7us
nouveau: qlipper[1586]:00000007:8000000e: destroy children...
nouveau: qlipper[1586]:00000007:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 7
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 7 wait:0
nouveau: qlipper[1586]:00000007:8000000e: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc18bae48 owner ff
nouveau: qlipper[1586]:00000000:0000c46f: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:0000c46f: ioctl: delete
nouveau: qlipper[1586]:00000000:0000c46f: fini children...
nouveau: qlipper[1586]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000:0007:0007: block 0
nouveau 0000:01:00.0: fifo:000000:0007:0007: preempt
nouveau 0000:01:00.0: fifo:000000:0007:0007: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:2 chans:2
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0002a000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+0002a000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+0002a010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+0002a020: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+0002a030: [Xorg[1148]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0002a000 count:4
nouveau: qlipper[1586]:00000000:0000c46f: fini completed in 23us
nouveau: qlipper[1586]:00000000:0000c46f: destroy children...
nouveau: qlipper[1586]:00000000:0000c46f: destroy running...
nouveau: qlipper[1586]:00000000:0000c46f: destroy completed in 16us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff995dc18baca0 owner ff
nouveau: qlipper[1586]:00000000:8000900b: ioctl: unmap size 0
nouveau: qlipper[1586]:00000000:8000900b: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc18baca0 owner ff
nouveau: qlipper[1586]:00000000:8000900b: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:8000900b: ioctl: delete
nouveau: qlipper[1586]:00000000:8000900b: fini children...
nouveau: qlipper[1586]:00000000:8000900b: fini running...
nouveau: qlipper[1586]:00000000:8000900b: fini completed in 2us
nouveau: qlipper[1586]:00000000:8000900b: destroy children...
nouveau: qlipper[1586]:00000000:8000900b: destroy running...
nouveau: qlipper[1586]:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd52dbd58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd size 24
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995e1de7ba58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2332e00 owner ff
nouveau: qlipper[1586]:00000000:00000080: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:00000080: ioctl: delete
nouveau: qlipper[1586]:00000000:00000080: fini children...
nouveau: qlipper[1586]:00000000:00000080: fini running...
nouveau: qlipper[1586]:00000000:00000080: fini completed in 1us
nouveau: qlipper[1586]:00000000:00000080: destroy children...
nouveau: qlipper[1586]:00000000:00000080: destroy running...
nouveau: qlipper[1586]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc18bf9d0 owner ff
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:8000c00d: ioctl: delete
nouveau: qlipper[1586]:00000000:8000c00d: fini children...
nouveau: qlipper[1586]:00000000:8000c00d: fini running...
nouveau: qlipper[1586]:00000000:8000c00d: fini completed in 1us
nouveau: qlipper[1586]:00000000:8000c00d: destroy children...
nouveau: qlipper[1586]:00000000:8000c00d: destroy running...
nouveau: qlipper[1586]:00000000:8000c00d: destroy completed in 19us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc18bf968 owner ff
nouveau: qlipper[1586]:00000000:80009009: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:80009009: ioctl: delete
nouveau: qlipper[1586]:00000000:80009009: fini children...
nouveau: qlipper[1586]:00000000:80009009: fini running...
nouveau: qlipper[1586]:00000000:80009009: fini completed in 2us
nouveau: qlipper[1586]:00000000:80009009: destroy children...
nouveau: qlipper[1586]:00000000:80009009: destroy running...
nouveau: qlipper[1586]:00000000:80009009: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc18bf878 owner ff
nouveau: qlipper[1586]:00000000:00000080: ioctl: delete size 0
nouveau: qlipper[1586]:00000000:00000080: ioctl: delete
nouveau: qlipper[1586]:00000000:00000080: fini children...
nouveau: qlipper[1586]:00000000:00000080: fini running...
nouveau: qlipper[1586]:00000000:00000080: fini completed in 1us
nouveau: qlipper[1586]:00000000:00000080: destroy children...
nouveau: qlipper[1586]:00000000:00000080: destroy running...
nouveau: qlipper[1586]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: qlipper[1586]:00000000:00000080: fini children...
nouveau: qlipper[1586]:00000000:00000080: fini running...
nouveau: qlipper[1586]:00000000:00000080: fini completed in 2us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 5us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: qlipper[1586]:00000000:00000080: destroy children...
nouveau: qlipper[1586]:00000000:00000080: destroy running...
nouveau: qlipper[1586]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 5us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc60cf058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2112d58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2112e58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2112f58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2113058 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2113158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc60cf158 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc60cef58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc60cee58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc60cf258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2113658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2113758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2113858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2113958 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2112c58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dd392f6d8 owner ff
nouveau: Xorg[1148]:00000000:0000c5b5: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:0000c5b5: ioctl: delete
nouveau: Xorg[1148]:00000000:0000c5b5: fini children...
nouveau: Xorg[1148]:00000000:0000c5b5: fini running...
nouveau: Xorg[1148]:00000000:0000c5b5: fini completed in 1us
nouveau: Xorg[1148]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy completed in 1us...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy completed in 3us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2112a78 owner ff
nouveau: Xorg[1148]:00000002:8000000e: ioctl: delete size 0
nouveau: Xorg[1148]:00000002:8000000e: ioctl: delete
nouveau: Xorg[1148]:00000002:8000000e: fini children...
nouveau: Xorg[1148]:00000002:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: Xorg[1148]:00000002:8000000e: fini completed in 3us
nouveau: Xorg[1148]:00000002:8000000e: destroy children...
nouveau: Xorg[1148]:00000002:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: Xorg[1148]:00000002:8000000e: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4b87e80 owner ff
nouveau: Xorg[1148]:00000002:8000000e: ioctl: delete size 0
nouveau: Xorg[1148]:00000002:8000000e: ioctl: delete
nouveau: Xorg[1148]:00000002:8000000e: fini children...
nouveau: Xorg[1148]:00000002:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 2 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 2
nouveau 0000:01:00.0: fifo: event: blocking 0 on 2
nouveau: Xorg[1148]:00000002:8000000e: fini completed in 1360us
nouveau: Xorg[1148]:00000002:8000000e: destroy children...
nouveau: Xorg[1148]:00000002:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 2
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 2 wait:0
nouveau: Xorg[1148]:00000002:8000000e: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4b87e48 owner ff
nouveau: Xorg[1148]:00000000:0000c46f: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:0000c46f: ioctl: delete
nouveau: Xorg[1148]:00000000:0000c46f: fini children...
nouveau: Xorg[1148]:beef323f:0000a140: fini children...
nouveau: Xorg[1148]:beef323f:0000a140: fini running...
nouveau: Xorg[1148]:beef323f:0000a140: fini completed in 1us
nouveau: Xorg[1148]:00000000:0000c5b5: fini children...
nouveau: Xorg[1148]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:00000000:00000000: fini children...
nouveau: Xorg[1148]:00000000:00000000: fini running...
nouveau: Xorg[1148]:00000000:00000000: fini completed in 311us
nouveau: Xorg[1148]:00000000:0000c5b5: fini completed in 3109us
nouveau: Xorg[1148]:beef902d:0000902d: fini children...
nouveau: Xorg[1148]:beef902d:0000902d: fini running...
nouveau: Xorg[1148]:beef902d:0000902d: fini completed in 185us
nouveau: Xorg[1148]:beef003d:0000c597: fini children...
nouveau: Xorg[1148]:beef003d:0000c597: fini running...
nouveau: Xorg[1148]:beef003d:0000c597: fini completed in 238us
nouveau: Xorg[1148]:beef00c0:0000c5c0: fini children...
nouveau: Xorg[1148]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[1148]:00000000:00000000: fini children...
nouveau: Xorg[1148]:00000000:00000000: fini running...
nouveau: Xorg[1148]:00000000:00000000: fini completed in 176us
nouveau: Xorg[1148]:beef00c0:0000c5c0: fini completed in 1643us
nouveau: Xorg[1148]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: block 0
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000:0002:0002: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0002b000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+0002b000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+0002b010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0002b000 count:2
nouveau: Xorg[1148]:00000000:0000c46f: fini completed in 8371us
nouveau: Xorg[1148]:00000000:0000c46f: destroy children...
nouveau: Xorg[1148]:beef323f:0000a140: destroy children...
nouveau: Xorg[1148]:beef323f:0000a140: destroy running...
nouveau: Xorg[1148]:beef323f:0000a140: destroy children...
nouveau: Xorg[1148]:beef323f:0000a140: destroy running...
nouveau: Xorg[1148]:beef323f:0000a140: destroy completed in 148us...
nouveau: Xorg[1148]:beef323f:0000a140: destroy completed in 598us...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy children...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy running...
nouveau: Xorg[1148]:00000000:0000c5b5: destroy completed in 166us...
nouveau 0000:01:00.0: fifo:000000:0002:0002: dtor cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0002: dtor vctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0002: dtor ectx 11[ce0]
nouveau: Xorg[1148]:00000000:00000000: destroy children...
nouveau: Xorg[1148]:00000000:00000000: destroy running...
nouveau: Xorg[1148]:00000000:00000000: destroy completed in 157us...
nouveau 0000:01:00.0: ce0: fini running...
nouveau 0000:01:00.0: ce0: fini completed in 5us
nouveau: Xorg[1148]:00000000:0000c5b5: destroy completed in 2231us...
nouveau: Xorg[1148]:beef902d:0000902d: destroy children...
nouveau: Xorg[1148]:beef902d:0000902d: destroy running...
nouveau: Xorg[1148]:beef902d:0000902d: destroy children...
nouveau: Xorg[1148]:beef902d:0000902d: destroy running...
nouveau: Xorg[1148]:beef902d:0000902d: destroy completed in 129us...
nouveau: Xorg[1148]:beef902d:0000902d: destroy completed in 528us...
nouveau: Xorg[1148]:beef003d:0000c597: destroy children...
nouveau: Xorg[1148]:beef003d:0000c597: destroy running...
nouveau: Xorg[1148]:beef003d:0000c597: destroy children...
nouveau: Xorg[1148]:beef003d:0000c597: destroy running...
nouveau: Xorg[1148]:beef003d:0000c597: destroy completed in 129us...
nouveau: Xorg[1148]:beef003d:0000c597: destroy completed in 519us...
nouveau: Xorg[1148]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[1148]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[1148]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[1148]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[1148]:beef00c0:0000c5c0: destroy completed in 124us...
nouveau 0000:01:00.0: fifo:000000:0002:0002: dtor cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0002: dtor vctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0002: dtor ectx 0[gr]
nouveau: Xorg[1148]:00000000:00000000: destroy children...
nouveau: Xorg[1148]:00000000:00000000: destroy running...
nouveau: Xorg[1148]:00000000:00000000: destroy completed in 183us...
nouveau 0000:01:00.0: gr: fini running...
nouveau 0000:01:00.0: gr: released gpccs falcon
nouveau 0000:01:00.0: gr: released fecs falcon
nouveau 0000:01:00.0: gr: fini completed in 270us
nouveau: Xorg[1148]:beef00c0:0000c5c0: destroy completed in 2026us...
nouveau: Xorg[1148]:00000000:0000c46f: destroy running...
nouveau: Xorg[1148]:00000000:0000c46f: destroy completed in 7483us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff995dc4b87ca0 owner ff
nouveau: Xorg[1148]:00000000:8000900b: ioctl: unmap size 0
nouveau: Xorg[1148]:00000000:8000900b: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4b87ca0 owner ff
nouveau: Xorg[1148]:00000000:8000900b: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:8000900b: ioctl: delete
nouveau: Xorg[1148]:00000000:8000900b: fini children...
nouveau: Xorg[1148]:00000000:8000900b: fini running...
nouveau: Xorg[1148]:00000000:8000900b: fini completed in 137us
nouveau: Xorg[1148]:00000000:8000900b: destroy children...
nouveau: Xorg[1148]:00000000:8000900b: destroy running...
nouveau: Xorg[1148]:00000000:8000900b: destroy completed in 134us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc2112658 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 146us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 144us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc015a600 owner ff
nouveau: Xorg[1148]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:00000080: ioctl: delete
nouveau: Xorg[1148]:00000000:00000080: fini children...
nouveau: Xorg[1148]:00000000:00000080: fini running...
nouveau: Xorg[1148]:00000000:00000080: fini completed in 144us
nouveau: Xorg[1148]:00000000:00000080: destroy children...
nouveau: Xorg[1148]:00000000:00000080: destroy running...
nouveau: Xorg[1148]:00000000:00000080: destroy completed in 142us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4b879d0 owner ff
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[1148]:00000000:8000c00d: fini children...
nouveau: Xorg[1148]:00000000:8000c00d: fini running...
nouveau: Xorg[1148]:00000000:8000c00d: fini completed in 152us
nouveau: Xorg[1148]:00000000:8000c00d: destroy children...
nouveau: Xorg[1148]:00000000:8000c00d: destroy running...
nouveau: Xorg[1148]:00000000:8000c00d: destroy completed in 172us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4b87968 owner ff
nouveau: Xorg[1148]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:80009009: ioctl: delete
nouveau: Xorg[1148]:00000000:80009009: fini children...
nouveau: Xorg[1148]:00000000:80009009: fini running...
nouveau: Xorg[1148]:00000000:80009009: fini completed in 155us
nouveau: Xorg[1148]:00000000:80009009: destroy children...
nouveau: Xorg[1148]:00000000:80009009: destroy running...
nouveau: Xorg[1148]:00000000:80009009: destroy completed in 153us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4b87878 owner ff
nouveau: Xorg[1148]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[1148]:00000000:00000080: ioctl: delete
nouveau: Xorg[1148]:00000000:00000080: fini children...
nouveau: Xorg[1148]:00000000:00000080: fini running...
nouveau: Xorg[1148]:00000000:00000080: fini completed in 153us
nouveau: Xorg[1148]:00000000:00000080: destroy children...
nouveau: Xorg[1148]:00000000:00000080: destroy running...
nouveau: Xorg[1148]:00000000:00000080: destroy completed in 163us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: Xorg[1148]:00000000:00000080: fini children...
nouveau: Xorg[1148]:00000000:00000080: fini running...
nouveau: Xorg[1148]:00000000:00000080: fini completed in 146us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 586us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: Xorg[1148]:00000000:00000080: destroy children...
nouveau: Xorg[1148]:00000000:00000080: destroy running...
nouveau: Xorg[1148]:00000000:00000080: destroy completed in 143us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 568us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff995dc4bc9400 object ffff995dc4bc9400
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 164us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995dc4bc9478 object ffff995dc4bc9478
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[17598]:00000000:00000080: init running...
nouveau: Xorg[17598]:00000000:00000080: init children...
nouveau: Xorg[17598]:00000000:00000080: init completed in 158us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9478 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9478 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9478 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 88
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc4bc9478 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[17598]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff995dc4bc9568 object ffff995dc4bc9568
nouveau: Xorg[17598]:00000000:80009009: init running...
nouveau: Xorg[17598]:00000000:80009009: init children...
nouveau: Xorg[17598]:00000000:80009009: init completed in 179us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[17598]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff995dc4bc95d0 object ffff995dc4bc95d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ffe47000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[17598]:00000000:8000c00d: init running...
nouveau: Xorg[17598]:00000000:8000c00d: init children...
nouveau: Xorg[17598]:00000000:8000c00d: init completed in 218us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4bc95d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[17598]:00000000:8000c00d: fini children...
nouveau: Xorg[17598]:00000000:8000c00d: fini running...
nouveau: Xorg[17598]:00000000:8000c00d: fini completed in 210us
nouveau: Xorg[17598]:00000000:8000c00d: destroy children...
nouveau: Xorg[17598]:00000000:8000c00d: destroy running...
nouveau: Xorg[17598]:00000000:8000c00d: destroy completed in 289us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4bc9568 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete
nouveau: Xorg[17598]:00000000:80009009: fini children...
nouveau: Xorg[17598]:00000000:80009009: fini running...
nouveau: Xorg[17598]:00000000:80009009: fini completed in 203us
nouveau: Xorg[17598]:00000000:80009009: destroy children...
nouveau: Xorg[17598]:00000000:80009009: destroy running...
nouveau: Xorg[17598]:00000000:80009009: destroy completed in 198us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc4bc9478 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete
nouveau: Xorg[17598]:00000000:00000080: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini running...
nouveau: Xorg[17598]:00000000:00000080: fini completed in 182us
nouveau: Xorg[17598]:00000000:00000080: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy running...
nouveau: Xorg[17598]:00000000:00000080: destroy completed in 255us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 172us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 168us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff995dc8a84800 object ffff995dc8a84800
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995dc8a84878 object ffff995dc8a84878
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[17598]:00000000:00000080: init running...
nouveau: Xorg[17598]:00000000:00000080: init children...
nouveau: Xorg[17598]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 88
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[17598]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff995dc8a84968 object ffff995dc8a84968
nouveau: Xorg[17598]:00000000:80009009: init running...
nouveau: Xorg[17598]:00000000:80009009: init children...
nouveau: Xorg[17598]:00000000:80009009: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[17598]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff995dc8a849d0 object ffff995dc8a849d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ffe47000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[17598]:00000000:8000c00d: init running...
nouveau: Xorg[17598]:00000000:8000c00d: init children...
nouveau: Xorg[17598]:00000000:8000c00d: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[17598]:00000000:8000c00d: fini children...
nouveau: Xorg[17598]:00000000:8000c00d: fini running...
nouveau: Xorg[17598]:00000000:8000c00d: fini completed in 2us
nouveau: Xorg[17598]:00000000:8000c00d: destroy children...
nouveau: Xorg[17598]:00000000:8000c00d: destroy running...
nouveau: Xorg[17598]:00000000:8000c00d: destroy completed in 13us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete
nouveau: Xorg[17598]:00000000:80009009: fini children...
nouveau: Xorg[17598]:00000000:80009009: fini running...
nouveau: Xorg[17598]:00000000:80009009: fini completed in 1us
nouveau: Xorg[17598]:00000000:80009009: destroy children...
nouveau: Xorg[17598]:00000000:80009009: destroy running...
nouveau: Xorg[17598]:00000000:80009009: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete
nouveau: Xorg[17598]:00000000:00000080: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini running...
nouveau: Xorg[17598]:00000000:00000080: fini completed in 2us
nouveau: Xorg[17598]:00000000:00000080: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy running...
nouveau: Xorg[17598]:00000000:00000080: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 2us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff995dc8a84800 object ffff995dc8a84800
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995dc8a84878 object ffff995dc8a84878
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[17598]:00000000:00000080: init running...
nouveau: Xorg[17598]:00000000:00000080: init children...
nouveau: Xorg[17598]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 88
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[17598]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff995dc8a84968 object ffff995dc8a84968
nouveau: Xorg[17598]:00000000:80009009: init running...
nouveau: Xorg[17598]:00000000:80009009: init children...
nouveau: Xorg[17598]:00000000:80009009: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[17598]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff995dc8a849d0 object ffff995dc8a849d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ffe47000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[17598]:00000000:8000c00d: init running...
nouveau: Xorg[17598]:00000000:8000c00d: init children...
nouveau: Xorg[17598]:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[17598]:00000000:8000c00d: fini children...
nouveau: Xorg[17598]:00000000:8000c00d: fini running...
nouveau: Xorg[17598]:00000000:8000c00d: fini completed in 2us
nouveau: Xorg[17598]:00000000:8000c00d: destroy children...
nouveau: Xorg[17598]:00000000:8000c00d: destroy running...
nouveau: Xorg[17598]:00000000:8000c00d: destroy completed in 11us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete
nouveau: Xorg[17598]:00000000:80009009: fini children...
nouveau: Xorg[17598]:00000000:80009009: fini running...
nouveau: Xorg[17598]:00000000:80009009: fini completed in 1us
nouveau: Xorg[17598]:00000000:80009009: destroy children...
nouveau: Xorg[17598]:00000000:80009009: destroy running...
nouveau: Xorg[17598]:00000000:80009009: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete
nouveau: Xorg[17598]:00000000:00000080: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini running...
nouveau: Xorg[17598]:00000000:00000080: fini completed in 1us
nouveau: Xorg[17598]:00000000:00000080: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy running...
nouveau: Xorg[17598]:00000000:00000080: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 2us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 80
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000000 route 00 token ffff995dc8a84800 object ffff995dc8a84800
nouveau: DRM-master:00000000:00000000: init running...
nouveau: DRM-master:00000000:00000000: init children...
nouveau: DRM-master:00000000:00000000: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 00 object 0000000000000000 owner 00
nouveau: DRM-master:00000000:00000000: ioctl: nop size 8
nouveau: DRM-master:00000000:00000000: ioctl: nop vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995dc8a84878 object ffff995dc8a84878
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[17598]:00000000:00000080: init running...
nouveau: Xorg[17598]:00000000:00000080: init children...
nouveau: Xorg[17598]:00000000:00000080: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 88
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 62
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: new size 38
nouveau: Xorg[17598]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 80009009 route 00 token ffff995dc8a84968 object ffff995dc8a84968
nouveau: Xorg[17598]:00000000:80009009: init running...
nouveau: Xorg[17598]:00000000:80009009: init children...
nouveau: Xorg[17598]:00000000:80009009: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 43
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 19
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 01
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 52
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd size 28
nouveau: Xorg[17598]:00000000:80009009: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[17598]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000c00d route 00 token ffff995dc8a849d0 object ffff995dc8a849d0
nouveau 0000:01:00.0: imem: new 00000020 00001000 1: 00ffe47000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[17598]:00000000:8000c00d: init running...
nouveau: Xorg[17598]:00000000:8000c00d: init children...
nouveau: Xorg[17598]:00000000:8000c00d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 40
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 16
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 00
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass size 24
nouveau: Xorg[17598]:00000000:80009009: ioctl: sclass vers 0 count 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36358 object ffff995dcac36358
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 01 token ffff995dc08a1700 object 000000000164ec40
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[17598]:00000000:00000080: init running...
nouveau: Xorg[17598]:00000000:00000080: init children...
nouveau: Xorg[17598]:00000000:00000080: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 000000000164ec40 owner 01
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 72
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: new size 48
nouveau: DRM-master:00000000:00000000: ioctl: new vers 0 handle 00000000 class 00000080 route 00 token ffff995dc61c6000 object ffff995dc61c6000
nouveau: DRM-master:00000000:00000000: ioctl: create device size 16
nouveau: DRM-master:00000000:00000000: ioctl: create device v0 device ffffffffffffffff
nouveau: Xorg[17598]:00000000:00000080: init running...
nouveau: Xorg[17598]:00000000:00000080: init children...
nouveau: Xorg[17598]:00000000:00000080: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc61c6000 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 1080
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc61c6000 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 1056
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 1048
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 1 count 65
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc61c6000 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 112
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc61c6000 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass size 88
nouveau: Xorg[17598]:00000000:00000080: ioctl: sclass vers 0 count 10
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36358 object ffff995dcac36358
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000012000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: new size 56
nouveau: Xorg[17598]:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc8a824a0 object ffff995dc8a824a0
nouveau: Xorg[17598]:00000000:8000900b: init running...
nouveau: Xorg[17598]:00000000:8000900b: init children...
nouveau: Xorg[17598]:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 160
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc61c6000 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: new size 136
nouveau: Xorg[17598]:00000000:00000080: ioctl: new vers 0 handle 00000000 class 0000c46f route 00 token ffff995dc8a82648 object ffff995dc8a82648
nouveau 0000:01:00.0: imem: new 00001000 00001000 1: 00ffe46000 0000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: Xorg[17598]:00000000:0000c46f: init running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: allow 1
nouveau 0000:01:00.0: fifo:000000:0002:0002: insert
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:2 chans:2
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0002c000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+0002c000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+0002c010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000:0002:      RAMRL+0002c020: chans:1
nouveau 0000:01:00.0: fifo:000000:0002:0002: RAMRL+0002c030: [Xorg[17598]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0002c000 count:4
nouveau: Xorg[17598]:00000000:0000c46f: init children...
nouveau: Xorg[17598]:00000000:0000c46f: init completed in 22us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 07 object ffff995dc8a824a0 owner ff
nouveau: Xorg[17598]:00000000:8000900b: ioctl: map size 24
nouveau: Xorg[17598]:00000000:8000900b: ioctl: map vers 0
nouveau 0000:01:00.0: mmu: bar1: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 66
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 42
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle 00000002 class 8000000e route 00 token ffff995dc8a82680 object ffff995dc8a82680
nouveau 0000:01:00.0: fifo: event: ntfy add 00000002 on 1 wait:0
nouveau: Xorg[17598]:00000002:8000000e: init running...
nouveau: Xorg[17598]:00000002:8000000e: init children...
nouveau: Xorg[17598]:00000002:8000000e: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a82680 owner ff
nouveau: Xorg[17598]:00000002:8000000e: ioctl: mthd size 8
nouveau: Xorg[17598]:00000002:8000000e: ioctl: mthd vers 0 mthd 00
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 2
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 2
nouveau 0000:01:00.0: fifo: event: allowing 0 on 2
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 66
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 42
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle 00000002 class 8000000e route 00 token ffff995dcac37678 object ffff995dcac37678
nouveau 0000:01:00.0: fifo: event: ntfy add 00000000 on 1 wait:0
nouveau: Xorg[17598]:00000002:8000000e: init running...
nouveau: Xorg[17598]:00000002:8000000e: init children...
nouveau: Xorg[17598]:00000002:8000000e: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000010000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 00 token ffff995df206be58 object ffff995df206be58
nouveau 0000:01:00.0: ce0: init running...
nouveau 0000:01:00.0: ce0: init completed in 0us
nouveau 0000:01:00.0: fifo:000000:0002: ctor ectx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0002: ctor vctx 11[ce0]
nouveau 0000:01:00.0: imem: new 00002000 00000000 1: 00ffe44000 0000002000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000002000
nouveau 0000:01:00.0: fifo:000000:0002:0002: ctor cctx 11[ce0]
nouveau: Xorg[17598]:00000000:0000c5b5: init running...
nouveau: Xorg[17598]:00000000:00000000: init running...
nouveau: Xorg[17598]:00000000:00000000: init children...
nouveau: Xorg[17598]:00000000:00000000: init completed in 1us
nouveau 0000:01:00.0: fifo:000000:0002:0002: bind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[17598]:00000000:0000c5b5: init children...
nouveau: Xorg[17598]:00000000:0000c5b5: init completed in 22us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36e58 object ffff995dcac36e58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36d58 object ffff995dcac36d58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37558 object ffff995dcac37558
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37b58 object ffff995dcac37b58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36858 object ffff995dcac36858
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 136
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object 000000000164ec40 owner 01
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd size 112
nouveau: Xorg[17598]:00000000:00000080: ioctl: mthd vers 0 mthd 00
nouveau: Xorg[17598]:00000000:00000080: ioctl: device mthd 00000000
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info size 104
nouveau: Xorg[17598]:00000000:00000080: ioctl: device info vers 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37758 object ffff995dcac37758
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle beef323f class 0000a140 route 01 token ffff995dc08a1380 object 0000000001650340
nouveau 0000:01:00.0: gr: init running...
nouveau 0000:01:00.0: gr: acquired fecs falcon
nouveau 0000:01:00.0: gr: acquired gpccs falcon
nouveau 0000:01:00.0: fifo:000000:00[      gr]: 100010e9: busy 0 faulted 0 chsw 0 save 0 load 0 tsgid 233 -> tsgid 0 
nouveau 0000:01:00.0: sec2: dmem 00000020 <- 00000010 bytes at 00000000
dmem 00000020 <- 00031007 00000000 00000000 00000002
nouveau 0000:01:00.0: sec2: dmem 000000c0 -> 00000004 bytes at 00000000
dmem 000000c0 -> 00001007
nouveau 0000:01:00.0: sec2: dmem 000000c4 -> 0000000c bytes at 00000000
dmem 000000c4 -> 001f9000 00000000 00000002
nouveau 0000:01:00.0: sec2: fecs booted
nouveau 0000:01:00.0: sec2: dmem 00000030 <- 00000010 bytes at 00000000
dmem 00000030 <- 00031007 00000000 00000000 00000003
nouveau 0000:01:00.0: sec2: dmem 000000d0 -> 00000004 bytes at 00000000
dmem 000000d0 -> 00001007
nouveau 0000:01:00.0: sec2: dmem 000000d4 -> 0000000c bytes at 00000000
dmem 000000d4 -> 001f9100 00000000 00000003
nouveau 0000:01:00.0: sec2: gpccs booted
nouveau 0000:01:00.0: gr: init completed in 5453us
nouveau 0000:01:00.0: fifo:000000:0002: ctor ectx 0[gr]
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000020000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000003000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000238000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau 0000:01:00.0: imem: new 00001000 00000100 0: 00ffe43000 0000001000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000001000
nouveau 0000:01:00.0: fifo:000000:0002: ctor vctx 0[gr]
nouveau 0000:01:00.0: imem: new 00073d00 00000000 0: 00ff9f0000 0000074000
nouveau 0000:01:00.0: mmu: bar2: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000074000
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 1 sparse 0 shift: 12 align: 0 size: 0000000000074000
nouveau 0000:01:00.0: fifo:000000:0002:0002: ctor cctx 0[gr]
nouveau: Xorg[17598]:beef323f:0000a140: init running...
nouveau: Xorg[17598]:00000000:00000000: init running...
nouveau: Xorg[17598]:00000000:00000000: init children...
nouveau: Xorg[17598]:00000000:00000000: init completed in 2us
nouveau 0000:01:00.0: fifo:000000:0002:0002: bind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[17598]:beef323f:0000a140: init children...
nouveau: Xorg[17598]:beef323f:0000a140: init completed in 42us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle 00000000 class 0000c5b5 route 01 token ffff995dc08a12e0 object 0000000001650260
nouveau: Xorg[17598]:00000000:0000c5b5: init running...
nouveau: Xorg[17598]:00000000:0000c5b5: init children...
nouveau: Xorg[17598]:00000000:0000c5b5: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle beef902d class 0000902d route 01 token ffff995dc08a10a0 object 0000000001652180
nouveau: Xorg[17598]:beef902d:0000902d: init running...
nouveau: Xorg[17598]:beef902d:0000902d: init children...
nouveau: Xorg[17598]:beef902d:0000902d: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle beef003d class 0000c597 route 01 token ffff995dc08a1420 object 00000000016521b0
nouveau: Xorg[17598]:beef003d:0000c597: init running...
nouveau: Xorg[17598]:beef003d:0000c597: init children...
nouveau: Xorg[17598]:beef003d:0000c597: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36458 object ffff995dcac36458
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37258 object ffff995dcac37258
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 00000000000d0000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac36258 object ffff995dcac36258
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000002200000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37a58 object ffff995dcac37a58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 16 align: 0 size: 0000000000020000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 8
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 80
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 01 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass size 56
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: sclass vers 0 count 6
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new size 32
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: new vers 0 handle beef00c0 class 0000c5c0 route 01 token ffff995dc08a1240 object 0000000001652570
nouveau: Xorg[17598]:beef00c0:0000c5c0: init running...
nouveau: Xorg[17598]:beef00c0:0000c5c0: init children...
nouveau: Xorg[17598]:beef00c0:0000c5c0: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37358 object ffff995dcac37358
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dcac37458 object ffff995dcac37458
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc188bc58 object ffff995dc188bc58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 1us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 104
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 80
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc188bb58 object ffff995dc188bb58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 3us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 12 align: 0 size: 0000000000080000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 82
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 02 object ffff995dc9c78170 owner ff
nouveau: DRM-master:00000000:80009009: ioctl: new size 58
nouveau: DRM-master:00000000:80009009: ioctl: new vers 0 handle 00000000 class 8000900b route 00 token ffff995dc188ba58 object ffff995dc188ba58
nouveau: DRM-master:00000000:8000900b: init running...
nouveau: DRM-master:00000000:8000900b: init children...
nouveau: DRM-master:00000000:8000900b: init completed in 2us
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 56
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 32
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: mmu: user: getref 0 mapref 0 sparse 0 shift: 21 align: 0 size: 0000000000400000
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 77
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 53
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 03
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc188ba58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 2us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36d58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37558 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37b58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36858 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dcac37678 owner ff
nouveau: Xorg[17598]:00000002:8000000e: ioctl: mthd size 8
nouveau: Xorg[17598]:00000002:8000000e: ioctl: mthd vers 0 mthd 00
nouveau 0000:01:00.0: fifo: event: ntfy allow 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: incr 00000001 on 0
nouveau 0000:01:00.0: fifo: event: allowing 0 on 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 32
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dcac37678 owner ff
nouveau: Xorg[17598]:00000002:8000000e: ioctl: mthd size 8
nouveau: Xorg[17598]:00000002:8000000e: ioctl: mthd vers 0 mthd 01
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 0
nouveau 0000:01:00.0: fifo: event: blocking 0 on 0
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37758 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36258 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37a58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37458 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc188bc58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 1us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc188bb58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 0us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36e58 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 0us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995df206be58 owner ff
nouveau: Xorg[17598]:00000000:0000c5b5: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:0000c5b5: ioctl: delete
nouveau: Xorg[17598]:00000000:0000c5b5: fini children...
nouveau: Xorg[17598]:00000000:0000c5b5: fini running...
nouveau: Xorg[17598]:00000000:0000c5b5: fini completed in 1us
nouveau: Xorg[17598]:00000000:0000c5b5: destroy children...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy running...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy children...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy running...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy completed in 1us...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy completed in 2us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac37678 owner ff
nouveau: Xorg[17598]:00000002:8000000e: ioctl: delete size 0
nouveau: Xorg[17598]:00000002:8000000e: ioctl: delete
nouveau: Xorg[17598]:00000002:8000000e: fini children...
nouveau: Xorg[17598]:00000002:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: Xorg[17598]:00000002:8000000e: fini completed in 2us
nouveau: Xorg[17598]:00000002:8000000e: destroy children...
nouveau: Xorg[17598]:00000002:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 0
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: Xorg[17598]:00000002:8000000e: destroy completed in 1us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a82680 owner ff
nouveau: Xorg[17598]:00000002:8000000e: ioctl: delete size 0
nouveau: Xorg[17598]:00000002:8000000e: ioctl: delete
nouveau: Xorg[17598]:00000002:8000000e: fini children...
nouveau: Xorg[17598]:00000002:8000000e: fini running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 2 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 2
nouveau 0000:01:00.0: fifo: event: blocking 0 on 2
nouveau: Xorg[17598]:00000002:8000000e: fini completed in 890us
nouveau: Xorg[17598]:00000002:8000000e: destroy children...
nouveau: Xorg[17598]:00000002:8000000e: destroy running...
nouveau 0000:01:00.0: fifo: event: ntfy del 00000001 on 2
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 2 wait:0
nouveau: Xorg[17598]:00000002:8000000e: destroy completed in 547us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a82648 owner ff
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:0000c46f: ioctl: delete
nouveau: Xorg[17598]:00000000:0000c46f: fini children...
nouveau: Xorg[17598]:beef323f:0000a140: fini children...
nouveau: Xorg[17598]:beef323f:0000a140: fini running...
nouveau: Xorg[17598]:beef323f:0000a140: fini completed in 187us
nouveau: Xorg[17598]:00000000:0000c5b5: fini children...
nouveau: Xorg[17598]:00000000:0000c5b5: fini running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: unbind cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[17598]:00000000:00000000: fini children...
nouveau: Xorg[17598]:00000000:00000000: fini running...
nouveau: Xorg[17598]:00000000:00000000: fini completed in 180us
nouveau: Xorg[17598]:00000000:0000c5b5: fini completed in 1520us
nouveau: Xorg[17598]:beef902d:0000902d: fini children...
nouveau: Xorg[17598]:beef902d:0000902d: fini running...
nouveau: Xorg[17598]:beef902d:0000902d: fini completed in 175us
nouveau: Xorg[17598]:beef003d:0000c597: fini children...
nouveau: Xorg[17598]:beef003d:0000c597: fini running...
nouveau: Xorg[17598]:beef003d:0000c597: fini completed in 197us
nouveau: Xorg[17598]:beef00c0:0000c5c0: fini children...
nouveau: Xorg[17598]:beef00c0:0000c5c0: fini running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: unbind cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000: stopped
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000: running
nouveau: Xorg[17598]:00000000:00000000: fini children...
nouveau: Xorg[17598]:00000000:00000000: fini running...
nouveau: Xorg[17598]:00000000:00000000: fini completed in 167us
nouveau: Xorg[17598]:beef00c0:0000c5c0: fini completed in 1377us
nouveau: Xorg[17598]:00000000:0000c46f: fini running...
nouveau 0000:01:00.0: fifo:000000:0002:0002: block 0
nouveau 0000:01:00.0: fifo:000000:0002:0002: preempt
nouveau 0000:01:00.0: fifo:000000:0002:0002: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:1 chans:1
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0002d000
nouveau 0000:01:00.0: fifo:000000:0000:      RAMRL+0002d000: chans:1
nouveau 0000:01:00.0: fifo:000000:0000:0000: RAMRL+0002d010: [udevd[244]]
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0002d000 count:2
nouveau: Xorg[17598]:00000000:0000c46f: fini completed in 6822us
nouveau: Xorg[17598]:00000000:0000c46f: destroy children...
nouveau: Xorg[17598]:beef323f:0000a140: destroy children...
nouveau: Xorg[17598]:beef323f:0000a140: destroy running...
nouveau: Xorg[17598]:beef323f:0000a140: destroy children...
nouveau: Xorg[17598]:beef323f:0000a140: destroy running...
nouveau: Xorg[17598]:beef323f:0000a140: destroy completed in 164us...
nouveau: Xorg[17598]:beef323f:0000a140: destroy completed in 870us...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy children...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy running...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy children...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy running...
nouveau: Xorg[17598]:00000000:0000c5b5: destroy completed in 139us...
nouveau 0000:01:00.0: fifo:000000:0002:0002: dtor cctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0002: dtor vctx 11[ce0]
nouveau 0000:01:00.0: fifo:000000:0002: dtor ectx 11[ce0]
nouveau: Xorg[17598]:00000000:00000000: destroy children...
nouveau: Xorg[17598]:00000000:00000000: destroy running...
nouveau: Xorg[17598]:00000000:00000000: destroy completed in 137us...
nouveau 0000:01:00.0: ce0: fini running...
nouveau 0000:01:00.0: ce0: fini completed in 4us
nouveau: Xorg[17598]:00000000:0000c5b5: destroy completed in 1713us...
nouveau: Xorg[17598]:beef902d:0000902d: destroy children...
nouveau: Xorg[17598]:beef902d:0000902d: destroy running...
nouveau: Xorg[17598]:beef902d:0000902d: destroy children...
nouveau: Xorg[17598]:beef902d:0000902d: destroy running...
nouveau: Xorg[17598]:beef902d:0000902d: destroy completed in 131us...
nouveau: Xorg[17598]:beef902d:0000902d: destroy completed in 536us...
nouveau: Xorg[17598]:beef003d:0000c597: destroy children...
nouveau: Xorg[17598]:beef003d:0000c597: destroy running...
nouveau: Xorg[17598]:beef003d:0000c597: destroy children...
nouveau: Xorg[17598]:beef003d:0000c597: destroy running...
nouveau: Xorg[17598]:beef003d:0000c597: destroy completed in 148us...
nouveau: Xorg[17598]:beef003d:0000c597: destroy completed in 653us...
nouveau: Xorg[17598]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[17598]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[17598]:beef00c0:0000c5c0: destroy children...
nouveau: Xorg[17598]:beef00c0:0000c5c0: destroy running...
nouveau: Xorg[17598]:beef00c0:0000c5c0: destroy completed in 140us...
nouveau 0000:01:00.0: fifo:000000:0002:0002: dtor cctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0002: dtor vctx 0[gr]
nouveau 0000:01:00.0: fifo:000000:0002: dtor ectx 0[gr]
nouveau: Xorg[17598]:00000000:00000000: destroy children...
nouveau: Xorg[17598]:00000000:00000000: destroy running...
nouveau: Xorg[17598]:00000000:00000000: destroy completed in 171us...
nouveau 0000:01:00.0: gr: fini running...
nouveau 0000:01:00.0: gr: released gpccs falcon
nouveau 0000:01:00.0: gr: released fecs falcon
nouveau 0000:01:00.0: gr: fini completed in 266us
nouveau: Xorg[17598]:beef00c0:0000c5c0: destroy completed in 1885us...
nouveau: Xorg[17598]:00000000:0000c46f: destroy running...
nouveau: Xorg[17598]:00000000:0000c46f: destroy completed in 7199us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 08 object ffff995dc8a824a0 owner ff
nouveau: Xorg[17598]:00000000:8000900b: ioctl: unmap size 0
nouveau: Xorg[17598]:00000000:8000900b: ioctl: unmap
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a824a0 owner ff
nouveau: Xorg[17598]:00000000:8000900b: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:8000900b: ioctl: delete
nouveau: Xorg[17598]:00000000:8000900b: fini children...
nouveau: Xorg[17598]:00000000:8000900b: fini running...
nouveau: Xorg[17598]:00000000:8000900b: fini completed in 141us
nouveau: Xorg[17598]:00000000:8000900b: destroy children...
nouveau: Xorg[17598]:00000000:8000900b: destroy running...
nouveau: Xorg[17598]:00000000:8000900b: destroy completed in 152us...
nouveau: DRM-master:00000000:00000000: ioctl: size 48
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 04 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd size 24
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: mthd vers 0 mthd 02
nouveau: DRM-master:00000000:00000000: ioctl: return 0
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dcac36358 owner ff
nouveau: DRM-master:00000000:8000900b: ioctl: delete size 0
nouveau: DRM-master:00000000:8000900b: ioctl: delete
nouveau: DRM-master:00000000:8000900b: fini children...
nouveau: DRM-master:00000000:8000900b: fini running...
nouveau: DRM-master:00000000:8000900b: fini completed in 148us
nouveau: DRM-master:00000000:8000900b: destroy children...
nouveau: DRM-master:00000000:8000900b: destroy running...
nouveau: DRM-master:00000000:8000900b: destroy completed in 146us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc61c6000 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete
nouveau: Xorg[17598]:00000000:00000080: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini running...
nouveau: Xorg[17598]:00000000:00000080: fini completed in 151us
nouveau: Xorg[17598]:00000000:00000080: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy running...
nouveau: Xorg[17598]:00000000:00000080: destroy completed in 151us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a849d0 owner ff
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:8000c00d: ioctl: delete
nouveau: Xorg[17598]:00000000:8000c00d: fini children...
nouveau: Xorg[17598]:00000000:8000c00d: fini running...
nouveau: Xorg[17598]:00000000:8000c00d: fini completed in 156us
nouveau: Xorg[17598]:00000000:8000c00d: destroy children...
nouveau: Xorg[17598]:00000000:8000c00d: destroy running...
nouveau: Xorg[17598]:00000000:8000c00d: destroy completed in 175us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a84968 owner ff
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:80009009: ioctl: delete
nouveau: Xorg[17598]:00000000:80009009: fini children...
nouveau: Xorg[17598]:00000000:80009009: fini running...
nouveau: Xorg[17598]:00000000:80009009: fini completed in 161us
nouveau: Xorg[17598]:00000000:80009009: destroy children...
nouveau: Xorg[17598]:00000000:80009009: destroy running...
nouveau: Xorg[17598]:00000000:80009009: destroy completed in 177us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object ffff995dc8a84878 owner ff
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete size 0
nouveau: Xorg[17598]:00000000:00000080: ioctl: delete
nouveau: Xorg[17598]:00000000:00000080: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini running...
nouveau: Xorg[17598]:00000000:00000080: fini completed in 159us
nouveau: Xorg[17598]:00000000:00000080: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy running...
nouveau: Xorg[17598]:00000000:00000080: destroy completed in 152us...
nouveau: DRM-master:00000000:00000000: ioctl: size 24
nouveau: DRM-master:00000000:00000000: ioctl: vers 0 type 03 object 0000000000000000 owner ff
nouveau: DRM-master:00000000:00000000: ioctl: delete size 0
nouveau: DRM-master:00000000:00000000: ioctl: delete
nouveau: DRM-master:00000000:00000000: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini children...
nouveau: Xorg[17598]:00000000:00000080: fini running...
nouveau: Xorg[17598]:00000000:00000080: fini completed in 153us
nouveau: DRM-master:00000000:00000000: fini running...
nouveau: DRM-master:00000000:00000000: fini completed in 612us
nouveau: DRM-master:00000000:00000000: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy children...
nouveau: Xorg[17598]:00000000:00000080: destroy running...
nouveau: Xorg[17598]:00000000:00000080: destroy completed in 263us...
nouveau: DRM-master:00000000:00000000: destroy running...
nouveau: DRM-master:00000000:00000000: destroy completed in 799us...
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM-master:00000000:00000080: suspend children...
nouveau: DRM-master:00000000:80009009: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend children...
nouveau: DRM-master:00000000:8000c00d: suspend running...
nouveau: DRM-master:00000000:8000c00d: suspend completed in 168us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 178us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 170us
nouveau: DRM-master:00000000:8000900b: suspend children...
nouveau: DRM-master:00000000:8000900b: suspend running...
nouveau: DRM-master:00000000:8000900b: suspend completed in 170us
nouveau: DRM-master:00000000:80009009: suspend running...
nouveau: DRM-master:00000000:80009009: suspend completed in 2226us
nouveau: DRM-master:00000000:00000080: suspend running...
nouveau: DRM-master:00000000:00000080: suspend completed in 2690us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: DRM:00000000:00000080: suspend children...
nouveau: DRM:00000000:80009009: suspend children...
nouveau: DRM:00000000:8000c00d: suspend children...
nouveau: DRM:00000000:8000c00d: suspend running...
nouveau: DRM:00000000:8000c00d: suspend completed in 135us
nouveau: DRM:00000000:8000900b: suspend children...
nouveau: DRM:00000000:8000900b: suspend running...
nouveau: DRM:00000000:8000900b: suspend completed in 135us
nouveau: DRM:00000000:8000900b: suspend children...
nouveau: DRM:00000000:8000900b: suspend running...
nouveau: DRM:00000000:8000900b: suspend completed in 131us
nouveau: DRM:00000000:80009009: suspend running...
nouveau: DRM:00000000:80009009: suspend completed in 1329us
nouveau: DRM:00000000:0000c461: suspend children...
nouveau: DRM:00000000:0000c461: suspend running...
nouveau: DRM:00000000:0000c461: suspend completed in 129us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:00000000:8000000e: suspend children...
nouveau: DRM:00000000:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 0
nouveau 0000:01:00.0: fifo: event: blocking 0 on 0
nouveau: DRM:00000000:8000000e: suspend completed in 635us
nouveau: DRM:00000000:8000000e: suspend children...
nouveau: DRM:00000000:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: DRM:00000000:8000000e: suspend completed in 256us
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000000:0000:0000: block 0
nouveau 0000:01:00.0: fifo:000000:0000:0000: preempt
nouveau 0000:01:00.0: fifo:000000:0000:0000: remove
nouveau 0000:01:00.0: fifo:000000: RAMRL: update cgrps:0 chans:0
nouveau 0000:01:00.0: fifo:000000: RAMRL: update start:0002e000
nouveau 0000:01:00.0: fifo:000000: RAMRL: commit start:0002e000 count:0
nouveau: DRM:00000000:0000c46f: suspend completed in 2349us
nouveau: DRM:00000000:0000c46f: suspend children...
nouveau: DRM:00000001:8000000e: suspend children...
nouveau: DRM:00000001:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 1 wait:0
nouveau 0000:01:00.0: fifo: event: ntfy state changed
nouveau 0000:01:00.0: fifo: event: decr 00000001 on 1
nouveau 0000:01:00.0: fifo: event: blocking 0 on 1
nouveau: DRM:00000001:8000000e: suspend completed in 642us
nouveau: DRM:00080001:8000000e: suspend children...
nouveau: DRM:00080001:8000000e: suspend running...
nouveau 0000:01:00.0: fifo: event: ntfy block 00000001 on 0 wait:0
nouveau: DRM:00080001:8000000e: suspend completed in 272us
nouveau: DRM:0004c5b5:0000c5b5: suspend children...
nouveau: DRM:0004c5b5:0000c5b5: suspend running...
nouveau 0000:01:00.0: fifo:000008:0001:0001: unbind cctx 8[ce2]
nouveau 0000:01:00.0: fifo:000008: stopped
nouveau 0000:01:00.0: fifo:000008:0001:0001: preempt
nouveau 0000:01:00.0: fifo:000008: running
nouveau: DRM:00000000:00000000: fini children...
nouveau: DRM:00000000:00000000: fini running...
nouveau: DRM:00000000:00000000: fini completed in 131us
nouveau: DRM:0004c5b5:0000c5b5: suspend completed in 1054us
nouveau: DRM:00000000:0000c46f: suspend running...
nouveau 0000:01:00.0: fifo:000008:0001:0001: block 0
nouveau 0000:01:00.0: fifo:000008:0001:0001: preempt
nouveau 0000:01:00.0: fifo:000008:0001:0001: remove
nouveau 0000:01:00.0: fifo:000008: RAMRL: update cgrps:0 chans:0
nouveau 0000:01:00.0: fifo:000008: RAMRL: update start:0003d000
nouveau 0000:01:00.0: fifo:000008: RAMRL: commit start:0003d000 count:0
nouveau: DRM:00000000:0000c46f: suspend completed in 3730us
nouveau: DRM:00000000:ffffffff: suspend children...
nouveau: DRM:00000000:ffffffff: suspend running...
nouveau: DRM:00000000:ffffffff: suspend completed in 134us
nouveau: DRM:00000000:00000080: suspend running...
nouveau: DRM:00000000:00000080: suspend completed in 9159us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 9571us
nouveau: DRM-master:00000000:00000000: suspend children...
nouveau: udevd[244]:00000000:00000080: suspend children...
nouveau: udevd[244]:00000000:80009009: suspend children...
nouveau: udevd[244]:00000000:8000c00d: suspend children...
nouveau: udevd[244]:00000000:8000c00d: suspend running...
nouveau: udevd[244]:00000000:8000c00d: suspend completed in 137us
nouveau: udevd[244]:00000000:80009009: suspend running...
nouveau: udevd[244]:00000000:80009009: suspend completed in 551us
nouveau: udevd[244]:00000000:00000080: suspend running...
nouveau 0000:01:00.0: suspend running...
nouveau 0000:01:00.0: sec2: suspend running...
nouveau 0000:01:00.0: sec2: dmem 00000040 <- 00000004 bytes at 00000000
dmem 00000040 <- 00030405
nouveau 0000:01:00.0: sec2: dmem 000000e0 -> 00000004 bytes at 00000000
dmem 000000e0 -> 00000405
nouveau 0000:01:00.0: sec2: released sec2 falcon
nouveau 0000:01:00.0: sec2: suspend completed in 885us
nouveau 0000:01:00.0: nvenc0: suspend running...
nouveau 0000:01:00.0: nvenc0: suspend completed in 4us
nouveau 0000:01:00.0: nvdec0: suspend running...
nouveau 0000:01:00.0: nvdec0: suspend completed in 3us
nouveau 0000:01:00.0: gr: suspend running...
nouveau 0000:01:00.0: gr: suspend completed in 4us
nouveau 0000:01:00.0: fifo: suspend running...
nouveau 0000:01:00.0: fifo: suspend completed in 5us
nouveau 0000:01:00.0: dma: suspend running...
nouveau 0000:01:00.0: dma: suspend completed in 0us
nouveau 0000:01:00.0: disp: suspend running...
nouveau 0000:01:00.0: disp: suspend completed in 0us
nouveau 0000:01:00.0: ce4: suspend running...
nouveau 0000:01:00.0: ce4: suspend completed in 4us
nouveau 0000:01:00.0: ce3: suspend running...
nouveau 0000:01:00.0: ce3: suspend completed in 3us
nouveau 0000:01:00.0: ce2: suspend running...
nouveau 0000:01:00.0: ce2: suspend completed in 3us
nouveau 0000:01:00.0: ce1: suspend running...
nouveau 0000:01:00.0: ce1: suspend completed in 3us
nouveau 0000:01:00.0: ce0: suspend running...
nouveau 0000:01:00.0: ce0: suspend completed in 4us
nouveau 0000:01:00.0: therm: suspend running...
nouveau 0000:01:00.0: therm: suspend completed in 1us
nouveau 0000:01:00.0: pmu: suspend running...
nouveau 0000:01:00.0: pmu: suspend completed in 0us
nouveau 0000:01:00.0: acr: suspend running...
nouveau 0000:01:00.0: sec2: reset running...
nouveau 0000:01:00.0: sec2: reset completed in 3us
nouveau 0000:01:00.0: acr: acquired pmu falcon
nouveau 0000:01:00.0: pmu(acr):unload: resetting
nouveau 0000:01:00.0: pmu(acr):unload: loading
nouveau 0000:01:00.0: pmu(acr): imem 0000fe00 <- 00000200 bytes at 00000000
imem 0000fe00 <- 00a000d0 0004fe00 107ea4bd 02f80100 00000089 98099e98 12f90a9d b6129b98 0100
imem 0000fe20 <- df9408e5 0f9c9818 9805fefd 9198139a 0e909814 b600f6fe defe08d5 00008900
imem 0000fe40 <- 089f9800 9408f994 9efd0cfe 059ffd05 89009bfe 98000000 99980c9f bcd4bd0b
imem 0000fe60 <- 733ef09f 9dfa0100 0099b804 ddb80001 a6000100 f108f49f 00b307f8 3cf46000
imem 0000fe80 <- 00008f02 00108906 059ffd00 f9faf4bd 8903f806 fe010000 0089009a 9e980000
imem 0000fea0 <- bce9b20d b73ef0e0 9dfa0100 0099b804 ddb80001 a6000100 f108f49f 008907f8
imem 0000fec0 <- 9f980000 0999980e b610f4b6 9ebc0895 0895b690 fe059ffd 0089009a 9f980000
imem 0000fee0 <- 08f99408 fd0cfe94 9ffd059e 009bfe05 00000089 98109f98 f5b6119e 18e99408
imem 0000ff00 <- fe059ffd e5b60097 00effe08 213ef4bd 008e0101 febc0600 05f9fa90 0100ffb8 0101
imem 0000ff20 <- f4fba600 03f8ef08 99cf0809 0894f000 8f1b0bf4 49010000 9ffa0090 09020f00
imem 0000ff40 <- 009ffa58 0409080f b3009ffa b20c00a0 3ec5f91b f9010159 0000b3c5 1031f412
imem 0000ff60 <- f41131f4 94bd1231 bd009afe 0011fba4 00000000 00000000 00000000 00000000
imem 0000ff80 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffa0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffc0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
imem 0000ffe0 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
nouveau 0000:01:00.0: acr: flcnBlDmemDesc
nouveau 0000:01:00.0: acr: 	reserved      : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	signature     : 0x00000000 0x00000000 0x00000000 0x00000000
nouveau 0000:01:00.0: acr: 	ctxDma        : 1
nouveau 0000:01:00.0: acr: 	codeDmaBase   : 0xa000
nouveau 0000:01:00.0: acr: 	nonSecCodeOff : 0x0
nouveau 0000:01:00.0: acr: 	nonSecCodeSize: 0x100
nouveau 0000:01:00.0: acr: 	secCodeOff    : 0x100
nouveau 0000:01:00.0: acr: 	secCodeSize   : 0x2700
nouveau 0000:01:00.0: acr: 	codeEntryPoint: 0x0
nouveau 0000:01:00.0: acr: 	dataDmaBase   : 0xc800
nouveau 0000:01:00.0: acr: 	dataSize      : 0x600
nouveau 0000:01:00.0: acr: 	argc          : 0x00000000
nouveau 0000:01:00.0: acr: 	argv          : 0x00000000
nouveau 0000:01:00.0: pmu(acr): dmem 00000000 <- 00000054 bytes at 00000000
dmem 00000000 <- 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dmem 00000020 <- 00000001 0000a000 00000000 00000000 00000100 00000100 00002700 00000000
dmem 00000040 <- 0000c800 00000000 00000600 00000000 00000000
nouveau 0000:01:00.0: pmu(acr):unload: booting
nouveau 0000:01:00.0: pmu(acr): mbox 00000000 00000000
nouveau 0000:01:00.0: pmu(acr):unload: booted
nouveau 0000:01:00.0: acr: released pmu falcon
nouveau 0000:01:00.0: acr: suspend completed in 8052us
nouveau 0000:01:00.0: fault: suspend running...
nouveau 0000:01:00.0: fault: event: ntfy block 00000001 on 0 wait:1
nouveau 0000:01:00.0: fault: event: ntfy state changed
nouveau 0000:01:00.0: fault: event: decr 00000001 on 0
nouveau 0000:01:00.0: fault: event: blocking 0 on 0
nouveau 0000:01:00.0: fault: suspend completed in 723us
nouveau 0000:01:00.0: bar: suspend running...
nouveau 0000:01:00.0: bar: suspend completed in 1us
nouveau 0000:01:00.0: mmu: suspend running...
nouveau 0000:01:00.0: mmu: suspend completed in 1us
nouveau 0000:01:00.0: ltc: suspend running...
nouveau 0000:01:00.0: ltc: suspend completed in 0us
nouveau 0000:01:00.0: fb: suspend running...
nouveau 0000:01:00.0: fb: suspend completed in 1us
nouveau 0000:01:00.0: imem: suspend running...
nouveau 0000:01:00.0: imem: suspend completed in 359607us
nouveau 0000:01:00.0: timer: suspend running...
nouveau 0000:01:00.0: timer: suspend completed in 0us
nouveau 0000:01:00.0: bus: suspend running...
nouveau 0000:01:00.0: bus: suspend completed in 0us
nouveau 0000:01:00.0: mc: suspend running...
nouveau 0000:01:00.0: mc: suspend completed in 0us
nouveau 0000:01:00.0: fuse: suspend running...
nouveau 0000:01:00.0: fuse: suspend completed in 1us
nouveau 0000:01:00.0: i2c: suspend running...
nouveau 0000:01:00.0: i2c: aux 0003: fini
nouveau 0000:01:00.0: i2c: aux 0004: fini
nouveau 0000:01:00.0: i2c: aux 0005: fini
nouveau 0000:01:00.0: i2c: aux 0006: fini
nouveau 0000:01:00.0: i2c: aux 0007: fini
nouveau 0000:01:00.0: i2c: aux 0008: fini
nouveau 0000:01:00.0: i2c: aux 0009: fini
nouveau 0000:01:00.0: i2c: bus 0000: fini
nouveau 0000:01:00.0: i2c: bus 0001: fini
nouveau 0000:01:00.0: i2c: bus 0002: fini
nouveau 0000:01:00.0: i2c: bus 0003: fini
nouveau 0000:01:00.0: i2c: bus 0004: fini
nouveau 0000:01:00.0: i2c: bus 0005: fini
nouveau 0000:01:00.0: i2c: bus 0006: fini
nouveau 0000:01:00.0: i2c: bus 0007: fini
nouveau 0000:01:00.0: i2c: bus 0008: fini
nouveau 0000:01:00.0: i2c: bus 0009: fini
nouveau 0000:01:00.0: i2c: pad 0100: fini
nouveau 0000:01:00.0: i2c: pad 0100: -> off
nouveau 0000:01:00.0: i2c: pad 0101: fini
nouveau 0000:01:00.0: i2c: pad 0101: -> off
nouveau 0000:01:00.0: i2c: pad 0102: fini
nouveau 0000:01:00.0: i2c: pad 0102: -> off
nouveau 0000:01:00.0: i2c: pad 0000: fini
nouveau 0000:01:00.0: i2c: pad 0000: -> off
nouveau 0000:01:00.0: i2c: pad 0001: fini
nouveau 0000:01:00.0: i2c: pad 0001: -> off
nouveau 0000:01:00.0: i2c: pad 0002: fini
nouveau 0000:01:00.0: i2c: pad 0002: -> off
nouveau 0000:01:00.0: i2c: pad 0003: fini
nouveau 0000:01:00.0: i2c: pad 0003: -> off
nouveau 0000:01:00.0: i2c: pad 0004: fini
nouveau 0000:01:00.0: i2c: pad 0004: -> off
nouveau 0000:01:00.0: i2c: pad 0005: fini
nouveau 0000:01:00.0: i2c: pad 0005: -> off
nouveau 0000:01:00.0: i2c: pad 0006: fini
nouveau 0000:01:00.0: i2c: pad 0006: -> off
nouveau 0000:01:00.0: i2c: pad 010a: fini
nouveau 0000:01:00.0: i2c: pad 010a: -> off
nouveau 0000:01:00.0: i2c: pad 010b: fini
nouveau 0000:01:00.0: i2c: pad 010b: -> off
nouveau 0000:01:00.0: i2c: pad 010c: fini
nouveau 0000:01:00.0: i2c: pad 010c: -> off
nouveau 0000:01:00.0: i2c: pad 010d: fini
nouveau 0000:01:00.0: i2c: pad 010d: -> off
nouveau 0000:01:00.0: i2c: pad 010e: fini
nouveau 0000:01:00.0: i2c: pad 010e: -> off
nouveau 0000:01:00.0: i2c: suspend completed in 5700us
nouveau 0000:01:00.0: gpio: suspend running...
nouveau 0000:01:00.0: gpio: suspend completed in 15us
nouveau 0000:01:00.0: privring: suspend running...
nouveau 0000:01:00.0: privring: suspend completed in 0us
nouveau 0000:01:00.0: devinit: suspend running...
nouveau 0000:01:00.0: devinit: suspend completed in 0us
nouveau 0000:01:00.0: bios: suspend running...
nouveau 0000:01:00.0: bios: suspend completed in 1us
nouveau 0000:01:00.0: pci: suspend running...
nouveau 0000:01:00.0: pci: suspend completed in 1us
nouveau 0000:01:00.0: vfn: suspend running...
nouveau 0000:01:00.0: vfn: suspend completed in 0us
nouveau 0000:01:00.0: gsp: suspend running...
nouveau 0000:01:00.0: gsp: suspend completed in 0us
nouveau 0000:01:00.0: top: suspend running...
nouveau 0000:01:00.0: top: suspend completed in 0us
nouveau 0000:01:00.0: suspend completed in 384959us...
nouveau: udevd[244]:00000000:00000080: suspend completed in 386151us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 386464us
nouveau: DRM-master:00000000:00000000: suspend running...
nouveau: DRM-master:00000000:00000000: suspend completed in 399673us
EXT4-fs (mmcblk0p1): unmounting filesystem e69f81de-9d7e-479d-b30c-5831057a6fc7.
EXT4-fs (sda9): unmounting filesystem c277df28-daed-4d3a-9c12-9009d53ad75e.
EXT4-fs (sda8): unmounting filesystem cc547c90-65be-4279-a6bc-cd33137355ca.
EXT4-fs (sda6): unmounting filesystem 0cc4bd15-983d-4064-8479-ffd5757fbb12.
EXT4-fs (sda2): unmounting filesystem 2c2b28d1-e737-40ab-9bd6-d0e29f0e6c1d.
EXT4-fs (nvme0n1p4): re-mounted b767471d-f668-40d4-a6e0-1b2a0a1725f0. Quota mode: disabled.
EXT4-fs (nvme0n1p4): re-mounted b767471d-f668-40d4-a6e0-1b2a0a1725f0. Quota mode: disabled.
sd 4:0:0:0: [sda] Synchronizing SCSI cache

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux