Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

TDA4VEN-Q1: GPU hangs when surround view app is running

Part Number: TDA4VEN-Q1
Other Parts Discussed in Thread: TDA4VL, TDA4VM

Tool/software:

Hi TI experts,

HW: custom board

SDK: j722s, 10.0

I am currently facing GPU hanging issue when I ported the surround view app code from TDA4VL SDK9.2 to TDA4VEN SDK10.0. Rendering sometimes stops when running the surround view application. Please help me to solve the problem, thanks!

The following are dmesg logs and pvrlogdump logs:

[20241107_08:06:47:018]root@j722s-evm:/app# dmesg
[20241107_08:06:47:038][    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a5000000, compatible id shared-dma-pool
[20241107_08:06:47:058][    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a6ffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@a5000000
[20241107_08:06:47:058][    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 96 MiB
[20241107_08:06:47:068][    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@a7000000, compatible id shared-dma-pool
[20241107_08:06:47:078][    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000acffffff (98304 KiB) nomap non-reusable vision-apps-dma-memory@a7000000
[20241107_08:06:47:088][    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad000000, size 1 MiB
[20241107_08:06:47:098][    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@ad000000, compatible id shared-dma-pool
[20241107_08:06:47:118][    0.000000] OF: reserved mem: 0x00000000ad000000..0x00000000ad0fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@ad000000
[20241107_08:06:47:118][    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad100000, size 63 MiB
[20241107_08:06:47:128][    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@ad100000, compatible id shared-dma-pool
[20241107_08:06:47:138][    0.000000] OF: reserved mem: 0x00000000ad100000..0x00000000b0ffffff (64512 KiB) nomap non-reusable vision-apps-c71_0-memory@ad100000
[20241107_08:06:47:148][    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1000000, size 1 MiB
[20241107_08:06:47:158][    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b1000000, compatible id shared-dma-pool
[20241107_08:06:47:168][    0.000000] OF: reserved mem: 0x00000000b1000000..0x00000000b10fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@b1000000
[20241107_08:06:47:188][    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1100000, size 63 MiB
[20241107_08:06:47:198][    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory1b1100000, compatible id shared-dma-pool
[20241107_08:06:47:208][    0.000000] OF: reserved mem: 0x00000000b1100000..0x00000000b4ffffff (64512 KiB) nomap non-reusable vision-apps-c71_1-memory1b1100000
[20241107_08:06:47:208][    0.000000] Reserved memory: created DMA memory pool at 0x00000000b5000000, size 24 MiB
[20241107_08:06:47:218][    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b5000000, compatible id shared-dma-pool
[20241107_08:06:47:228][    0.000000] OF: reserved mem: 0x00000000b5000000..0x00000000b67fffff (24576 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@b5000000
[20241107_08:06:47:238][    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[20241107_08:06:47:258][    0.000000] OF: reserved mem: 0x00000000b6800000..0x00000000d07fffff (425984 KiB) map non-reusable vision_apps_shared-memories
[20241107_08:06:47:268][    0.000000] Reserved memory: created CMA memory pool at 0x00000000fe000000, size 32 MiB
[20241107_08:06:47:278][    0.000000] OF: reserved mem: initialized node linux-cma-buffers@fe000000, compatible id shared-dma-pool
[20241107_08:06:47:288][    0.000000] OF: reserved mem: 0x00000000fe000000..0x00000000ffffffff (32768 KiB) map reusable linux-cma-buffers@fe000000
[20241107_08:06:47:288][    0.000000] Zone ranges:
[20241107_08:06:47:288][    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[20241107_08:06:47:298][    0.000000]   DMA32    empty
[20241107_08:06:47:298][    0.000000]   Normal   empty
[20241107_08:06:47:298][    0.000000] Movable zone start for each node
[20241107_08:06:47:308][    0.000000] Early memory node ranges
[20241107_08:06:47:308][    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
[20241107_08:06:47:328][    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a3ffffff]
[20241107_08:06:47:328][    0.000000]   node   0: [mem 0x00000000a4000000-0x00000000a4ffffff]
[20241107_08:06:47:338][    0.000000]   node   0: [mem 0x00000000a5000000-0x00000000b67fffff]
[20241107_08:06:47:338][    0.000000]   node   0: [mem 0x00000000b6800000-0x00000000ffffffff]
[20241107_08:06:47:348][    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[20241107_08:06:47:348][    0.000000] psci: probing for conduit method from DT.
[20241107_08:06:47:358][    0.000000] psci: PSCIv1.1 detected in firmware.
[20241107_08:06:47:358][    0.000000] psci: Using standard PSCI v0.2 function IDs
[20241107_08:06:47:368][    0.000000] psci: Trusted OS migration not required
[20241107_08:06:47:368][    0.000000] psci: SMC Calling Convention v1.4
[20241107_08:06:47:368][    0.000000] percpu: Embedded 20 pages/cpu s42920 r8192 d30808 u81920
[20241107_08:06:47:378][    0.000000] pcpu-alloc: s42920 r8192 d30808 u81920 alloc=20*4096
[20241107_08:06:47:378][    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[20241107_08:06:47:388][    0.000000] Detected VIPT I-cache on CPU0
[20241107_08:06:47:398][    0.000000] CPU features: detected: GIC system register CPU interface
[20241107_08:06:47:408][    0.000000] CPU features: detected: ARM erratum 845719
[20241107_08:06:47:408][    0.000000] alternatives: applying boot alternatives
[20241107_08:06:47:418][    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=6fd9a0c3-02 rw rootfstype=ext4 rootwait
[20241107_08:06:47:428][    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[20241107_08:06:47:438][    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[20241107_08:06:47:438][    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
[20241107_08:06:47:448][    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[20241107_08:06:47:448][    0.000000] software IO TLB: area num 4.
[20241107_08:06:47:468][    0.000000] software IO TLB: mapped [mem 0x00000000f78b0000-0x00000000fb8b0000] (64MB)
[20241107_08:06:47:478][    0.000000] Memory: 1134416K/2097152K available (11968K kernel code, 1252K rwdata, 4036K rodata, 2432K init, 504K bss, 929968K reserved, 32768K cma-reserved)
[20241107_08:06:47:478][    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[20241107_08:06:47:488][    0.000000] rcu: Preemptible hierarchical RCU implementation.
[20241107_08:06:47:488][    0.000000] rcu:     RCU event tracing is enabled.
[20241107_08:06:47:498][    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[20241107_08:06:47:498][    0.000000]  Trampoline variant of Tasks RCU enabled.
[20241107_08:06:47:508][    0.000000]  Tracing variant of Tasks RCU enabled.
[20241107_08:06:47:508][    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[20241107_08:06:47:518][    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[20241107_08:06:47:528][    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[20241107_08:06:47:538][    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[20241107_08:06:47:538][    0.000000] GICv3: 256 SPIs implemented
[20241107_08:06:47:538][    0.000000] GICv3: 0 Extended SPIs implemented
[20241107_08:06:47:548][    0.000000] Root IRQ handler: gic_handle_irq
[20241107_08:06:47:548][    0.000000] GICv3: GICv3 features: 16 PPIs
[20241107_08:06:47:558][    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[20241107_08:06:47:558][    0.000000] ITS [mem 0x01820000-0x0182ffff]
[20241107_08:06:47:568][    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[20241107_08:06:47:568][    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[20241107_08:06:47:578][    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
[20241107_08:06:47:588][    0.000000] ITS: using cache flushing for cmd queue
[20241107_08:06:47:588][    0.000000] GICv3: using LPI property table @0x0000000080040000
[20241107_08:06:47:598][    0.000000] GIC: using cache flushing for LPI property table
[20241107_08:06:47:608][    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
[20241107_08:06:47:618][    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[20241107_08:06:47:618][    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[20241107_08:06:47:625][    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[20241107_08:06:47:645][    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[20241107_08:06:47:645][    0.008596] Console: colour dummy device 80x25
[20241107_08:06:47:655][    0.013181] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[20241107_08:06:47:655][    0.023848] pid_max: default: 32768 minimum: 301
[20241107_08:06:47:665][    0.028639] LSM: initializing lsm=capability,integrity
[20241107_08:06:47:665][    0.033986] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[20241107_08:06:47:675][    0.041548] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[20241107_08:06:47:685][    0.051221] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[20241107_08:06:47:685][    0.058518] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[20241107_08:06:47:695][    0.066423] rcu: Hierarchical SRCU implementation.
[20241107_08:06:47:695][    0.071320] rcu:     Max phase no-delay instances is 1000.
[20241107_08:06:47:715][    0.076901] Platform MSI: msi-controller@1820000 domain created
[20241107_08:06:47:715][    0.083239] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[20241107_08:06:47:725][    0.092751] EFI services will not be available.
[20241107_08:06:47:725][    0.097636] smp: Bringing up secondary CPUs ...
[20241107_08:06:47:735][    0.102854] Detected VIPT I-cache on CPU1
[20241107_08:06:47:741][    0.102929] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[20241107_08:06:47:742][    0.102946] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[20241107_08:06:47:742][    0.102994] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[20241107_08:06:47:752][    0.103655] Detected VIPT I-cache on CPU2
[20241107_08:06:47:762][    0.103710] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[20241107_08:06:47:772][    0.103723] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[20241107_08:06:47:772][    0.103754] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[20241107_08:06:47:782][    0.104319] Detected VIPT I-cache on CPU3
[20241107_08:06:47:782][    0.104367] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[20241107_08:06:47:792][    0.104380] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[20241107_08:06:47:802][    0.104410] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[20241107_08:06:47:812][    0.104488] smp: Brought up 1 node, 4 CPUs
[20241107_08:06:47:812][    0.184103] SMP: Total of 4 processors activated.
[20241107_08:06:47:812][    0.188909] CPU features: detected: 32-bit EL0 Support
[20241107_08:06:47:822][    0.194172] CPU features: detected: CRC32 instructions
[20241107_08:06:47:822][    0.199477] CPU: All CPU(s) started at EL2
[20241107_08:06:47:832][    0.203669] alternatives: applying system-wide alternatives
[20241107_08:06:47:832][    0.210976] devtmpfs: initialized
[20241107_08:06:47:842][    0.224193] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[20241107_08:06:47:852][    0.234187] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[20241107_08:06:47:852][    0.242224] pinctrl core: initialized pinctrl subsystem
[20241107_08:06:47:852][    0.248130] DMI not present or invalid.
[20241107_08:06:47:862][    0.252656] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[20241107_08:06:47:862][    0.259541] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[20241107_08:06:47:882][    0.266854] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[20241107_08:06:47:892][    0.274866] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[20241107_08:06:47:892][    0.283028] audit: initializing netlink subsys (disabled)
[20241107_08:06:47:902][    0.288730] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[20241107_08:06:47:902][    0.289149] thermal_sys: Registered thermal governor 'step_wise'
[20241107_08:06:47:912][    0.296651] thermal_sys: Registered thermal governor 'power_allocator'
[20241107_08:06:47:912][    0.302822] cpuidle: using governor menu
[20241107_08:06:47:922][    0.313645] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[20241107_08:06:47:922][    0.320656] ASID allocator initialised with 65536 entries
[20241107_08:06:47:932][    0.340956] OF: /regulator-TLV71033: could not get #gpio-cells for /bus@f0000/gpio@600000
[20241107_08:06:47:942][    0.350789] Modules: 27680 pages in range for non-PLT usage
[20241107_08:06:47:952][    0.350800] Modules: 519200 pages in range for PLT usage
[20241107_08:06:47:952][    0.357206] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[20241107_08:06:47:962][    0.369592] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[20241107_08:06:47:972][    0.375992] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[20241107_08:06:47:972][    0.382922] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[20241107_08:06:47:982][    0.389322] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[20241107_08:06:47:982][    0.396251] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[20241107_08:06:47:992][    0.402650] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[20241107_08:06:47:992][    0.409579] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[20241107_08:06:48:002][    0.417308] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
[20241107_08:06:48:012][    0.427044] iommu: Default domain type: Translated
[20241107_08:06:48:022][    0.431968] iommu: DMA domain TLB invalidation policy: strict mode
[20241107_08:06:48:022][    0.438566] SCSI subsystem initialized
[20241107_08:06:48:032][    0.442525] libata version 3.00 loaded.
[20241107_08:06:48:032][    0.442688] usbcore: registered new interface driver usbfs
[20241107_08:06:48:042][    0.448322] usbcore: registered new interface driver hub
[20241107_08:06:48:042][    0.453776] usbcore: registered new device driver usb
[20241107_08:06:48:042][    0.459433] pps_core: LinuxPPS API ver. 1 registered
[20241107_08:06:48:052][    0.464505] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[20241107_08:06:48:062][    0.473841] PTP clock support registered
[20241107_08:06:48:062][    0.478013] EDAC MC: Ver: 3.0.0
[20241107_08:06:48:062][    0.481682] scmi_core: SCMI protocol bus registered
[20241107_08:06:48:072][    0.486958] FPGA manager framework
[20241107_08:06:48:072][    0.490509] Advanced Linux Sound Architecture Driver Initialized.
[20241107_08:06:48:072][    0.497615] vgaarb: loaded
[20241107_08:06:48:092][    0.500685] clocksource: Switched to clocksource arch_sys_counter
[20241107_08:06:48:092][    0.507155] VFS: Disk quotas dquot_6.6.0
[20241107_08:06:48:102][    0.511202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[20241107_08:06:48:102][    0.524294] Carveout Heap: Exported 416 MiB at 0x00000000b6800000
[20241107_08:06:48:112][    0.530645] NET: Registered PF_INET protocol family
[20241107_08:06:48:112][    0.535774] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[20241107_08:06:48:122][    0.544855] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[20241107_08:06:48:132][    0.553632] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[20241107_08:06:48:132][    0.561553] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[20241107_08:06:48:142][    0.569742] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[20241107_08:06:48:152][    0.577647] TCP: Hash tables configured (established 16384 bind 16384)
[20241107_08:06:48:162][    0.584503] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[20241107_08:06:48:172][    0.591416] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[20241107_08:06:48:172][    0.598884] NET: Registered PF_UNIX/PF_LOCAL protocol family
[20241107_08:06:48:182][    0.605108] RPC: Registered named UNIX socket transport module.
[20241107_08:06:48:182][    0.611175] RPC: Registered udp transport module.
[20241107_08:06:48:192][    0.615980] RPC: Registered tcp transport module.
[20241107_08:06:48:192][    0.620781] RPC: Registered tcp-with-tls transport module.
[20241107_08:06:48:202][    0.626382] RPC: Registered tcp NFSv4.1 backchannel transport module.
[20241107_08:06:48:202][    0.632963] NET: Registered PF_XDP protocol family
[20241107_08:06:48:202][    0.637870] PCI: CLS 0 bytes, default 64
[20241107_08:06:48:212][    0.643179] Initialise system trusted keyrings
[20241107_08:06:48:212][    0.647939] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[20241107_08:06:48:232][    0.654824] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[20241107_08:06:48:232][    0.661057] NFS: Registering the id_resolver key type
[20241107_08:06:48:232][    0.666252] Key type id_resolver registered
[20241107_08:06:48:242][    0.670524] Key type id_legacy registered
[20241107_08:06:48:242][    0.674634] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[20241107_08:06:48:257][    0.681479] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[20241107_08:06:48:258][    0.721385] Key type asymmetric registered
[20241107_08:06:48:259][    0.725575] Asymmetric key parser 'x509' registered
[20241107_08:06:48:269][    0.730604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[20241107_08:06:48:279][    0.738162] io scheduler mq-deadline registered
[20241107_08:06:48:279][    0.742788] io scheduler kyber registered
[20241107_08:06:48:279][    0.746912] io scheduler bfq registered
[20241107_08:06:48:289][    0.753980] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[20241107_08:06:48:289][    0.760561] pinctrl-single f4000.pinctrl: 171 pins, size 684
[20241107_08:06:48:299][    0.773015] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[20241107_08:06:48:299][    0.789491] loop: module loaded
[20241107_08:06:48:299][    0.793730] megasas: 07.725.01.00-rc1
[20241107_08:06:48:309][    0.801110] tun: Universal TUN/TAP device driver, 1.6
[20241107_08:06:48:309][    0.807280] VFIO - User Level meta-driver version: 0.3
[20241107_08:06:48:329][    0.813702] usbcore: registered new interface driver usb-storage
[20241107_08:06:48:329][    0.820455] i2c_dev: i2c /dev entries driver
[20241107_08:06:48:329][    0.826105] sdhci: Secure Digital Host Controller Interface driver
[20241107_08:06:48:339][    0.832448] sdhci: Copyright(c) Pierre Ossman
[20241107_08:06:48:339][    0.837124] sdhci-pltfm: SDHCI platform and OF driver helper
[20241107_08:06:48:349][    0.843557] ledtrig-cpu: registered to indicate activity on CPUs
[20241107_08:06:48:359][    0.849998] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[20241107_08:06:48:359][    0.857224] usbcore: registered new interface driver usbhid
[20241107_08:06:48:359][    0.862934] usbhid: USB HID core driver
[20241107_08:06:48:369][    0.867137] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
[20241107_08:06:48:379][    0.873990] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
[20241107_08:06:48:379][    0.880781] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
[20241107_08:06:48:389][    0.887559] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
[20241107_08:06:48:399][    0.895608] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[20241107_08:06:48:409][    0.904652] optee: probing for conduit method.
[20241107_08:06:48:409][    0.909232] optee: revision 4.2 (12d7c4ee)
[20241107_08:06:48:409][    0.909528] optee: dynamic shared memory is enabled
[20241107_08:06:48:425][    0.918936] optee: initialized driver
[20241107_08:06:48:425][    0.924585] NET: Registered PF_PACKET protocol family
[20241107_08:06:48:426][    0.929855] Key type dns_resolver registered
[20241107_08:06:48:426][    0.941489] registered taskstats version 1
[20241107_08:06:48:426][    0.945935] Loading compiled-in X.509 certificates
[20241107_08:06:48:446][    0.962768] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
[20241107_08:06:48:446][    1.015074] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
[20241107_08:06:48:456][    1.021347] OF: /regulator-TLV71033: could not get #gpio-cells for /bus@f0000/gpio@600000
[20241107_08:06:48:466][    1.022261] pca953x 1-0023: supply vcc not found, using dummy regulator
[20241107_08:06:48:466][    1.036588] pca953x 1-0023: using AI
[20241107_08:06:48:466][    2.076703] omap_i2c 20000000.i2c: controller timed out
[20241107_08:06:48:475][    2.082062] pca953x 1-0023: failed writing register
[20241107_08:06:48:475][    2.087215] pca953x: probe of 1-0023 failed with error -110
[20241107_08:06:48:495][    2.093336] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
[20241107_08:06:48:495][    2.099344] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[20241107_08:06:48:505][    2.107685] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[20241107_08:06:48:515][    2.116886] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[20241107_08:06:48:525][    2.125843] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
[20241107_08:06:48:525][    2.140070] ti-udma 485c0100.dma-controller: Number of rings: 82
[20241107_08:06:48:535][    2.148464] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
[20241107_08:06:48:535][    2.159212] ti-udma 485c0000.dma-controller: Number of rings: 150
[20241107_08:06:48:555][    2.169993] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[20241107_08:06:48:555][    2.179458] ti-udma 4e230000.dma-controller: Number of rings: 40
[20241107_08:06:48:565][    2.187020] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12)
[20241107_08:06:48:565][    2.197287] printk: console [ttyS2] disabled
[20241107_08:06:48:575][    2.201978] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 270, base_baud = 3000000) is a 8250
[20241107_08:06:48:592][    2.210873] printk: console [ttyS2] enabled
[20241107_08:06:48:592][    2.219351] printk: bootconsole [ns16550a0] disabled
[20241107_08:06:48:592][    2.235537] spi-nor spi0.0: spi-nor-generic (32768 Kbytes)
[20241107_08:06:48:593][    2.241133] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[20241107_08:06:48:603][    2.248094] Creating 7 MTD partitions on "fc40000.spi.0":
[20241107_08:06:48:613][    2.253488] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[20241107_08:06:48:613][    2.260148] 0x000000080000-0x000000280000 : "ospi.tispl"
[20241107_08:06:48:623][    2.266497] 0x000000280000-0x000000680000 : "ospi.u-boot"
[20241107_08:06:48:623][    2.272933] 0x000000680000-0x0000006c0000 : "ospi.env"
[20241107_08:06:48:632][    2.279048] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[20241107_08:06:48:632][    2.285798] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[20241107_08:06:48:641][    2.291220] mtd: partition "ospi.rootfs" extends beyond the end of device "fc40000.spi.0" -- size truncated to 0x1800000
[20241107_08:06:48:651][    2.303105] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[20241107_08:06:48:661][    2.308877] mtd: partition "ospi.phypattern" is out of reach -- disabled
[20241107_08:06:48:671][    2.356703] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
[20241107_08:06:48:671][    2.366361] dp83812_read_straps: Strap is 0x31C0
[20241107_08:06:48:681][    2.599421] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83TC813R-Q1
[20241107_08:06:48:691][    2.608067] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
[20241107_08:06:48:701][    2.621062] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[20241107_08:06:48:711][    2.628197] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[20241107_08:06:48:721][    2.634768] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
[20241107_08:06:48:721][    2.648293] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[20241107_08:06:48:731][    2.660721] cpu cpu0: _of_add_opp_table_v2: no supported OPPs
[20241107_08:06:48:731][    2.666531] cpu cpu0: OPP table can't be empty
[20241107_08:06:48:731][    2.672263] mmc0: CQHCI version 5.10
[20241107_08:06:48:741][    2.672632] mmc1: CQHCI version 5.10
[20241107_08:06:48:741][    2.684006] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
[20241107_08:06:48:757][    2.692819] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[20241107_08:06:48:758][    2.700150] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[20241107_08:06:48:758][    2.708759] clk: Disabling unused clocks
[20241107_08:06:48:768][    2.717290] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[20241107_08:06:48:778][    2.718141] ALSA device list:
[20241107_08:06:48:778][    2.719287] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[20241107_08:06:48:788][    2.735320]   No soundcards found.
[20241107_08:06:48:788][    2.739058] Waiting for root device PARTUUID=6fd9a0c3-02...
[20241107_08:06:48:798][    2.756067] mmc1: new high speed SDHC card at address aaaa
[20241107_08:06:48:808][    2.762195] mmcblk1: mmc1:aaaa SA16G 14.8 GiB
[20241107_08:06:48:808][    2.770096]  mmcblk1: p1 p2
[20241107_08:06:48:808][    2.799833] mmc0: Command Queue Engine enabled
[20241107_08:06:48:818][    2.804311] mmc0: new HS400 MMC card at address 0001
[20241107_08:06:48:818][    2.809872] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB
[20241107_08:06:48:818][    2.815811] mmcblk0boot0: mmc0:0001 8GUF4R 31.9 MiB
[20241107_08:06:48:828][    2.821607] mmcblk0boot1: mmc0:0001 8GUF4R 31.9 MiB
[20241107_08:06:48:828][    2.827334] mmcblk0rpmb: mmc0:0001 8GUF4R 4.00 MiB, chardev (239:0)
[20241107_08:06:48:838][    2.973249] EXT4-fs (mmcblk1p2): recovery complete
[20241107_08:06:48:848][    2.978992] EXT4-fs (mmcblk1p2): mounted filesystem f9b04efc-daaf-4b6c-aa58-bc59212d2322 r/w with ordered data mode. Quota mode: none.
[20241107_08:06:48:858][    2.991139] VFS: Mounted root (ext4 filesystem) on device 179:2.
[20241107_08:06:48:858][    2.999250] devtmpfs: mounted
[20241107_08:06:48:858][    3.002932] Freeing unused kernel memory: 2432K
[20241107_08:06:48:868][    3.007540] Run /sbin/init as init process
[20241107_08:06:48:868][    3.011634]   with arguments:
[20241107_08:06:48:868][    3.011638]     /sbin/init
[20241107_08:06:48:868][    3.011641]   with environment:
[20241107_08:06:48:878][    3.011644]     HOME=/
[20241107_08:06:48:888][    3.011647]     TERM=linux
[20241107_08:06:48:888][    3.554646] systemd[1]: System time before build time, advancing clock.
[20241107_08:06:48:898][    3.657107] NET: Registered PF_INET6 protocol family
[20241107_08:06:48:898][    3.663076] Segment Routing with IPv6
[20241107_08:06:48:898][    3.666840] In-situ OAM (IOAM) with IPv6
[20241107_08:06:48:918][    3.726591] systemd[1]: systemd 255.4^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[20241107_08:06:48:938][    3.758455] systemd[1]: Detected architecture arm64.
[20241107_08:06:48:938][    3.782918] systemd[1]: Hostname set to <j722s-evm>.
[20241107_08:06:48:958][    4.154839] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[20241107_08:06:48:978][    4.284877] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[20241107_08:06:48:988][    4.382464] systemd[1]: Queued start job for default target Graphical Interface.
[20241107_08:06:48:988][    4.426496] systemd[1]: Created slice Slice /system/getty.
[20241107_08:06:48:998][    4.451128] systemd[1]: Created slice Slice /system/modprobe.
[20241107_08:06:48:998][    4.475029] systemd[1]: Created slice Slice /system/serial-getty.
[20241107_08:06:49:008][    4.498476] systemd[1]: Created slice User and Session Slice.
[20241107_08:06:49:018][    4.521218] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[20241107_08:06:49:028][    4.545066] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[20241107_08:06:49:038][    4.568947] systemd[1]: Expecting device /dev/ttyS2...
[20241107_08:06:49:038][    4.584982] systemd[1]: Reached target Path Units.
[20241107_08:06:49:038][    4.600841] systemd[1]: Reached target Remote File Systems.
[20241107_08:06:49:048][    4.620819] systemd[1]: Reached target Slice Units.
[20241107_08:06:49:048][    4.636879] systemd[1]: Reached target Swaps.
[20241107_08:06:49:058][    4.689854] systemd[1]: Listening on RPCbind Server Activation Socket.
[20241107_08:06:49:058][    4.713009] systemd[1]: Reached target RPC Port Mapper.
[20241107_08:06:49:068][    4.741771] systemd[1]: Listening on Process Core Dump Socket.
[20241107_08:06:49:068][    4.765254] systemd[1]: Listening on initctl Compatibility Named Pipe.
[20241107_08:06:49:078][    4.789979] systemd[1]: Listening on Journal Audit Socket.
[20241107_08:06:49:078][    4.813533] systemd[1]: Listening on Journal Socket (/dev/log).
[20241107_08:06:49:098][    4.837542] systemd[1]: Listening on Journal Socket.
[20241107_08:06:49:098][    4.853709] systemd[1]: Listening on Network Service Netlink Socket.
[20241107_08:06:49:108][    4.884486] systemd[1]: Listening on udev Control Socket.
[20241107_08:06:49:108][    4.905442] systemd[1]: Listening on udev Kernel Socket.
[20241107_08:06:49:118][    4.925446] systemd[1]: Listening on User Database Manager Socket.
[20241107_08:06:49:118][    4.981096] systemd[1]: Mounting Huge Pages File System...
[20241107_08:06:49:128][    5.001293] systemd[1]: Mounting POSIX Message Queue File System...
[20241107_08:06:49:128][    5.029309] systemd[1]: Mounting Kernel Debug File System...
[20241107_08:06:49:138][    5.045373] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[20241107_08:06:49:148][    5.063917] systemd[1]: Mounting Temporary Directory /tmp...
[20241107_08:06:49:148][    5.086796] systemd[1]: Starting Create List of Static Device Nodes...
[20241107_08:06:49:168][    5.117630] systemd[1]: Starting Load Kernel Module configfs...
[20241107_08:06:49:168][    5.137666] systemd[1]: Starting Load Kernel Module drm...
[20241107_08:06:49:178][    5.161800] systemd[1]: Starting Load Kernel Module fuse...
[20241107_08:06:49:178][    5.183319] systemd[1]: Starting Start psplash boot splash screen...
[20241107_08:06:49:188][    5.207286] fuse: init (API version 7.39)
[20241107_08:06:49:188][    5.220447] systemd[1]: Starting RPC Bind...
[20241107_08:06:49:198][    5.237225] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[20241107_08:06:49:208][    5.258536] systemd[1]: Starting Journal Service...
[20241107_08:06:49:208][    5.297611] systemd[1]: Starting Load Kernel Modules...
[20241107_08:06:49:218][    5.318236] systemd[1]: Starting Generate network units from Kernel command line...
[20241107_08:06:49:218][    5.363701] systemd-journald[118]: Collecting audit messages is enabled.
[20241107_08:06:49:238][    5.371326] systemd[1]: Starting Remount Root and Kernel File Systems...
[20241107_08:06:49:238][    5.398422] systemd[1]: Starting Coldplug All udev Devices...
[20241107_08:06:49:248][    5.421736] systemd[1]: Started RPC Bind.
[20241107_08:06:49:248][    5.441425] systemd[1]: Mounted Huge Pages File System.
[20241107_08:06:49:258][    5.454063] EXT4-fs (mmcblk1p2): re-mounted f9b04efc-daaf-4b6c-aa58-bc59212d2322 r/w. Quota mode: none.
[20241107_08:06:49:258][    5.467464] systemd[1]: Started Journal Service.
[20241107_08:06:49:268][    5.881170] systemd-journald[118]: Received client request to flush runtime journal.
[20241107_08:06:49:278][    6.171588] audit: type=1334 audit(1709054766.612:2): prog-id=6 op=LOAD
[20241107_08:06:49:278][    6.178330] audit: type=1334 audit(1709054766.620:3): prog-id=7 op=LOAD
[20241107_08:06:49:288][    6.475057] audit: type=1334 audit(1709054766.916:4): prog-id=8 op=LOAD
[20241107_08:06:49:288][    6.520661] audit: type=1334 audit(1709054766.960:5): prog-id=9 op=LOAD
[20241107_08:06:49:308][    6.638106] audit: type=1334 audit(1709054767.080:6): prog-id=10 op=LOAD
[20241107_08:06:49:308][    6.651113] audit: type=1334 audit(1709054767.088:7): prog-id=11 op=LOAD
[20241107_08:06:49:318][    6.660814] audit: type=1334 audit(1709054767.088:8): prog-id=12 op=LOAD
[20241107_08:06:49:318][    7.296772] random: crng init done
[20241107_08:06:49:318][    7.731391] CAN device driver interface
[20241107_08:06:49:328][    7.757101] mc: Linux media interface: v0.10
[20241107_08:06:49:328][    7.792629] videodev: Linux video capture interface: v2.00
[20241107_08:06:49:338][    7.800007] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
[20241107_08:06:49:348][    7.828769] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode
[20241107_08:06:49:348][    7.837655] remoteproc remoteproc0: 7e000000.dsp is available
[20241107_08:06:49:358][    7.853527] remoteproc remoteproc0: attaching to 7e000000.dsp
[20241107_08:06:49:358][    7.862662] k3-dsp-rproc 7e000000.dsp: DSP initialized in IPC-only mode
[20241107_08:06:49:378][    7.873799] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
[20241107_08:06:49:388][    7.886874] virtio_rpmsg_bus virtio0: rpmsg host is online
[20241107_08:06:49:388][    7.892563] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[20241107_08:06:49:398][    7.894550] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[20241107_08:06:49:398][    7.907821] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached
[20241107_08:06:49:408][    7.923148] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
[20241107_08:06:49:426][    7.933950] k3-dsp-rproc 7e200000.dsp: configured DSP for IPC-only mode
[20241107_08:06:49:426][    7.941337] platform 79000000.r5f: configured R5F for IPC-only mode
[20241107_08:06:49:426][    7.947914] remoteproc remoteproc1: 7e200000.dsp is available
[20241107_08:06:49:436][    7.949014] platform 79000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
[20241107_08:06:49:446][    7.953938] remoteproc remoteproc1: attaching to 7e200000.dsp
[20241107_08:06:49:456][    7.971551] remoteproc remoteproc2: 79000000.r5f is available
[20241107_08:06:49:456][    7.977515] audit: type=1334 audit(1730885658.109:9): prog-id=13 op=LOAD
[20241107_08:06:49:466][    7.977590] remoteproc remoteproc2: attaching to 79000000.r5f
[20241107_08:06:49:466][    7.984838] k3-dsp-rproc 7e200000.dsp: DSP initialized in IPC-only mode
[20241107_08:06:49:476][    7.997223] platform 79000000.r5f: R5F core initialized in IPC-only mode
[20241107_08:06:49:486][    8.004295] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
[20241107_08:06:49:496][    8.009370] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
[20241107_08:06:49:506][    8.033307] virtio_rpmsg_bus virtio1: rpmsg host is online
[20241107_08:06:49:506][    8.034426] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[20241107_08:06:49:516][    8.035192] virtio_rpmsg_bus virtio2: rpmsg host is online
[20241107_08:06:49:526][    8.035238] rproc-virtio rproc-virtio.1.auto: registered virtio2 (type 7)
[20241107_08:06:49:526][    8.035247] remoteproc remoteproc1: remote processor 7e200000.dsp is now attached
[20241107_08:06:49:536][    8.049809] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
[20241107_08:06:49:536][    8.050898] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[20241107_08:06:49:546][    8.064584] remoteproc remoteproc2: remote processor 79000000.r5f is now attached
[20241107_08:06:49:556][    8.070864] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[20241107_08:06:49:576][    8.099913] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[20241107_08:06:49:576][    8.115044] platform 78000000.r5f: configured R5F for IPC-only mode
[20241107_08:06:49:586][    8.115220] platform 78000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
[20241107_08:06:49:586][    8.131939] remoteproc remoteproc3: 78000000.r5f is available
[20241107_08:06:49:596][    8.132032] remoteproc remoteproc3: attaching to 78000000.r5f
[20241107_08:06:49:606][    8.147272] platform 78000000.r5f: R5F core initialized in IPC-only mode
[20241107_08:06:49:606][    8.156254] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
[20241107_08:06:49:616][    8.170962] virtio_rpmsg_bus virtio3: rpmsg host is online
[20241107_08:06:49:626][    8.171826] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[20241107_08:06:49:636][    8.176869] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
[20241107_08:06:49:646][    8.184769] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[20241107_08:06:49:646][    8.190953] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
[20241107_08:06:49:656][    8.205905] platform 78400000.r5f: configured R5F for IPC-only mode
[20241107_08:06:49:666][    8.206127] platform 78400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
[20241107_08:06:49:666][    8.222427] remoteproc remoteproc4: 78400000.r5f is available
[20241107_08:06:49:676][    8.233358] remoteproc remoteproc4: attaching to 78400000.r5f
[20241107_08:06:49:676][    8.240208] platform 78400000.r5f: R5F core initialized in IPC-only mode
[20241107_08:06:49:686][    8.242170] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
[20241107_08:06:49:706][    8.253748] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
[20241107_08:06:49:706][    8.266850] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[20241107_08:06:49:716][    8.274719] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
[20241107_08:06:49:716][    8.277865] virtio_rpmsg_bus virtio4: rpmsg host is online
[20241107_08:06:49:726][    8.280948] vdec 30210000.video-codec: Product Code:      0x521c
[20241107_08:06:49:726][    8.280964] vdec 30210000.video-codec: Firmware Revision: 320127
[20241107_08:06:49:736][    8.282450] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
[20241107_08:06:49:746][    8.286830] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[20241107_08:06:49:746][    8.286883] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:07 UTC (7)
[20241107_08:06:49:756][    8.287858] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
[20241107_08:06:49:756][    8.293975] virtio_rpmsg_bus virtio0: msg received with no recipient
[20241107_08:06:49:776][    8.299718] remoteproc remoteproc4: remote processor 78400000.r5f is now attached
[20241107_08:06:49:776][    8.311684] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
[20241107_08:06:49:786][    8.348450] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
[20241107_08:06:49:796][    8.356133] virtio_rpmsg_bus virtio4: msg received with no recipient
[20241107_08:06:49:796][    8.367955] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[20241107_08:06:49:806][    8.375436] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
[20241107_08:06:49:816][    8.383129] virtio_rpmsg_bus virtio2: msg received with no recipient
[20241107_08:06:49:816][    8.445443] e5010 fd20000.e5010: Device registered as /dev/video2
[20241107_08:06:49:824][    8.467531] m_can_platform 4e18000.can: m_can device registered (irq=489, version=32)
[20241107_08:06:49:834][    8.496399] m_can_platform 4e08000.can: m_can device registered (irq=490, version=32)
[20241107_08:06:49:844][    8.600440] pvrsrvkm: loading out-of-tree module taints kernel.
[20241107_08:06:49:844][    8.624365] PVR_K:  177: Device: fd80000.gpu
[20241107_08:06:49:854][    8.639773] PVR_K:  177: Read BVNC 36.53.104.796 from HW device registers
[20241107_08:06:49:864][    8.648581] PVR_K:  177: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[20241107_08:06:49:864][    8.676983] [drm] Initialized pvr 24.1.6554834 20170530 for fd80000.gpu on minor 0
[20241107_08:06:49:874][    8.779857] dbus-broker-lau[396]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[20241107_08:06:49:874][    8.902078] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[20241107_08:06:49:894][    8.912399] m_can_platform 4e18000.can mcu_mcan1: renamed from can0
[20241107_08:06:49:894][    8.913252] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
[20241107_08:06:49:904][    8.922288] audit: type=1334 audit(1730885659.047:10): prog-id=14 op=LOAD
[20241107_08:06:49:914][    8.930220] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
[20241107_08:06:49:914][    8.946561] audit: type=1334 audit(1730885659.071:11): prog-id=15 op=LOAD
[20241107_08:06:49:924][    8.948389] xhci-hcd xhci-hcd.6.auto: irq 492, io mem 0x31210000
[20241107_08:06:49:924][    8.964996] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[20241107_08:06:49:934][    8.971770] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
[20241107_08:06:49:944][    8.982837] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
[20241107_08:06:49:944][    8.993219] hub 1-0:1.0: USB hub found
[20241107_08:06:49:944][    9.001417] hub 1-0:1.0: 1 port detected
[20241107_08:06:49:964][    9.013650] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[20241107_08:06:49:964][    9.024183] hub 2-0:1.0: USB hub found
[20241107_08:06:49:974][    9.031448] m_can_platform 4e08000.can mcu_mcan0: renamed from can1
[20241107_08:06:49:974][    9.039327] hub 2-0:1.0: 1 port detected
[20241107_08:06:49:984][    9.832054] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[20241107_08:06:49:984][    9.861701] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[20241107_08:06:49:994][    9.869751] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[20241107_08:06:49:994][   10.112928] Bluetooth: Core ver 2.22
[20241107_08:06:50:004][   10.116670] NET: Registered PF_BLUETOOTH protocol family
[20241107_08:06:50:004][   10.122290] Bluetooth: HCI device and connection manager initialized
[20241107_08:06:50:014][   10.128738] Bluetooth: HCI socket layer initialized
[20241107_08:06:50:014][   10.133689] Bluetooth: L2CAP socket layer initialized
[20241107_08:06:50:024][   10.138809] Bluetooth: SCO socket layer initialized
[20241107_08:06:50:034][   10.224898] dp83812_read_straps: Strap is 0x31C0
[20241107_08:06:50:044][   10.523095] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83TC813R-Q1] (irq=POLL)
[20241107_08:06:50:044][   10.533050] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[20241107_08:06:50:054][   10.547905] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[20241107_08:06:50:064][   11.815656] kauditd_printk_skb: 2 callbacks suppressed
[20241107_08:06:50:074][   11.815671] audit: type=1006 audit(1730885661.947:14): pid=566 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[20241107_08:06:50:084][   11.833557] audit: type=1300 audit(1730885661.947:14): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffead47b48 a2=4 a3=1 items=0 ppid=1 pid=566 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[20241107_08:06:50:108][   11.860387] audit: type=1327 audit(1730885661.947:14): proctitle="(systemd)"
[20241107_08:06:50:119][   12.849175] audit: type=1006 audit(1730885662.983:15): pid=547 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[20241107_08:06:50:129][   12.863714] audit: type=1300 audit(1730885662.983:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffc7724b8 a2=4 a3=1 items=0 ppid=1 pid=547 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[20241107_08:06:50:149][   12.890668] audit: type=1327 audit(1730885662.983:15): proctitle="(weston)"
[20241107_08:06:50:159][   19.101800] platform can-phy2: deferred probe pending
[20241107_08:06:50:159][   19.106875] platform 20701000.can: deferred probe pending
[20241107_08:06:50:169][   19.112280] platform f102000.pcie: deferred probe pending
[20241107_08:06:50:179][   19.117691] platform sound: deferred probe pending
[20241107_08:06:50:189][   19.963458] audit: type=1006 audit(1730885670.095:16): pid=947 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[20241107_08:06:50:199][   19.975927] audit: type=1300 audit(1730885670.095:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd809c7f8 a2=1 a3=1 items=0 ppid=1 pid=947 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[20241107_08:06:50:219][   20.002453] audit: type=1327 audit(1730885670.095:16): proctitle="(systemd)"
[20241107_08:06:50:219][   20.009551] audit: type=1334 audit(1730885670.123:17): prog-id=18 op=LOAD
[20241107_08:06:50:239][   20.016426] audit: type=1300 audit(1730885670.123:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffff7869a8 a2=90 a3=0 items=0 ppid=1 pid=947 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
[20241107_08:06:50:259][   20.042206] audit: type=1327 audit(1730885670.123:17): proctitle="(systemd)"
[20241107_08:06:50:259][   20.049309] audit: type=1334 audit(1730885670.135:18): prog-id=18 op=UNLOAD
[20241107_08:06:50:279][   20.056314] audit: type=1300 audit(1730885670.135:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffad1f8c60 items=0 ppid=1 pid=947 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
[20241107_08:06:50:299][   20.081896] audit: type=1327 audit(1730885670.135:18): proctitle="(systemd)"
[20241107_08:06:50:299][   20.089149] audit: type=1334 audit(1730885670.135:19): prog-id=19 op=LOAD
[20241107_08:06:50:319][   31.508710] PVR_K:  976: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[20241107_08:06:50:319][   31.534109] PVR_K:  976: Shader binary image 'rgx.sh.36.53.104.796' loaded
[20241107_08:06:50:329][ 5189.950687] PVR_K:  422: ------------[ PVR DBG: START (High) ]------------
[20241107_08:06:50:339][ 5189.957619] PVR_K:  422: OS kernel info: Linux 6.6.32 #2 SMP PREEMPT Thu Oct 17 09:54:25 CST 2024 aarch64
[20241107_08:06:50:339][ 5189.967190] PVR_K:  422: DDK info: Rogue_DDK_Linux_WS rogueddk 24.1@6554834 (release) j722s_linux
[20241107_08:06:50:349][ 5189.976066] PVR_K:  422: Time now: 5189976062us
[20241107_08:06:50:349][ 5189.980605] PVR_K:  422: Services State: OK
[20241107_08:06:50:359][ 5189.985095] PVR_K:  422: Server Errors: 0
[20241107_08:06:50:359][ 5189.989320] PVR_K:  422: Connections Device ID:0(128) P966-V966-T976-avp_master.out
[20241107_08:06:50:369][ 5189.997119] PVR_K:  422: ------[ Driver Info ]------
[20241107_08:06:50:369][ 5190.002146] PVR_K:  422: Comparison of UM/KM components: MATCHING
[20241107_08:06:50:379][ 5190.008239] PVR_K:  422: KM Arch: 64 Bit
[20241107_08:06:50:389][ 5190.012160] PVR_K:  422: Driver Mode: Native
[20241107_08:06:50:389][ 5190.016427] PVR_K:  422: UM Connected Clients: 64 Bit
[20241107_08:06:50:399][ 5190.021485] PVR_K:  422: UM info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:50:409][ 5190.029464] PVR_K:  422: KM info: 24.1 @  6554834 (release) build options: 0x00000810
[20241107_08:06:50:409][ 5190.037491] PVR_K:  422: Window system: lws-generic
[20241107_08:06:50:409][ 5190.042522] PVR_K:  422: Power lock status: Free
[20241107_08:06:50:419][ 5190.047158] PVR_K:  422: ------[ Server Thread Summary ]------
[20241107_08:06:50:419][ 5190.052993] PVR_K:  422:   pvr_defer_free : Running
[20241107_08:06:50:429][ 5190.057876] PVR_K:  422:     Number of deferred cleanup items: QUEUED: 00000  CONNECTION : 00000 MMU : 00000 OSMEM : 00000 PMR : 00000
[20241107_08:06:50:439][ 5190.069966] PVR_K:  422:     Number of deferred cleanup items dropped after retry limit reached : 0
[20241107_08:06:50:449][ 5190.079197] PVR_K:  422:   pvr_device_wdg : Running
[20241107_08:06:50:459][ 5190.084123] PVR_K:  422: Active Threads (UM/KM): 1 / 2
[20241107_08:06:50:459][ 5190.089358] PVR_K:  422: Suspended Threads: 0
[20241107_08:06:50:469][ 5190.093729] PVR_K:  422: ------[ RGX Device ID:0 Start ]------
[20241107_08:06:50:469][ 5190.099572] PVR_K:  422: ------[ RGX Info ]------
[20241107_08:06:50:479][ 5190.104279] PVR_K:  422: Device Node (Info): 00000000510e0827 (0000000042f9fe29)
[20241107_08:06:50:479][ 5190.111677] PVR_K:  422:     DevmemHistoryRecordStats - None
[20241107_08:06:50:489][ 5190.117331] PVR_K:  422: RGX BVNC: 36.53.104.796 (rogue)
[20241107_08:06:50:489][ 5190.122639] PVR_K:  422: RGX Device State: ACTIVE
[20241107_08:06:50:499][ 5190.127340] PVR_K:  422: RGX Power State: ON
[20241107_08:06:50:499][ 5190.131606] PVR_K:  422: RGX Health Status: OK, Reason: NONE
[20241107_08:06:50:509][ 5190.137262] PVR_K:  422: FW info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:50:509][ 5190.145083] PVR_K:  422: TRP: HW support - Yes; SW disabled
[20241107_08:06:50:529][ 5190.150648] PVR_K:  422: WGP: HW support - Yes; SW disabled
[20241107_08:06:50:529][ 5190.156218] PVR_K:  422: BIF0 - OK
[20241107_08:06:50:529][ 5190.159621] PVR_K:  422: BIF1 - OK
[20241107_08:06:50:539][ 5190.163022] PVR_K:  422: FWCORE - OK
[20241107_08:06:50:539][ 5190.166589] PVR_K:  422: RGX HWR State 0x00000001: HWR OK;
[20241107_08:06:50:549][ 5190.172078] PVR_K:  422: RGX FW Power State: RGXFWIF_POW_ON (APM enabled: 3 ok, 0 denied, 0 non-idle, 0 retry, 0 other, 3 total. Latency: 100 ms)
[20241107_08:06:50:559][ 5190.185219] PVR_K:  422: RGX DVFS: 0 frequency changes. Current frequency: 799.999 MHz (sampled at 5184817982385 ns). FW frequency: 800.000 MHz.
[20241107_08:06:50:569][ 5190.198312] PVR_K:  422: RGX FW OS 0 - State: active; Freelists: Ok; Priority: 0; Isolation group: 0;  Time Slice*: 0% (0ms); MTS on;
[20241107_08:06:50:589][ 5190.210409] PVR_K:  422: Number of HWR: GP(0/0+0), 2D(0/0+0), GEOM(0/0+0), 3D(1/1+0), CDM(0/0+0), RAY(0/0+0), GEOM2(0/0+0), FALSE(0,0,0,0,0,0,0)
[20241107_08:06:50:599][ 5190.223385] PVR_K:  422: DM 0 (GP)
[20241107_08:06:50:599][ 5190.226784] PVR_K:  422: DM 1 (HWRflags 0x00000000: working;)
[20241107_08:06:50:609][ 5190.232534] PVR_K:  422: DM 2 (HWRflags 0x00000000: working;)
[20241107_08:06:50:609][ 5190.238279] PVR_K:  422: DM 3 (HWRflags 0x00000000: working;)
[20241107_08:06:50:619][ 5190.244027] PVR_K:  422:   Recovery 1: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:50:629][ 5190.257483] PVR_K:  422:               CRTimer = 0x0003BF3D0F70, OSTimer = 5189.950534385, CyclesElapsed = 48123904
[20241107_08:06:50:649][ 5190.267907] PVR_K:  422:               PreResetTimeInCycles = 23296, HWResetTimeInCycles = 29184, FreelistReconTimeInCycles = 328960, TotalRecoveryTimeInCycles = 381440
[20241107_08:06:50:649][ 5190.282930] PVR_K:  422: DM 4 (HWRflags 0x00000000: working;)
[20241107_08:06:50:659][ 5190.288675] PVR_K:  422: DM 5 (HWRflags 0x00000000: working;)
[20241107_08:06:50:669][ 5190.294419] PVR_K:  422: DM 6 (HWRflags 0x00000000: working;)
[20241107_08:06:50:669][ 5190.300164] PVR_K:  422: RGX Kernel CCB WO:0x39F RO:0x39F
[20241107_08:06:50:679][ 5190.305571] PVR_K:  422: RGX Firmware CCB WO:0x3 RO:0x3
[20241107_08:06:50:679][ 5190.310797] PVR_K:  422: RGX Kernel CCB commands executed = 824223
[20241107_08:06:50:689][ 5190.316974] PVR_K:  422: RGX SLR: Forced UFO updates requested = 0
[20241107_08:06:50:689][ 5190.323147] PVR_K:  422: RGX Errors: WGP:0, TRP:0
[20241107_08:06:50:699][ 5190.327846] PVR_K:  422: Thread0: FW IRQ count = 686852
[20241107_08:06:50:699][ 5190.333066] PVR_K:  422: Last sampled IRQ count in LISR = 686852
[20241107_08:06:50:709][ 5190.339071] PVR_K:  422: FW System config flags = 0x00020000 (Ctx switch options: Medium CSW profile;)
[20241107_08:06:50:719][ 5190.348388] PVR_K:  422: FW OS config flags = 0x0000000F (Ctx switch: TDM; GEOM; 3D; CDM;)
[20241107_08:06:50:719][ 5190.356646] PVR_K:  422: ------[ RGX registers ]------
[20241107_08:06:50:739][ 5190.361784] PVR_K:  422: RGX Register Base Address (Linear):   0x000000003594ba84
[20241107_08:06:50:739][ 5190.369260] PVR_K:  422: RGX Register Base Address (Physical): 0x0FD80000
[20241107_08:06:50:749][ 5190.376045] PVR_K:  422: CORE_ID__PBVNC                : 0x002400350068031C
[20241107_08:06:50:759][ 5190.382999] PVR_K:  422: DESIGNER_REV_FIELD1           : 0x00000000
[20241107_08:06:50:759][ 5190.389263] PVR_K:  422: DESIGNER_REV_FIELD2           : 0x00000000
[20241107_08:06:50:769][ 5190.395523] PVR_K:  422: CHANGESET_NUMBER              : 0x0000000000000000
[20241107_08:06:50:769][ 5190.402478] PVR_K:  422: MULTICORE_SYSTEM              : 0x00000001
[20241107_08:06:50:779][ 5190.408740] PVR_K:  422: MULTICORE_GPU                 : 0x00000078
[20241107_08:06:50:789][ 5190.415002] PVR_K:  422: CLK_CTRL                      : 0x002AAA002A22AAAA
[20241107_08:06:50:789][ 5190.421955] PVR_K:  422: CLK_STATUS                    : 0x0000000000600000
[20241107_08:06:50:799][ 5190.428907] PVR_K:  422: CLK_CTRL2                     : 0x0000000000000000
[20241107_08:06:50:809][ 5190.435859] PVR_K:  422: CLK_STATUS2                   : 0x0000000000000000
[20241107_08:06:50:819][ 5190.442814] PVR_K:  422: EVENT_STATUS                  : 0x00000000
[20241107_08:06:50:819][ 5190.449076] PVR_K:  422: TIMER                         : 0x80000003BF54D521
[20241107_08:06:50:829][ 5190.456033] PVR_K:  422: BIF_FAULT_BANK0_MMU_STATUS    : 0x00000000
[20241107_08:06:50:829][ 5190.462299] PVR_K:  422: BIF_FAULT_BANK0_REQ_STATUS    : 0x0000000000000000
[20241107_08:06:50:839][ 5190.469253] PVR_K:  422: BIF_FAULT_BANK1_MMU_STATUS    : 0x00000000
[20241107_08:06:50:849][ 5190.475518] PVR_K:  422: BIF_FAULT_BANK1_REQ_STATUS    : 0x0000000000000000
[20241107_08:06:50:849][ 5190.482472] PVR_K:  422: BIF_MMU_STATUS                : 0x00000000
[20241107_08:06:50:859][ 5190.488732] PVR_K:  422: BIF_MMU_ENTRY                 : 0x00000000
[20241107_08:06:50:859][ 5190.494995] PVR_K:  422: BIF_MMU_ENTRY_STATUS          : 0x0000000000000000
[20241107_08:06:50:879][ 5190.501950] PVR_K:  422: BIF_STATUS_MMU                : 0x00000000
[20241107_08:06:50:879][ 5190.508211] PVR_K:  422: BIF_READS_EXT_STATUS          : 0x00000000
[20241107_08:06:50:889][ 5190.514477] PVR_K:  422: BIF_READS_INT_STATUS          : 0x00000000
[20241107_08:06:50:889][ 5190.520742] PVR_K:  422: BIFPM_STATUS_MMU              : 0x00000000
[20241107_08:06:50:899][ 5190.527004] PVR_K:  422: BIFPM_READS_EXT_STATUS        : 0x00000000
[20241107_08:06:50:899][ 5190.533264] PVR_K:  422: BIFPM_READS_INT_STATUS        : 0x00000000
[20241107_08:06:50:909][ 5190.539524] PVR_K:  422: BIF_CAT_BASE_INDEX            : 0x0000000000000404
[20241107_08:06:50:919][ 5190.546479] PVR_K:  422: BIF_CAT_BASE0                 : 0x000000008B636000
[20241107_08:06:50:919][ 5190.553433] PVR_K:  422: BIF_CAT_BASE1                 : 0x0000000000000000
[20241107_08:06:50:929][ 5190.560387] PVR_K:  422: BIF_CAT_BASE2                 : 0x0000000000000000
[20241107_08:06:50:939][ 5190.567340] PVR_K:  422: BIF_CAT_BASE3                 : 0x0000000000000000
[20241107_08:06:50:949][ 5190.574296] PVR_K:  422: BIF_CAT_BASE4                 : 0x000000008879E000
[20241107_08:06:50:959][ 5190.581259] PVR_K:  422: BIF_CAT_BASE5                 : 0x0000000000000000
[20241107_08:06:50:959][ 5190.588214] PVR_K:  422: BIF_CAT_BASE6                 : 0x0000000000000000
[20241107_08:06:50:969][ 5190.595166] PVR_K:  422: BIF_CAT_BASE7                 : 0x0000000000000000
[20241107_08:06:50:969][ 5190.602128] PVR_K:  422: BIF_CTRL_INVAL                : 0x00000000
[20241107_08:06:50:979][ 5190.608402] PVR_K:  422: BIF_CTRL                      : 0x00000000
[20241107_08:06:50:989][ 5190.614705] PVR_K:  422: BIF_PM_CAT_BASE_VCE0          : 0x000000009E165001
[20241107_08:06:50:989][ 5190.621674] PVR_K:  422: BIF_PM_CAT_BASE_TE0           : 0x000000009E15A001
[20241107_08:06:50:999][ 5190.628632] PVR_K:  422: BIF_PM_CAT_BASE_ALIST0        : 0x000000009E155001
[20241107_08:06:50:999][ 5190.635585] PVR_K:  422: BIF_PM_CAT_BASE_VCE1          : 0x000000009E165001
[20241107_08:06:51:009][ 5190.642540] PVR_K:  422: BIF_PM_CAT_BASE_TE1           : 0x000000009E15A001
[20241107_08:06:51:019][ 5190.649493] PVR_K:  422: BIF_PM_CAT_BASE_ALIST1        : 0x000000009E155001
[20241107_08:06:51:029][ 5190.656447] PVR_K:  422: MULTICORE_GEOMETRY_CTRL_COMMON: 0x00000000
[20241107_08:06:51:039][ 5190.662708] PVR_K:  422: MULTICORE_FRAGMENT_CTRL_COMMON: 0x00000001
[20241107_08:06:51:039][ 5190.668969] PVR_K:  422: MULTICORE_COMPUTE_CTRL_COMMON : 0x00000101
[20241107_08:06:51:049][ 5190.675229] PVR_K:  422: PERF_TA_PHASE                 : 0x00000007
[20241107_08:06:51:049][ 5190.681490] PVR_K:  422: PERF_TA_CYCLE                 : 0x007C0756
[20241107_08:06:51:059][ 5190.687750] PVR_K:  422: PERF_3D_PHASE                 : 0x0000000B
[20241107_08:06:51:059][ 5190.694010] PVR_K:  422: PERF_3D_CYCLE                 : 0x05D5997F
[20241107_08:06:51:069][ 5190.700270] PVR_K:  422: PERF_TA_OR_3D_CYCLE           : 0x0651A0D5
[20241107_08:06:51:069][ 5190.706532] PVR_K:  422: PERF_TA_AND_3D_CYCLE          : 0x00000000
[20241107_08:06:51:079][ 5190.712792] PVR_K:  422: PERF_COMPUTE_PHASE            : 0x00000000
[20241107_08:06:51:089][ 5190.719051] PVR_K:  422: PERF_COMPUTE_CYCLE            : 0x00000000
[20241107_08:06:51:099][ 5190.725317] PVR_K:  422: PM_PARTIAL_RENDER_ENABLE      : 0x00000000
[20241107_08:06:51:099][ 5190.731579] PVR_K:  422: ISP_RENDER                    : 0x00000000
[20241107_08:06:51:109][ 5190.737841] PVR_K:  422: TLA_STATUS                    : 0x0000000000000000
[20241107_08:06:51:124][ 5190.744801] PVR_K:  422: MCU_FENCE                     : 0x0000018000000000
[20241107_08:06:51:125][ 5190.751756] PVR_K:  422: VDM_CONTEXT_STORE_STATUS      : 0x00000001
[20241107_08:06:51:125][ 5190.758022] PVR_K:  422: VDM_CONTEXT_STORE_TASK0       : 0x0000000000000000
[20241107_08:06:51:135][ 5190.764979] PVR_K:  422: VDM_CONTEXT_STORE_TASK1       : 0x0000000000000000
[20241107_08:06:51:145][ 5190.771940] PVR_K:  422: VDM_CONTEXT_STORE_TASK2       : 0x0000000000000000
[20241107_08:06:51:145][ 5190.778899] PVR_K:  422: VDM_CONTEXT_RESUME_TASK0      : 0x0000000000000000
[20241107_08:06:51:155][ 5190.785853] PVR_K:  422: VDM_CONTEXT_RESUME_TASK1      : 0x0000000000000000
[20241107_08:06:51:165][ 5190.792806] PVR_K:  422: VDM_CONTEXT_RESUME_TASK2      : 0x0000000000000000
[20241107_08:06:51:175][ 5190.799758] PVR_K:  422: ISP_CTL                       : 0x8003300F
[20241107_08:06:51:175][ 5190.806020] PVR_K:  422: ISP_STATUS                    : 0x00000003
[20241107_08:06:51:185][ 5190.812284] PVR_K:  422: CDM_CONTEXT_STORE_STATUS      : 0x00000000
[20241107_08:06:51:195][ 5190.818544] PVR_K:  422: CDM_CONTEXT_PDS0              : 0x0000000000000000
[20241107_08:06:51:195][ 5190.825497] PVR_K:  422: CDM_CONTEXT_PDS1              : 0x0000000000000000
[20241107_08:06:51:205][ 5190.832450] PVR_K:  422: CDM_TERMINATE_PDS             : 0x0000000000000000
[20241107_08:06:51:205][ 5190.839402] PVR_K:  422: CDM_TERMINATE_PDS1            : 0x0000000000000000
[20241107_08:06:51:215][ 5190.846356] PVR_K:  422: CDM_CONTEXT_LOAD_PDS0         : 0x0000000000000000
[20241107_08:06:51:225][ 5190.853317] PVR_K:  422: CDM_CONTEXT_LOAD_PDS1         : 0x0000000000000000
[20241107_08:06:51:225][ 5190.860278] PVR_K:  422: MTS_INTCTX                    : 0x00000000
[20241107_08:06:51:235][ 5190.866539] PVR_K:  422: MTS_BGCTX                     : 0x00000000
[20241107_08:06:51:245][ 5190.872801] PVR_K:  422: MTS_BGCTX_COUNTED_SCHEDULE    : 0x00000000
[20241107_08:06:51:255][ 5190.879061] PVR_K:  422: MTS_SCHEDULE                  : 0x00000000
[20241107_08:06:51:255][ 5190.885321] PVR_K:  422: MTS_GPU_INT_STATUS            : 0x00004110
[20241107_08:06:51:265][ 5190.891580] PVR_K:  422: SLC_IDLE                      : 0x000000FF
[20241107_08:06:51:265][ 5190.897841] PVR_K:  422: SLC_STATUS0                   : 0x00000000
[20241107_08:06:51:275][ 5190.904101] PVR_K:  422: SLC_STATUS1                   : 0x0000000000000000
[20241107_08:06:51:285][ 5190.911055] PVR_K:  422: SLC_STATUS2                   : 0x0000000000000000
[20241107_08:06:51:285][ 5190.918010] PVR_K:  422: SLC_CTRL_BYPASS               : 0x00001D1F00000000
[20241107_08:06:51:295][ 5190.924963] PVR_K:  422: SLC_CTRL_MISC                 : 0x0000000000200003
[20241107_08:06:51:295][ 5190.931915] PVR_K:  422: SIDEKICK_IDLE                 : 0x0000007F
[20241107_08:06:51:305][ 5190.938174] PVR_K:  422: SAFETY_EVENT_STATUS__ROGUEXE  : 0x00000000
[20241107_08:06:51:315][ 5190.944435] PVR_K:  422: MTS_SAFETY_EVENT_ENABLE__ROGUEXE: 0x000000FF
[20241107_08:06:51:325][ 5190.950868] PVR_K:  422: FWCORE_WDT_CTRL               : 0x00001F01
[20241107_08:06:51:325][ 5190.957127] PVR_K:  422: SCRATCH0                      : 0x00000000
[20241107_08:06:51:335][ 5190.963386] PVR_K:  422: SCRATCH1                      : 0x00000000
[20241107_08:06:51:335][ 5190.969649] PVR_K:  422: SCRATCH2                      : 0x00000000
[20241107_08:06:51:342][ 5190.975913] PVR_K:  422: SCRATCH3                      : 0x00000000
[20241107_08:06:51:352][ 5190.982174] PVR_K:  422: SCRATCH4                      : 0x00000000
[20241107_08:06:51:362][ 5190.988434] PVR_K:  422: SCRATCH5                      : 0x00000000
[20241107_08:06:51:362][ 5190.994692] PVR_K:  422: SCRATCH6                      : 0x00000000
[20241107_08:06:51:372][ 5191.000949] PVR_K:  422: SCRATCH7                      : 0x00000000
[20241107_08:06:51:372][ 5191.007208] PVR_K:  422: SCRATCH8                      : 0x00000000
[20241107_08:06:51:382][ 5191.013467] PVR_K:  422: SCRATCH9                      : 0x00000000
[20241107_08:06:51:392][ 5191.019735] PVR_K:  422: SCRATCH10                     : 0x00000000
[20241107_08:06:51:392][ 5191.025994] PVR_K:  422: SCRATCH11                     : 0x00000000
[20241107_08:06:51:402][ 5191.032255] PVR_K:  422: SCRATCH12                     : 0x00000000
[20241107_08:06:51:402][ 5191.038513] PVR_K:  422: SCRATCH13                     : 0x00000000
[20241107_08:06:51:422][ 5191.044771] PVR_K:  422: SCRATCH14                     : 0x00000000
[20241107_08:06:51:422][ 5191.051029] PVR_K:  422: SCRATCH15                     : 0x00000000
[20241107_08:06:51:432][ 5191.057292] PVR_K:  422: FWCORE_MEM_CAT_BASE0          : 0x000000008B636000
[20241107_08:06:51:432][ 5191.064247] PVR_K:  422: FWCORE_MEM_CAT_BASE1          : 0x0000000000000000
[20241107_08:06:51:442][ 5191.071200] PVR_K:  422: FWCORE_MEM_CAT_BASE2          : 0x0000000000000000
[20241107_08:06:51:452][ 5191.078154] PVR_K:  422: FWCORE_MEM_CAT_BASE3          : 0x0000000000000000
[20241107_08:06:51:457][ 5191.085112] PVR_K:  422: FWCORE_MEM_CAT_BASE4          : 0x000000008879E000
[20241107_08:06:51:458][ 5191.092067] PVR_K:  422: FWCORE_MEM_CAT_BASE5          : 0x0000000000000000
[20241107_08:06:51:458][ 5191.099024] PVR_K:  422: FWCORE_MEM_CAT_BASE6          : 0x0000000000000000
[20241107_08:06:51:478][ 5191.105980] PVR_K:  422: FWCORE_MEM_CAT_BASE7          : 0x0000000000000000
[20241107_08:06:51:478][ 5191.112935] PVR_K:  422: FWCORE_ADDR_REMAP_CONFIG4     : 0x120000E1C0002000
[20241107_08:06:51:488][ 5191.119889] PVR_K:  422: FWCORE_ADDR_REMAP_CONFIG5     : 0x220000E1C001C000
[20241107_08:06:51:498][ 5191.126846] PVR_K:  422: FWCORE_ADDR_REMAP_CONFIG6     : 0x000000E1C0000000
[20241107_08:06:51:508][ 5191.133799] PVR_K:  422: FWCORE_ADDR_REMAP_CONFIG12    : 0x120000E1C0000000
[20241107_08:06:51:508][ 5191.140753] PVR_K:  422: FWCORE_ADDR_REMAP_CONFIG13    : 0x000000E1C0000000
[20241107_08:06:51:518][ 5191.147706] PVR_K:  422: FWCORE_ADDR_REMAP_CONFIG14    : 0x0000000000000000
[20241107_08:06:51:528][ 5191.154659] PVR_K:  422: FWCORE_MEM_FAULT_MMU_STATUS   : 0x00000000
[20241107_08:06:51:528][ 5191.160921] PVR_K:  422: FWCORE_MEM_FAULT_REQ_STATUS   : 0x0000000000000000
[20241107_08:06:51:538][ 5191.167875] PVR_K:  422: FWCORE_MEM_MMU_STATUS         : 0x00000000
[20241107_08:06:51:538][ 5191.174133] PVR_K:  422: FWCORE_MEM_READS_EXT_STATUS   : 0x00000000
[20241107_08:06:51:548][ 5191.180392] PVR_K:  422: FWCORE_MEM_READS_INT_STATUS   : 0x00000000
[20241107_08:06:51:548][ 5191.186651] PVR_K:  422: ---- [ RISC-V internal state ] ----
[20241107_08:06:51:558][ 5191.192310] PVR_K:  422: pc                            : 0x40004004
[20241107_08:06:51:568][ 5191.198574] PVR_K:  422: ra                            : 0x40019C38
[20241107_08:06:51:578][ 5191.204835] PVR_K:  422: sp                            : 0x50001010
[20241107_08:06:51:578][ 5191.211095] PVR_K:  422: mepc                          : 0x40004004
[20241107_08:06:51:588][ 5191.217356] PVR_K:  422: mcause                        : 0x8000000B
[20241107_08:06:51:598][ 5191.223622] PVR_K:  422: mdseac                        : 0x00000000
[20241107_08:06:51:598][ 5191.229882] PVR_K:  422: mstatus                       : 0x00001888
[20241107_08:06:51:608][ 5191.236145] PVR_K:  422: mie                           : 0x40000888
[20241107_08:06:51:608][ 5191.242407] PVR_K:  422: mip                           : 0x00000080
[20241107_08:06:51:618][ 5191.248671] PVR_K:  422: mscratch                      : 0x00000000
[20241107_08:06:51:618][ 5191.254934] PVR_K:  422: mbvnc0                        : 0x00010001
[20241107_08:06:51:628][ 5191.261195] PVR_K:  422: mbvnc1                        : 0x0032000B
[20241107_08:06:51:628][ 5191.267454] PVR_K:  422: micect                        : 0x10000000
[20241107_08:06:51:648][ 5191.273717] PVR_K:  422: mdcect                        : 0x10000000
[20241107_08:06:51:648][ 5191.279978] PVR_K:  422: mdcrfct                       : 0x10000000
[20241107_08:06:51:658][ 5191.286238] PVR_K:  422: TFBC_VERSION                  : 0x0000000A
[20241107_08:06:51:658][ 5191.292497] PVR_K:  422: ------[ RGX FW Trace Info ]------
[20241107_08:06:51:668][ 5191.297978] PVR_K:  422: Debug log type: none
[20241107_08:06:51:668][ 5191.302331] PVR_K:  422: RGX FW thread 0: Trace buffer not yet allocated
[20241107_08:06:51:678][ 5191.309035] PVR_K:  422: ------[ Full CCB Status ]------
[20241107_08:06:51:678][ 5191.314361] PVR_K:  422: FWCtx 0x000433C0 (TQ_3D-P966-T976-avp_master.ou)
[20241107_08:06:51:688][ 5191.321144] PVR_K:  422:   `--<Empty>
[20241107_08:06:51:688][ 5191.324810] PVR_K:  422: FWCtx 0x00043040 (TA-P966-T976-avp_master.out)
[20241107_08:06:51:698][ 5191.331415] PVR_K:  422:   `--<Empty>
[20241107_08:06:51:698][ 5191.335077] PVR_K:  422: FWCtx 0x00043110 (3D-P966-T976-avp_master.out)
[20241107_08:06:51:708][ 5191.341687] PVR_K:  422:   `--<Empty>
[20241107_08:06:51:718][ 5191.345350] PVR_K:  422: ------[ RGX Device ID:0 End ]------
[20241107_08:06:51:718][ 5191.351017] PVR_K:  422: ------[ Device ID: 128 - Phys Heaps ]------
[20241107_08:06:51:738][ 5191.357410] PVR_K:  422: 0x00000000f3e6c7f7 -> PdMs: SYSMEM, Type: UMA, default, Usage Flags: 0x00000004 (GPU_LOCAL), Refs: 11, Free Size: 610136064B, Total Size: 1197686784B
[20241107_08:06:51:738][ 5191.372963] PVR_K:  422: PMR Zombie Count: 0, PMR Zombie Count In Cleanup: 0
[20241107_08:06:51:748][ 5191.380015] PVR_K:  422: PMR Live Count: 372
[20241107_08:06:51:748][ 5191.384290] PVR_K:  422: ------[ System Summary Device ID:0 ]------
[20241107_08:06:51:758][ 5191.390635] PVR_K:  422: Device System Power State: ON
[20241107_08:06:51:768][ 5191.395813] PVR_K:  422: MaxHWTOut: 500000us, WtTryCt: 10000, WDGTOut(on,off): (10000ms,3600000ms)
[20241107_08:06:51:768][ 5191.404771] PVR_K:  422: ------[ AppHint Settings ]------
[20241107_08:06:51:768][ 5191.410171] PVR_K:  422:   Build Vars
[20241107_08:06:51:788][ 5191.413838] PVR_K:  422:     EnableTrustedDeviceAceConfig: N
[20241107_08:06:51:788][ 5191.419508] PVR_K:  422:     CleanupThreadPriority: 0x00000005
[20241107_08:06:51:798][ 5191.425529] PVR_K:  422:     WatchdogThreadPriority: 0x00000000
[20241107_08:06:51:798][ 5191.431651] PVR_K:  422:     HWPerfClientBufferSize: 0x000c0000
[20241107_08:06:51:808][ 5191.437785] PVR_K:  422:     DevmemHistoryBufSizeLog2: 0x0000000b
[20241107_08:06:51:808][ 5191.443916] PVR_K:  422:     DevmemHistoryMaxEntries: 0x00002710
[20241107_08:06:51:818][ 5191.449995] PVR_K:  422:   Module Params
[20241107_08:06:51:818][ 5191.453937] PVR_K:  422:     none
[20241107_08:06:51:818][ 5191.457257] PVR_K:  422:   Debug Info Params
[20241107_08:06:51:828][ 5191.461542] PVR_K:  422:     none
[20241107_08:06:51:828][ 5191.465072] PVR_K:  422:   Debug Info Params Device ID: 0
[20241107_08:06:51:828][ 5191.470732] PVR_K:  422:     none
[20241107_08:06:51:838][ 5191.474153] PVR_K:  422: ------[ Active Sync Checkpoints ]------
[20241107_08:06:51:838][ 5191.480294] PVR_K:  422: (SyncCP Counts: InUse:7 Max:13)
[20241107_08:06:51:858][ 5191.485620] PVR_K:  422:     - ID = 961601, FWAddr = 0x100413d0, r1:e1:f0: es3_DoKick3D_412109
[20241107_08:06:51:868][ 5191.493954] PVR_K:  422:     - ID = 961599, FWAddr = 0x100413c8, r1:e1:f0: update fence
[20241107_08:06:51:868][ 5191.501704] sw: RM_SWTimeline-vp_master.out-avp @0 cur=0
[20241107_08:06:51:878][ 5191.507234] ------[ Native Fence Sync: timelines ]------
[20241107_08:06:51:878][ 5191.512639] foreign_sync: @0 ctx=1 refs=1
[20241107_08:06:51:878][ 5191.516666] rogue-ta3d: @274744 ctx=3 refs=5
[20241107_08:06:51:888][ 5191.520934]  @274737: (++) refs=4 fwaddr=0x100410c1 enqueue=1 status=Signalled 274737-update fence
[20241107_08:06:51:898][ 5191.529875]  @274739: (++) refs=5 fwaddr=0x10041361 enqueue=1 status=Signalled 274739-update fence
[20241107_08:06:51:908][ 5191.538814]  @274741: (++) refs=6 fwaddr=0x100413c9 enqueue=1 status=Signalled 274741-update fence
[20241107_08:06:51:918][ 5191.547754]  @274743: (+-) refs=7 fwaddr=0x100410f9 enqueue=1 status=Signalled 274743-update fence
[20241107_08:06:51:918][ 5191.556799] rogue-tq3d: @0 ctx=4 refs=1
[20241107_08:06:51:918][ 5191.560930] QE-avp_master.out-966: @137378 ctx=5 refs=2
[20241107_08:06:51:938][ 5191.566231]  @137377: (+-) refs=2 fwaddr=0x100410c9 enqueue=2 status=Signalled 137377-TDM
[20241107_08:06:51:938][ 5191.574619] V3-avp_master.out-966: @274746 ctx=6 refs=2
[20241107_08:06:51:948][ 5191.579859]  @274745: (++) refs=1 fwaddr=0x100411f1 enqueue=1 status=Signalled 274745-es3_DoKickTA_412115
[20241107_08:06:51:958][ 5191.589466] P3-avp_master.out-966: @274746 ctx=7 refs=2
[20241107_08:06:51:958][ 5191.594691]  @274745: (+-) refs=2 fwaddr=0x100413f9 enqueue=1 status=Active    274745-es3_DoKick3D_412115
[20241107_08:06:51:968][ 5191.604302] PVR_K:  422: ------------[ PVR DBG: END ]------------
[20241107_08:06:51:968][ 5191.610757] ------------[ cut here ]------------
[20241107_08:06:51:988][ 5191.615390] WARNING: CPU: 0 PID: 422 at home/SOC/zhubing/TDA4VEN_SOC_V10_00/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08/board-support/extra-drivers/ti-img-rogue-driver-24.1.6554834/binary_j722s_linux_lws-generic_release/target_aarch64/kbuild/services/server/common/pvr_notifier.c:663 PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:52:018][ 5191.645004] Modules linked in: overlay bluetooth ecdh_generic ecc cfg80211 rfkill cdns3 cdns_usb_common rpmsg_ctrl rpmsg_char snd_soc_simple_card crct10dif_ce display_connector pvrsrvkm(O) snd_soc_simple_card_utils drm_kms_helper phy_can_transceiver e5010_jpeg_enc cdns3_ti v4l2_jpeg rtc_ti_k3 rti_wdt k3_j72xx_bandgap wave5 ti_k3_r5_remoteproc videobuf2_dma_contig videobuf2_memops v4l2_mem2mem videobuf2_v4l2 videobuf2_common sa2ul ti_k3_dsp_remoteproc videodev authenc mc mcrc64 m_can_platform m_can snd_soc_tlv320aic3x_i2c can_dev snd_soc_tlv320aic3x drm fuse drm_panel_orientation_quirks backlight ipv6
[20241107_08:06:52:058][ 5191.698228] CPU: 0 PID: 422 Comm: pvr_device_wdg Tainted: G           O       6.6.32 #2
[20241107_08:06:52:068][ 5191.706216] Hardware name: Texas Instruments J722S EVM (DT)
[20241107_08:06:52:078][ 5191.711774] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[20241107_08:06:52:088][ 5191.718723] pc : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:52:088][ 5191.724358] lr : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:52:088][ 5191.729970] sp : ffff80008280bca0
[20241107_08:06:52:098][ 5191.733272] x29: ffff80008280bca0 x28: ffff800079795de0 x27: ffff0000087c1fe0
[20241107_08:06:52:108][ 5191.740399] x26: ffff000000d8c808 x25: ffff000001ef8608 x24: ffff000001ef8720
[20241107_08:06:52:108][ 5191.747523] x23: ffff000000d8c920 x22: ffff000001ef8720 x21: 0000000000000002
[20241107_08:06:52:118][ 5191.754648] x20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000006
[20241107_08:06:52:125][ 5191.761772] x17: 206576697463413d x16: 7375746174732031 x15: ffff00007bbb9980
[20241107_08:06:52:125][ 5191.768896] x14: 0000003ad59e5781 x13: 0000000000000163 x12: 0000000000000000
[20241107_08:06:52:145][ 5191.776021] x11: 0000000000000000 x10: 00000000000009b0 x9 : ffff80008280bac0
[20241107_08:06:52:145][ 5191.783145] x8 : ffff000006305150 x7 : ffff00007bbb9200 x6 : 0000000000000000
[20241107_08:06:52:155][ 5191.790269] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000208
[20241107_08:06:52:155][ 5191.797393] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff000006304740
[20241107_08:06:52:165][ 5191.804518] Call trace:
[20241107_08:06:52:175][ 5191.806955]  PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:52:175][ 5191.812254]  DevicesWatchdogThread_ForEachVaCb+0xfc/0x164 [pvrsrvkm]
[20241107_08:06:52:185][ 5191.818737]  List_PVRSRV_DEVICE_NODE_ForEach_va+0x80/0xc0 [pvrsrvkm]
[20241107_08:06:52:185][ 5191.825215]  DevicesWatchdogThread+0xb0/0x20c [pvrsrvkm]
[20241107_08:06:52:195][ 5191.830652]  OSThreadRun+0x24/0x5c [pvrsrvkm]
[20241107_08:06:52:195][ 5191.835138]  kthread+0x110/0x114
[20241107_08:06:52:195][ 5191.838364]  ret_from_fork+0x10/0x20
[20241107_08:06:52:205][ 5191.841935] ---[ end trace 0000000000000000 ]---
[20241107_08:06:52:215][32847.926146] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4400 WOFF=4400) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:52:225][32847.940515] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=16688) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:52:245][32847.954938] PVR_K:  422: Possible stalled client RGX contexts detected: 3D TQ3D
[20241107_08:06:52:245][32847.962338] PVR_K:  422: Trying to identify stalled context...(force) [0]
[20241107_08:06:52:255][32847.969124] PVR_K:  422: Fence found on context 0x43110 '3D-P966-T976-avp_master.out' @ 16264 has 1 UFOs
[20241107_08:06:52:265][32847.978596] PVR_K:  422:   1/1 FWAddr 0x10041291 requires 0x519 (currently 0xac1)
[20241107_08:06:52:275][32847.986085] PVR_K:  422: 0 sync checkpoints owned by pvr_sync_file in stalled context
[20241107_08:06:52:275][32847.993906] PVR_K:  422: SLR disabled for FWCtx 0x00043110
[20241107_08:06:52:285][36473.368938] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4400 WOFF=4400) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:52:305][36473.383309] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=16688) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:52:315][37130.070865] PVR_K:  976: HW operation timeout, dump server info
[20241107_08:06:52:315][37130.076817] PVR_K:  976: ------------[ PVR DBG: START (High) ]------------
[20241107_08:06:52:325][37130.083700] PVR_K:  976: OS kernel info: Linux 6.6.32 #2 SMP PREEMPT Thu Oct 17 09:54:25 CST 2024 aarch64
[20241107_08:06:52:335][37130.093263] PVR_K:  976: DDK info: Rogue_DDK_Linux_WS rogueddk 24.1@6554834 (release) j722s_linux
[20241107_08:06:52:345][37130.102128] PVR_K:  976: Time now: 37130102125us
[20241107_08:06:52:345][37130.106742] PVR_K:  976: Services State: OK
[20241107_08:06:52:345][37130.110924] PVR_K:  976: Server Errors: 4
[20241107_08:06:52:355][37130.114941] PVR_K:  976: Connections Device ID:0(128) P966-V966-T976-avp_master.out
[20241107_08:06:52:355][37130.122589] PVR_K:  976: ------[ Driver Info ]------
[20241107_08:06:52:365][37130.127557] PVR_K:  976: Comparison of UM/KM components: MATCHING
[20241107_08:06:52:365][37130.133647] PVR_K:  976: KM Arch: 64 Bit
[20241107_08:06:52:375][37130.137570] PVR_K:  976: Driver Mode: Native
[20241107_08:06:52:385][37130.141838] PVR_K:  976: UM Connected Clients: 64 Bit
[20241107_08:06:52:395][37130.146888] PVR_K:  976: UM info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:52:395][37130.154712] PVR_K:  976: KM info: 24.1 @  6554834 (release) build options: 0x00000810
[20241107_08:06:52:405][37130.162533] PVR_K:  976: Window system: lws-generic
[20241107_08:06:52:405][37130.167409] PVR_K:  976: Power lock status: Free
[20241107_08:06:52:415][37130.172025] PVR_K:  976: ------[ Server Thread Summary ]------
[20241107_08:06:52:415][37130.177855] PVR_K:  976:   pvr_defer_free : Running
[20241107_08:06:52:425][37130.182736] PVR_K:  976:     Number of deferred cleanup items: QUEUED: 00000  CONNECTION : 00000 MMU : 00000 OSMEM : 00000 PMR : 00000
[20241107_08:06:52:435][37130.194812] PVR_K:  976:     Number of deferred cleanup items dropped after retry limit reached : 0
[20241107_08:06:52:435][37130.203854] PVR_K:  976:   pvr_device_wdg : Running
[20241107_08:06:52:455][37130.208731] PVR_K:  976: Active Threads (UM/KM): 2 / 2
[20241107_08:06:52:455][37130.213867] PVR_K:  976: Suspended Threads: 0
[20241107_08:06:52:455][37130.218227] PVR_K:  976: ------[ RGX Device ID:0 Start ]------
[20241107_08:06:52:465][37130.224055] PVR_K:  976: ------[ RGX Info ]------
[20241107_08:06:52:475][37130.228760] PVR_K:  976: Device Node (Info): 00000000510e0827 (0000000042f9fe29)
[20241107_08:06:52:475][37130.236151] PVR_K:  976:     DevmemHistoryRecordStats - None
[20241107_08:06:52:485][37130.241807] PVR_K:  976: RGX BVNC: 36.53.104.796 (rogue)
[20241107_08:06:52:485][37130.247116] PVR_K:  976: RGX Device State: ACTIVE
[20241107_08:06:52:485][37130.251817] PVR_K:  976: RGX Power State: OFF
[20241107_08:06:52:495][37130.256173] PVR_K:  976: RGX Health Status: OK, Reason: NONE
[20241107_08:06:52:505][37130.261830] PVR_K:  976: FW info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:52:505][37130.269652] PVR_K:  976: TRP: HW support - Yes; SW disabled
[20241107_08:06:52:515][37130.275220] PVR_K:  976: WGP: HW support - Yes; SW disabled
[20241107_08:06:52:525][37130.280790] PVR_K:  976: RGX HWR State 0x00000001: HWR OK;
[20241107_08:06:52:535][37130.286277] PVR_K:  976: RGX FW Power State: RGXFWIF_POW_OFF (APM enabled: 6 ok, 0 denied, 0 non-idle, 970653 retry, 0 other, 970659 total. Latency: 100 ms)
[20241107_08:06:52:545][37130.300259] PVR_K:  976: RGX DVFS: 0 frequency changes. Current frequency: 799.999 MHz (sampled at 32831258862280 ns). FW frequency: 800.000 MHz.
[20241107_08:06:52:555][37130.313287] PVR_K:  976: RGX FW OS 0 - State: active; Freelists: Ok; Priority: 0; Isolation group: 0;  Time Slice*: 0% (0ms); MTS off;
[20241107_08:06:52:565][37130.325393] PVR_K:  976: Number of HWR: GP(0/0+0), 2D(0/0+0), GEOM(0/0+0), 3D(5/5+0), CDM(0/0+0), RAY(0/0+0), GEOM2(0/0+0), FALSE(0,0,0,0,0,0,0)
[20241107_08:06:52:575][37130.338334] PVR_K:  976: DM 0 (GP)
[20241107_08:06:52:575][37130.341743] PVR_K:  976: DM 1 (HWRflags 0x00000000: working;)
[20241107_08:06:52:584][37130.347489] PVR_K:  976: DM 2 (HWRflags 0x00000000: working;)
[20241107_08:06:52:594][37130.353234] PVR_K:  976: DM 3 (HWRflags 0x00000000: working;)
[20241107_08:06:52:604][37130.358984] PVR_K:  976:   Recovery 1: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:52:614][37130.372442] PVR_K:  976:               CRTimer = 0x0003BF3D0F70, OSTimer = 5189.950534385, CyclesElapsed = 48123904
[20241107_08:06:52:624][37130.382866] PVR_K:  976:               PreResetTimeInCycles = 23296, HWResetTimeInCycles = 29184, FreelistReconTimeInCycles = 328960, TotalRecoveryTimeInCycles = 381440
[20241107_08:06:52:642][37130.397951] PVR_K:  976:   Recovery 2: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:52:652][37130.411413] PVR_K:  976:               CRTimer = 0x000167080643, OSTimer = 7119.383964550, CyclesElapsed = 78592
[20241107_08:06:52:672][37130.421577] PVR_K:  976:               PreResetTimeInCycles = 24832, HWResetTimeInCycles = 30208, FreelistReconTimeInCycles = 325632, TotalRecoveryTimeInCycles = 380672
[20241107_08:06:52:672][37130.436601] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:52:682][37130.440707] PVR_K:  976:       * MMU status (0x0000000000002041): PC = 2, Page Size = 0 (Page Catalog).
[20241107_08:06:52:692][37130.450100] PVR_K:  976:       * Request (0x001018da8c8d06a0): MCU PDS PDSRW (-), Reading from 0xDA8C8D06A0.
[20241107_08:06:52:692][37130.459932] PVR_K:  976:     PC index (874) out of bounds (0)
[20241107_08:06:52:712][37130.465683] PVR_K:  976:   Recovery 3: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043E80, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:52:722][37130.479141] PVR_K:  976:               CRTimer = 0x000BD1C57E7F, OSTimer = 21436.335945530, CyclesElapsed = 56115456
[20241107_08:06:52:732][37130.489651] PVR_K:  976:               PreResetTimeInCycles = 24320, HWResetTimeInCycles = 28928, FreelistReconTimeInCycles = 367616, TotalRecoveryTimeInCycles = 420864
[20241107_08:06:52:752][37130.504677] PVR_K:  976:   Recovery 4: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:52:762][37130.518136] PVR_K:  976:               CRTimer = 0x000CEC8FFB3C, OSTimer = 22954.558382960, CyclesElapsed = 4874240
[20241107_08:06:52:782][37130.528561] PVR_K:  976:               PreResetTimeInCycles = 22528, HWResetTimeInCycles = 30720, FreelistReconTimeInCycles = 411136, TotalRecoveryTimeInCycles = 464384
[20241107_08:06:52:782][37130.543578] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:52:792][37130.547677] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:52:808][37130.556897] PVR_K:  976:       * Request (0x0013668003874400): IPF0 (DBSC), Reading from 0x8003874400.
[20241107_08:06:52:808][37130.566205] PVR_K:  976:     PCE for index 512 = 0x0084b261 and is valid
[20241107_08:06:52:808][37130.572907] PVR_K:  976:     PDE for index 28 = 0x000000009b92c001 and is valid
[20241107_08:06:52:818][37130.580209] PVR_K:  976:     PTE for index 116 = 0x00000badbad00b88 and is not valid
[20241107_08:06:52:828][37130.587952] PVR_K:  976:   Recovery 5: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:52:838][37130.601412] PVR_K:  976:               CRTimer = 0x0010057E7C0D, OSTimer = 27211.577780235, CyclesElapsed = 15869696
[20241107_08:06:52:858][37130.611922] PVR_K:  976:               PreResetTimeInCycles = 22272, HWResetTimeInCycles = 29440, FreelistReconTimeInCycles = 340480, TotalRecoveryTimeInCycles = 392192
[20241107_08:06:52:868][37130.626940] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:52:878][37130.631036] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:52:878][37130.640248] PVR_K:  976:       * Request (0x00100eda00154000): PDS req 0 (-), Reading from 0xDA00154000.
[20241107_08:06:52:888][37130.649725] PVR_K:  976:     PCE for index 872 = 0x00888731 and is valid
[20241107_08:06:52:898][37130.656421] PVR_K:  976:     PDE for index 0 = 0x0000000088904001 and is valid
[20241107_08:06:52:898][37130.663640] PVR_K:  976:     PT index (340) out of bounds (0)
[20241107_08:06:52:908][37130.669393] PVR_K:  976: DM 4 (HWRflags 0x00000000: working;)
[20241107_08:06:52:908][37130.675140] PVR_K:  976: DM 5 (HWRflags 0x00000000: working;)
[20241107_08:06:52:918][37130.680885] PVR_K:  976: DM 6 (HWRflags 0x00000000: working;)
[20241107_08:06:52:928][37130.686632] PVR_K:  976: RGX Kernel CCB WO:0x354 RO:0x354
[20241107_08:06:52:928][37130.692026] PVR_K:  976: RGX Firmware CCB WO:0xB RO:0xB
[20241107_08:06:52:938][37130.697252] PVR_K:  976: RGX Kernel CCB commands executed = 5211988
[20241107_08:06:52:938][37130.703517] PVR_K:  976: RGX SLR: Forced UFO updates requested = 1
[20241107_08:06:52:948][37130.709692] PVR_K:  976: RGX SLR: (unable to force update as fence contained no sync checkpoints)
[20241107_08:06:52:958][37130.718575] PVR_K:  976: RGX SLR:{32850.183043948} Fence found on context 0x43110 '3D-P966-T976-avp_master.out' has 1 UFOs
[20241107_08:06:52:968][37130.729611] PVR_K:  976: RGX Errors: WGP:0, TRP:0
[20241107_08:06:52:974][37130.734312] PVR_K:  976: Thread0: FW IRQ count = 4343325
[20241107_08:06:52:977][37130.739619] PVR_K:  976: Last sampled IRQ count in LISR = 4343325
[20241107_08:06:52:987][37130.745711] PVR_K:  976: FW System config flags = 0x00020000 (Ctx switch options: Medium CSW profile;)
[20241107_08:06:52:997][37130.755016] PVR_K:  976: FW OS config flags = 0x0000000F (Ctx switch: TDM; GEOM; 3D; CDM;)
[20241107_08:06:53:007][37130.763288] PVR_K:  976:  (!) RGX power is down. No registers dumped
[20241107_08:06:53:007][37130.769646] PVR_K:  976: ------[ RGX FW Trace Info ]------
[20241107_08:06:53:007][37130.775130] PVR_K:  976: Debug log type: none
[20241107_08:06:53:017][37130.779487] PVR_K:  976: RGX FW thread 0: Trace buffer not yet allocated
[20241107_08:06:53:027][37130.786189] PVR_K:  976: ------[ Full CCB Status ]------
[20241107_08:06:53:027][37130.791507] PVR_K:  976: FWCtx 0x000433C0 (TQ_3D-P966-T976-avp_master.ou)
[20241107_08:06:53:037][37130.798292] PVR_K:  976:   |--Ready TQ_3D @ 4200 Int=2605987 Ext=2605987
[20241107_08:06:53:047][37130.804990] PVR_K:  976:   `--Ready UPDATE @ 4376 Int=2605987 Ext=2605987
[20241107_08:06:53:057][37130.811783] PVR_K:  976:      `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:53:057][37130.817798] PVR_K:  976: FWCtx 0x00043040 (TA-P966-T976-avp_master.out)
[20241107_08:06:53:057][37130.824416] PVR_K:  976:   `--<Empty>
[20241107_08:06:53:067][37130.828084] PVR_K:  976: FWCtx 0x00043110 (3D-P966-T976-avp_master.out)
[20241107_08:06:53:077][37130.834698] PVR_K:  976:   |--Waiting FENCE @ 16264 Int=2605988 Ext=2605979
[20241107_08:06:53:077][37130.841654] PVR_K:  976:   |  `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:53:086][37130.847667] PVR_K:  976:   |--Waiting FENCE_PR @ 16288 Int=2605988 Ext=2605979
[20241107_08:06:53:086][37130.854886] PVR_K:  976:   |  `--Addr:0x10095010 Val=0x0006a09b
[20241107_08:06:53:096][37130.860890] PVR_K:  976:   |--Waiting 3D @ 16312 Int=2605988 Ext=2605979
[20241107_08:06:53:106][37130.867588] PVR_K:  976:   `--Waiting UPDATE @ 16648 Int=2605988 Ext=2605979
[20241107_08:06:53:106][37130.874630] PVR_K:  976:      |--Addr:0x10095010 Val=0x0006a09c
[20241107_08:06:53:116][37130.880634] PVR_K:  976:      |--Addr:0x100410d1 Val=0x00000519
[20241107_08:06:53:126][37130.886636] PVR_K:  976:      `--Addr:0x10041141 Val=0x00000519
[20241107_08:06:53:126][37130.892641] PVR_K:  976: ------[ RGX Device ID:0 End ]------
[20241107_08:06:53:136][37130.898303] PVR_K:  976: ------[ Device ID: 128 - Phys Heaps ]------
[20241107_08:06:53:142][37130.904680] PVR_K:  976: 0x00000000f3e6c7f7 -> PdMs: SYSMEM, Type: UMA, default, Usage Flags: 0x00000004 (GPU_LOCAL), Refs: 11, Free Size: 599871488B, Total Size: 1197686784B
[20241107_08:06:53:162][37130.920223] PVR_K:  976: PMR Zombie Count: 0, PMR Zombie Count In Cleanup: 0
[20241107_08:06:53:162][37130.927266] PVR_K:  976: PMR Live Count: 373
[20241107_08:06:53:172][37130.931535] PVR_K:  976: ------[ System Summary Device ID:0 ]------
[20241107_08:06:53:172][37130.937798] PVR_K:  976: Device System Power State: OFF
[20241107_08:06:53:182][37130.943020] PVR_K:  976: MaxHWTOut: 500000us, WtTryCt: 10000, WDGTOut(on,off): (10000ms,3600000ms)
[20241107_08:06:53:182][37130.951975] PVR_K:  976: ------[ AppHint Settings ]------
[20241107_08:06:53:192][37130.957372] PVR_K:  976:   Build Vars
[20241107_08:06:53:202][37130.961037] PVR_K:  976:     EnableTrustedDeviceAceConfig: N
[20241107_08:06:53:202][37130.966697] PVR_K:  976:     CleanupThreadPriority: 0x00000005
[20241107_08:06:53:212][37130.972528] PVR_K:  976:     WatchdogThreadPriority: 0x00000000
[20241107_08:06:53:212][37130.978444] PVR_K:  976:     HWPerfClientBufferSize: 0x000c0000
[20241107_08:06:53:222][37130.984360] PVR_K:  976:     DevmemHistoryBufSizeLog2: 0x0000000b
[20241107_08:06:53:232][37130.990451] PVR_K:  976:     DevmemHistoryMaxEntries: 0x00002710
[20241107_08:06:53:232][37130.996454] PVR_K:  976:   Module Params
[20241107_08:06:53:232][37131.000382] PVR_K:  976:     none
[20241107_08:06:53:242][37131.003697] PVR_K:  976:   Debug Info Params
[20241107_08:06:53:242][37131.007967] PVR_K:  976:     none
[20241107_08:06:53:242][37131.011287] PVR_K:  976:   Debug Info Params Device ID: 0
[20241107_08:06:53:252][37131.016690] PVR_K:  976:     none
[20241107_08:06:53:252][37131.020006] PVR_K:  976: ------[ Active Sync Checkpoints ]------
[20241107_08:06:53:262][37131.026008] PVR_K:  976: (SyncCP Counts: InUse:7 Max:14)
[20241107_08:06:53:272][37131.031320] PVR_K:  976:     - ID = 6080631, FWAddr = 0x10041140, r1:e1:f0: es3_DoKick3D_2605979
[20241107_08:06:53:282][37131.039827] PVR_K:  976:     - ID = 6080629, FWAddr = 0x100410d0, r1:e1:f0: update fence
[20241107_08:06:53:282][37131.047638] PVR_K:  976:     - ID = 6080628, FWAddr = 0x10041290, r1:e2:f0: TDM
[20241107_08:06:53:292][37131.054683] sw: RM_SWTimeline-vp_master.out-avp @0 cur=0
[20241107_08:06:53:292][37131.059993] ------[ Native Fence Sync: timelines ]------
[20241107_08:06:53:302][37131.065299] foreign_sync: @0 ctx=1 refs=1
[20241107_08:06:53:302][37131.069309] rogue-ta3d: @1737322 ctx=3 refs=5
[20241107_08:06:53:312][37131.073657]  @1737315: (++) refs=4 fwaddr=0x100410c1 enqueue=1 status=Signalled 1737315-update fence
[20241107_08:06:53:322][37131.082770]  @1737317: (++) refs=6 fwaddr=0x10041389 enqueue=1 status=Signalled 1737317-update fence
[20241107_08:06:53:332][37131.091882]  @1737319: (++) refs=5 fwaddr=0x10041371 enqueue=1 status=Signalled 1737319-update fence
[20241107_08:06:53:342][37131.100995]  @1737321: (+-) refs=7 fwaddr=0x100410d1 enqueue=1 status=Active    1737321-update fence
[20241107_08:06:53:342][37131.110124] rogue-tq3d: @0 ctx=4 refs=1
[20241107_08:06:53:352][37131.113961] QE-avp_master.out-966: @868666 ctx=5 refs=2
[20241107_08:06:53:358][37131.119175]  @868665: (+-) refs=2 fwaddr=0x10041291 enqueue=2 status=Active    868665-TDM
[20241107_08:06:53:358][37131.127346] V3-avp_master.out-966: @1737322 ctx=6 refs=2
[20241107_08:06:53:378][37131.132647]  @1737321: (++) refs=1 fwaddr=0x10041001 enqueue=1 status=Signalled 1737321-es3_DoKickTA_2605979
[20241107_08:06:53:378][37131.142477] P3-avp_master.out-966: @1737322 ctx=7 refs=2
[20241107_08:06:53:388][37131.147783]  @1737321: (+-) refs=2 fwaddr=0x10041141 enqueue=1 status=Active    1737321-es3_DoKick3D_2605979
[20241107_08:06:53:398][37131.157604] PVR_K:  976: ------------[ PVR DBG: END ]------------
[20241107_08:06:53:398][37131.163759] ------------[ cut here ]------------
[20241107_08:06:53:418][37131.168365] WARNING: CPU: 1 PID: 976 at home/SOC/zhubing/TDA4VEN_SOC_V10_00/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08/board-support/extra-drivers/ti-img-rogue-driver-24.1.6554834/binary_j722s_linux_lws-generic_release/target_aarch64/kbuild/services/server/common/pvr_notifier.c:663 PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:53:438][37131.197719] Modules linked in: overlay bluetooth ecdh_generic ecc cfg80211 rfkill cdns3 cdns_usb_common rpmsg_ctrl rpmsg_char snd_soc_simple_card crct10dif_ce display_connector pvrsrvkm(O) snd_soc_simple_card_utils drm_kms_helper phy_can_transceiver e5010_jpeg_enc cdns3_ti v4l2_jpeg rtc_ti_k3 rti_wdt k3_j72xx_bandgap wave5 ti_k3_r5_remoteproc videobuf2_dma_contig videobuf2_memops v4l2_mem2mem videobuf2_v4l2 videobuf2_common sa2ul ti_k3_dsp_remoteproc videodev authenc mc mcrc64 m_can_platform m_can snd_soc_tlv320aic3x_i2c can_dev snd_soc_tlv320aic3x drm fuse drm_panel_orientation_quirks backlight ipv6
[20241107_08:06:53:490][37131.250914] CPU: 1 PID: 976 Comm: avp_master.out Tainted: G        W  O       6.6.32 #2
[20241107_08:06:53:492][37131.258903] Hardware name: Texas Instruments J722S EVM (DT)
[20241107_08:06:53:502][37131.264461] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[20241107_08:06:53:512][37131.271408] pc : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:53:512][37131.277031] lr : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:53:512][37131.282644] sp : ffff800082d0bac0
[20241107_08:06:53:522][37131.285947] x29: ffff800082d0bac0 x28: ffff800079795de0 x27: ffff0000087c1fe0
[20241107_08:06:53:532][37131.293073] x26: ffff000000d8c808 x25: ffff000001ef8608 x24: ffff000001ef8720
[20241107_08:06:53:532][37131.300198] x23: ffff000000d8c920 x22: ffff000001ef8720 x21: 0000000000000002
[20241107_08:06:53:542][37131.307322] x20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000006
[20241107_08:06:53:552][37131.314447] x17: 6576697463413d73 x16: 757461747320313d x15: ffff800082d0b400
[20241107_08:06:53:562][37131.321572] x14: 0000000000000000 x13: ffff80008123ea58 x12: 0000000000000b5e
[20241107_08:06:53:572][37131.328696] x11: 00000000000003ca x10: ffff800081296a58 x9 : ffff80008123ea58
[20241107_08:06:53:572][37131.335822] x8 : 00000000ffffefff x7 : ffff800081296a58 x6 : 80000000fffff000
[20241107_08:06:53:582][37131.342946] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
[20241107_08:06:53:582][37131.350069] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00000728c740
[20241107_08:06:53:592][37131.357194] Call trace:
[20241107_08:06:53:592][37131.359631]  PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:53:602][37131.364903]  PVRSRVHWOpTimeoutKM+0x34/0x48 [pvrsrvkm]
[20241107_08:06:53:602][37131.370083]  PVRSRVBridgeHWOpTimeout+0x2c/0x48 [pvrsrvkm]
[20241107_08:06:53:612][37131.375612]  BridgedDispatchKM+0x144/0x54c [pvrsrvkm]
[20241107_08:06:53:612][37131.380790]  PVRSRV_BridgeDispatchKM+0xb4/0x174 [pvrsrvkm]
[20241107_08:06:53:612][37131.386401]  drm_ioctl_kernel+0xd4/0x17c [drm]
[20241107_08:06:53:622][37131.391090]  drm_ioctl+0x218/0x49c [drm]
[20241107_08:06:53:632][37131.395156]  __arm64_sys_ioctl+0xac/0xf0
[20241107_08:06:53:632][37131.399075]  invoke_syscall+0x48/0x114
[20241107_08:06:53:642][37131.402820]  el0_svc_common.constprop.0+0xc0/0xe0
[20241107_08:06:53:642][37131.407515]  do_el0_svc+0x1c/0x28
[20241107_08:06:53:642][37131.410822]  el0_svc+0x2c/0x84
[20241107_08:06:53:659][37131.413869]  el0t_64_sync_handler+0x120/0x12c
[20241107_08:06:53:659][37131.418217]  el0t_64_sync+0x190/0x194
[20241107_08:06:53:659][37131.421872] ---[ end trace 0000000000000000 ]---
[20241107_08:06:53:669][40143.091914] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4400 WOFF=4400) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:53:679][40143.106283] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=16688) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:53:689][41426.168338] PVR_K:  976: HW operation timeout, dump server info
[20241107_08:06:53:699][41426.174298] PVR_K:  976: ------------[ PVR DBG: START (High) ]------------
[20241107_08:06:53:709][41426.181185] PVR_K:  976: OS kernel info: Linux 6.6.32 #2 SMP PREEMPT Thu Oct 17 09:54:25 CST 2024 aarch64
[20241107_08:06:53:719][41426.190744] PVR_K:  976: DDK info: Rogue_DDK_Linux_WS rogueddk 24.1@6554834 (release) j722s_linux
[20241107_08:06:53:719][41426.199609] PVR_K:  976: Time now: 41426199606us
[20241107_08:06:53:729][41426.204222] PVR_K:  976: Services State: OK
[20241107_08:06:53:729][41426.208404] PVR_K:  976: Server Errors: 6
[20241107_08:06:53:739][41426.212422] PVR_K:  976: Connections Device ID:0(128) P966-V966-T976-avp_master.out
[20241107_08:06:53:739][41426.220072] PVR_K:  976: ------[ Driver Info ]------
[20241107_08:06:53:749][41426.225034] PVR_K:  976: Comparison of UM/KM components: MATCHING
[20241107_08:06:53:749][41426.231122] PVR_K:  976: KM Arch: 64 Bit
[20241107_08:06:53:749][41426.235065] PVR_K:  976: Driver Mode: Native
[20241107_08:06:53:759][41426.239354] PVR_K:  976: UM Connected Clients: 64 Bit
[20241107_08:06:53:769][41426.244409] PVR_K:  976: UM info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:53:769][41426.252239] PVR_K:  976: KM info: 24.1 @  6554834 (release) build options: 0x00000810
[20241107_08:06:53:779][41426.260060] PVR_K:  976: Window system: lws-generic
[20241107_08:06:53:789][41426.264935] PVR_K:  976: Power lock status: Free
[20241107_08:06:53:789][41426.269552] PVR_K:  976: ------[ Server Thread Summary ]------
[20241107_08:06:53:799][41426.275387] PVR_K:  976:   pvr_defer_free : Running
[20241107_08:06:53:809][41426.280271] PVR_K:  976:     Number of deferred cleanup items: QUEUED: 00000  CONNECTION : 00000 MMU : 00000 OSMEM : 00000 PMR : 00000
[20241107_08:06:53:819][41426.292352] PVR_K:  976:     Number of deferred cleanup items dropped after retry limit reached : 0
[20241107_08:06:53:819][41426.301400] PVR_K:  976:   pvr_device_wdg : Running
[20241107_08:06:53:829][41426.306278] PVR_K:  976: Active Threads (UM/KM): 2 / 2
[20241107_08:06:53:829][41426.311412] PVR_K:  976: Suspended Threads: 0
[20241107_08:06:53:839][41426.315772] PVR_K:  976: ------[ RGX Device ID:0 Start ]------
[20241107_08:06:53:839][41426.321601] PVR_K:  976: ------[ RGX Info ]------
[20241107_08:06:53:849][41426.326305] PVR_K:  976: Device Node (Info): 00000000510e0827 (0000000042f9fe29)
[20241107_08:06:53:859][41426.333695] PVR_K:  976:     DevmemHistoryRecordStats - None
[20241107_08:06:53:859][41426.339351] PVR_K:  976: RGX BVNC: 36.53.104.796 (rogue)
[20241107_08:06:53:869][41426.344660] PVR_K:  976: RGX Device State: ACTIVE
[20241107_08:06:53:869][41426.349360] PVR_K:  976: RGX Power State: OFF
[20241107_08:06:53:879][41426.353716] PVR_K:  976: RGX Health Status: OK, Reason: NONE
[20241107_08:06:53:879][41426.359372] PVR_K:  976: FW info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:53:889][41426.367195] PVR_K:  976: TRP: HW support - Yes; SW disabled
[20241107_08:06:53:889][41426.372763] PVR_K:  976: WGP: HW support - Yes; SW disabled
[20241107_08:06:53:899][41426.378337] PVR_K:  976: RGX HWR State 0x00000001: HWR OK;
[20241107_08:06:53:909][41426.383824] PVR_K:  976: RGX FW Power State: RGXFWIF_POW_OFF (APM enabled: 6 ok, 0 denied, 0 non-idle, 970653 retry, 0 other, 970659 total. Latency: 100 ms)
[20241107_08:06:53:929][41426.397806] PVR_K:  976: RGX DVFS: 0 frequency changes. Current frequency: 799.999 MHz (sampled at 32831258862280 ns). FW frequency: 800.000 MHz.
[20241107_08:06:53:939][41426.410834] PVR_K:  976: RGX FW OS 0 - State: active; Freelists: Ok; Priority: 0; Isolation group: 0;  Time Slice*: 0% (0ms); MTS off;
[20241107_08:06:53:949][41426.422942] PVR_K:  976: Number of HWR: GP(0/0+0), 2D(0/0+0), GEOM(0/0+0), 3D(5/5+0), CDM(0/0+0), RAY(0/0+0), GEOM2(0/0+0), FALSE(0,0,0,0,0,0,0)
[20241107_08:06:53:959][41426.435892] PVR_K:  976: DM 0 (GP)
[20241107_08:06:53:959][41426.439306] PVR_K:  976: DM 1 (HWRflags 0x00000000: working;)
[20241107_08:06:53:969][41426.445055] PVR_K:  976: DM 2 (HWRflags 0x00000000: working;)
[20241107_08:06:53:969][41426.450801] PVR_K:  976: DM 3 (HWRflags 0x00000000: working;)
[20241107_08:06:53:979][41426.456552] PVR_K:  976:   Recovery 1: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:53:989][41426.470012] PVR_K:  976:               CRTimer = 0x0003BF3D0F70, OSTimer = 5189.950534385, CyclesElapsed = 48123904
[20241107_08:06:54:009][41426.480441] PVR_K:  976:               PreResetTimeInCycles = 23296, HWResetTimeInCycles = 29184, FreelistReconTimeInCycles = 328960, TotalRecoveryTimeInCycles = 381440
[20241107_08:06:54:029][41426.495465] PVR_K:  976:   Recovery 2: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:54:029][41426.508923] PVR_K:  976:               CRTimer = 0x000167080643, OSTimer = 7119.383964550, CyclesElapsed = 78592
[20241107_08:06:54:049][41426.519087] PVR_K:  976:               PreResetTimeInCycles = 24832, HWResetTimeInCycles = 30208, FreelistReconTimeInCycles = 325632, TotalRecoveryTimeInCycles = 380672
[20241107_08:06:54:049][41426.534106] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:54:057][41426.538205] PVR_K:  976:       * MMU status (0x0000000000002041): PC = 2, Page Size = 0 (Page Catalog).
[20241107_08:06:54:077][41426.547597] PVR_K:  976:       * Request (0x001018da8c8d06a0): MCU PDS PDSRW (-), Reading from 0xDA8C8D06A0.
[20241107_08:06:54:077][41426.557419] PVR_K:  976:     PC index (874) out of bounds (0)
[20241107_08:06:54:087][41426.563178] PVR_K:  976:   Recovery 3: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043E80, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:54:097][41426.576638] PVR_K:  976:               CRTimer = 0x000BD1C57E7F, OSTimer = 21436.335945530, CyclesElapsed = 56115456
[20241107_08:06:54:117][41426.587151] PVR_K:  976:               PreResetTimeInCycles = 24320, HWResetTimeInCycles = 28928, FreelistReconTimeInCycles = 367616, TotalRecoveryTimeInCycles = 420864
[20241107_08:06:54:127][41426.602174] PVR_K:  976:   Recovery 4: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:54:137][41426.615632] PVR_K:  976:               CRTimer = 0x000CEC8FFB3C, OSTimer = 22954.558382960, CyclesElapsed = 4874240
[20241107_08:06:54:157][41426.626057] PVR_K:  976:               PreResetTimeInCycles = 22528, HWResetTimeInCycles = 30720, FreelistReconTimeInCycles = 411136, TotalRecoveryTimeInCycles = 464384
[20241107_08:06:54:157][41426.641074] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:54:167][41426.645169] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:54:177][41426.654382] PVR_K:  976:       * Request (0x0013668003874400): IPF0 (DBSC), Reading from 0x8003874400.
[20241107_08:06:54:177][41426.663682] PVR_K:  976:     PCE for index 512 = 0x0084b261 and is valid
[20241107_08:06:54:197][41426.670386] PVR_K:  976:     PDE for index 28 = 0x000000009b92c001 and is valid
[20241107_08:06:54:197][41426.677696] PVR_K:  976:     PTE for index 116 = 0x00000badbad00b88 and is not valid
[20241107_08:06:54:217][41426.685440] PVR_K:  976:   Recovery 5: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:54:227][41426.698903] PVR_K:  976:               CRTimer = 0x0010057E7C0D, OSTimer = 27211.577780235, CyclesElapsed = 15869696
[20241107_08:06:54:237][41426.709412] PVR_K:  976:               PreResetTimeInCycles = 22272, HWResetTimeInCycles = 29440, FreelistReconTimeInCycles = 340480, TotalRecoveryTimeInCycles = 392192
[20241107_08:06:54:237][41426.724428] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:54:247][41426.728523] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:54:267][41426.737735] PVR_K:  976:       * Request (0x00100eda00154000): PDS req 0 (-), Reading from 0xDA00154000.
[20241107_08:06:54:267][41426.747208] PVR_K:  976:     PCE for index 872 = 0x00888731 and is valid
[20241107_08:06:54:277][41426.753904] PVR_K:  976:     PDE for index 0 = 0x0000000088904001 and is valid
[20241107_08:06:54:277][41426.761120] PVR_K:  976:     PT index (340) out of bounds (0)
[20241107_08:06:54:287][41426.766866] PVR_K:  976: DM 4 (HWRflags 0x00000000: working;)
[20241107_08:06:54:297][41426.772610] PVR_K:  976: DM 5 (HWRflags 0x00000000: working;)
[20241107_08:06:54:297][41426.778356] PVR_K:  976: DM 6 (HWRflags 0x00000000: working;)
[20241107_08:06:54:307][41426.784102] PVR_K:  976: RGX Kernel CCB WO:0x354 RO:0x354
[20241107_08:06:54:307][41426.789502] PVR_K:  976: RGX Firmware CCB WO:0xB RO:0xB
[20241107_08:06:54:317][41426.794731] PVR_K:  976: RGX Kernel CCB commands executed = 5211988
[20241107_08:06:54:324][41426.800999] PVR_K:  976: RGX SLR: Forced UFO updates requested = 1
[20241107_08:06:54:326][41426.807173] PVR_K:  976: RGX SLR: (unable to force update as fence contained no sync checkpoints)
[20241107_08:06:54:346][41426.816042] PVR_K:  976: RGX SLR:{32850.183043948} Fence found on context 0x43110 '3D-P966-T976-avp_master.out' has 1 UFOs
[20241107_08:06:54:346][41426.827075] PVR_K:  976: RGX Errors: WGP:0, TRP:0
[20241107_08:06:54:356][41426.831776] PVR_K:  976: Thread0: FW IRQ count = 4343325
[20241107_08:06:54:356][41426.837084] PVR_K:  976: Last sampled IRQ count in LISR = 4343325
[20241107_08:06:54:366][41426.843177] PVR_K:  976: FW System config flags = 0x00020000 (Ctx switch options: Medium CSW profile;)
[20241107_08:06:54:374][41426.852473] PVR_K:  976: FW OS config flags = 0x0000000F (Ctx switch: TDM; GEOM; 3D; CDM;)
[20241107_08:06:54:374][41426.860728] PVR_K:  976:  (!) RGX power is down. No registers dumped
[20241107_08:06:54:384][41426.867076] PVR_K:  976: ------[ RGX FW Trace Info ]------
[20241107_08:06:54:394][41426.872559] PVR_K:  976: Debug log type: none
[20241107_08:06:54:394][41426.876913] PVR_K:  976: RGX FW thread 0: Trace buffer not yet allocated
[20241107_08:06:54:404][41426.883607] PVR_K:  976: ------[ Full CCB Status ]------
[20241107_08:06:54:404][41426.888923] PVR_K:  976: FWCtx 0x000433C0 (TQ_3D-P966-T976-avp_master.ou)
[20241107_08:06:54:414][41426.895708] PVR_K:  976:   |--Ready TQ_3D @ 4200 Int=2605987 Ext=2605987
[20241107_08:06:54:424][41426.902410] PVR_K:  976:   `--Ready UPDATE @ 4376 Int=2605987 Ext=2605987
[20241107_08:06:54:434][41426.909197] PVR_K:  976:      `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:54:434][41426.915205] PVR_K:  976: FWCtx 0x00043040 (TA-P966-T976-avp_master.out)
[20241107_08:06:54:444][41426.921820] PVR_K:  976:   `--<Empty>
[20241107_08:06:54:444][41426.925484] PVR_K:  976: FWCtx 0x00043110 (3D-P966-T976-avp_master.out)
[20241107_08:06:54:454][41426.932094] PVR_K:  976:   |--Waiting FENCE @ 16264 Int=2605988 Ext=2605979
[20241107_08:06:54:454][41426.939061] PVR_K:  976:   |  `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:54:464][41426.945094] PVR_K:  976:   |--Waiting FENCE_PR @ 16288 Int=2605988 Ext=2605979
[20241107_08:06:54:474][41426.952318] PVR_K:  976:   |  `--Addr:0x10095010 Val=0x0006a09b
[20241107_08:06:54:474][41426.958324] PVR_K:  976:   |--Waiting 3D @ 16312 Int=2605988 Ext=2605979
[20241107_08:06:54:484][41426.965021] PVR_K:  976:   `--Waiting UPDATE @ 16648 Int=2605988 Ext=2605979
[20241107_08:06:54:484][41426.972062] PVR_K:  976:      |--Addr:0x10095010 Val=0x0006a09c
[20241107_08:06:54:507][41426.978063] PVR_K:  976:      |--Addr:0x100410d1 Val=0x00000519
[20241107_08:06:54:508][41426.984066] PVR_K:  976:      `--Addr:0x10041141 Val=0x00000519
[20241107_08:06:54:509][41426.990071] PVR_K:  976: ------[ RGX Device ID:0 End ]------
[20241107_08:06:54:509][41426.995730] PVR_K:  976: ------[ Device ID: 128 - Phys Heaps ]------
[20241107_08:06:54:529][41427.002097] PVR_K:  976: 0x00000000f3e6c7f7 -> PdMs: SYSMEM, Type: UMA, default, Usage Flags: 0x00000004 (GPU_LOCAL), Refs: 11, Free Size: 601419776B, Total Size: 1197686784B
[20241107_08:06:54:539][41427.017640] PVR_K:  976: PMR Zombie Count: 0, PMR Zombie Count In Cleanup: 0
[20241107_08:06:54:539][41427.024681] PVR_K:  976: PMR Live Count: 373
[20241107_08:06:54:549][41427.028950] PVR_K:  976: ------[ System Summary Device ID:0 ]------
[20241107_08:06:54:549][41427.035211] PVR_K:  976: Device System Power State: OFF
[20241107_08:06:54:559][41427.040434] PVR_K:  976: MaxHWTOut: 500000us, WtTryCt: 10000, WDGTOut(on,off): (10000ms,3600000ms)
[20241107_08:06:54:569][41427.049390] PVR_K:  976: ------[ AppHint Settings ]------
[20241107_08:06:54:579][41427.054787] PVR_K:  976:   Build Vars
[20241107_08:06:54:579][41427.058452] PVR_K:  976:     EnableTrustedDeviceAceConfig: N
[20241107_08:06:54:589][41427.064112] PVR_K:  976:     CleanupThreadPriority: 0x00000005
[20241107_08:06:54:589][41427.069948] PVR_K:  976:     WatchdogThreadPriority: 0x00000000
[20241107_08:06:54:599][41427.075868] PVR_K:  976:     HWPerfClientBufferSize: 0x000c0000
[20241107_08:06:54:599][41427.081785] PVR_K:  976:     DevmemHistoryBufSizeLog2: 0x0000000b
[20241107_08:06:54:609][41427.087873] PVR_K:  976:     DevmemHistoryMaxEntries: 0x00002710
[20241107_08:06:54:609][41427.093874] PVR_K:  976:   Module Params
[20241107_08:06:54:609][41427.097802] PVR_K:  976:     none
[20241107_08:06:54:619][41427.101116] PVR_K:  976:   Debug Info Params
[20241107_08:06:54:619][41427.105385] PVR_K:  976:     none
[20241107_08:06:54:629][41427.108699] PVR_K:  976:   Debug Info Params Device ID: 0
[20241107_08:06:54:629][41427.114106] PVR_K:  976:     none
[20241107_08:06:54:629][41427.117424] PVR_K:  976: ------[ Active Sync Checkpoints ]------
[20241107_08:06:54:649][41427.123430] PVR_K:  976: (SyncCP Counts: InUse:7 Max:14)
[20241107_08:06:54:649][41427.128742] PVR_K:  976:     - ID = 6080631, FWAddr = 0x10041140, r1:e1:f0: es3_DoKick3D_2605979
[20241107_08:06:54:659][41427.137250] PVR_K:  976:     - ID = 6080629, FWAddr = 0x100410d0, r1:e1:f0: update fence
[20241107_08:06:54:669][41427.145062] PVR_K:  976:     - ID = 6080628, FWAddr = 0x10041290, r1:e2:f0: TDM
[20241107_08:06:54:669][41427.152106] sw: RM_SWTimeline-vp_master.out-avp @0 cur=0
[20241107_08:06:54:679][41427.157416] ------[ Native Fence Sync: timelines ]------
[20241107_08:06:54:679][41427.162723] foreign_sync: @0 ctx=1 refs=1
[20241107_08:06:54:679][41427.166733] rogue-ta3d: @1737322 ctx=3 refs=5
[20241107_08:06:54:689][41427.171083]  @1737315: (++) refs=4 fwaddr=0x100410c1 enqueue=1 status=Signalled 1737315-update fence
[20241107_08:06:54:699][41427.180196]  @1737317: (++) refs=6 fwaddr=0x10041389 enqueue=1 status=Signalled 1737317-update fence
[20241107_08:06:54:719][41427.189308]  @1737319: (++) refs=5 fwaddr=0x10041371 enqueue=1 status=Signalled 1737319-update fence
[20241107_08:06:54:719][41427.198420]  @1737321: (+-) refs=7 fwaddr=0x100410d1 enqueue=1 status=Active    1737321-update fence
[20241107_08:06:54:729][41427.207554] rogue-tq3d: @0 ctx=4 refs=1
[20241107_08:06:54:729][41427.211393] QE-avp_master.out-966: @868666 ctx=5 refs=2
[20241107_08:06:54:739][41427.216608]  @868665: (+-) refs=2 fwaddr=0x10041291 enqueue=2 status=Active    868665-TDM
[20241107_08:06:54:739][41427.224781] V3-avp_master.out-966: @1737322 ctx=6 refs=2
[20241107_08:06:54:749][41427.230081]  @1737321: (++) refs=1 fwaddr=0x10041001 enqueue=1 status=Signalled 1737321-es3_DoKickTA_2605979
[20241107_08:06:54:759][41427.239899] P3-avp_master.out-966: @1737322 ctx=7 refs=2
[20241107_08:06:54:769][41427.245199]  @1737321: (+-) refs=2 fwaddr=0x10041141 enqueue=1 status=Active    1737321-es3_DoKick3D_2605979
[20241107_08:06:54:769][41427.255016] PVR_K:  976: ------------[ PVR DBG: END ]------------
[20241107_08:06:54:779][41427.261169] ------------[ cut here ]------------
[20241107_08:06:54:799][41427.265774] WARNING: CPU: 0 PID: 976 at home/SOC/zhubing/TDA4VEN_SOC_V10_00/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08/board-support/extra-drivers/ti-img-rogue-driver-24.1.6554834/binary_j722s_linux_lws-generic_release/target_aarch64/kbuild/services/server/common/pvr_notifier.c:663 PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:54:819][41427.295129] Modules linked in: overlay bluetooth ecdh_generic ecc cfg80211 rfkill cdns3 cdns_usb_common rpmsg_ctrl rpmsg_char snd_soc_simple_card crct10dif_ce display_connector pvrsrvkm(O) snd_soc_simple_card_utils drm_kms_helper phy_can_transceiver e5010_jpeg_enc cdns3_ti v4l2_jpeg rtc_ti_k3 rti_wdt k3_j72xx_bandgap wave5 ti_k3_r5_remoteproc videobuf2_dma_contig videobuf2_memops v4l2_mem2mem videobuf2_v4l2 videobuf2_common sa2ul ti_k3_dsp_remoteproc videodev authenc mc mcrc64 m_can_platform m_can snd_soc_tlv320aic3x_i2c can_dev snd_soc_tlv320aic3x drm fuse drm_panel_orientation_quirks backlight ipv6
[20241107_08:06:54:869][41427.348320] CPU: 0 PID: 976 Comm: avp_master.out Tainted: G        W  O       6.6.32 #2
[20241107_08:06:54:879][41427.356309] Hardware name: Texas Instruments J722S EVM (DT)
[20241107_08:06:54:879][41427.361865] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[20241107_08:06:54:889][41427.368811] pc : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:54:889][41427.374436] lr : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:54:899][41427.380049] sp : ffff800082d0bac0
[20241107_08:06:54:899][41427.383351] x29: ffff800082d0bac0 x28: ffff800079795de0 x27: ffff0000087c1fe0
[20241107_08:06:54:909][41427.390477] x26: ffff000000d8c808 x25: ffff000001ef8608 x24: ffff000001ef8720
[20241107_08:06:54:909][41427.397602] x23: ffff000000d8c920 x22: ffff000001ef8720 x21: 0000000000000002
[20241107_08:06:54:929][41427.404726] x20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000006
[20241107_08:06:54:929][41427.411850] x17: 6576697463413d73 x16: 757461747320313d x15: ffff800082d0b400
[20241107_08:06:54:939][41427.418975] x14: 0000000000000000 x13: ffff80008123ea58 x12: 0000000000000d98
[20241107_08:06:54:949][41427.426099] x11: 0000000000000488 x10: ffff800081296a58 x9 : ffff80008123ea58
[20241107_08:06:54:949][41427.433224] x8 : 00000000ffffefff x7 : ffff800081296a58 x6 : 80000000fffff000
[20241107_08:06:54:959][41427.440349] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
[20241107_08:06:54:969][41427.447473] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00000728c740
[20241107_08:06:54:969][41427.454597] Call trace:
[20241107_08:06:54:969][41427.457034]  PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:54:979][41427.462301]  PVRSRVHWOpTimeoutKM+0x34/0x48 [pvrsrvkm]
[20241107_08:06:54:979][41427.467479]  PVRSRVBridgeHWOpTimeout+0x2c/0x48 [pvrsrvkm]
[20241107_08:06:54:989][41427.473006]  BridgedDispatchKM+0x144/0x54c [pvrsrvkm]
[20241107_08:06:54:999][41427.478184]  PVRSRV_BridgeDispatchKM+0xb4/0x174 [pvrsrvkm]
[20241107_08:06:54:999][41427.483794]  drm_ioctl_kernel+0xd4/0x17c [drm]
[20241107_08:06:55:009][41427.488473]  drm_ioctl+0x218/0x49c [drm]
[20241107_08:06:55:009][41427.492540]  __arm64_sys_ioctl+0xac/0xf0
[20241107_08:06:55:009][41427.496459]  invoke_syscall+0x48/0x114
[20241107_08:06:55:024][41427.500203]  el0_svc_common.constprop.0+0xc0/0xe0
[20241107_08:06:55:025][41427.504898]  do_el0_svc+0x1c/0x28
[20241107_08:06:55:025][41427.508205]  el0_svc+0x2c/0x84
[20241107_08:06:55:025][41427.511253]  el0t_64_sync_handler+0x120/0x12c
[20241107_08:06:55:025][41427.515601]  el0t_64_sync+0x190/0x194
[20241107_08:06:55:025][41427.519256] ---[ end trace 0000000000000000 ]---
[20241107_08:06:55:045][41437.591360] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4600 WOFF=4600) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:55:065][41437.605729] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=17512) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:55:075][41447.830520] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4600 WOFF=4600) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:55:095][41447.844889] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=11640 DOFF=11640 WOFF=11912) for "TA-P966-T976-avp_master.out" [2521]
[20241107_08:06:55:105][41447.859313] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=17512) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:55:115][41447.873732] PVR_K:  422: Possible stalled client RGX contexts detected: TA 3D TQ3D
[20241107_08:06:55:125][41447.881382] PVR_K:  422: Trying to identify stalled context...(force) [0]
[20241107_08:06:55:125][41447.888167] PVR_K:  422: Fence found on context 0x43110 '3D-P966-T976-avp_master.out' @ 16264 has 1 UFOs
[20241107_08:06:55:135][41447.897640] PVR_K:  422:   1/1 FWAddr 0x10041291 requires 0x519 (currently 0xac1)
[20241107_08:06:55:145][41447.905124] PVR_K:  422: 0 sync checkpoints owned by pvr_sync_file in stalled context
[20241107_08:06:55:145][41447.912948] PVR_K:  422: SLR disabled for FWCtx 0x00043110
[20241107_08:06:55:165][45123.434338] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4600 WOFF=4600) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:55:175][45123.448703] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=11640 DOFF=11640 WOFF=11912) for "TA-P966-T976-avp_master.out" [2521]
[20241107_08:06:55:192][45123.463126] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=17512) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:55:192][45722.216541] PVR_K:  976: HW operation timeout, dump server info
[20241107_08:06:55:212][45722.222496] PVR_K:  976: ------------[ PVR DBG: START (High) ]------------
[20241107_08:06:55:212][45722.229388] PVR_K:  976: OS kernel info: Linux 6.6.32 #2 SMP PREEMPT Thu Oct 17 09:54:25 CST 2024 aarch64
[20241107_08:06:55:222][45722.238961] PVR_K:  976: DDK info: Rogue_DDK_Linux_WS rogueddk 24.1@6554834 (release) j722s_linux
[20241107_08:06:55:232][45722.247828] PVR_K:  976: Time now: 45722247825us
[20241107_08:06:55:232][45722.252444] PVR_K:  976: Services State: OK
[20241107_08:06:55:232][45722.256626] PVR_K:  976: Server Errors: 14
[20241107_08:06:55:241][45722.260729] PVR_K:  976: Connections Device ID:0(128) P966-V966-T976-avp_master.out
[20241107_08:06:55:251][45722.268378] PVR_K:  976: ------[ Driver Info ]------
[20241107_08:06:55:261][45722.273341] PVR_K:  976: Comparison of UM/KM components: MATCHING
[20241107_08:06:55:261][45722.279428] PVR_K:  976: KM Arch: 64 Bit
[20241107_08:06:55:261][45722.283349] PVR_K:  976: Driver Mode: Native
[20241107_08:06:55:271][45722.287759] PVR_K:  976: UM Connected Clients: 64 Bit
[20241107_08:06:55:281][45722.292929] PVR_K:  976: UM info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:55:281][45722.300787] PVR_K:  976: KM info: 24.1 @  6554834 (release) build options: 0x00000810
[20241107_08:06:55:291][45722.308620] PVR_K:  976: Window system: lws-generic
[20241107_08:06:55:291][45722.313499] PVR_K:  976: Power lock status: Free
[20241107_08:06:55:301][45722.318116] PVR_K:  976: ------[ Server Thread Summary ]------
[20241107_08:06:55:301][45722.323946] PVR_K:  976:   pvr_defer_free : Running
[20241107_08:06:55:321][45722.328829] PVR_K:  976:     Number of deferred cleanup items: QUEUED: 00000  CONNECTION : 00000 MMU : 00000 OSMEM : 00000 PMR : 00000
[20241107_08:06:55:325][45722.340909] PVR_K:  976:     Number of deferred cleanup items dropped after retry limit reached : 0
[20241107_08:06:55:335][45722.350043] PVR_K:  976:   pvr_device_wdg : Running
[20241107_08:06:55:335][45722.354931] PVR_K:  976: Active Threads (UM/KM): 2 / 2
[20241107_08:06:55:345][45722.360070] PVR_K:  976: Suspended Threads: 0
[20241107_08:06:55:345][45722.364431] PVR_K:  976: ------[ RGX Device ID:0 Start ]------
[20241107_08:06:55:355][45722.370259] PVR_K:  976: ------[ RGX Info ]------
[20241107_08:06:55:365][45722.374962] PVR_K:  976: Device Node (Info): 00000000510e0827 (0000000042f9fe29)
[20241107_08:06:55:365][45722.382352] PVR_K:  976:     DevmemHistoryRecordStats - None
[20241107_08:06:55:372][45722.388008] PVR_K:  976: RGX BVNC: 36.53.104.796 (rogue)
[20241107_08:06:55:372][45722.393316] PVR_K:  976: RGX Device State: ACTIVE
[20241107_08:06:55:382][45722.398017] PVR_K:  976: RGX Power State: OFF
[20241107_08:06:55:392][45722.402372] PVR_K:  976: RGX Health Status: OK, Reason: NONE
[20241107_08:06:55:392][45722.408029] PVR_K:  976: FW info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:55:402][45722.415852] PVR_K:  976: TRP: HW support - Yes; SW disabled
[20241107_08:06:55:402][45722.421423] PVR_K:  976: WGP: HW support - Yes; SW disabled
[20241107_08:06:55:412][45722.427002] PVR_K:  976: RGX HWR State 0x00000001: HWR OK;
[20241107_08:06:55:422][45722.432493] PVR_K:  976: RGX FW Power State: RGXFWIF_POW_OFF (APM enabled: 7 ok, 0 denied, 0 non-idle, 970653 retry, 0 other, 970660 total. Latency: 100 ms)
[20241107_08:06:55:432][45722.446475] PVR_K:  976: RGX DVFS: 0 frequency changes. Current frequency: 799.999 MHz (sampled at 41427526468305 ns). FW frequency: 800.000 MHz.
[20241107_08:06:55:442][45722.459503] PVR_K:  976: RGX FW OS 0 - State: active; Freelists: Ok; Priority: 0; Isolation group: 0;  Time Slice*: 0% (0ms); MTS off;
[20241107_08:06:55:462][45722.471610] PVR_K:  976: Number of HWR: GP(0/0+0), 2D(0/0+0), GEOM(0/0+0), 3D(5/5+0), CDM(0/0+0), RAY(0/0+0), GEOM2(0/0+0), FALSE(0,0,0,0,0,0,0)
[20241107_08:06:55:462][45722.484553] PVR_K:  976: DM 0 (GP)
[20241107_08:06:55:472][45722.487952] PVR_K:  976: DM 1 (HWRflags 0x00000000: working;)
[20241107_08:06:55:482][45722.493699] PVR_K:  976: DM 2 (HWRflags 0x00000000: working;)
[20241107_08:06:55:482][45722.499445] PVR_K:  976: DM 3 (HWRflags 0x00000000: working;)
[20241107_08:06:55:492][45722.505194] PVR_K:  976:   Recovery 1: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:55:508][45722.518653] PVR_K:  976:               CRTimer = 0x0003BF3D0F70, OSTimer = 5189.950534385, CyclesElapsed = 48123904
[20241107_08:06:55:509][45722.529078] PVR_K:  976:               PreResetTimeInCycles = 23296, HWResetTimeInCycles = 29184, FreelistReconTimeInCycles = 328960, TotalRecoveryTimeInCycles = 381440
[20241107_08:06:55:529][45722.544109] PVR_K:  976:   Recovery 2: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:55:539][45722.557569] PVR_K:  976:               CRTimer = 0x000167080643, OSTimer = 7119.383964550, CyclesElapsed = 78592
[20241107_08:06:55:559][45722.567733] PVR_K:  976:               PreResetTimeInCycles = 24832, HWResetTimeInCycles = 30208, FreelistReconTimeInCycles = 325632, TotalRecoveryTimeInCycles = 380672
[20241107_08:06:55:569][45722.582750] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:55:579][45722.586848] PVR_K:  976:       * MMU status (0x0000000000002041): PC = 2, Page Size = 0 (Page Catalog).
[20241107_08:06:55:579][45722.596243] PVR_K:  976:       * Request (0x001018da8c8d06a0): MCU PDS PDSRW (-), Reading from 0xDA8C8D06A0.
[20241107_08:06:55:589][45722.606065] PVR_K:  976:     PC index (874) out of bounds (0)
[20241107_08:06:55:599][45722.611816] PVR_K:  976:   Recovery 3: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043E80, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:55:609][45722.625276] PVR_K:  976:               CRTimer = 0x000BD1C57E7F, OSTimer = 21436.335945530, CyclesElapsed = 56115456
[20241107_08:06:55:619][45722.635787] PVR_K:  976:               PreResetTimeInCycles = 24320, HWResetTimeInCycles = 28928, FreelistReconTimeInCycles = 367616, TotalRecoveryTimeInCycles = 420864
[20241107_08:06:55:639][45722.650813] PVR_K:  976:   Recovery 4: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:55:649][45722.664276] PVR_K:  976:               CRTimer = 0x000CEC8FFB3C, OSTimer = 22954.558382960, CyclesElapsed = 4874240
[20241107_08:06:55:669][45722.674703] PVR_K:  976:               PreResetTimeInCycles = 22528, HWResetTimeInCycles = 30720, FreelistReconTimeInCycles = 411136, TotalRecoveryTimeInCycles = 464384
[20241107_08:06:55:669][45722.689723] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:55:679][45722.693820] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:55:689][45722.703032] PVR_K:  976:       * Request (0x0013668003874400): IPF0 (DBSC), Reading from 0x8003874400.
[20241107_08:06:55:689][45722.712329] PVR_K:  976:     PCE for index 512 = 0x0084b261 and is valid
[20241107_08:06:55:709][45722.719030] PVR_K:  976:     PDE for index 28 = 0x000000009b92c001 and is valid
[20241107_08:06:55:709][45722.726333] PVR_K:  976:     PTE for index 116 = 0x00000badbad00b88 and is not valid
[20241107_08:06:55:729][45722.734075] PVR_K:  976:   Recovery 5: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:55:729][45722.747534] PVR_K:  976:               CRTimer = 0x0010057E7C0D, OSTimer = 27211.577780235, CyclesElapsed = 15869696
[20241107_08:06:55:749][45722.758053] PVR_K:  976:               PreResetTimeInCycles = 22272, HWResetTimeInCycles = 29440, FreelistReconTimeInCycles = 340480, TotalRecoveryTimeInCycles = 392192
[20241107_08:06:55:749][45722.773078] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:55:759][45722.777182] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:55:779][45722.786396] PVR_K:  976:       * Request (0x00100eda00154000): PDS req 0 (-), Reading from 0xDA00154000.
[20241107_08:06:55:779][45722.795871] PVR_K:  976:     PCE for index 872 = 0x00888731 and is valid
[20241107_08:06:55:789][45722.802568] PVR_K:  976:     PDE for index 0 = 0x0000000088904001 and is valid
[20241107_08:06:55:789][45722.809782] PVR_K:  976:     PT index (340) out of bounds (0)
[20241107_08:06:55:799][45722.815529] PVR_K:  976: DM 4 (HWRflags 0x00000000: working;)
[20241107_08:06:55:799][45722.821275] PVR_K:  976: DM 5 (HWRflags 0x00000000: working;)
[20241107_08:06:55:809][45722.827020] PVR_K:  976: DM 6 (HWRflags 0x00000000: working;)
[20241107_08:06:55:809][45722.832766] PVR_K:  976: RGX Kernel CCB WO:0x35A RO:0x35A
[20241107_08:06:55:819][45722.838161] PVR_K:  976: RGX Firmware CCB WO:0xB RO:0xB
[20241107_08:06:55:819][45722.843390] PVR_K:  976: RGX Kernel CCB commands executed = 5211994
[20241107_08:06:55:829][45722.849652] PVR_K:  976: RGX SLR: Forced UFO updates requested = 2
[20241107_08:06:55:839][45722.855827] PVR_K:  976: RGX SLR: (unable to force update as fence contained no sync checkpoints)
[20241107_08:06:55:849][45722.864695] PVR_K:  976: RGX SLR:{32850.183043948} Fence found on context 0x43110 '3D-P966-T976-avp_master.out' has 1 UFOs
[20241107_08:06:55:859][45722.875732] PVR_K:  976: RGX SLR:[41450.773696596] Fence found on context 0x43110 '3D-P966-T976-avp_master.out' has 1 UFOs
[20241107_08:06:55:869][45722.886766] PVR_K:  976: RGX Errors: WGP:0, TRP:0
[20241107_08:06:55:869][45722.891471] PVR_K:  976: Thread0: FW IRQ count = 4343326
[20241107_08:06:55:879][45722.896780] PVR_K:  976: Last sampled IRQ count in LISR = 4343326
[20241107_08:06:55:889][45722.902871] PVR_K:  976: FW System config flags = 0x00020000 (Ctx switch options: Medium CSW profile;)
[20241107_08:06:55:889][45722.912170] PVR_K:  976: FW OS config flags = 0x0000000F (Ctx switch: TDM; GEOM; 3D; CDM;)
[20241107_08:06:55:899][45722.920425] PVR_K:  976:  (!) RGX power is down. No registers dumped
[20241107_08:06:55:909][45722.926773] PVR_K:  976: ------[ RGX FW Trace Info ]------
[20241107_08:06:55:919][45722.932253] PVR_K:  976: Debug log type: none
[20241107_08:06:55:919][45722.936608] PVR_K:  976: RGX FW thread 0: Trace buffer not yet allocated
[20241107_08:06:55:929][45722.943301] PVR_K:  976: ------[ Full CCB Status ]------
[20241107_08:06:55:929][45722.948616] PVR_K:  976: FWCtx 0x000433C0 (TQ_3D-P966-T976-avp_master.ou)
[20241107_08:06:55:939][45722.955400] PVR_K:  976:   |--Ready TQ_3D @ 4200 Int=2605987 Ext=2605987
[20241107_08:06:55:949][45722.962097] PVR_K:  976:   |--Ready UPDATE @ 4376 Int=2605987 Ext=2605987
[20241107_08:06:55:949][45722.968884] PVR_K:  976:   |  `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:55:959][45722.974888] PVR_K:  976:   |--Ready TQ_3D @ 4400 Int=2605990 Ext=2605990
[20241107_08:06:55:959][45722.981645] PVR_K:  976:   `--Ready UPDATE @ 4576 Int=2605990 Ext=2605990
[20241107_08:06:55:969][45722.988435] PVR_K:  976:      `--Addr:0x10041139 Val=0x00000519
[20241107_08:06:55:969][45722.994444] PVR_K:  976: FWCtx 0x00043040 (TA-P966-T976-avp_master.out)
[20241107_08:06:55:989][45723.001058] PVR_K:  976:   |--Waiting FENCE @ 11640 Int=2605989 Ext=2605986
[20241107_08:06:55:989][45723.008018] PVR_K:  976:   |  `--Addr:0x100410d1 Val=0x00000519
[20241107_08:06:55:999][45723.014023] PVR_K:  976:   |--Waiting TA @ 11664 Int=2605989 Ext=2605986
[20241107_08:06:56:009][45723.020718] PVR_K:  976:   |--Waiting UPDATE @ 11744 Int=2605989 Ext=2605986
[20241107_08:06:56:009][45723.027761] PVR_K:  976:   |  |--Addr:0x10095004 Val=0x0006a09b
[20241107_08:06:56:019][45723.033764] PVR_K:  976:   |  `--Addr:0x10041359 Val=0x00000519
[20241107_08:06:56:019][45723.039766] PVR_K:  976:   |--Waiting FENCE @ 11776 Int=2605991 Ext=2605982
[20241107_08:06:56:029][45723.046721] PVR_K:  976:   |  `--Addr:0x10041231 Val=0x00000519
[20241107_08:06:56:029][45723.052726] PVR_K:  976:   |--Waiting TA @ 11800 Int=2605991 Ext=2605982
[20241107_08:06:56:039][45723.059423] PVR_K:  976:   `--Waiting UPDATE @ 11880 Int=2605991 Ext=2605982
[20241107_08:06:56:049][45723.066466] PVR_K:  976:      |--Addr:0x10095014 Val=0x0006a09b
[20241107_08:06:56:059][45723.072468] PVR_K:  976:      `--Addr:0x10041041 Val=0x00000519
[20241107_08:06:56:059][45723.078473] PVR_K:  976: FWCtx 0x00043110 (3D-P966-T976-avp_master.out)
[20241107_08:06:56:069][45723.085083] PVR_K:  976:   |--Waiting FENCE @ 16264 Int=2605988 Ext=2605979
[20241107_08:06:56:079][45723.092039] PVR_K:  976:   |  `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:56:079][45723.098049] PVR_K:  976:   |--Waiting FENCE_PR @ 16288 Int=2605988 Ext=2605979
[20241107_08:06:56:089][45723.105266] PVR_K:  976:   |  `--Addr:0x10095010 Val=0x0006a09b
[20241107_08:06:56:089][45723.111272] PVR_K:  976:   |--Waiting 3D @ 16312 Int=2605988 Ext=2605979
[20241107_08:06:56:099][45723.117973] PVR_K:  976:   |--Waiting UPDATE @ 16648 Int=2605988 Ext=2605979
[20241107_08:06:56:109][45723.125016] PVR_K:  976:   |  |--Addr:0x10095010 Val=0x0006a09c
[20241107_08:06:56:109][45723.131019] PVR_K:  976:   |  |--Addr:0x100410d1 Val=0x00000519
[20241107_08:06:56:119][45723.137022] PVR_K:  976:   |  `--Addr:0x10041141 Val=0x00000519
[20241107_08:06:56:119][45723.143025] PVR_K:  976:   |--Waiting FENCE_PR @ 16688 Int=2605989 Ext=2605986
[20241107_08:06:56:139][45723.150241] PVR_K:  976:   |  `--Addr:0x10095004 Val=0x0006a09b
[20241107_08:06:56:139][45723.156244] PVR_K:  976:   |--Waiting 3D @ 16712 Int=2605989 Ext=2605986
[20241107_08:06:56:149][45723.162942] PVR_K:  976:   |--Waiting UPDATE @ 17048 Int=2605989 Ext=2605986
[20241107_08:06:56:149][45723.169985] PVR_K:  976:   |  |--Addr:0x10095004 Val=0x0006a09c
[20241107_08:06:56:159][45723.175987] PVR_K:  976:   |  |--Addr:0x10041231 Val=0x00000519
[20241107_08:06:56:159][45723.181989] PVR_K:  976:   |  `--Addr:0x10041191 Val=0x00000519
[20241107_08:06:56:169][45723.187992] PVR_K:  976:   |--Waiting FENCE @ 17088 Int=2605991 Ext=2605982
[20241107_08:06:56:179][45723.194964] PVR_K:  976:   |  `--Addr:0x10041139 Val=0x00000519
[20241107_08:06:56:179][45723.200976] PVR_K:  976:   |--Waiting FENCE_PR @ 17112 Int=2605991 Ext=2605982
[20241107_08:06:56:189][45723.208195] PVR_K:  976:   |  `--Addr:0x10095014 Val=0x0006a09b
[20241107_08:06:56:189][45723.214201] PVR_K:  976:   |--Waiting 3D @ 17136 Int=2605991 Ext=2605982
[20241107_08:06:56:209][45723.220905] PVR_K:  976:   `--Waiting UPDATE @ 17472 Int=2605991 Ext=2605982
[20241107_08:06:56:209][45723.227952] PVR_K:  976:      |--Addr:0x10095014 Val=0x0006a09c
[20241107_08:06:56:219][45723.233963] PVR_K:  976:      |--Addr:0x10041159 Val=0x00000519
[20241107_08:06:56:219][45723.239967] PVR_K:  976:      `--Addr:0x10041111 Val=0x00000519
[20241107_08:06:56:229][45723.245973] PVR_K:  976: ------[ RGX Device ID:0 End ]------
[20241107_08:06:56:229][45723.251633] PVR_K:  976: ------[ Device ID: 128 - Phys Heaps ]------
[20241107_08:06:56:249][45723.258003] PVR_K:  976: 0x00000000f3e6c7f7 -> PdMs: SYSMEM, Type: UMA, default, Usage Flags: 0x00000004 (GPU_LOCAL), Refs: 11, Free Size: 600387584B, Total Size: 1197686784B
[20241107_08:06:56:249][45723.273542] PVR_K:  976: PMR Zombie Count: 0, PMR Zombie Count In Cleanup: 0
[20241107_08:06:56:259][45723.280585] PVR_K:  976: PMR Live Count: 375
[20241107_08:06:56:259][45723.284853] PVR_K:  976: ------[ System Summary Device ID:0 ]------
[20241107_08:06:56:269][45723.291116] PVR_K:  976: Device System Power State: OFF
[20241107_08:06:56:279][45723.296339] PVR_K:  976: MaxHWTOut: 500000us, WtTryCt: 10000, WDGTOut(on,off): (10000ms,3600000ms)
[20241107_08:06:56:289][45723.305289] PVR_K:  976: ------[ AppHint Settings ]------
[20241107_08:06:56:289][45723.310684] PVR_K:  976:   Build Vars
[20241107_08:06:56:299][45723.314351] PVR_K:  976:     EnableTrustedDeviceAceConfig: N
[20241107_08:06:56:299][45723.320008] PVR_K:  976:     CleanupThreadPriority: 0x00000005
[20241107_08:06:56:309][45723.325840] PVR_K:  976:     WatchdogThreadPriority: 0x00000000
[20241107_08:06:56:309][45723.331756] PVR_K:  976:     HWPerfClientBufferSize: 0x000c0000
[20241107_08:06:56:319][45723.337673] PVR_K:  976:     DevmemHistoryBufSizeLog2: 0x0000000b
[20241107_08:06:56:319][45723.343913] PVR_K:  976:     DevmemHistoryMaxEntries: 0x00002710
[20241107_08:06:56:329][45723.350021] PVR_K:  976:   Module Params
[20241107_08:06:56:329][45723.353967] PVR_K:  976:     none
[20241107_08:06:56:329][45723.357285] PVR_K:  976:   Debug Info Params
[20241107_08:06:56:339][45723.361552] PVR_K:  976:     none
[20241107_08:06:56:349][45723.364868] PVR_K:  976:   Debug Info Params Device ID: 0
[20241107_08:06:56:349][45723.370272] PVR_K:  976:     none
[20241107_08:06:56:359][45723.373589] PVR_K:  976: ------[ Active Sync Checkpoints ]------
[20241107_08:06:56:359][45723.379592] PVR_K:  976: (SyncCP Counts: InUse:12 Max:14)
[20241107_08:06:56:374][45723.384991] PVR_K:  976:     - ID = 6080638, FWAddr = 0x10041110, r1:e1:f0: es3_DoKick3D_2605982
[20241107_08:06:56:379][45723.393498] PVR_K:  976:     - ID = 6080637, FWAddr = 0x10041040, r1:e1:f0: es3_DoKickTA_2605982
[20241107_08:06:56:379][45723.402004] PVR_K:  976:     - ID = 6080636, FWAddr = 0x10041158, r1:e1:f0: update fence
[20241107_08:06:56:389][45723.409815] PVR_K:  976:     - ID = 6080635, FWAddr = 0x10041138, r1:e2:f0: TDM
[20241107_08:06:56:399][45723.416847] PVR_K:  976:     - ID = 6080634, FWAddr = 0x10041190, r1:e1:f0: es3_DoKick3D_2605986
[20241107_08:06:56:408][45723.425352] PVR_K:  976:     - ID = 6080633, FWAddr = 0x10041358, r1:e1:f0: es3_DoKickTA_2605986
[20241107_08:06:56:408][45723.433857] PVR_K:  976:     - ID = 6080632, FWAddr = 0x10041230, r1:e2:f0: update fence
[20241107_08:06:56:428][45723.441670] PVR_K:  976:     - ID = 6080631, FWAddr = 0x10041140, r1:e1:f0: es3_DoKick3D_2605979
[20241107_08:06:56:428][45723.450175] PVR_K:  976:     - ID = 6080629, FWAddr = 0x100410d0, r1:e2:f0: update fence
[20241107_08:06:56:438][45723.457986] PVR_K:  976:     - ID = 6080628, FWAddr = 0x10041290, r1:e2:f0: TDM
[20241107_08:06:56:448][45723.465031] sw: RM_SWTimeline-vp_master.out-avp @0 cur=0
[20241107_08:06:56:448][45723.470351] ------[ Native Fence Sync: timelines ]------
[20241107_08:06:56:458][45723.475674] foreign_sync: @0 ctx=1 refs=1
[20241107_08:06:56:459][45723.479688] rogue-ta3d: @1737324 ctx=3 refs=6
[20241107_08:06:56:469][45723.484038]  @1737317: (++) refs=4 fwaddr=0x10041389 enqueue=1 status=Signalled 1737317-update fence
[20241107_08:06:56:469][45723.493152]  @1737319: (++) refs=5 fwaddr=0x10041371 enqueue=1 status=Signalled 1737319-update fence
[20241107_08:06:56:489][45723.502264]  @1737321: (+-) refs=6 fwaddr=0x100410d1 enqueue=2 status=Active    1737321-update fence
[20241107_08:06:56:499][45723.511377]  @1737322: (+-) refs=2 fwaddr=0x10041231 enqueue=2 status=Active    1737322-update fence
[20241107_08:06:56:509][45723.520489]  @1737323: (+-) refs=7 fwaddr=0x10041159 enqueue=1 status=Active    1737323-update fence
[20241107_08:06:56:509][45723.529665] rogue-tq3d: @0 ctx=4 refs=1
[20241107_08:06:56:509][45723.533505] QE-avp_master.out-966: @868667 ctx=5 refs=3
[20241107_08:06:56:519][45723.538719]  @868665: (+-) refs=2 fwaddr=0x10041291 enqueue=2 status=Active    868665-TDM
[20241107_08:06:56:529][45723.546878]  @868666: (+-) refs=2 fwaddr=0x10041139 enqueue=2 status=Active    868666-TDM
[20241107_08:06:56:529][45723.555046] V3-avp_master.out-966: @1737324 ctx=6 refs=3
[20241107_08:06:56:539][45723.560346]  @1737322: (+-) refs=2 fwaddr=0x10041359 enqueue=1 status=Active    1737322-es3_DoKickTA_2605986
[20241107_08:06:56:559][45723.570153]  @1737323: (+-) refs=2 fwaddr=0x10041041 enqueue=1 status=Active    1737323-es3_DoKickTA_2605982
[20241107_08:06:56:559][45723.579971] P3-avp_master.out-966: @1737324 ctx=7 refs=4
[20241107_08:06:56:569][45723.585272]  @1737321: (+-) refs=2 fwaddr=0x10041141 enqueue=1 status=Active    1737321-es3_DoKick3D_2605979
[20241107_08:06:56:579][45723.595079]  @1737322: (+-) refs=2 fwaddr=0x10041191 enqueue=1 status=Active    1737322-es3_DoKick3D_2605986
[20241107_08:06:56:588][45723.604885]  @1737323: (+-) refs=2 fwaddr=0x10041111 enqueue=1 status=Active    1737323-es3_DoKick3D_2605982
[20241107_08:06:56:588][45723.614719] PVR_K:  976: ------------[ PVR DBG: END ]------------
[20241107_08:06:56:598][45723.620874] ------------[ cut here ]------------
[20241107_08:06:56:608][45723.625481] WARNING: CPU: 3 PID: 976 at home/SOC/zhubing/TDA4VEN_SOC_V10_00/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08/board-support/extra-drivers/ti-img-rogue-driver-24.1.6554834/binary_j722s_linux_lws-generic_release/target_aarch64/kbuild/services/server/common/pvr_notifier.c:663 PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:56:638][45723.654829] Modules linked in: overlay bluetooth ecdh_generic ecc cfg80211 rfkill cdns3 cdns_usb_common rpmsg_ctrl rpmsg_char snd_soc_simple_card crct10dif_ce display_connector pvrsrvkm(O) snd_soc_simple_card_utils drm_kms_helper phy_can_transceiver e5010_jpeg_enc cdns3_ti v4l2_jpeg rtc_ti_k3 rti_wdt k3_j72xx_bandgap wave5 ti_k3_r5_remoteproc videobuf2_dma_contig videobuf2_memops v4l2_mem2mem videobuf2_v4l2 videobuf2_common sa2ul ti_k3_dsp_remoteproc videodev authenc mc mcrc64 m_can_platform m_can snd_soc_tlv320aic3x_i2c can_dev snd_soc_tlv320aic3x drm fuse drm_panel_orientation_quirks backlight ipv6
[20241107_08:06:56:688][45723.708023] CPU: 3 PID: 976 Comm: avp_master.out Tainted: G        W  O       6.6.32 #2
[20241107_08:06:56:698][45723.716012] Hardware name: Texas Instruments J722S EVM (DT)
[20241107_08:06:56:708][45723.721570] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[20241107_08:06:56:708][45723.728517] pc : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:56:708][45723.734161] lr : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:56:718][45723.739773] sp : ffff800082d0bac0
[20241107_08:06:56:718][45723.743076] x29: ffff800082d0bac0 x28: ffff800079795de0 x27: ffff0000087c1fe0
[20241107_08:06:56:728][45723.750203] x26: ffff000000d8c808 x25: ffff000001ef8608 x24: ffff000001ef8720
[20241107_08:06:56:738][45723.757328] x23: ffff000000d8c920 x22: ffff000001ef8720 x21: 0000000000000002
[20241107_08:06:56:738][45723.764452] x20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000006
[20241107_08:06:56:748][45723.771578] x17: 6576697463413d73 x16: 757461747320313d x15: ffff800082d0b400
[20241107_08:06:56:758][45723.778702] x14: 0000000000000000 x13: ffff80008123ea58 x12: 0000000000001077
[20241107_08:06:56:768][45723.785827] x11: 000000000000057d x10: ffff800081296a58 x9 : ffff80008123ea58
[20241107_08:06:56:778][45723.792951] x8 : 00000000ffffefff x7 : ffff800081296a58 x6 : 80000000fffff000
[20241107_08:06:56:778][45723.800076] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
[20241107_08:06:56:788][45723.807200] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00000728c740
[20241107_08:06:56:788][45723.814325] Call trace:
[20241107_08:06:56:798][45723.816762]  PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:56:798][45723.822050]  PVRSRVHWOpTimeoutKM+0x34/0x48 [pvrsrvkm]
[20241107_08:06:56:808][45723.827236]  PVRSRVBridgeHWOpTimeout+0x2c/0x48 [pvrsrvkm]
[20241107_08:06:56:808][45723.832764]  BridgedDispatchKM+0x144/0x54c [pvrsrvkm]
[20241107_08:06:56:808][45723.837945]  PVRSRV_BridgeDispatchKM+0xb4/0x174 [pvrsrvkm]
[20241107_08:06:56:818][45723.843557]  drm_ioctl_kernel+0xd4/0x17c [drm]
[20241107_08:06:56:818][45723.848248]  drm_ioctl+0x218/0x49c [drm]
[20241107_08:06:56:828][45723.852320]  __arm64_sys_ioctl+0xac/0xf0
[20241107_08:06:56:838][45723.856240]  invoke_syscall+0x48/0x114
[20241107_08:06:56:838][45723.859984]  el0_svc_common.constprop.0+0xc0/0xe0
[20241107_08:06:56:838][45723.864679]  do_el0_svc+0x1c/0x28
[20241107_08:06:56:848][45723.867985]  el0_svc+0x2c/0x84
[20241107_08:06:56:848][45723.871034]  el0t_64_sync_handler+0x120/0x12c
[20241107_08:06:56:848][45723.875381]  el0t_64_sync+0x190/0x194
[20241107_08:06:56:858][45723.879037] ---[ end trace 0000000000000000 ]---
[20241107_08:06:56:868][48793.154948] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4600 WOFF=4600) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:56:878][48793.169315] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=11640 DOFF=11640 WOFF=11912) for "TA-P966-T976-avp_master.out" [2521]
[20241107_08:06:56:898][48793.183741] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=17512) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:56:908][50018.511409] PVR_K:  976: HW operation timeout, dump server info
[20241107_08:06:56:908][50018.517362] PVR_K:  976: ------------[ PVR DBG: START (High) ]------------
[20241107_08:06:56:918][50018.524252] PVR_K:  976: OS kernel info: Linux 6.6.32 #2 SMP PREEMPT Thu Oct 17 09:54:25 CST 2024 aarch64
[20241107_08:06:56:924][50018.533826] PVR_K:  976: DDK info: Rogue_DDK_Linux_WS rogueddk 24.1@6554834 (release) j722s_linux
[20241107_08:06:56:934][50018.542699] PVR_K:  976: Time now: 50018542696us
[20241107_08:06:56:944][50018.547316] PVR_K:  976: Services State: OK
[20241107_08:06:56:944][50018.551499] PVR_K:  976: Server Errors: 17
[20241107_08:06:56:954][50018.555603] PVR_K:  976: Connections Device ID:0(128) P966-V966-T976-avp_master.out
[20241107_08:06:56:954][50018.563252] PVR_K:  976: ------[ Driver Info ]------
[20241107_08:06:56:964][50018.568215] PVR_K:  976: Comparison of UM/KM components: MATCHING
[20241107_08:06:56:964][50018.574303] PVR_K:  976: KM Arch: 64 Bit
[20241107_08:06:56:964][50018.578224] PVR_K:  976: Driver Mode: Native
[20241107_08:06:56:974][50018.582491] PVR_K:  976: UM Connected Clients: 64 Bit
[20241107_08:06:56:974][50018.587539] PVR_K:  976: UM info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:56:994][50018.595362] PVR_K:  976: KM info: 24.1 @  6554834 (release) build options: 0x00000810
[20241107_08:06:56:994][50018.603184] PVR_K:  976: Window system: lws-generic
[20241107_08:06:57:004][50018.608060] PVR_K:  976: Power lock status: Free
[20241107_08:06:57:004][50018.612676] PVR_K:  976: ------[ Server Thread Summary ]------
[20241107_08:06:57:014][50018.618507] PVR_K:  976:   pvr_defer_free : Running
[20241107_08:06:57:024][50018.623396] PVR_K:  976:     Number of deferred cleanup items: QUEUED: 00000  CONNECTION : 00000 MMU : 00000 OSMEM : 00000 PMR : 00000
[20241107_08:06:57:034][50018.635483] PVR_K:  976:     Number of deferred cleanup items dropped after retry limit reached : 0
[20241107_08:06:57:034][50018.644535] PVR_K:  976:   pvr_device_wdg : Running
[20241107_08:06:57:034][50018.649414] PVR_K:  976: Active Threads (UM/KM): 2 / 2
[20241107_08:06:57:044][50018.654549] PVR_K:  976: Suspended Threads: 0
[20241107_08:06:57:044][50018.658910] PVR_K:  976: ------[ RGX Device ID:0 Start ]------
[20241107_08:06:57:054][50018.664738] PVR_K:  976: ------[ RGX Info ]------
[20241107_08:06:57:064][50018.669441] PVR_K:  976: Device Node (Info): 00000000510e0827 (0000000042f9fe29)
[20241107_08:06:57:074][50018.676829] PVR_K:  976:     DevmemHistoryRecordStats - None
[20241107_08:06:57:074][50018.682485] PVR_K:  976: RGX BVNC: 36.53.104.796 (rogue)
[20241107_08:06:57:084][50018.687794] PVR_K:  976: RGX Device State: ACTIVE
[20241107_08:06:57:084][50018.692495] PVR_K:  976: RGX Power State: OFF
[20241107_08:06:57:084][50018.696851] PVR_K:  976: RGX Health Status: OK, Reason: NONE
[20241107_08:06:57:094][50018.702507] PVR_K:  976: FW info: 24.1 @  6554834 (release) build options: 0x80000810
[20241107_08:06:57:104][50018.710329] PVR_K:  976: TRP: HW support - Yes; SW disabled
[20241107_08:06:57:104][50018.715895] PVR_K:  976: WGP: HW support - Yes; SW disabled
[20241107_08:06:57:114][50018.721466] PVR_K:  976: RGX HWR State 0x00000001: HWR OK;
[20241107_08:06:57:134][50018.726953] PVR_K:  976: RGX FW Power State: RGXFWIF_POW_OFF (APM enabled: 7 ok, 0 denied, 0 non-idle, 970653 retry, 0 other, 970660 total. Latency: 100 ms)
[20241107_08:06:57:144][50018.740935] PVR_K:  976: RGX DVFS: 0 frequency changes. Current frequency: 799.999 MHz (sampled at 41427526468305 ns). FW frequency: 800.000 MHz.
[20241107_08:06:57:154][50018.753965] PVR_K:  976: RGX FW OS 0 - State: active; Freelists: Ok; Priority: 0; Isolation group: 0;  Time Slice*: 0% (0ms); MTS off;
[20241107_08:06:57:164][50018.766075] PVR_K:  976: Number of HWR: GP(0/0+0), 2D(0/0+0), GEOM(0/0+0), 3D(5/5+0), CDM(0/0+0), RAY(0/0+0), GEOM2(0/0+0), FALSE(0,0,0,0,0,0,0)
[20241107_08:06:57:164][50018.779021] PVR_K:  976: DM 0 (GP)
[20241107_08:06:57:174][50018.782430] PVR_K:  976: DM 1 (HWRflags 0x00000000: working;)
[20241107_08:06:57:174][50018.788175] PVR_K:  976: DM 2 (HWRflags 0x00000000: working;)
[20241107_08:06:57:184][50018.793922] PVR_K:  976: DM 3 (HWRflags 0x00000000: working;)
[20241107_08:06:57:207][50018.799672] PVR_K:  976:   Recovery 1: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:57:210][50018.813131] PVR_K:  976:               CRTimer = 0x0003BF3D0F70, OSTimer = 5189.950534385, CyclesElapsed = 48123904
[20241107_08:06:57:230][50018.823557] PVR_K:  976:               PreResetTimeInCycles = 23296, HWResetTimeInCycles = 29184, FreelistReconTimeInCycles = 328960, TotalRecoveryTimeInCycles = 381440
[20241107_08:06:57:240][50018.838582] PVR_K:  976:   Recovery 2: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043700, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:57:250][50018.852040] PVR_K:  976:               CRTimer = 0x000167080643, OSTimer = 7119.383964550, CyclesElapsed = 78592
[20241107_08:06:57:257][50018.862204] PVR_K:  976:               PreResetTimeInCycles = 24832, HWResetTimeInCycles = 30208, FreelistReconTimeInCycles = 325632, TotalRecoveryTimeInCycles = 380672
[20241107_08:06:57:257][50018.877222] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:57:277][50018.881321] PVR_K:  976:       * MMU status (0x0000000000002041): PC = 2, Page Size = 0 (Page Catalog).
[20241107_08:06:57:284][50018.890715] PVR_K:  976:       * Request (0x001018da8c8d06a0): MCU PDS PDSRW (-), Reading from 0xDA8C8D06A0.
[20241107_08:06:57:284][50018.900538] PVR_K:  976:     PC index (874) out of bounds (0)
[20241107_08:06:57:304][50018.906287] PVR_K:  976:   Recovery 3: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043E80, EventStatus = 0x00000000, Guilty Lockup
[20241107_08:06:57:314][50018.919746] PVR_K:  976:               CRTimer = 0x000BD1C57E7F, OSTimer = 21436.335945530, CyclesElapsed = 56115456
[20241107_08:06:57:324][50018.930255] PVR_K:  976:               PreResetTimeInCycles = 24320, HWResetTimeInCycles = 28928, FreelistReconTimeInCycles = 367616, TotalRecoveryTimeInCycles = 420864
[20241107_08:06:57:344][50018.945280] PVR_K:  976:   Recovery 4: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:57:354][50018.958740] PVR_K:  976:               CRTimer = 0x000CEC8FFB3C, OSTimer = 22954.558382960, CyclesElapsed = 4874240
[20241107_08:06:57:364][50018.969164] PVR_K:  976:               PreResetTimeInCycles = 22528, HWResetTimeInCycles = 30720, FreelistReconTimeInCycles = 411136, TotalRecoveryTimeInCycles = 464384
[20241107_08:06:57:374][50018.984182] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:57:384][50018.988284] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:57:393][50018.997497] PVR_K:  976:       * Request (0x0013668003874400): IPF0 (DBSC), Reading from 0x8003874400.
[20241107_08:06:57:393][50019.006794] PVR_K:  976:     PCE for index 512 = 0x0084b261 and is valid
[20241107_08:06:57:413][50019.013495] PVR_K:  976:     PDE for index 28 = 0x000000009b92c001 and is valid
[20241107_08:06:57:413][50019.020797] PVR_K:  976:     PTE for index 116 = 0x00000badbad00b88 and is not valid
[20241107_08:06:57:423][50019.028539] PVR_K:  976:   Recovery 5: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
[20241107_08:06:57:433][50019.041999] PVR_K:  976:               CRTimer = 0x0010057E7C0D, OSTimer = 27211.577780235, CyclesElapsed = 15869696
[20241107_08:06:57:453][50019.052509] PVR_K:  976:               PreResetTimeInCycles = 22272, HWResetTimeInCycles = 29440, FreelistReconTimeInCycles = 340480, TotalRecoveryTimeInCycles = 392192
[20241107_08:06:57:453][50019.067526] PVR_K:  976:     BIF0 - FAULT:
[20241107_08:06:57:473][50019.071623] PVR_K:  976:       * MMU status (0x0000000000002001): PC = 2, Page Size = 0 (Page Table).
[20241107_08:06:57:473][50019.080835] PVR_K:  976:       * Request (0x00100eda00154000): PDS req 0 (-), Reading from 0xDA00154000.
[20241107_08:06:57:483][50019.090308] PVR_K:  976:     PCE for index 872 = 0x00888731 and is valid
[20241107_08:06:57:493][50019.097005] PVR_K:  976:     PDE for index 0 = 0x0000000088904001 and is valid
[20241107_08:06:57:493][50019.104225] PVR_K:  976:     PT index (340) out of bounds (0)
[20241107_08:06:57:503][50019.109973] PVR_K:  976: DM 4 (HWRflags 0x00000000: working;)
[20241107_08:06:57:503][50019.115720] PVR_K:  976: DM 5 (HWRflags 0x00000000: working;)
[20241107_08:06:57:513][50019.121466] PVR_K:  976: DM 6 (HWRflags 0x00000000: working;)
[20241107_08:06:57:513][50019.127213] PVR_K:  976: RGX Kernel CCB WO:0x35A RO:0x35A
[20241107_08:06:57:523][50019.132608] PVR_K:  976: RGX Firmware CCB WO:0xB RO:0xB
[20241107_08:06:57:523][50019.137835] PVR_K:  976: RGX Kernel CCB commands executed = 5211994
[20241107_08:06:57:543][50019.144097] PVR_K:  976: RGX SLR: Forced UFO updates requested = 2
[20241107_08:06:57:543][50019.150271] PVR_K:  976: RGX SLR: (unable to force update as fence contained no sync checkpoints)
[20241107_08:06:57:553][50019.159141] PVR_K:  976: RGX SLR:{32850.183043948} Fence found on context 0x43110 '3D-P966-T976-avp_master.out' has 1 UFOs
[20241107_08:06:57:563][50019.170177] PVR_K:  976: RGX SLR:[41450.773696596] Fence found on context 0x43110 '3D-P966-T976-avp_master.out' has 1 UFOs
[20241107_08:06:57:573][50019.181209] PVR_K:  976: RGX Errors: WGP:0, TRP:0
[20241107_08:06:57:573][50019.185911] PVR_K:  976: Thread0: FW IRQ count = 4343326
[20241107_08:06:57:583][50019.191219] PVR_K:  976: Last sampled IRQ count in LISR = 4343326
[20241107_08:06:57:593][50019.197312] PVR_K:  976: FW System config flags = 0x00020000 (Ctx switch options: Medium CSW profile;)
[20241107_08:06:57:593][50019.206608] PVR_K:  976: FW OS config flags = 0x0000000F (Ctx switch: TDM; GEOM; 3D; CDM;)
[20241107_08:06:57:603][50019.214866] PVR_K:  976:  (!) RGX power is down. No registers dumped
[20241107_08:06:57:603][50019.221220] PVR_K:  976: ------[ RGX FW Trace Info ]------
[20241107_08:06:57:623][50019.226703] PVR_K:  976: Debug log type: none
[20241107_08:06:57:623][50019.231057] PVR_K:  976: RGX FW thread 0: Trace buffer not yet allocated
[20241107_08:06:57:633][50019.237750] PVR_K:  976: ------[ Full CCB Status ]------
[20241107_08:06:57:633][50019.243064] PVR_K:  976: FWCtx 0x000433C0 (TQ_3D-P966-T976-avp_master.ou)
[20241107_08:06:57:643][50019.249850] PVR_K:  976:   |--Ready TQ_3D @ 4200 Int=2605987 Ext=2605987
[20241107_08:06:57:643][50019.256549] PVR_K:  976:   |--Ready UPDATE @ 4376 Int=2605987 Ext=2605987
[20241107_08:06:57:653][50019.263339] PVR_K:  976:   |  `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:57:663][50019.269344] PVR_K:  976:   |--Ready TQ_3D @ 4400 Int=2605990 Ext=2605990
[20241107_08:06:57:663][50019.276041] PVR_K:  976:   `--Ready UPDATE @ 4576 Int=2605990 Ext=2605990
[20241107_08:06:57:673][50019.282823] PVR_K:  976:      `--Addr:0x10041139 Val=0x00000519
[20241107_08:06:57:673][50019.288830] PVR_K:  976: FWCtx 0x00043040 (TA-P966-T976-avp_master.out)
[20241107_08:06:57:693][50019.295442] PVR_K:  976:   |--Waiting FENCE @ 11640 Int=2605989 Ext=2605986
[20241107_08:06:57:693][50019.302399] PVR_K:  976:   |  `--Addr:0x100410d1 Val=0x00000519
[20241107_08:06:57:703][50019.308402] PVR_K:  976:   |--Waiting TA @ 11664 Int=2605989 Ext=2605986
[20241107_08:06:57:703][50019.315098] PVR_K:  976:   |--Waiting UPDATE @ 11744 Int=2605989 Ext=2605986
[20241107_08:06:57:713][50019.322141] PVR_K:  976:   |  |--Addr:0x10095004 Val=0x0006a09b
[20241107_08:06:57:713][50019.328146] PVR_K:  976:   |  `--Addr:0x10041359 Val=0x00000519
[20241107_08:06:57:723][50019.334154] PVR_K:  976:   |--Waiting FENCE @ 11776 Int=2605991 Ext=2605982
[20241107_08:06:57:733][50019.341113] PVR_K:  976:   |  `--Addr:0x10041231 Val=0x00000519
[20241107_08:06:57:733][50019.347116] PVR_K:  976:   |--Waiting TA @ 11800 Int=2605991 Ext=2605982
[20241107_08:06:57:743][50019.353814] PVR_K:  976:   `--Waiting UPDATE @ 11880 Int=2605991 Ext=2605982
[20241107_08:06:57:743][50019.360857] PVR_K:  976:      |--Addr:0x10095014 Val=0x0006a09b
[20241107_08:06:57:763][50019.366860] PVR_K:  976:      `--Addr:0x10041041 Val=0x00000519
[20241107_08:06:57:763][50019.372864] PVR_K:  976: FWCtx 0x00043110 (3D-P966-T976-avp_master.out)
[20241107_08:06:57:773][50019.379472] PVR_K:  976:   |--Waiting FENCE @ 16264 Int=2605988 Ext=2605979
[20241107_08:06:57:773][50019.386429] PVR_K:  976:   |  `--Addr:0x10041291 Val=0x00000519
[20241107_08:06:57:783][50019.392440] PVR_K:  976:   |--Waiting FENCE_PR @ 16288 Int=2605988 Ext=2605979
[20241107_08:06:57:793][50019.399658] PVR_K:  976:   |  `--Addr:0x10095010 Val=0x0006a09b
[20241107_08:06:57:793][50019.405662] PVR_K:  976:   |--Waiting 3D @ 16312 Int=2605988 Ext=2605979
[20241107_08:06:57:803][50019.412358] PVR_K:  976:   |--Waiting UPDATE @ 16648 Int=2605988 Ext=2605979
[20241107_08:06:57:803][50019.419414] PVR_K:  976:   |  |--Addr:0x10095010 Val=0x0006a09c
[20241107_08:06:57:813][50019.425420] PVR_K:  976:   |  |--Addr:0x100410d1 Val=0x00000519
[20241107_08:06:57:813][50019.431426] PVR_K:  976:   |  `--Addr:0x10041141 Val=0x00000519
[20241107_08:06:57:833][50019.437431] PVR_K:  976:   |--Waiting FENCE_PR @ 16688 Int=2605989 Ext=2605986
[20241107_08:06:57:833][50019.444649] PVR_K:  976:   |  `--Addr:0x10095004 Val=0x0006a09b
[20241107_08:06:57:843][50019.450655] PVR_K:  976:   |--Waiting 3D @ 16712 Int=2605989 Ext=2605986
[20241107_08:06:57:853][50019.457360] PVR_K:  976:   |--Waiting UPDATE @ 17048 Int=2605989 Ext=2605986
[20241107_08:06:57:853][50019.464406] PVR_K:  976:   |  |--Addr:0x10095004 Val=0x0006a09c
[20241107_08:06:57:863][50019.470409] PVR_K:  976:   |  |--Addr:0x10041231 Val=0x00000519
[20241107_08:06:57:863][50019.476413] PVR_K:  976:   |  `--Addr:0x10041191 Val=0x00000519
[20241107_08:06:57:873][50019.482415] PVR_K:  976:   |--Waiting FENCE @ 17088 Int=2605991 Ext=2605982
[20241107_08:06:57:873][50019.489372] PVR_K:  976:   |  `--Addr:0x10041139 Val=0x00000519
[20241107_08:06:57:890][50019.495377] PVR_K:  976:   |--Waiting FENCE_PR @ 17112 Int=2605991 Ext=2605982
[20241107_08:06:57:893][50019.502594] PVR_K:  976:   |  `--Addr:0x10095014 Val=0x0006a09b
[20241107_08:06:57:903][50019.508597] PVR_K:  976:   |--Waiting 3D @ 17136 Int=2605991 Ext=2605982
[20241107_08:06:57:913][50019.515300] PVR_K:  976:   `--Waiting UPDATE @ 17472 Int=2605991 Ext=2605982
[20241107_08:06:57:913][50019.522343] PVR_K:  976:      |--Addr:0x10095014 Val=0x0006a09c
[20241107_08:06:57:923][50019.528347] PVR_K:  976:      |--Addr:0x10041159 Val=0x00000519
[20241107_08:06:57:923][50019.534349] PVR_K:  976:      `--Addr:0x10041111 Val=0x00000519
[20241107_08:06:57:933][50019.540354] PVR_K:  976: ------[ RGX Device ID:0 End ]------
[20241107_08:06:57:933][50019.546013] PVR_K:  976: ------[ Device ID: 128 - Phys Heaps ]------
[20241107_08:06:57:943][50019.552392] PVR_K:  976: 0x00000000f3e6c7f7 -> PdMs: SYSMEM, Type: UMA, default, Usage Flags: 0x00000004 (GPU_LOCAL), Refs: 11, Free Size: 598323200B, Total Size: 1197686784B
[20241107_08:06:57:953][50019.567933] PVR_K:  976: PMR Zombie Count: 0, PMR Zombie Count In Cleanup: 0
[20241107_08:06:57:963][50019.574979] PVR_K:  976: PMR Live Count: 375
[20241107_08:06:57:973][50019.579254] PVR_K:  976: ------[ System Summary Device ID:0 ]------
[20241107_08:06:57:973][50019.585518] PVR_K:  976: Device System Power State: OFF
[20241107_08:06:57:983][50019.590741] PVR_K:  976: MaxHWTOut: 500000us, WtTryCt: 10000, WDGTOut(on,off): (10000ms,3600000ms)
[20241107_08:06:57:993][50019.599690] PVR_K:  976: ------[ AppHint Settings ]------
[20241107_08:06:57:993][50019.605114] PVR_K:  976:   Build Vars
[20241107_08:06:57:993][50019.608790] PVR_K:  976:     EnableTrustedDeviceAceConfig: N
[20241107_08:06:58:003][50019.614450] PVR_K:  976:     CleanupThreadPriority: 0x00000005
[20241107_08:06:58:013][50019.620282] PVR_K:  976:     WatchdogThreadPriority: 0x00000000
[20241107_08:06:58:013][50019.626198] PVR_K:  976:     HWPerfClientBufferSize: 0x000c0000
[20241107_08:06:58:023][50019.632114] PVR_K:  976:     DevmemHistoryBufSizeLog2: 0x0000000b
[20241107_08:06:58:023][50019.638203] PVR_K:  976:     DevmemHistoryMaxEntries: 0x00002710
[20241107_08:06:58:023][50019.644210] PVR_K:  976:   Module Params
[20241107_08:06:58:033][50019.648141] PVR_K:  976:     none
[20241107_08:06:58:043][50019.651457] PVR_K:  976:   Debug Info Params
[20241107_08:06:58:043][50019.655726] PVR_K:  976:     none
[20241107_08:06:58:053][50019.659030] PVR_K:  976:   Debug Info Params Device ID: 0
[20241107_08:06:58:053][50019.664432] PVR_K:  976:     none
[20241107_08:06:58:053][50019.667748] PVR_K:  976: ------[ Active Sync Checkpoints ]------
[20241107_08:06:58:063][50019.673751] PVR_K:  976: (SyncCP Counts: InUse:12 Max:14)
[20241107_08:06:58:073][50019.679148] PVR_K:  976:     - ID = 6080638, FWAddr = 0x10041110, r1:e1:f0: es3_DoKick3D_2605982
[20241107_08:06:58:083][50019.687656] PVR_K:  976:     - ID = 6080637, FWAddr = 0x10041040, r1:e1:f0: es3_DoKickTA_2605982
[20241107_08:06:58:083][50019.696162] PVR_K:  976:     - ID = 6080636, FWAddr = 0x10041158, r1:e1:f0: update fence
[20241107_08:06:58:093][50019.703975] PVR_K:  976:     - ID = 6080635, FWAddr = 0x10041138, r1:e2:f0: TDM
[20241107_08:06:58:103][50019.711007] PVR_K:  976:     - ID = 6080634, FWAddr = 0x10041190, r1:e1:f0: es3_DoKick3D_2605986
[20241107_08:06:58:113][50019.719513] PVR_K:  976:     - ID = 6080633, FWAddr = 0x10041358, r1:e1:f0: es3_DoKickTA_2605986
[20241107_08:06:58:123][50019.728018] PVR_K:  976:     - ID = 6080632, FWAddr = 0x10041230, r1:e2:f0: update fence
[20241107_08:06:58:133][50019.735830] PVR_K:  976:     - ID = 6080631, FWAddr = 0x10041140, r1:e1:f0: es3_DoKick3D_2605979
[20241107_08:06:58:133][50019.744335] PVR_K:  976:     - ID = 6080629, FWAddr = 0x100410d0, r1:e2:f0: update fence
[20241107_08:06:58:143][50019.752147] PVR_K:  976:     - ID = 6080628, FWAddr = 0x10041290, r1:e2:f0: TDM
[20241107_08:06:58:143][50019.759195] sw: RM_SWTimeline-vp_master.out-avp @0 cur=0
[20241107_08:06:58:153][50019.764515] ------[ Native Fence Sync: timelines ]------
[20241107_08:06:58:153][50019.769832] foreign_sync: @0 ctx=1 refs=1
[20241107_08:06:58:163][50019.773844] rogue-ta3d: @1737324 ctx=3 refs=6
[20241107_08:06:58:163][50019.778194]  @1737317: (++) refs=4 fwaddr=0x10041389 enqueue=1 status=Signalled 1737317-update fence
[20241107_08:06:58:183][50019.787307]  @1737319: (++) refs=5 fwaddr=0x10041371 enqueue=1 status=Signalled 1737319-update fence
[20241107_08:06:58:193][50019.796420]  @1737321: (+-) refs=6 fwaddr=0x100410d1 enqueue=2 status=Active    1737321-update fence
[20241107_08:06:58:203][50019.805533]  @1737322: (+-) refs=2 fwaddr=0x10041231 enqueue=2 status=Active    1737322-update fence
[20241107_08:06:58:203][50019.814645]  @1737323: (+-) refs=7 fwaddr=0x10041159 enqueue=1 status=Active    1737323-update fence
[20241107_08:06:58:213][50019.823770] rogue-tq3d: @0 ctx=4 refs=1
[20241107_08:06:58:213][50019.827608] QE-avp_master.out-966: @868667 ctx=5 refs=3
[20241107_08:06:58:223][50019.832823]  @868665: (+-) refs=2 fwaddr=0x10041291 enqueue=2 status=Active    868665-TDM
[20241107_08:06:58:233][50019.840982]  @868666: (+-) refs=2 fwaddr=0x10041139 enqueue=2 status=Active    868666-TDM
[20241107_08:06:58:233][50019.849151] V3-avp_master.out-966: @1737324 ctx=6 refs=3
[20241107_08:06:58:253][50019.854451]  @1737322: (+-) refs=2 fwaddr=0x10041359 enqueue=1 status=Active    1737322-es3_DoKickTA_2605986
[20241107_08:06:58:263][50019.864257]  @1737323: (+-) refs=2 fwaddr=0x10041041 enqueue=1 status=Active    1737323-es3_DoKickTA_2605982
[20241107_08:06:58:263][50019.874074] P3-avp_master.out-966: @1737324 ctx=7 refs=4
[20241107_08:06:58:273][50019.879374]  @1737321: (+-) refs=2 fwaddr=0x10041141 enqueue=1 status=Active    1737321-es3_DoKick3D_2605979
[20241107_08:06:58:283][50019.889181]  @1737322: (+-) refs=2 fwaddr=0x10041191 enqueue=1 status=Active    1737322-es3_DoKick3D_2605986
[20241107_08:06:58:293][50019.898987]  @1737323: (+-) refs=2 fwaddr=0x10041111 enqueue=1 status=Active    1737323-es3_DoKick3D_2605982
[20241107_08:06:58:293][50019.908815] PVR_K:  976: ------------[ PVR DBG: END ]------------
[20241107_08:06:58:303][50019.914975] ------------[ cut here ]------------
[20241107_08:06:58:323][50019.919582] WARNING: CPU: 1 PID: 976 at home/SOC/zhubing/TDA4VEN_SOC_V10_00/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08/board-support/extra-drivers/ti-img-rogue-driver-24.1.6554834/binary_j722s_linux_lws-generic_release/target_aarch64/kbuild/services/server/common/pvr_notifier.c:663 PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:58:343][50019.948935] Modules linked in: overlay bluetooth ecdh_generic ecc cfg80211 rfkill cdns3 cdns_usb_common rpmsg_ctrl rpmsg_char snd_soc_simple_card crct10dif_ce display_connector pvrsrvkm(O) snd_soc_simple_card_utils drm_kms_helper phy_can_transceiver e5010_jpeg_enc cdns3_ti v4l2_jpeg rtc_ti_k3 rti_wdt k3_j72xx_bandgap wave5 ti_k3_r5_remoteproc videobuf2_dma_contig videobuf2_memops v4l2_mem2mem videobuf2_v4l2 videobuf2_common sa2ul ti_k3_dsp_remoteproc videodev authenc mc mcrc64 m_can_platform m_can snd_soc_tlv320aic3x_i2c can_dev snd_soc_tlv320aic3x drm fuse drm_panel_orientation_quirks backlight ipv6
[20241107_08:06:58:393][50020.002129] CPU: 1 PID: 976 Comm: avp_master.out Tainted: G        W  O       6.6.32 #2
[20241107_08:06:58:403][50020.010119] Hardware name: Texas Instruments J722S EVM (DT)
[20241107_08:06:58:403][50020.015678] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[20241107_08:06:58:413][50020.022628] pc : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:58:413][50020.028290] lr : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:58:423][50020.033904] sp : ffff800082d0bac0
[20241107_08:06:58:423][50020.037207] x29: ffff800082d0bac0 x28: ffff800079795de0 x27: ffff0000087c1fe0
[20241107_08:06:58:433][50020.044334] x26: ffff000000d8c808 x25: ffff000001ef8608 x24: ffff000001ef8720
[20241107_08:06:58:443][50020.051459] x23: ffff000000d8c920 x22: ffff000001ef8720 x21: 0000000000000002
[20241107_08:06:58:443][50020.058584] x20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000006
[20241107_08:06:58:453][50020.065708] x17: 6576697463413d73 x16: 757461747320313d x15: ffff800082d0b400
[20241107_08:06:58:463][50020.072833] x14: 0000000000000000 x13: ffff80008123ea58 x12: 0000000000001335
[20241107_08:06:58:473][50020.079958] x11: 0000000000000667 x10: ffff800081296a58 x9 : ffff80008123ea58
[20241107_08:06:58:483][50020.087083] x8 : 00000000ffffefff x7 : ffff800081296a58 x6 : 80000000fffff000
[20241107_08:06:58:483][50020.094208] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
[20241107_08:06:58:493][50020.101332] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00000728c740
[20241107_08:06:58:493][50020.108458] Call trace:
[20241107_08:06:58:493][50020.110895]  PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
[20241107_08:06:58:503][50020.116176]  PVRSRVHWOpTimeoutKM+0x34/0x48 [pvrsrvkm]
[20241107_08:06:58:503][50020.121380]  PVRSRVBridgeHWOpTimeout+0x2c/0x48 [pvrsrvkm]
[20241107_08:06:58:513][50020.126909]  BridgedDispatchKM+0x144/0x54c [pvrsrvkm]
[20241107_08:06:58:513][50020.132088]  PVRSRV_BridgeDispatchKM+0xb4/0x174 [pvrsrvkm]
[20241107_08:06:58:523][50020.137701]  drm_ioctl_kernel+0xd4/0x17c [drm]
[20241107_08:06:58:523][50020.142395]  drm_ioctl+0x218/0x49c [drm]
[20241107_08:06:58:523][50020.146459]  __arm64_sys_ioctl+0xac/0xf0
[20241107_08:06:58:533][50020.150378]  invoke_syscall+0x48/0x114
[20241107_08:06:58:543][50020.154122]  el0_svc_common.constprop.0+0xc0/0xe0
[20241107_08:06:58:543][50020.158817]  do_el0_svc+0x1c/0x28
[20241107_08:06:58:543][50020.162124]  el0_svc+0x2c/0x84
[20241107_08:06:58:553][50020.165173]  el0t_64_sync_handler+0x120/0x12c
[20241107_08:06:58:553][50020.169520]  el0t_64_sync+0x190/0x194
[20241107_08:06:58:563][50020.173176] ---[ end trace 0000000000000000 ]---
[20241107_08:06:58:573][50030.302443] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4800 WOFF=4800) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:58:583][50030.316809] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=11640 DOFF=11640 WOFF=12184) for "TA-P966-T976-avp_master.out" [2521]
[20241107_08:06:58:593][50030.331232] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=18336) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:58:613][50040.541618] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=4200 DOFF=4800 WOFF=4800) for "TQ_3D-P966-T976-avp_master.ou" [2521]
[20241107_08:06:58:633][50040.555992] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=11640 DOFF=11640 WOFF=12184) for "TA-P966-T976-avp_master.out" [2521]
[20241107_08:06:58:643][50040.570418] PVR_K:(Error):   422: CheckForStalledCCB (force): CCCB has not progressed (ROFF=16264 DOFF=16264 WOFF=18336) for "3D-P966-T976-avp_master.out" [2521]
[20241107_08:06:58:653][51307.957572] kauditd_printk_skb: 5 callbacks suppressed
[20241107_08:06:58:653][51307.957588] audit: type=1334 audit(1730937628.819:21): prog-id=20 op=LOAD
[20241107_08:06:58:663][51308.126792] audit: type=1334 audit(1730937628.991:22): prog-id=20 op=UNLOAD

pvrlogdump_j722s-evm_2411070022.txt.gz

Thanks
Regards
quanfeng

  • Hello quanfeng, 

    And these errors are not present in SDK 9.2? Could you point me to where you are getting the surround view application you are using?

    Regards,
    Sarabesh S.

  • Hi Sarabesh,

    And these errors are not present in SDK 9.2?

    We have only tested on TDA4VEN SDK10.0 not on SDK9.2 yet.

    Could you point me to where you are getting the surround view application you are using?

    The surround view application is our custom application and works fine on TDA4VL without errors. 

    In TDA4VEN SDK10.0 we tested again and the application could run for more than a full night, but with the following PVR error:

    [2024/11/8 8:55:07] [   70.594826] PVR_K:  979: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
    [2024/11/8 8:55:07] [   70.621180] PVR_K:  979: Shader binary image 'rgx.sh.36.53.104.796' loaded
    [2024/11/8 8:55:07] [19620.759373] PVR_K:  421: ------------[ PVR DBG: START (High) ]------------
    [2024/11/8 8:55:07] [19620.766347] PVR_K:  421: OS kernel info: Linux 6.6.32 #2 SMP PREEMPT Thu Oct 17 09:54:25 CST 2024 aarch64
    [2024/11/8 8:55:07] [19620.776087] PVR_K:  421: DDK info: Rogue_DDK_Linux_WS rogueddk 24.1@6554834 (release) j722s_linux
    [2024/11/8 8:55:07] [19620.785058] PVR_K:  421: Time now: 19620785044us
    [2024/11/8 8:55:07] [19620.789710] PVR_K:  421: Services State: OK
    [2024/11/8 8:55:07] [19620.793904] PVR_K:  421: Server Errors: 0
    [2024/11/8 8:55:07] [19620.797921] PVR_K:  421: Connections Device ID:0(128) P966-V966-T979-avp_master.out
    [2024/11/8 8:55:07] [19620.805586] PVR_K:  421: ------[ Driver Info ]------
    [2024/11/8 8:55:07] [19620.810651] PVR_K:  421: Comparison of UM/KM components: MATCHING
    [2024/11/8 8:55:07] [19620.816779] PVR_K:  421: KM Arch: 64 Bit
    [2024/11/8 8:55:07] [19620.820707] PVR_K:  421: Driver Mode: Native
    [2024/11/8 8:55:07] [19620.824979] PVR_K:  421: UM Connected Clients: 64 Bit
    [2024/11/8 8:55:07] [19620.830029] PVR_K:  421: UM info: 24.1 @  6554834 (release) build options: 0x80000810
    [2024/11/8 8:55:07] [19620.837858] PVR_K:  421: KM info: 24.1 @  6554834 (release) build options: 0x00000810
    [2024/11/8 8:55:07] [19620.845739] PVR_K:  421: Window system: lws-generic
    [2024/11/8 8:55:07] [19620.850652] PVR_K:  421: Power lock status: Free
    [2024/11/8 8:55:07] [19620.855274] PVR_K:  421: ------[ Server Thread Summary ]------
    [2024/11/8 8:55:07] [19620.861107] PVR_K:  421:   pvr_defer_free : Running
    [2024/11/8 8:55:07] [19620.865994] PVR_K:  421:     Number of deferred cleanup items: QUEUED: 00000  CONNECTION : 00000 MMU : 00000 OSMEM : 00000 PMR : 00000
    [2024/11/8 8:55:07] [19620.878114] PVR_K:  421:     Number of deferred cleanup items dropped after retry limit reached : 0
    [2024/11/8 8:55:07] [19620.887218] PVR_K:  421:   pvr_device_wdg : Running
    [2024/11/8 8:55:07] [19620.892120] PVR_K:  421: Active Threads (UM/KM): 1 / 2
    [2024/11/8 8:55:07] [19620.897279] PVR_K:  421: Suspended Threads: 0
    [2024/11/8 8:55:07] [19620.901663] PVR_K:  421: ------[ RGX Device ID:0 Start ]------
    [2024/11/8 8:55:07] [19620.907525] PVR_K:  421: ------[ RGX Info ]------
    [2024/11/8 8:55:07] [19620.912242] PVR_K:  421: Device Node (Info): 00000000f98fa01c (0000000051847a21)
    [2024/11/8 8:55:07] [19620.919636] PVR_K:  421:     DevmemHistoryRecordStats - None
    [2024/11/8 8:55:07] [19620.925289] PVR_K:  421: RGX BVNC: 36.53.104.796 (rogue)
    [2024/11/8 8:55:07] [19620.930594] PVR_K:  421: RGX Device State: ACTIVE
    [2024/11/8 8:55:07] [19620.935294] PVR_K:  421: RGX Power State: ON
    [2024/11/8 8:55:07] [19620.939561] PVR_K:  421: RGX Health Status: OK, Reason: NONE
    [2024/11/8 8:55:07] [19620.945216] PVR_K:  421: FW info: 24.1 @  6554834 (release) build options: 0x80000810
    [2024/11/8 8:55:07] [19620.953035] PVR_K:  421: TRP: HW support - Yes; SW disabled
    [2024/11/8 8:55:07] [19620.958600] PVR_K:  421: WGP: HW support - Yes; SW disabled
    [2024/11/8 8:55:07] [19620.964167] PVR_K:  421: BIF0 - OK
    [2024/11/8 8:55:07] [19620.967568] PVR_K:  421: BIF1 - OK
    [2024/11/8 8:55:07] [19620.970967] PVR_K:  421: FWCORE - OK
    [2024/11/8 8:55:07] [19620.974544] PVR_K:  421: RGX HWR State 0x00000001: HWR OK;
    [2024/11/8 8:55:07] [19620.980030] PVR_K:  421: RGX FW Power State: RGXFWIF_POW_ON (APM enabled: 1 ok, 0 denied, 0 non-idle, 1 retry, 0 other, 2 total. Latency: 100 ms)
    [2024/11/8 8:55:07] [19620.993056] PVR_K:  421: RGX DVFS: 0 frequency changes. Current frequency: 800.000 MHz (sampled at 19616513652305 ns). FW frequency: 800.000 MHz.
    [2024/11/8 8:55:07] [19621.006097] PVR_K:  421: RGX FW OS 0 - State: active; Freelists: Ok; Priority: 0; Isolation group: 0;  Time Slice*: 0% (0ms); MTS on;
    [2024/11/8 8:55:07] [19621.018125] PVR_K:  421: Number of HWR: GP(0/0+0), 2D(0/0+0), GEOM(0/0+0), 3D(1/1+0), CDM(0/0+0), RAY(0/0+0), GEOM2(0/0+0), FALSE(0,0,0,0,0,0,0)
    [2024/11/8 8:55:07] [19621.031068] PVR_K:  421: DM 0 (GP)
    [2024/11/8 8:55:07] [19621.034477] PVR_K:  421: DM 1 (HWRflags 0x00000000: working;)
    [2024/11/8 8:55:07] [19621.040221] PVR_K:  421: DM 2 (HWRflags 0x00000000: working;)
    [2024/11/8 8:55:07] [19621.045965] PVR_K:  421: DM 3 (HWRflags 0x00000000: working;)
    [2024/11/8 8:55:07] [19621.051711] PVR_K:  421:   Recovery 1: Core = 0, PID = 966 / avp_master.out, frame = 0, HWRTData = 0x00043C80, EventStatus = 0x00000010, Guilty Lockup
    [2024/11/8 8:55:07] [19621.065166] PVR_K:  421:               CRTimer = 0x000E38819E95, OSTimer = 19620.759238545, CyclesElapsed = 9800192
    [2024/11/8 8:55:07] [19621.075588] PVR_K:  421:               PreResetTimeInCycles = 21760, HWResetTimeInCycles = 28672, FreelistReconTimeInCycles = 313088, TotalRecoveryTimeInCycles = 363520
    [2024/11/8 8:55:07] [19621.090606] PVR_K:  421:     BIF0 - FAULT:
    [2024/11/8 8:55:07] [19621.094700] PVR_K:  421:       * MMU status (0x000000000000d021): PC = 13 (PM-TE1), Page Size = 0 (Page Directory).
    [2024/11/8 8:55:07] [19621.105122] PVR_K:  421:       * Request (0x0010a50003406d40): IPF0 (-), Reading from 0x0003406D40.
    [2024/11/8 8:55:07] [19621.114161] PVR_K:  421:     PM faulted at PC address = 0x000000009c022001
    [2024/11/8 8:55:07] [19621.121033] PVR_K:  421: DM 4 (HWRflags 0x00000000: working;)
    [2024/11/8 8:55:07] [19621.126785] PVR_K:  421: DM 5 (HWRflags 0x00000000: working;)
    [2024/11/8 8:55:07] [19621.132531] PVR_K:  421: DM 6 (HWRflags 0x00000000: working;)
    [2024/11/8 8:55:07] [19621.138273] PVR_K:  421: RGX Kernel CCB WO:0x265 RO:0x265
    [2024/11/8 8:55:07] [19621.143672] PVR_K:  421: RGX Firmware CCB WO:0x3 RO:0x3
    [2024/11/8 8:55:07] [19621.148891] PVR_K:  421: RGX Kernel CCB commands executed = 3518053
    [2024/11/8 8:55:07] [19621.155150] PVR_K:  421: RGX SLR: Forced UFO updates requested = 0
    [2024/11/8 8:55:07] [19621.161323] PVR_K:  421: RGX Errors: WGP:0, TRP:0
    [2024/11/8 8:55:07] [19621.166022] PVR_K:  421: Thread0: FW IRQ count = 2931713
    [2024/11/8 8:55:07] [19621.171326] PVR_K:  421: Last sampled IRQ count in LISR = 2931713
    [2024/11/8 8:55:07] [19621.177416] PVR_K:  421: FW System config flags = 0x00020000 (Ctx switch options: Medium CSW profile;)
    [2024/11/8 8:55:07] [19621.186713] PVR_K:  421: FW OS config flags = 0x0000000F (Ctx switch: TDM; GEOM; 3D; CDM;)
    [2024/11/8 8:55:07] [19621.194967] PVR_K:  421: ------[ RGX registers ]------
    [2024/11/8 8:55:07] [19621.200101] PVR_K:  421: RGX Register Base Address (Linear):   0x000000001dfefc5a
    [2024/11/8 8:55:07] [19621.207574] PVR_K:  421: RGX Register Base Address (Physical): 0x0FD80000
    [2024/11/8 8:55:07] [19621.214355] PVR_K:  421: CORE_ID__PBVNC                : 0x002400350068031C
    [2024/11/8 8:55:07] [19621.221308] PVR_K:  421: DESIGNER_REV_FIELD1           : 0x00000000
    [2024/11/8 8:55:07] [19621.227567] PVR_K:  421: DESIGNER_REV_FIELD2           : 0x00000000
    [2024/11/8 8:55:07] [19621.233827] PVR_K:  421: CHANGESET_NUMBER              : 0x0000000000000000
    [2024/11/8 8:55:07] [19621.240786] PVR_K:  421: MULTICORE_SYSTEM              : 0x00000001
    [2024/11/8 8:55:07] [19621.247048] PVR_K:  421: MULTICORE_GPU                 : 0x00000078
    [2024/11/8 8:55:07] [19621.253308] PVR_K:  421: CLK_CTRL                      : 0x002AAA002A22AAAA
    [2024/11/8 8:55:07] [19621.260260] PVR_K:  421: CLK_STATUS                    : 0x0000000000600000
    [2024/11/8 8:55:07] [19621.267219] PVR_K:  421: CLK_CTRL2                     : 0x0000000000000000
    [2024/11/8 8:55:07] [19621.274175] PVR_K:  421: CLK_STATUS2                   : 0x0000000000000000
    [2024/11/8 8:55:07] [19621.281126] PVR_K:  421: EVENT_STATUS                  : 0x00000000
    [2024/11/8 8:55:07] [19621.287385] PVR_K:  421: TIMER                         : 0x0000000E389ACDAA
    [2024/11/8 8:55:07] [19621.294337] PVR_K:  421: BIF_FAULT_BANK0_MMU_STATUS    : 0x00000000
    [2024/11/8 8:55:07] [19621.300596] PVR_K:  421: BIF_FAULT_BANK0_REQ_STATUS    : 0x0000000000000000
    [2024/11/8 8:55:07] [19621.307550] PVR_K:  421: BIF_FAULT_BANK1_MMU_STATUS    : 0x00000000
    [2024/11/8 8:55:07] [19621.313811] PVR_K:  421: BIF_FAULT_BANK1_REQ_STATUS    : 0x0000000000000000
    [2024/11/8 8:55:07] [19621.320763] PVR_K:  421: BIF_MMU_STATUS                : 0x00000000
    [2024/11/8 8:55:07] [19621.327023] PVR_K:  421: BIF_MMU_ENTRY                 : 0x00000000
    [2024/11/8 8:55:07] [19621.333282] PVR_K:  421: BIF_MMU_ENTRY_STATUS          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.340233] PVR_K:  421: BIF_STATUS_MMU                : 0x00000000
    [2024/11/8 8:55:08] [19621.346492] PVR_K:  421: BIF_READS_EXT_STATUS          : 0x00000000
    [2024/11/8 8:55:08] [19621.352758] PVR_K:  421: BIF_READS_INT_STATUS          : 0x00000000
    [2024/11/8 8:55:08] [19621.359017] PVR_K:  421: BIFPM_STATUS_MMU              : 0x00000000
    [2024/11/8 8:55:08] [19621.365277] PVR_K:  421: BIFPM_READS_EXT_STATUS        : 0x00000000
    [2024/11/8 8:55:08] [19621.371535] PVR_K:  421: BIFPM_READS_INT_STATUS        : 0x00000000
    [2024/11/8 8:55:08] [19621.377793] PVR_K:  421: BIF_CAT_BASE_INDEX            : 0x0000000000000202
    [2024/11/8 8:55:08] [19621.384746] PVR_K:  421: BIF_CAT_BASE0                 : 0x0000000084BB7000
    [2024/11/8 8:55:08] [19621.391704] PVR_K:  421: BIF_CAT_BASE1                 : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.398657] PVR_K:  421: BIF_CAT_BASE2                 : 0x00000000890C7000
    [2024/11/8 8:55:08] [19621.405610] PVR_K:  421: BIF_CAT_BASE3                 : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.412562] PVR_K:  421: BIF_CAT_BASE4                 : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.419514] PVR_K:  421: BIF_CAT_BASE5                 : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.426466] PVR_K:  421: BIF_CAT_BASE6                 : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.433418] PVR_K:  421: BIF_CAT_BASE7                 : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.440370] PVR_K:  421: BIF_CTRL_INVAL                : 0x00000000
    [2024/11/8 8:55:08] [19621.446629] PVR_K:  421: BIF_CTRL                      : 0x00000000
    [2024/11/8 8:55:08] [19621.452888] PVR_K:  421: BIF_PM_CAT_BASE_VCE0          : 0x000000009C023001
    [2024/11/8 8:55:08] [19621.459842] PVR_K:  421: BIF_PM_CAT_BASE_TE0           : 0x000000009C018001
    [2024/11/8 8:55:08] [19621.466799] PVR_K:  421: BIF_PM_CAT_BASE_ALIST0        : 0x000000009C013001
    [2024/11/8 8:55:08] [19621.473754] PVR_K:  421: BIF_PM_CAT_BASE_VCE1          : 0x000000009C023001
    [2024/11/8 8:55:08] [19621.480706] PVR_K:  421: BIF_PM_CAT_BASE_TE1           : 0x000000009C018001
    [2024/11/8 8:55:08] [19621.487660] PVR_K:  421: BIF_PM_CAT_BASE_ALIST1        : 0x000000009C013001
    [2024/11/8 8:55:08] [19621.494611] PVR_K:  421: MULTICORE_GEOMETRY_CTRL_COMMON: 0x00000000
    [2024/11/8 8:55:08] [19621.500870] PVR_K:  421: MULTICORE_FRAGMENT_CTRL_COMMON: 0x00000001
    [2024/11/8 8:55:08] [19621.507129] PVR_K:  421: MULTICORE_COMPUTE_CTRL_COMMON : 0x00000101
    [2024/11/8 8:55:08] [19621.513394] PVR_K:  421: PERF_TA_PHASE                 : 0x00000008
    [2024/11/8 8:55:08] [19621.519654] PVR_K:  421: PERF_TA_CYCLE                 : 0x0051B6AF
    [2024/11/8 8:55:08] [19621.525913] PVR_K:  421: PERF_3D_PHASE                 : 0x0000000C
    [2024/11/8 8:55:08] [19621.532172] PVR_K:  421: PERF_3D_CYCLE                 : 0x04163C98
    [2024/11/8 8:55:08] [19621.538432] PVR_K:  421: PERF_TA_OR_3D_CYCLE           : 0x0467F347
    [2024/11/8 8:55:08] [19621.544690] PVR_K:  421: PERF_TA_AND_3D_CYCLE          : 0x00000000
    [2024/11/8 8:55:08] [19621.550948] PVR_K:  421: PERF_COMPUTE_PHASE            : 0x00000000
    [2024/11/8 8:55:08] [19621.557207] PVR_K:  421: PERF_COMPUTE_CYCLE            : 0x00000000
    [2024/11/8 8:55:08] [19621.563465] PVR_K:  421: PM_PARTIAL_RENDER_ENABLE      : 0x00000000
    [2024/11/8 8:55:08] [19621.569725] PVR_K:  421: ISP_RENDER                    : 0x00000000
    [2024/11/8 8:55:08] [19621.575987] PVR_K:  421: TLA_STATUS                    : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.582941] PVR_K:  421: MCU_FENCE                     : 0x0000018000000000
    [2024/11/8 8:55:08] [19621.589893] PVR_K:  421: VDM_CONTEXT_STORE_STATUS      : 0x00000001
    [2024/11/8 8:55:08] [19621.596151] PVR_K:  421: VDM_CONTEXT_STORE_TASK0       : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.603104] PVR_K:  421: VDM_CONTEXT_STORE_TASK1       : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.610057] PVR_K:  421: VDM_CONTEXT_STORE_TASK2       : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.617011] PVR_K:  421: VDM_CONTEXT_RESUME_TASK0      : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.623962] PVR_K:  421: VDM_CONTEXT_RESUME_TASK1      : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.630914] PVR_K:  421: VDM_CONTEXT_RESUME_TASK2      : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.637870] PVR_K:  421: ISP_CTL                       : 0x8003300F
    [2024/11/8 8:55:08] [19621.644131] PVR_K:  421: ISP_STATUS                    : 0x00000003
    [2024/11/8 8:55:08] [19621.650390] PVR_K:  421: CDM_CONTEXT_STORE_STATUS      : 0x00000000
    [2024/11/8 8:55:08] [19621.656649] PVR_K:  421: CDM_CONTEXT_PDS0              : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.663602] PVR_K:  421: CDM_CONTEXT_PDS1              : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.670553] PVR_K:  421: CDM_TERMINATE_PDS             : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.677506] PVR_K:  421: CDM_TERMINATE_PDS1            : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.684462] PVR_K:  421: CDM_CONTEXT_LOAD_PDS0         : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.691415] PVR_K:  421: CDM_CONTEXT_LOAD_PDS1         : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.698367] PVR_K:  421: MTS_INTCTX                    : 0x00000000
    [2024/11/8 8:55:08] [19621.704626] PVR_K:  421: MTS_BGCTX                     : 0x00000000
    [2024/11/8 8:55:08] [19621.710884] PVR_K:  421: MTS_BGCTX_COUNTED_SCHEDULE    : 0x00000000
    [2024/11/8 8:55:08] [19621.717142] PVR_K:  421: MTS_SCHEDULE                  : 0x00000000
    [2024/11/8 8:55:08] [19621.723401] PVR_K:  421: MTS_GPU_INT_STATUS            : 0x00004110
    [2024/11/8 8:55:08] [19621.729660] PVR_K:  421: SLC_IDLE                      : 0x000000FF
    [2024/11/8 8:55:08] [19621.735919] PVR_K:  421: SLC_STATUS0                   : 0x00000000
    [2024/11/8 8:55:08] [19621.742178] PVR_K:  421: SLC_STATUS1                   : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.749130] PVR_K:  421: SLC_STATUS2                   : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.756083] PVR_K:  421: SLC_CTRL_BYPASS               : 0x00001D1F00000000
    [2024/11/8 8:55:08] [19621.763040] PVR_K:  421: SLC_CTRL_MISC                 : 0x0000000000200003
    [2024/11/8 8:55:08] [19621.769994] PVR_K:  421: SIDEKICK_IDLE                 : 0x0000007F
    [2024/11/8 8:55:08] [19621.776253] PVR_K:  421: SAFETY_EVENT_STATUS__ROGUEXE  : 0x00000000
    [2024/11/8 8:55:08] [19621.782511] PVR_K:  421: MTS_SAFETY_EVENT_ENABLE__ROGUEXE: 0x000000FF
    [2024/11/8 8:55:08] [19621.788944] PVR_K:  421: FWCORE_WDT_CTRL               : 0x00001F01
    [2024/11/8 8:55:08] [19621.795208] PVR_K:  421: SCRATCH0                      : 0x00000000
    [2024/11/8 8:55:08] [19621.801469] PVR_K:  421: SCRATCH1                      : 0x00000000
    [2024/11/8 8:55:08] [19621.807727] PVR_K:  421: SCRATCH2                      : 0x00000000
    [2024/11/8 8:55:08] [19621.813986] PVR_K:  421: SCRATCH3                      : 0x00000000
    [2024/11/8 8:55:08] [19621.820245] PVR_K:  421: SCRATCH4                      : 0x00000000
    [2024/11/8 8:55:08] [19621.826503] PVR_K:  421: SCRATCH5                      : 0x00000000
    [2024/11/8 8:55:08] [19621.832762] PVR_K:  421: SCRATCH6                      : 0x00000000
    [2024/11/8 8:55:08] [19621.839020] PVR_K:  421: SCRATCH7                      : 0x00000000
    [2024/11/8 8:55:08] [19621.845279] PVR_K:  421: SCRATCH8                      : 0x00000000
    [2024/11/8 8:55:08] [19621.851538] PVR_K:  421: SCRATCH9                      : 0x00000000
    [2024/11/8 8:55:08] [19621.857797] PVR_K:  421: SCRATCH10                     : 0x00000000
    [2024/11/8 8:55:08] [19621.864056] PVR_K:  421: SCRATCH11                     : 0x00000000
    [2024/11/8 8:55:08] [19621.870316] PVR_K:  421: SCRATCH12                     : 0x00000000
    [2024/11/8 8:55:08] [19621.876574] PVR_K:  421: SCRATCH13                     : 0x00000000
    [2024/11/8 8:55:08] [19621.882832] PVR_K:  421: SCRATCH14                     : 0x00000000
    [2024/11/8 8:55:08] [19621.889095] PVR_K:  421: SCRATCH15                     : 0x00000000
    [2024/11/8 8:55:08] [19621.895356] PVR_K:  421: FWCORE_MEM_CAT_BASE0          : 0x0000000084BB7000
    [2024/11/8 8:55:08] [19621.902310] PVR_K:  421: FWCORE_MEM_CAT_BASE1          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.909269] PVR_K:  421: FWCORE_MEM_CAT_BASE2          : 0x00000000890C7000
    [2024/11/8 8:55:08] [19621.916224] PVR_K:  421: FWCORE_MEM_CAT_BASE3          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.923175] PVR_K:  421: FWCORE_MEM_CAT_BASE4          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.930127] PVR_K:  421: FWCORE_MEM_CAT_BASE5          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.937079] PVR_K:  421: FWCORE_MEM_CAT_BASE6          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.944031] PVR_K:  421: FWCORE_MEM_CAT_BASE7          : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.950984] PVR_K:  421: FWCORE_ADDR_REMAP_CONFIG4     : 0x120000E1C0002000
    [2024/11/8 8:55:08] [19621.957937] PVR_K:  421: FWCORE_ADDR_REMAP_CONFIG5     : 0x220000E1C001C000
    [2024/11/8 8:55:08] [19621.964911] PVR_K:  421: FWCORE_ADDR_REMAP_CONFIG6     : 0x000000E1C0000000
    [2024/11/8 8:55:08] [19621.971869] PVR_K:  421: FWCORE_ADDR_REMAP_CONFIG12    : 0x120000E1C0000000
    [2024/11/8 8:55:08] [19621.978823] PVR_K:  421: FWCORE_ADDR_REMAP_CONFIG13    : 0x000000E1C0000000
    [2024/11/8 8:55:08] [19621.985778] PVR_K:  421: FWCORE_ADDR_REMAP_CONFIG14    : 0x0000000000000000
    [2024/11/8 8:55:08] [19621.992730] PVR_K:  421: FWCORE_MEM_FAULT_MMU_STATUS   : 0x00000000
    [2024/11/8 8:55:08] [19621.998988] PVR_K:  421: FWCORE_MEM_FAULT_REQ_STATUS   : 0x0000000000000000
    [2024/11/8 8:55:08] [19622.005940] PVR_K:  421: FWCORE_MEM_MMU_STATUS         : 0x00000000
    [2024/11/8 8:55:08] [19622.012198] PVR_K:  421: FWCORE_MEM_READS_EXT_STATUS   : 0x00000000
    [2024/11/8 8:55:08] [19622.018462] PVR_K:  421: FWCORE_MEM_READS_INT_STATUS   : 0x00000000
    [2024/11/8 8:55:08] [19622.024730] PVR_K:  421: ---- [ RISC-V internal state ] ----
    [2024/11/8 8:55:09] [19622.030388] PVR_K:  421: pc                            : 0x40004004
    [2024/11/8 8:55:09] [19622.036648] PVR_K:  421: ra                            : 0x40019C38
    [2024/11/8 8:55:09] [19622.042908] PVR_K:  421: sp                            : 0x50001010
    [2024/11/8 8:55:09] [19622.049168] PVR_K:  421: mepc                          : 0x40004004
    [2024/11/8 8:55:09] [19622.055432] PVR_K:  421: mcause                        : 0x8000000B
    [2024/11/8 8:55:09] [19622.061695] PVR_K:  421: mdseac                        : 0x00000000
    [2024/11/8 8:55:09] [19622.067956] PVR_K:  421: mstatus                       : 0x00001888
    [2024/11/8 8:55:09] [19622.074217] PVR_K:  421: mie                           : 0x40000888
    [2024/11/8 8:55:09] [19622.080477] PVR_K:  421: mip                           : 0x00000000
    [2024/11/8 8:55:09] [19622.086741] PVR_K:  421: mscratch                      : 0x00000000
    [2024/11/8 8:55:09] [19622.093005] PVR_K:  421: mbvnc0                        : 0x00010001
    [2024/11/8 8:55:09] [19622.099268] PVR_K:  421: mbvnc1                        : 0x0032000B
    [2024/11/8 8:55:09] [19622.105530] PVR_K:  421: micect                        : 0x10000000
    [2024/11/8 8:55:09] [19622.111792] PVR_K:  421: mdcect                        : 0x10000000
    [2024/11/8 8:55:09] [19622.118053] PVR_K:  421: mdcrfct                       : 0x10000000
    [2024/11/8 8:55:09] [19622.124315] PVR_K:  421: TFBC_VERSION                  : 0x0000000A
    [2024/11/8 8:55:09] [19622.130576] PVR_K:  421: ------[ RGX FW Trace Info ]------
    [2024/11/8 8:55:09] [19622.136057] PVR_K:  421: Debug log type: none
    [2024/11/8 8:55:09] [19622.140420] PVR_K:  421: RGX FW thread 0: Trace buffer not yet allocated
    [2024/11/8 8:55:09] [19622.147121] PVR_K:  421: ------[ Full CCB Status ]------
    [2024/11/8 8:55:09] [19622.152436] PVR_K:  421: FWCtx 0x000433C0 (TQ_3D-P966-T979-avp_master.ou)
    [2024/11/8 8:55:09] [19622.159218] PVR_K:  421:   `--<Empty>
    [2024/11/8 8:55:09] [19622.162882] PVR_K:  421: FWCtx 0x00043040 (TA-P966-T979-avp_master.out)
    [2024/11/8 8:55:09] [19622.169489] PVR_K:  421:   `--<Empty>
    [2024/11/8 8:55:09] [19622.173150] PVR_K:  421: FWCtx 0x00043110 (3D-P966-T979-avp_master.out)
    [2024/11/8 8:55:09] [19622.179756] PVR_K:  421:   `--<Empty>
    [2024/11/8 8:55:09] [19622.183417] PVR_K:  421: ------[ RGX Device ID:0 End ]------
    [2024/11/8 8:55:09] [19622.189083] PVR_K:  421: ------[ Device ID: 128 - Phys Heaps ]------
    [2024/11/8 8:55:09] [19622.195487] PVR_K:  421: 0x00000000089d42ac -> PdMs: SYSMEM, Type: UMA, default, Usage Flags: 0x00000004 (GPU_LOCAL), Refs: 11, Free Size: 611758080B, Total Size: 1197686784B
    [2024/11/8 8:55:09] [19622.211042] PVR_K:  421: PMR Zombie Count: 1, PMR Zombie Count In Cleanup: 0
    [2024/11/8 8:55:09] [19622.218136] PVR_K:  421: PMR Live Count: 373
    [2024/11/8 8:55:09] [19622.222531] PVR_K:  421: ------[ System Summary Device ID:0 ]------
    [2024/11/8 8:55:09] [19622.228846] PVR_K:  421: Device System Power State: ON
    [2024/11/8 8:55:09] [19622.234014] PVR_K:  421: MaxHWTOut: 500000us, WtTryCt: 10000, WDGTOut(on,off): (10000ms,3600000ms)
    [2024/11/8 8:55:09] [19622.242973] PVR_K:  421: ------[ AppHint Settings ]------
    [2024/11/8 8:55:09] [19622.248507] PVR_K:  421:   Build Vars
    [2024/11/8 8:55:09] [19622.252267] PVR_K:  421:     EnableTrustedDeviceAceConfig: N
    [2024/11/8 8:55:09] [19622.257988] PVR_K:  421:     CleanupThreadPriority: 0x00000005
    [2024/11/8 8:55:09] [19622.263861] PVR_K:  421:     WatchdogThreadPriority: 0x00000000
    [2024/11/8 8:55:09] [19622.269825] PVR_K:  421:     HWPerfClientBufferSize: 0x000c0000
    [2024/11/8 8:55:09] [19622.275795] PVR_K:  421:     DevmemHistoryBufSizeLog2: 0x0000000b
    [2024/11/8 8:55:09] [19622.281903] PVR_K:  421:     DevmemHistoryMaxEntries: 0x00002710
    [2024/11/8 8:55:09] [19622.287920] PVR_K:  421:   Module Params
    [2024/11/8 8:55:09] [19622.291853] PVR_K:  421:     none
    [2024/11/8 8:55:09] [19622.295198] PVR_K:  421:   Debug Info Params
    [2024/11/8 8:55:09] [19622.299583] PVR_K:  421:     none
    [2024/11/8 8:55:09] [19622.302941] PVR_K:  421:   Debug Info Params Device ID: 0
    [2024/11/8 8:55:09] [19622.308350] PVR_K:  421:     none
    [2024/11/8 8:55:09] [19622.311679] PVR_K:  421: ------[ Active Sync Checkpoints ]------
    [2024/11/8 8:55:09] [19622.317683] PVR_K:  421: (SyncCP Counts: InUse:10 Max:14)
    [2024/11/8 8:55:09] [19622.323108] sw: RM_SWTimeline-vp_master.out-avp @0 cur=0
    [2024/11/8 8:55:09] [19622.328439] ------[ Native Fence Sync: timelines ]------
    [2024/11/8 8:55:09] [19622.333803] foreign_sync: @0 ctx=1 refs=1
    [2024/11/8 8:55:09] [19622.337901] rogue-ta3d: @1172694 ctx=3 refs=9
    [2024/11/8 8:55:09] [19622.342290]  @1172686: (++) refs=3 fwaddr=0x10041089 enqueue=2 status=Signalled 1172686-update fence
    [2024/11/8 8:55:09] [19622.351414]  @1172687: (++) refs=1 fwaddr=0x100412d1 enqueue=1 status=Signalled 1172687-update fence
    [2024/11/8 8:55:09] [19622.360532]  @1172688: (++) refs=3 fwaddr=0x100410c1 enqueue=2 status=Signalled 1172688-update fence
    [2024/11/8 8:55:09] [19622.369646]  @1172689: (++) refs=2 fwaddr=0x10041309 enqueue=1 status=Signalled 1172689-update fence
    [2024/11/8 8:55:09] [19622.378758]  @1172690: (++) refs=3 fwaddr=0x100410f9 enqueue=2 status=Signalled 1172690-update fence
    [2024/11/8 8:55:09] [19622.387871]  @1172691: (++) refs=2 fwaddr=0x10041341 enqueue=1 status=Signalled 1172691-update fence
    [2024/11/8 8:55:09] [19622.396984]  @1172692: (+-) refs=5 fwaddr=0x10041131 enqueue=2 status=Signalled 1172692-update fence
    [2024/11/8 8:55:09] [19622.406096]  @1172693: (+-) refs=4 fwaddr=0x10041021 enqueue=1 status=Signalled 1172693-update fence
    [2024/11/8 8:55:09] [19622.415238] rogue-tq3d: @0 ctx=4 refs=1
    [2024/11/8 8:55:09] [19622.419102] QE-avp_master.out-966: @586350 ctx=5 refs=2
    [2024/11/8 8:55:09] [19622.424323]  @586349: (++) refs=0 fwaddr=0x10041231 enqueue=2 status=Signalled 586349-TDM
    [2024/11/8 8:55:09] [19622.432508] V3-avp_master.out-966: @1172694 ctx=6 refs=2
    [2024/11/8 8:55:09] [19622.437821]  @1172693: (++) refs=0 fwaddr=0x10041251 enqueue=1 status=Signalled 1172693-es3_DoKickTA_1759035
    [2024/11/8 8:55:09] [19622.447655] P3-avp_master.out-966: @1172694 ctx=7 refs=1
    [2024/11/8 8:55:09] [19622.452988] PVR_K:  421: ------------[ PVR DBG: END ]------------
    [2024/11/8 8:55:09] [19622.459201] ------------[ cut here ]------------
    [2024/11/8 8:55:09] [19622.463816] WARNING: CPU: 2 PID: 421 at home/SOC/zhubing/TDA4VEN_SOC_V10_00/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08/board-support/extra-drivers/ti-img-rogue-driver-24.1.6554834/binary_j722s_linux_lws-generic_release/target_aarch64/kbuild/services/server/common/pvr_notifier.c:663 PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.493228] Modules linked in: overlay bluetooth ecdh_generic ecc cfg80211 rfkill cdns3 cdns_usb_common rpmsg_ctrl rpmsg_char snd_soc_simple_card crct10dif_ce pvrsrvkm(O) snd_soc_simple_card_utils display_connector e5010_jpeg_enc drm_kms_helper phy_can_transceiver v4l2_jpeg cdns3_ti rti_wdt wave5 videobuf2_dma_contig videobuf2_memops k3_j72xx_bandgap rtc_ti_k3 v4l2_mem2mem videobuf2_v4l2 videobuf2_common ti_k3_r5_remoteproc videodev ti_k3_dsp_remoteproc sa2ul mc authenc mcrc64 snd_soc_tlv320aic3x_i2c m_can_platform m_can snd_soc_tlv320aic3x can_dev pwm_tiehrpwm fuse drm drm_panel_orientation_quirks backlight ipv6
    [2024/11/8 8:55:09] [19622.547576] CPU: 2 PID: 421 Comm: pvr_device_wdg Tainted: G           O       6.6.32 #2
    [2024/11/8 8:55:09] [19622.555573] Hardware name: Texas Instruments J722S EVM (DT)
    [2024/11/8 8:55:09] [19622.561141] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [2024/11/8 8:55:09] [19622.568114] pc : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
    [2024/11/8 8:55:09] tivxApsSrvProcess: timeuse = 24.6205 ms; maxCostTime: 1306032 
    [2024/11/8 8:55:09] [19622.574069] lr : PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.579713] sp : ffff8000823b3ca0
    [2024/11/8 8:55:09] [19622.583016] x29: ffff8000823b3ca0 x28: ffff8000797aede0 x27: ffff0000036cc320
    [2024/11/8 8:55:09] [19622.590146] x26: ffff0000035b3008 x25: ffff0000036aa808 x24: ffff0000036aa920
    [2024/11/8 8:55:09] [19622.597282] x23: ffff0000035b3120 x22: ffff0000036aa920 x21: 0000000000000002
    [2024/11/8 8:55:09] [19622.604424] x20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000006
    [2024/11/8 8:55:09] [19622.611562] x17: 6c616e6769533d73 x16: 757461747320313d x15: ffff8000823b35e0
    [2024/11/8 8:55:09] [19622.618692] x14: 0000000000000000 x13: ffff80008123ea58 x12: 0000000000000933
    [2024/11/8 8:55:09] [19622.625829] x11: 0000000000000311 x10: ffff800081296a58 x9 : ffff80008123ea58
    [2024/11/8 8:55:09] [19622.632961] x8 : 00000000ffffefff x7 : ffff800081296a58 x6 : 80000000fffff000
    [2024/11/8 8:55:09] [19622.640088] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
    [2024/11/8 8:55:09] [19622.647215] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff000000d55580
    [2024/11/8 8:55:09] [19622.654359] Call trace:
    [2024/11/8 8:55:09] [19622.656799]  PVRSRVDebugRequest+0x5e8/0x6e4 [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.662209]  DevicesWatchdogThread_ForEachVaCb+0xfc/0x164 [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.668712]  List_PVRSRV_DEVICE_NODE_ForEach_va+0x80/0xc0 [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.675235]  DevicesWatchdogThread+0xb0/0x20c [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.680882]  OSThreadRun+0x24/0x5c [pvrsrvkm]
    [2024/11/8 8:55:09] [19622.685505]  kthread+0x110/0x114
    [2024/11/8 8:55:09] [19622.688749]  ret_from_fork+0x10/0x20
    [2024/11/8 8:55:09] [19622.692330] ---[ end trace 0000000000000000 ]---

    Thanks
    Regards
    quanfeng

  • Ok, thanks for the information. I will investigate this and see if there is a known fix available.

    Regards,
    Sarabesh S.

  • Hi Sarabesh,

    I will investigate this and see if there is a known fix available.

    Is there a known fix for this?

    The "CCCB has not progressed" error has appeared before on TDA4VM with SDK8.x and can be resolved by setting GPU Qos as shown in the following link, can TDA4VEN also be resolved by setting GPU Qos? Another question, there is no rgx_kicksync_test app on SDK10.0, where can I get this test app?

    [FAQ] TDA4VM: Are there any known bugs and patches that I should use in my GPU driver?

    Thanks
    Regards
    quanfeng

  • Hello, 

    I'll refer to our SDK development team to see if there's a known fix for the error and HWR you're seeing. If not known I'll escalate with our IP vendor. The 10.0 SDK is the latest 24.1 DDK release, so it should be easier to investigate. 

    By the way, for 8.x, that QOS patch is a hack that is deprecated- the new fix is to revert that KM QOS patch and apply the KM cache-mapping patch, then copy over the stable UM binary onto your filesystem. Both are located here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1316731/faq-tda4vl-q1-what-are-the-gpu-driver-bug-fixes-for-sdk-8-6-or-earlier

    Regards,
    Sarabesh S.

  • Hi Sarabesh,

    Below are our latest test logs showing that the GPU driver causes the kernel to hang, hopefully these will help you figure out the problem quickly.

    1124.log

    1127.log
    [20241126_21:34:19:134][ 3142.214515] Unable to handle kernel paging request at virtual address ffff007e7bbf52fe
    [20241126_21:34:19:364][ 3142.222499] Mem abort info:
    [20241126_21:34:19:364][ 3142.225282]   ESR = 0x0000000096000005
    [20241126_21:34:19:364][ 3142.229019]   EC = 0x25: DABT (current EL), IL = 32 bits
    [20241126_21:34:19:364][ 3142.234316]   SET = 0, FnV = 0
    [20241126_21:34:19:364][ 3142.237358]   EA = 0, S1PTW = 0
    [20241126_21:34:19:364][ 3142.240488]   FSC = 0x05: level 1 translation fault
    [20241126_21:34:19:364][ 3142.245351] Data abort info:
    [20241126_21:34:19:364][ 3142.248220]   ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
    [20241126_21:34:19:364][ 3142.253691]   CM = 0, WnR = 0, TnD = 0, TagAccess = 0
    [20241126_21:34:19:364][ 3142.258727]   GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
    [20241126_21:34:19:364][ 3142.264024] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000082fba000
    [20241126_21:34:19:364][ 3142.270708] [ffff007e7bbf52fe] pgd=18000000fdff8003, p4d=18000000fdff8003, pud=0000000000000000
    [20241126_21:34:19:364][ 3142.279398] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
    [20241126_21:34:19:364][ 3142.285651] Modules linked in: pwm_tiehrpwm rpmsg_ctrl rpmsg_char ti_k3_dsp_remoteproc ti_k3_r5_remoteproc pvrsrvkm(O) drm backlight drm_panel_orientation_quirks
    [20241126_21:34:19:364][ 3142.300082] CPU: 3 PID: 177 Comm: avp_master.out Tainted: G           O       6.6.32 #1
    [20241126_21:34:19:364][ 3142.308070] Hardware name: Texas Instruments J722S EVM (DT)
    [20241126_21:34:19:364][ 3142.313628] pstate: 800000c5 (Nzcv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [20241126_21:34:19:364][ 3142.320574] pc : remove_entity_load_avg+0x24/0x8c
    [20241126_21:34:19:364][ 3142.325280] lr : migrate_task_rq_fair+0x40/0xe4
    [20241126_21:34:19:364][ 3142.329802] sp : ffff8000813f3d40
    [20241126_21:34:19:364][ 3142.333104] x29: ffff8000813f3d40 x28: 0000000000000100 x27: 0000000000000002
    [20241126_21:34:19:364][ 3142.340230] x26: ffff8000812af940 x25: ffff800081229d50 x24: ffff800081076180
    [20241126_21:34:19:364][ 3142.347355] x23: 00000000000000c0 x22: ffff00000018eae4 x21: ffff007e7bbf533e
    [20241126_21:34:19:364][ 3142.354480] x20: ffff00000018e440 x19: ffff007e7bbf527e x18: 0000000000000000
    [20241126_21:34:19:364][ 3142.361604] x17: ffff7ffffab7f000 x16: ffff8000813f0000 x15: 0045db914473b1b6
    [20241126_21:34:19:364][ 3142.368729] x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000034
    [20241126_21:34:19:364][ 3142.375853] x11: 0000000000000000 x10: 000002db9a9341b7 x9 : 000000000000035a
    [20241126_21:34:19:364][ 3142.382977] x8 : ffff00007bbf5280 x7 : ffff800081229000 x6 : 00000001000ad76b
    [20241126_21:34:19:364][ 3142.390101] x5 : 00000001000ad758 x4 : ffff7ffffab43000 x3 : ffff800081229d50
    [20241126_21:34:19:364][ 3142.397225] x2 : ffff800080082e3c x1 : ffff00000018e440 x0 : ffff00000018e440
    [20241126_21:34:19:364][ 3142.404350] Call trace:
    [20241126_21:34:19:364][ 3142.406787]  remove_entity_load_avg+0x24/0x8c
    [20241126_21:34:19:364][ 3142.411134]  migrate_task_rq_fair+0x40/0xe4
    [20241126_21:34:19:364][ 3142.415306]  set_task_cpu+0x38/0x114
    [20241126_21:34:19:364][ 3142.418874]  try_to_wake_up+0x1e4/0x450
    [20241126_21:34:19:364][ 3142.422703]  swake_up_one+0x44/0x78
    [20241126_21:34:19:364][ 3142.426185]  swake_up_one_online+0x6c/0xd8
    [20241126_21:34:19:374][ 3142.430275]  rcu_gp_kthread_wake+0x60/0x84
    [20241126_21:34:19:374][ 3142.434364]  rcu_accelerate_cbs_unlocked+0x7c/0xa4
    [20241126_21:34:19:374][ 3142.439145]  rcu_core+0x138/0x630
    [20241126_21:34:19:374][ 3142.442454]  rcu_core_si+0x10/0x1c
    [20241126_21:34:19:374][ 3142.445849]  __do_softirq+0x100/0x26c
    [20241126_21:34:19:374][ 3142.449502]  ____do_softirq+0x10/0x1c
    [20241126_21:34:19:374][ 3142.453156]  call_on_irq_stack+0x24/0x4c
    [20241126_21:34:19:384][ 3142.457068]  do_softirq_own_stack+0x1c/0x2c
    [20241126_21:34:19:384][ 3142.461241]  irq_exit_rcu+0xc0/0xdc
    [20241126_21:34:19:384][ 3142.464721]  el1_interrupt+0x38/0x68
    [20241126_21:34:19:384][ 3142.468290]  el1h_64_irq_handler+0x18/0x24
    [20241126_21:34:19:384][ 3142.472377]  el1h_64_irq+0x64/0x68
    [20241126_21:34:19:394][ 3142.475769]  PVRSRVPoolGet+0x1c/0xe0 [pvrsrvkm]
    [20241126_21:34:19:404][ 3142.480502]  BridgedDispatchKM+0xf8/0x54c [pvrsrvkm]
    [20241126_21:34:19:404][ 3142.485596]  PVRSRV_BridgeDispatchKM+0xb4/0x174 [pvrsrvkm]
    [20241126_21:34:19:414][ 3142.491208]  drm_ioctl_kernel+0xd4/0x17c [drm]
    [20241126_21:34:19:414][ 3142.495887]  drm_ioctl+0x218/0x49c [drm]
    [20241126_21:34:19:424][ 3142.499956]  __arm64_sys_ioctl+0xac/0xf0
    [20241126_21:34:19:424][ 3142.503873]  invoke_syscall+0x48/0x114
    [20241126_21:34:19:424][ 3142.507616]  el0_svc_common.constprop.0+0x40/0xe0
    [20241126_21:34:19:434][ 3142.512311]  do_el0_svc+0x1c/0x28
    [20241126_21:34:19:444][ 3142.515617]  el0_svc+0x2c/0x84
    [20241126_21:34:19:444][ 3142.518665]  el0t_64_sync_handler+0x120/0x12c
    [20241126_21:34:19:444][ 3142.523011]  el0t_64_sync+0x190/0x194
    [20241126_21:34:19:454][ 3142.526670] Code: aa0003f4 f90013f5 f9404c13 91030275 (f9404260)
    [20241126_21:34:19:454][ 3142.532751] ---[ end trace 0000000000000000 ]---
    [20241126_21:34:19:464][ 3142.537357] Kernel panic - not syncing: Oops: Fatal exception in interrupt
    [20241126_21:34:19:464][ 3142.544215] SMP: stopping secondary CPUs
    [20241126_21:34:19:474][ 3142.548132] Kernel Offset: disabled
    [20241126_21:34:19:474][ 3142.551608] CPU features: 0x0,00000008,00020000,1000420b
    [20241126_21:34:19:474][ 3142.556907] Memory Limit: none
    [20241126_21:34:19:494][ 3142.559953] ---[ end Kernel panic - not syncing: Oops: Fatal exception in interrupt ]---
    

    We are in the process of porting the application to the EVM board for testing, after which we will give the application to you for synchronised testing.

    Thanks
    Regards
    quanfeng