Default GStreamer Pipeline Failing`

Release Version:
# R32 (release), REVISION: 4.2, GCID: 20074772, BOARD: t210ref, EABI: aarch64, DATE: Thu Apr 9 01:22:12 UTC 2020

Steps to Reproduce the Issue:

Run the following in the terminal:

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! nvoverlaysink

Output:

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected...
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 3264 x 2464 FR = 21.000000 fps Duration = 47619048 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 3264 x 1848 FR = 28.000001 fps Duration = 35714284 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1920 x 1080 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1280 x 720 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1280 x 720 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: Running with following settings:
   Camera index = 0 
   Camera mode  = 2 
   Output Stream W = 1920 H = 1080 
   seconds to Run    = 0 
   Frame Rate = 29.999999 
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.

No videostream viewer pops up :(

Press ctrl + c to close the pipeline

Run a second time

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! nvoverlaysink

Output

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
(Argus) Error FileOperationFailed: Failed socket read: Connection reset by peer (in src/rpc/socket/common/SocketUtils.cpp, function readSocket(), line 79)
(Argus) Error FileOperationFailed:  (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 215)
(Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 102)
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:551 Failed to create CameraProvider
Got EOS from element "pipeline0".

ctrl + c close the pipeline.

After waiting a bit, same output as the first time then a fourth time gets this output:

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

and the last line holds

Attempted Fixes

Using this patch: L4T Jetson/r32.3.x patch - eLinux.org
Result: Gstreamer pipelines didn’t work at all :(

Running a pipeline with the videotestsrc works completely fine.

I just updated from Jetpack 4.3 to 4.4 and am having these exact issues! The camera I am using is the following https://www.amazon.com/Jetson-Nano-Camera-IMX219-160-8-Megapixels/dp/B07T43K7LC/ref=psdc_172511_t1_B07T7VN87S in case it is related to that.

Hi @sutchc20,

First enable the debug trace with the following commands:

sudo su

echo 1 > /sys/kernel/debug/tracing/tracing_on
echo 30720 > /sys/kernel/debug/tracing/buffer_size_kb
echo 1 > /sys/kernel/debug/tracing/events/tegra_rtcpu/enable
echo 1 > /sys/kernel/debug/tracing/events/freertos/enable
echo 2 > /sys/kernel/debug/camrtc/log-level
echo > /sys/kernel/debug/tracing/trace

exit

Then try again to run your pipeline so we can get data from the debug trace, stop the pipeline with Ctrl+C.

Retrieve the output log with the following command and post it here:

sudo cat /sys/kernel/debug/tracing/trace

Regards,
Fabian
www.ridgerun.com

Here’s the output of the log:

# tracer: nop
#
# entries-in-buffer/entries-written: 0/0   #P:4
#
#                              _-----=> irqs-off
#                             / _----=> need-resched
#                            | / _---=> hardirq/softirq
#                            || / _--=> preempt-depth
#                            ||| /     delay
#           TASK-PID   CPU#  ||||    TIMESTAMP  FUNCTION
#              | |       |   ||||       |         |

The command was run two times, first time had no output, second time stopped as before at New clock.

Interesting seems the trace is not even receiving information. What camera are you using and what driver?

Regards,
Fabian
www.ridgerun.com

We’re using the Waveshare IMX219-160 and the default NVIDIA driver. It all worked fine before we updated to Jetpack 4.4

I am not sure if Nvidia changed something for the default IMX219 at Jetpack 4.4, but if you confirmed that prior to Jetpack 4.4 everything was working as expected, it might be something related to this version. Maybe @kayccc or someone from Nvidia can confirm.

Regards,
Fabian
www.ridgerun.com

hello sutchc20,

there’re several issue with waveshare camera, you might also refer to Topic 73640, or Topic 81765.
please also check these camera modules of IMX219 that works with Jetson-Nano.
thanks

@JerryChang In the last Jetpack version, these cameras were working fine. This seems to be a new bug that was introduced.

hello sutchc20,

could you please access sensor steaming with v4l2-ctl instead, you may refer to Approaches for Validating and Testing the V4L2 Driver for samples.
please also have a try to Maximizing Jetson Nano or Jetson TX1 Performance for verification.
please also check kernel messages for any suspect failures.
thanks

@JerryChang Thanks for the tips. I ran a v4l2src command and this was the otuput:

$ gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw, format=YUY2, width=640, height=480, framerate=30/1' ! xvimagesink  -ev
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.

Running dmesg, I can see the following logs relating to imx (run dmesg | grep imx . The last version of Jetpack has the same imx driver. Running on the newest version of Jetpack, you’ll see the message:

[    1.232076] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.257222] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.433641] vi 54080000.vi: subdev imx219 7-0010 bound
[    1.434645] vi 54080000.vi: subdev imx219 8-0010 bound

The last version had the same thing, with the message:
imx219 7-0010: Error writing mode appended on it

@sutchc20

please refer to Camera Architecture Stack.
since imx219 is a bayer sensor that need demosaic and other ISP processing, you should enable gstreamer with nvarguscamerasrc.

you may access with v4l2 standard control, which could also verify the sensor streaming,
for example,

$ v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100

you should enable gstreamer with nvarguscamerasrc.

We tried this already, as shown in the thread above, which doesn’t work.

Running $ v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100 doesn’t do anything, what’s the expected behavior?

hello sutchc20,

could you please share the kernel messages for checking, i.e. $ dmesg
BTW,
please also share below for reference.
thanks

  1. please check you had camera device node register,
    $ ls /dev/video*
  2. please also check the sensor formats,
    $ v4l2-ctl -d /dev/video0 --list-formats-ext

Output of dmesg:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-4164) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Wed Apr 8 18:10:49 PDT 2020
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] Found tegra_fbmem: 00800000@92cb4000
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    0.000000] On node 0 totalpages: 1039872
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 519168 pages, LIFO batch:31
[    0.000000]   Normal zone: 8136 pages used for memmap
[    0.000000]   Normal zone: 520704 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 25 pages/cpu @ffffffc0fefb1000 s61656 r8192 d32552 u102400
[    0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb4000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29392(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3562148K/4159488K available (15294K kernel code, 2934K rwdata, 6636K rodata, 8576K init, 609K bss, 122204K reserved, 475136K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f70000   ( 15296 KB)
[    0.000000]     .rodata : 0xffffff8008f70000 - 0xffffff80095f0000   (  6656 KB)
[    0.000000]       .init : 0xffffff80095f0000 - 0xffffff8009e50000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e50000 - 0xffffff800a12d808   (  2935 KB)
[    0.000000]        .bss : 0xffffff800a12d808 - 0xffffff800a1c5f3c   (   610 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.001768] Console: colour dummy device 80x25
[    0.001786] console [tty0] enabled
[    0.001801] kmemleak: Kernel memory leak detector disabled
[    0.001820] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001833] pid_max: default: 32768 minimum: 301
[    0.002288] Security Framework initialized
[    0.002510] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002518] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003677] ftrace: allocating 47094 entries in 184 pages
[    0.175799] sched-energy: CPU device node has no sched-energy-costs
[    0.175838] ASID allocator initialised with 65536 entries
[    0.212371] tegra-id: chipid=22117.
[    0.212386] tegra-id: opt_subrevision=0.
[    0.212404] Tegra Speedo/IDDQ fuse revision 4
[    0.212408] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.212412] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[    0.212418] Tegra: CPU Speedo Value 2081, SoC Speedo Value 1958, GPU Speedo Value 2072
[    0.212421] Tegra: CPU IDDQ Value 2060, SoC IDDQ Value 2272, GPU IDDQ Value 2720
[    0.212441] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[    0.212458] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[    0.212466] DTB Build time: Apr  8 2020 18:15:57
[    0.261081] CPU1: Booted secondary processor [411fd071]
[    0.292996] CPU2: Booted secondary processor [411fd071]
[    0.324977] CPU3: Booted secondary processor [411fd071]
[    0.325069] Brought up 4 CPUs
[    0.325078] SMP: Total of 4 processors activated.
[    0.325086] CPU features: detected feature: 32-bit EL0 Support
[    0.325355] CPU: All CPU(s) started at EL2
[    0.325374] alternatives: patching kernel code
[    0.333815] devtmpfs: initialized
[    0.371713] Initilizing CustomIPI irq domain
[    0.372129] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.372152] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.383574] pinctrl core: initialized pinctrl subsystem
[    0.384272] OS set in device tree is not L4T.
[    0.384719] regulator-dummy: no parameters
[    0.384998] Initializing plugin-manager
[    0.385132] Plugin module not found
[    0.385375] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[    0.385958] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[    0.387840] node /plugin-manager/fragement@10 match with board >=3448-0000-300
[    0.390271] node /plugin-manager/fragement@11 match with board >=3448-0000-300
[    0.393784] NET: Registered protocol family 16
[    0.424780] pstore: using zlib compression
[    0.424824] console [pstore-1] enabled
[    0.424829] pstore: Registered ramoops as persistent store backend
[    0.424836] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.445098] cpuidle: using governor menu
[    0.449693] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.451601] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e54000)
[    0.451623] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.453728] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.456046] Serial: AMBA PL011 UART driver
[    0.456548] tegra_powergate_init: DONE
[    0.456565] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[    0.456572] DTB Build time: Apr  8 2020 18:15:57
[    0.458627] Tegra reboot handler registered.
[    0.463256] iommu: Adding device tegra-carveouts to group 0
[    0.463411] platform tegra-carveouts: domain=ffffffc0f9b9b3d8 allocates as[0]=ffffffc0f94b40a8
[    0.463791] iommu: Adding device smmu_test to group 1
[    0.463838] platform smmu_test: domain=ffffffc0f9b9b618 allocates as[0]=ffffffc0f94b4110
[    0.464661] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.464722] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.464775] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.464784] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.464805] mc-err: mcerr ops are set to t21x
[    0.474453] iommu: Adding device 70090000.xusb to group 2
[    0.474754] iommu: Adding device 70006000.serial to group 3
[    0.474819] platform 70006000.serial: domain=ffffffc0f94a4cd8 allocates as[0]=ffffffc0f94b4178
[    0.475248] iommu: Adding device 70006040.serial to group 4
[    0.475499] iommu: Adding device 70006200.serial to group 5
[    0.475683] iommu: Adding device sound to group 6
[    0.475735] platform sound: domain=ffffffc0f952e258 allocates as[0]=ffffffc0f94b41e0
[    0.476293] iommu: Adding device 7000d400.spi to group 7
[    0.476555] iommu: Adding device 7000d600.spi to group 8
[    0.476866] iommu: Adding device 70410000.spi to group 9
[    0.477191] iommu: Adding device 50000000.host1x to group 10
[    0.477474] iommu: Adding device 54080000.vi to group 11
[    0.477870] iommu: Adding device 54600000.isp to group 12
[    0.478121] iommu: Adding device 54680000.isp to group 13
[    0.478385] iommu: Adding device tegradc.0 to group 14
[    0.478434] platform tegradc.0: domain=ffffffc0f953a198 allocates as[0]=ffffffc0f94b4248
[    0.482603] platform tegradc.0: IOVA linear map 0x0000000092cb4000(800000)
[    0.483004] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.483337] iommu: Adding device tegradc.1 to group 15
[    0.483386] platform tegradc.1: domain=ffffffc0f953a3d8 allocates as[0]=ffffffc0f94b42b0
[    0.487534] platform tegradc.1: IOVA linear map 0x0000000092cb4000(800000)
[    0.487926] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.488204] iommu: Adding device 54340000.vic to group 16
[    0.488432] iommu: Adding device 544c0000.nvenc to group 17
[    0.488632] iommu: Adding device 54500000.tsec to group 18
[    0.488819] iommu: Adding device 54100000.tsecb to group 19
[    0.489009] iommu: Adding device 54480000.nvdec to group 20
[    0.489216] iommu: Adding device 54380000.nvjpg to group 21
[    0.490260] iommu: Adding device 546c0000.i2c to group 22
[    0.490581] iommu: Adding device 57000000.gpu to group 23
[    0.490644] platform 57000000.gpu: domain=ffffffc0f95da3d8 allocates as[0]=ffffffc0f94b4318
[    0.490704] platform 57000000.gpu: domain=ffffffc0f95da3d8 allocates as[1]=ffffffc0f94b4380
[    0.490746] platform 57000000.gpu: domain=ffffffc0f95da3d8 allocates as[2]=ffffffc0f94b43e8
[    0.490780] platform 57000000.gpu: domain=ffffffc0f95da3d8 allocates as[3]=ffffffc0f94b4450
[    0.491652] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.491663] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.491675] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    0.491680] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.491685] tegra-pmc: ### PMC reset status reg: 0x3
[    0.541275] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.541286] tegra-pmc: Clear bootloader IO dpd settings
[    0.541308] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.541374] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.541665] iommu: Adding device 70012000.se to group 24
[    0.542437] iommu: Adding device 7000c000.i2c to group 25
[    0.542698] iommu: Adding device 7000c400.i2c to group 26
[    0.542948] iommu: Adding device 7000c500.i2c to group 27
[    0.543195] iommu: Adding device 7000c700.i2c to group 28
[    0.543447] iommu: Adding device 7000d000.i2c to group 29
[    0.543704] iommu: Adding device 7000d100.i2c to group 30
[    0.543995] iommu: Adding device sdhci-tegra.0 to group 31
[    0.544051] platform sdhci-tegra.0: domain=ffffffc0f95ea558 allocates as[0]=ffffffc0f94b44b8
[    0.544911] iommu: Adding device 700d0000.xudc to group 32
[    0.548153] vdd-ac-bat: 5000 mV 
[    0.548519] vdd-5v0-sys: 5000 mV 
[    0.549524] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.549567] vdd-5v0-hdmi: 5000 mV 
[    0.549968] vdd-1v8-sys: 1800 mV 
[    0.550407] vdd-fan: supplied by vdd-5v0-sys
[    0.550445] vdd-fan: 5000 mV 
[    0.550832] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.550866] vdd-usb-vbus: 5000 mV 
[    0.551371] vdd-usb-vbus2: 5000 mV 
[    0.580985] random: fast init done
[    0.582065] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.584519] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[    0.586150] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.586172] GPIO line 152 (camera-control-output-low) hogged as output/low
[    0.586206] GPIO line 6 (system-suspend-gpio) hogged as output/high
[    0.586613] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.594532] eventlib_kernel: keventlib is initialized, test id: 0
[    0.594886] SCSI subsystem initialized
[    0.595137] libata version 3.00 loaded.
[    0.595438] usbcore: registered new interface driver usbfs
[    0.595490] usbcore: registered new interface driver hub
[    0.595573] usbcore: registered new device driver usb
[    0.599692] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.605127] vdd-core: 600 <--> 1162 mV at 1075 mV 
[    0.606067] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.609108] vdd-ddr-1v1: 1150 mV 
[    0.613090] vdd-pre-reg-1v35: 1350 mV 
[    0.617016] vdd-1v8: 1800 mV 
[    0.621013] avdd-sys-1v2: 1200 mV 
[    0.625017] vdd-pex-1v0: 1050 mV 
[    0.625650] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV 
[    0.626215] max77620-ldo3: at 3100 mV 
[    0.629023] vdd-rtc: 850 <--> 1100 mV at 1000 mV 
[    0.629580] max77620-ldo5: at 3100 mV 
[    0.633020] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV 
[    0.637012] avdd-1v05-pll: 1050 mV 
[    0.641016] avdd-io-hdmi-dp: 1050 mV 
[    0.643463] GPIO line 505 (spmic-default-output-high) hogged as output/high
[    0.643740] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[    0.644027] max77620 4-003c: max77620 probe successful
[    0.646751] media: Linux media interface: v0.10
[    0.646803] Linux video capture interface: v2.00
[    0.647703] pps_core: LinuxPPS API ver. 1 registered
[    0.647708] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.647727] PTP clock support registered
[    0.651005] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.651829] Advanced Linux Sound Architecture Driver Initialized.
[    0.652475] Bluetooth: Core ver 2.22
[    0.652524] NET: Registered protocol family 31
[    0.652529] Bluetooth: HCI device and connection manager initialized
[    0.652545] Bluetooth: HCI socket layer initialized
[    0.652554] Bluetooth: L2CAP socket layer initialized
[    0.652580] Bluetooth: SCO socket layer initialized
[    0.654338] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.654356] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.654402] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.654417] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.658034] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.659299] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.659369] vdd-3v3-sys: 3300 mV 
[    0.659657] vdd-1v8-sys: supplied by vdd-3v3-sys
[    0.661164] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.661628] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.661666] vdd-3v3-sd: 3300 mV 
[    0.662505] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.662569] avdd-io-edp-1v05: 1050 mV 
[    0.663026] vdd-usb-hub-en: supplied by vdd-1v8-sys
[    0.663062] vdd-usb-hub-en: 5000 mV 
[    0.664449] camchar: rtcpu character device driver loaded
[    0.665329] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[    0.666674] clocksource: Switched to clocksource arch_sys_counter
[    0.707707] VFS: Disk quotas dquot_6.6.0
[    0.707837] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.708330] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.708742] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.708761]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.709054] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.709061] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.709082] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.709115] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.709123] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.709137] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.709147] nvmap_page_pool_init: Total RAM pages: 1009321
[    0.709153] nvmap_page_pool_init: nvmap page pool size: 126165 pages (492 MB)
[    0.709238] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.709688] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.710489] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.719642] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.720075] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.720331] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.720549] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.720728] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.721021] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.721025] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB
[    0.721492] NET: Registered protocol family 2
[    0.722539] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.722835] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.723366] TCP: Hash tables configured (established 32768 bind 32768)
[    0.723524] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.723608] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.724037] NET: Registered protocol family 1
[    0.724815] RPC: Registered named UNIX socket transport module.
[    0.724820] RPC: Registered udp transport module.
[    0.724824] RPC: Registered tcp transport module.
[    0.724827] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.724842] PCI: CLS 0 bytes, default 64
[    0.725073] Trying to unpack rootfs image as initramfs...
[    0.959284] Freeing initrd memory: 5356K
[    0.969312] host1x 50000000.host1x: initialized
[    0.971226] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.974489] audit: initializing netlink subsys (disabled)
[    0.974565] audit: type=2000 audit(0.819:1): initialized
[    0.975361] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.985271] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.986807] ntfs: driver 2.1.32 [Flags: R/W].
[    0.987616] 9p: Installing v9fs 9p2000 file system support
[    0.990959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.991112] io scheduler noop registered
[    0.991404] io scheduler cfq registered (default)
[    0.994092] gic 702f9000.agic: GIC IRQ controller registered
[    0.997523] iommu: Adding device 702ef000.adsp to group 33
[    1.006482] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    1.006631] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    1.007285] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x820840f
[    1.007293] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    1.008941] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    1.009046] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    1.009138] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    1.009339] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    1.009429] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    1.009514] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    1.009598] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    1.009685] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    1.009768] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    1.009861] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    1.015975] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    1.017706] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    1.019806] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[    1.021084] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[    1.021433] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[    1.022653] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.022834] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[    1.023173] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    1.023425] Adding domain tsec-pd to PM domain host1x-pd
[    1.026835] tsec 54500000.tsec: initialized
[    1.028244] tsec 54100000.tsecb: initialized
[    1.028975] Adding domain nvdec-pd to PM domain host1x-pd
[    1.032496] nvdec 54480000.nvdec: initialized
[    1.033592] Adding domain vic03-pd to PM domain host1x-pd
[    1.033765] Adding domain msenc-pd to PM domain host1x-pd
[    1.033929] Adding domain nvjpg-pd to PM domain host1x-pd
[    1.038191] falcon 54340000.vic: initialized
[    1.039459] falcon 544c0000.nvenc: initialized
[    1.040816] falcon 54380000.nvjpg: initialized
[    1.045338] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=97
[    1.045382] tegra_cec 70015000.tegra_cec: Enable clock result: 0.
[    1.045416] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[    1.045540] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    1.045669] display board info: id 0x0, fab 0x0
[    1.045722] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0
[    1.045728] tegra_cec 70015000.tegra_cec: probed
[    1.045737] generic_infoframe_type: 0x87
[    1.045889] tegradc tegradc.0: DT parsed successfully
[    1.045942] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    1.046481] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[    1.053928] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    1.054205] tegradc tegradc.0: probed
[    1.061033] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels
[    1.062370] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled
[    1.062381] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    1.064029] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[    1.064052] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.064059] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    1.064066] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    1.064077] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.064155] pci 0000:00:01.0: [10de:0fae] type 01 class 0x060400
[    1.064330] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.064524] kfuse 7000fc00.kfuse: initialized
[    1.064730] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[    1.064829] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.065065] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.065078] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.065799] pci 0000:01:00.0: [8086:24fd] type 00 class 0x028000
[    1.065855] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    1.066150] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.066383] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    1.067645] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.069170] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    1.069190] vdd-cpu: 708 <--> 1322 mV at 708 mV 
[    1.069697] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    1.071692] vdd-gpu: applied init 1000000uV constraint
[    1.071702] vdd-gpu: 708 <--> 1323 mV at 997 mV 
[    1.072199] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    1.074908] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.075191] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    1.075238] pci 0000:02:00.0: reg 0x10: [io  0x0000-0x00ff]
[    1.075284] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    1.075312] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[    1.075535] pci 0000:02:00.0: supports D1 D2
[    1.075540] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.078173] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.078315] No Device Node present for smmu client: serial8250 !!
[    1.078329] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.078393] iommu: Adding device serial8250 to group 35
[    1.081959] console [ttyS0] disabled
[    1.082037] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.082134] console [ttyS0] enabled
[    1.083087] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.083410] serial-tegra 70006200.serial: RX in PIO mode
[    1.083510] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.084465] [drm] Initialized
[    1.086883] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    1.086969] pci 0000:00:01.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[    1.086977] pci 0000:00:02.0: BAR 14: assigned [mem 0x13100000-0x131fffff]
[    1.086981] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.086993] pci 0000:01:00.0: BAR 0: assigned [mem 0x13000000-0x13001fff 64bit]
[    1.087021] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.087030] pci 0000:00:01.0:   bridge window [mem 0x13000000-0x130fffff]
[    1.087042] pci 0000:02:00.0: BAR 4: assigned [mem 0x13100000-0x13103fff 64bit]
[    1.087062] pci 0000:02:00.0: BAR 2: assigned [mem 0x13104000-0x13104fff 64bit]
[    1.087081] pci 0000:02:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    1.087089] pci 0000:00:02.0: PCI bridge to [bus 02]
[    1.087093] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    1.087099] pci 0000:00:02.0:   bridge window [mem 0x13100000-0x131fffff]
[    1.087266] Console: switching to colour frame buffer device 240x67
[    1.087392] tegradc tegradc.0: fb registered
[    1.087857] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    1.087867] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.087875] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[    1.088040] aer 0000:00:01.0:pcie002: service driver aer loaded
[    1.088320] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    1.088326] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.088333] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    1.088459] aer 0000:00:02.0:pcie002: service driver aer loaded
[    1.094274] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[    1.094341] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[    1.094925] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[    1.094938] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[    1.098035] brd: module loaded
[    1.104054] loop: module loaded
[    1.104168] tegra_profiler: version: 1.141, samples/io: 48/28
[    1.104318] tegra_profiler: auth: init
[    1.105722] THERMAL EST: found 2 subdevs
[    1.105730] THERMAL EST num_resources: 0
[    1.105737] [THERMAL EST subdev 0]
[    1.105746] [THERMAL EST subdev 1]
[    1.106226] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.106229] THERMAL EST: thz register success.
[    1.106376] THERMAL EST: end of probe, return err: 0
[    1.107696] sd: No Scsi addr parsed to reserve index
[    1.107735] hisi_sas: driver version v1.6
[    1.113069] tegra-qspi 70410000.spi: Prod settings list not found
[    1.114173] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[    1.114182] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[    1.117220] libphy: Fixed MDIO Bus: probed
[    1.118046] tun: Universal TUN/TAP device driver, 1.6
[    1.118052] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.119251] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.119257] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.119320] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.119324] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.119378] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.119381] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.119431] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.119434] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.120550] r8168 0000:02:00.0: enabling device (0000 -> 0003)
[    1.120583] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    1.121296] extcon-disp-state extcon:disp-state: cable 47 state 1
[    1.121301] Extcon AUX1(HDMI) enable
[    1.122318] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    1.122390] tegradc tegradc.1: No lt-data, using default setting
[    1.122419] tegradc tegradc.1: No hpd-gpio in DT
[    1.122451] tegradc tegradc.1: DT parsed successfully
[    1.122509] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[    1.124148] tegradc tegradc.1: dpd enable lookup fail:-19
[    1.135663] r8168 0000:02:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    1.135781] tegradc tegradc.1: probed
[    1.135862] r8168 0000:02:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:eb:da:ca from device tree
[    1.136203] tegradc tegradc.1: fb registered
[    1.136565] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    1.136631] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    1.137459] PPP generic driver version 2.4.2
[    1.139405] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.139412] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.139421] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.139438] tegradc tegradc.1: blank - powerdown
[    1.139460] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    1.139465] Extcon DP: HPD disabled
[    1.139470] hpd: hpd_switch 0
[    1.139475] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.139483] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.139490] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    1.142815] PPP BSD Compression module registered
[    1.142821] PPP Deflate Compression module registered
[    1.142866] PPP MPPE Compression module registered
[    1.142873] NET: Registered protocol family 24
[    1.142955] usbcore: registered new interface driver r8152
[    1.142997] usbcore: registered new interface driver asix
[    1.143077] usbcore: registered new interface driver ax88179_178a
[    1.143117] usbcore: registered new interface driver cdc_ether
[    1.143150] usbcore: registered new interface driver net1080
[    1.143182] usbcore: registered new interface driver cdc_subset
[    1.143214] usbcore: registered new interface driver zaurus
[    1.143271] usbcore: registered new interface driver cdc_ncm
[    1.143472] VFIO - User Level meta-driver version: 0.3
[    1.145298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.145326] ehci-pci: EHCI PCI platform driver
[    1.145382] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.145395] ohci-pci: OHCI PCI platform driver
[    1.145440] ohci-platform: OHCI generic platform driver
[    1.148184] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.148818] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.150028] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f96cf400 id
[    1.152150] usbcore: registered new interface driver uas
[    1.152210] usbcore: registered new interface driver usb-storage
[    1.152316] usbcore: registered new interface driver usbserial
[    1.152940] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[    1.152999] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.153027] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.153814] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.153880] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.154109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.154115] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.154121] usb usb1: Product: xHCI Host Controller
[    1.154125] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[    1.154129] usb usb1: SerialNumber: 70090000.xusb
[    1.154821] hub 1-0:1.0: USB hub found
[    1.154904] hub 1-0:1.0: 5 ports detected
[    1.155505] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.155517] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.155653] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.155747] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.155752] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.155757] usb usb2: Product: xHCI Host Controller
[    1.155762] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[    1.155767] usb usb2: SerialNumber: 70090000.xusb
[    1.156220] hub 2-0:1.0: USB hub found
[    1.156258] hub 2-0:1.0: 4 ports detected
[    1.157314] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.158655] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.158708] tegra-xudc-new 700d0000.xudc: vbus state: 0
[    1.159275] tegra-xudc-new 700d0000.xudc: entering ELPG
[    1.159545] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    1.159751] mousedev: PS/2 mouse device common for all mice
[    1.159868] usbcore: registered new interface driver xpad
[    1.163333] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[    1.254142] tegradc tegradc.0: blank - powerdown
[    1.258747] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[    1.258803] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[    1.291435] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.293583] rtc rtc1: alarm rtc device
[    1.293595] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    1.293612] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    1.293983] i2c /dev entries driver
[    1.295500] i2c i2c-6: Added multiplexed i2c bus 7
[    1.295888] i2c i2c-6: Added multiplexed i2c bus 8
[    1.295893] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[    1.296386] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.300238] extcon-disp-state extcon:disp-state: cable 47 state 0
[    1.300241] Extcon AUX1(HDMI) disable
[    1.321616] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.332137] tegradc tegradc.0: unblank
[    1.347627] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.350305] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    1.350310] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    1.350814] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.350832] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    1.350840] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    1.350977] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.350987] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    1.350993] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    1.351140] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.351149] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    1.351155] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    1.351329] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    1.352205] tegra_aotag tegra-aotag: Registering sensor 0
[    1.352259] tegra_aotag tegra-aotag: Invalid temp readout
[    1.352286] tegra_aotag tegra-aotag: Invalid temp readout
[    1.352303] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    1.352311] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    1.353436] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.353455] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    1.353689] tegra_aotag tegra-aotag: Invalid temp readout
[    1.353721] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    1.354227] parse_throttle_dt_data: Num cap clks = 6
[    1.354234] parse_throttle_dt_data: clk=cclk_g type=2
[    1.354249] parse_throttle_dt_data: clk=gpu type=4
[    1.354272] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    1.354292] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    1.354312] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    1.354316] parse_throttle_dt_data: clk=emc type=3
[    1.354807] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.354938] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.355139] tegra_throttle_probe: probe successful. #cdevs=4
[    1.356043] FAN dev name: pwm-fan
[    1.356129] FAN:gpio request success.
[    1.356207] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    1.356521] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.356686] pwm_fan_driver pwm-fan: fan tach request irq success
[    1.356694] pwm_fan_driver pwm-fan: tach period: 1000
[    1.356795] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.356800] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    1.356805] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.356809] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.356813] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.356817] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.356821] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.356824] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.356828] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.356832] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.358479] device-mapper: uevent: version 1.0.3
[    1.359039] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.364550] tegra210-cpufreq cpufreq: probe()...completed
[    1.365341] sdhci: Secure Digital Host Controller Interface driver
[    1.365342] sdhci: Copyright(c) Pierre Ossman
[    1.365344] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.365892] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[    1.366331] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[    1.366457] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[    1.371212] tegra-se 70012000.se: tegra_se_probe: complete
[    1.371822] hidraw: raw HID events driver (C) Jiri Kosina
[    1.372154] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[    1.372200] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[    1.372943] usbcore: registered new interface driver usbhid
[    1.372945] usbhid: USB HID core driver
[    1.373186] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[    1.373193] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[    1.375047] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    1.375375] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    1.377116] nvpmodel: initialized successfully
[    1.378056] usbcore: registered new interface driver snd-usb-audio
[    1.378114] No Device Node present for smmu client: snd-soc-dummy !!
[    1.378119] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.378138] iommu: Adding device snd-soc-dummy to group 36
[    1.388693] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    1.399888] OPE platform probe
[    1.399973] OPE platform probe successful
[    1.400227] OPE platform probe
[    1.400298] OPE platform probe successful
[    1.407863] extcon-disp-state extcon:disp-state: cable 47 state 1
[    1.407866] Extcon AUX1(HDMI) enable
[    1.408215] tegradc tegradc.0: sync windows ret = 250
[    1.416060] extcon-disp-state extcon:disp-state: cable 51 state 1
[    1.416063] Extcon HDMI: HPD enabled
[    1.416075] tegradc tegradc.0: hdmi: plugged
[    1.422337] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[    1.425669] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    1.425809] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    1.425925] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    1.426048] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    1.426185] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    1.426303] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    1.426420] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    1.426540] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    1.426678] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    1.426810] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    1.438497] u32 classifier
[    1.438500]     Actions configured
[    1.438573] Initializing XFRM netlink socket
[    1.439313] NET: Registered protocol family 10
[    1.440023] NET: Registered protocol family 17
[    1.440037] NET: Registered protocol family 15
[    1.440114] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.440161] Bluetooth: RFCOMM socket layer initialized
[    1.440170] Bluetooth: RFCOMM ver 1.11
[    1.440175] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.440180] Bluetooth: HIDP socket layer initialized
[    1.440199] 9pnet: Installing 9P2000 support
[    1.440236] Key type dns_resolver registered
[    1.440622] Registered cp15_barrier emulation handler
[    1.440629] Registered setend emulation handler
[    1.441694] registered taskstats version 1
[    1.442314] Adding domain ve2-pd to PM domain host1x-pd
[    1.442554] Adding domain ve-pd to PM domain host1x-pd
[    1.444612] isp 54600000.isp: initialized
[    1.445529] isp 54680000.isp: initialized
[    1.455728] last reset is due to software reset
[    1.455733] KERNEL: PMC reset status reg: 0x3
[    1.455812] BL: PMC reset status reg: 0x3
[    1.455815] BL: PMIC poweroff Event Recorder: 0x0
[    1.457278] clk_cbus_recalc_rate: no gbus parent
[    1.457284] clk_cbus_round_rate: no gbus parent
[    1.457286] clk_cbus_round_rate: no gbus parent
[    1.457293] clk_cbus_recalc_rate: no gbus parent
[    1.457391] clk_cbus_recalc_rate: no gbus parent
[    1.457395] clk_cbus_round_rate: no gbus parent
[    1.457397] clk_cbus_round_rate: no gbus parent
[    1.457401] clk_cbus_recalc_rate: no gbus parent
[    1.458086] tegra_dvfs: GPU-cap: registered
[    1.458142] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    1.458145] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    1.458147] tegra dvfs: vdd-gpu: nominal 1058mV, offset 708000uV, step 10000uV, scaling enabled
[    1.459562] tegra_dvfs: vdd-gpu-vts: registered
[    1.460235] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    1.460791] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    1.461321] input: gpio-keys as /devices/gpio-keys/input/input1
[    1.487496] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    1.495246] tegra_rtc 7000e000.rtc: setting system clock to 2020-05-14 17:39:01 UTC (1589477941)
[    1.496321] vi 54080000.vi: vi_probe: ++
[    1.512944] vi 54080000.vi: initialized
[    1.519321] vi 54080000.vi: subdev nvcsi--2 bound
[    1.519340] vi 54080000.vi: subdev imx219 7-0010 bound
[    1.520163] vi 54080000.vi: subdev nvcsi--1 bound
[    1.520169] vi 54080000.vi: subdev imx219 8-0010 bound
[    1.521028] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[    1.521033] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.521037] usb 1-2: Product: 4-Port USB 2.1 Hub
[    1.521040] usb 1-2: Manufacturer: Generic
[    1.522381] Disable partitions left on by BL
[    1.522386]   disb
[    1.522434] bwmgr: missing cdev-type property
[    1.522536] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.522542] DRAM derating cdev registered.
[    1.523584] hub 1-2:1.0: USB hub found
[    1.523609] vdd-fan: disabling
[    1.523613] vdd-usb-vbus: disabling
[    1.523615] vdd-usb-vbus2: disabling
[    1.523627] vddio-sdmmc3-ap: disabling
[    1.524705] hub 1-2:1.0: 4 ports detected
[    1.524717] avdd-io-edp-1v05: disabling
[    1.524720] vdd-usb-hub-en: disabling
[    1.524804] ALSA device list:
[    1.524807]   #0: tegra-hda at 0x70038000 irq 83
[    1.524809]   #1: tegra-snd-t210ref-mobile-rt565x
[    1.527886] Freeing unused kernel memory: 8576K
[    1.548671] Root device found: mmcblk0p1
[    1.623294] mmc0: hw tuning done ...
[    1.623340] mmc0: new ultra high speed SDR104 SDHC card at address 0001
[    1.623729] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 
[    1.627698]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    1.654740] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[    1.676839] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b
[    1.676845] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.753419] Found dev node: /dev/mmcblk0p1
[    1.806689] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    1.807477] Rootfs mounted over mmcblk0p1
[    1.826690] usb 1-2.1: new full-speed USB device number 4 using tegra-xusb
[    1.826918] Switching from initrd to actual rootfs
[    1.853113] usb 1-2.1: New USB device found, idVendor=062a, idProduct=4101
[    1.853119] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.853122] usb 1-2.1: Product: 2.4G Keyboard Mouse
[    1.853126] usb 1-2.1: Manufacturer: MOSART Semi.
[    1.855408] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.0/0003:062A:4101.0001/input/input2
[    1.915037] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-70090000.xusb-2.1/input0
[    1.917415] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.1/0003:062A:4101.0002/input/input3
[    1.974994] hid-generic 0003:062A:4101.0002: input,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-70090000.xusb-2.1/input1
[    2.030043] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.042220] cgroup: cgroup2: unknown option "nsdelegate"
[    2.066614] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    2.067413] systemd[1]: Detected architecture arm64.
[    2.070691] tegra_cec 70015000.tegra_cec: physical address: 10:00.
[    2.089395] systemd[1]: Set hostname to <jetson-nano>.
[    2.135220] tegra_cec 70015000.tegra_cec: Sent <Text View On> res: -113.
[    2.135226] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[    2.201232] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    2.201242] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.337078] random: systemd: uninitialized urandom read (16 bytes read)
[    2.338747] systemd[1]: Created slice System Slice.
[    2.338890] random: systemd: uninitialized urandom read (16 bytes read)
[    2.339052] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.339079] random: systemd: uninitialized urandom read (16 bytes read)
[    2.339204] systemd[1]: Listening on RPCbind Server Activation Socket.
[    2.340645] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.340845] systemd[1]: Listening on Syslog Socket.
[    2.388409] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    2.514320] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[    2.768033] systemd-journald[2030]: Received request to flush runtime journal from PID 1
[    3.753889] random: crng init done
[    3.757325] random: 7 urandom warning(s) missed due to ratelimiting
[    4.045948] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    4.052818] regmap_util_write_table_8:regmap_util_write_table:-121
[    4.059348] imx219 7-0010: Error writing mode
[    4.068616] vi 54080000.vi: calibration failed with -121 error
[    4.123008] using random self ethernet address
[    4.130938] using random host ethernet address
[    4.431344] Intel(R) Wireless WiFi driver for Linux
[    4.431348] Copyright(c) 2003- 2015 Intel Corporation
[    4.431578] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[    4.551217] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[    4.560894] iwlwifi 0000:01:00.0: Falling back to user helper
[    5.323528] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    5.323535] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    5.458116] Mass Storage Function, version: 2009/09/11
[    5.458123] LUN: removable file: (no medium)
[    5.463645] using random self ethernet address
[    5.469847] using random host ethernet address
[    5.517056] rndis0: HOST MAC 02:e1:3d:3c:ea:50
[    5.517486] rndis0: MAC 02:e1:3d:3c:ea:51
[    5.517894] usbcore: registered new interface driver btusb
[    5.519840] usb0: HOST MAC 02:e1:3d:3c:ea:52
[    5.519871] usb0: MAC 02:e1:3d:3c:ea:53
[    5.519889] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    5.523055] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    5.523075] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[    5.523104] tegra-xudc-new 700d0000.xudc: entering ELPG
[    5.523432] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    5.523462] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    5.524454] Bluetooth: hci0: Firmware revision 0.1 build 226 week 17 2018
[    5.524570] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    5.524590] tegra-xudc-new 700d0000.xudc: entering ELPG
[    5.524829] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    5.529775] l4tbr0: port 1(rndis0) entered blocking state
[    5.529781] l4tbr0: port 1(rndis0) entered disabled state
[    5.544329] device rndis0 entered promiscuous mode
[    5.584313] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    5.596925] l4tbr0: port 2(usb0) entered blocking state
[    5.596928] l4tbr0: port 2(usb0) entered disabled state
[    5.597492] device usb0 entered promiscuous mode
[    5.635079] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    5.653734] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[    5.679735] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[    5.679742] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.679746] usb 2-1: Product: 4-Port USB 3.1 Hub
[    5.679749] usb 2-1: Manufacturer: Generic
[    5.684139] hub 2-1:1.0: USB hub found
[    5.684937] hub 2-1:1.0: 4 ports detected
[    5.732700] zram: Added device: zram0
[    5.735533] zram: Added device: zram1
[    5.747114] zram: Added device: zram2
[    5.762090] zram: Added device: zram3
[    5.784701] zram0: detected capacity change from 0 to 518557696
[    5.821726] Adding 506400k swap on /dev/zram0.  Priority:5 extents:1 across:506400k SS
[    5.825285] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    5.826425] eth0: 0xffffff800a42c000, 00:04:4b:eb:da:ca, IRQ 406
[    5.830740] zram1: detected capacity change from 0 to 518557696
[    5.846198] Adding 506400k swap on /dev/zram1.  Priority:5 extents:1 across:506400k SS
[    5.850825] zram2: detected capacity change from 0 to 518557696
[    5.862701] usb 2-1: usb_suspend_both: status 0
[    5.862846] usb usb2: usb_suspend_both: status 0
[    5.880555] Adding 506400k swap on /dev/zram2.  Priority:5 extents:1 across:506400k SS
[    5.884627] zram3: detected capacity change from 0 to 518557696
[    5.906426] Adding 506400k swap on /dev/zram3.  Priority:5 extents:1 across:506400k SS
[    5.941966] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.245441] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[    6.255206] iwlwifi 0000:01:00.0: Falling back to user helper
[    6.900722] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.900735] Bluetooth: BNEP socket layer initialized
[    6.921813] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[    6.937884] iwlwifi 0000:01:00.0: Falling back to user helper
[    6.979430] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[    6.990707] iwlwifi 0000:01:00.0: Falling back to user helper
[    7.029911] iwlwifi 0000:01:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[    7.138019] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    7.140479] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    7.141261] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    7.178016] tegradc tegradc.0: blank - powerdown
[    7.240146] extcon-disp-state extcon:disp-state: cable 47 state 0
[    7.240148] Extcon AUX1(HDMI) disable
[    7.261617] tegradc tegradc.0: unblank
[    7.262273] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.263156] thermal thermal_zone6: failed to read out thermal zone (-5)
[    7.263158] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type iwlwifi
[    7.273983] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[    7.274071] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[    7.283106] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[    7.283114] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[    7.330789] extcon-disp-state extcon:disp-state: cable 47 state 1
[    7.330792] Extcon AUX1(HDMI) enable
[    7.359954] tegradc tegradc.0: unblank
[    7.360388] tegradc tegradc.1: blank - powerdown
[    7.387053] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.390993] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    7.391466] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    7.508657] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    7.512357] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    7.571037] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.672403] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.015116] r8168: eth0: link up
[    9.015204] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   66.403719] fuse init (API version 7.26)
[   67.126366] wlan0: authenticate with a4:13:4e:26:0a:b1
[   67.137428] wlan0: send auth to a4:13:4e:26:0a:b1 (try 1/3)
[   67.143915] wlan0: authenticated
[   67.151792] wlan0: associate with a4:13:4e:26:0a:b1 (try 1/3)
[   67.194107] wlan0: RX AssocResp from a4:13:4e:26:0a:b1 (capab=0x411 status=0 aid=6)
[   67.205182] wlan0: associated
[   67.224511] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

ls /dev/video*

/dev/video0 /dev/video1

Yes I have two cameras connected

v4l2-ctl -d /dev/video0 --list-formats-ext

ioctl: VIDIOC_ENUM_FMT
	Index       : 0
	Type        : Video Capture
	Pixel Format: 'RG10'
	Name        : 10-bit Bayer RGRG/GBGB
		Size: Discrete 3264x2464
			Interval: Discrete 0.048s (21.000 fps)
		Size: Discrete 3264x1848
			Interval: Discrete 0.036s (28.000 fps)
		Size: Discrete 1920x1080
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.017s (60.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.017s (60.000 fps)

hello sutchc20,

please enable camera sensor to gather failure messages from kernel side,

demsg output when running v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-4164) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Wed Apr 8 18:10:49 PDT 2020
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] Found tegra_fbmem: 00800000@92cb4000
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    0.000000] On node 0 totalpages: 1039872
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 519168 pages, LIFO batch:31
[    0.000000]   Normal zone: 8136 pages used for memmap
[    0.000000]   Normal zone: 520704 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 25 pages/cpu @ffffffc0fefb1000 s61656 r8192 d32552 u102400
[    0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb4000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29392(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3562148K/4159488K available (15294K kernel code, 2934K rwdata, 6636K rodata, 8576K init, 609K bss, 122204K reserved, 475136K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f70000   ( 15296 KB)
[    0.000000]     .rodata : 0xffffff8008f70000 - 0xffffff80095f0000   (  6656 KB)
[    0.000000]       .init : 0xffffff80095f0000 - 0xffffff8009e50000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e50000 - 0xffffff800a12d808   (  2935 KB)
[    0.000000]        .bss : 0xffffff800a12d808 - 0xffffff800a1c5f3c   (   610 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.001776] Console: colour dummy device 80x25
[    0.001792] console [tty0] enabled
[    0.001809] kmemleak: Kernel memory leak detector disabled
[    0.001828] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001841] pid_max: default: 32768 minimum: 301
[    0.002294] Security Framework initialized
[    0.002518] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002526] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003676] ftrace: allocating 47094 entries in 184 pages
[    0.175299] sched-energy: CPU device node has no sched-energy-costs
[    0.175334] ASID allocator initialised with 65536 entries
[    0.212398] tegra-id: chipid=22117.
[    0.212412] tegra-id: opt_subrevision=0.
[    0.212429] Tegra Speedo/IDDQ fuse revision 4
[    0.212434] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.212438] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[    0.212444] Tegra: CPU Speedo Value 2081, SoC Speedo Value 1958, GPU Speedo Value 2072
[    0.212448] Tegra: CPU IDDQ Value 2060, SoC IDDQ Value 2272, GPU IDDQ Value 2720
[    0.212467] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[    0.212483] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[    0.212490] DTB Build time: Apr  8 2020 18:15:57
[    0.261113] CPU1: Booted secondary processor [411fd071]
[    0.293006] CPU2: Booted secondary processor [411fd071]
[    0.324981] CPU3: Booted secondary processor [411fd071]
[    0.325074] Brought up 4 CPUs
[    0.325081] SMP: Total of 4 processors activated.
[    0.325089] CPU features: detected feature: 32-bit EL0 Support
[    0.325359] CPU: All CPU(s) started at EL2
[    0.325378] alternatives: patching kernel code
[    0.333848] devtmpfs: initialized
[    0.371730] Initilizing CustomIPI irq domain
[    0.372130] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.372154] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.383627] pinctrl core: initialized pinctrl subsystem
[    0.384306] OS set in device tree is not L4T.
[    0.384744] regulator-dummy: no parameters
[    0.385037] Initializing plugin-manager
[    0.385184] Plugin module not found
[    0.385429] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[    0.386020] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[    0.387902] node /plugin-manager/fragement@10 match with board >=3448-0000-300
[    0.390306] node /plugin-manager/fragement@11 match with board >=3448-0000-300
[    0.393898] NET: Registered protocol family 16
[    0.395300] pstore: using zlib compression
[    0.395336] console [pstore-1] enabled
[    0.395341] pstore: Registered ramoops as persistent store backend
[    0.395347] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.413129] cpuidle: using governor menu
[    0.417462] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.419255] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e54000)
[    0.419278] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.421729] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.424018] Serial: AMBA PL011 UART driver
[    0.424529] tegra_powergate_init: DONE
[    0.424545] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[    0.424552] DTB Build time: Apr  8 2020 18:15:57
[    0.426477] Tegra reboot handler registered.
[    0.431150] iommu: Adding device tegra-carveouts to group 0
[    0.431301] platform tegra-carveouts: domain=ffffffc0f9b9b3d8 allocates as[0]=ffffffc0f94100a8
[    0.431671] iommu: Adding device smmu_test to group 1
[    0.431718] platform smmu_test: domain=ffffffc0f9b9b618 allocates as[0]=ffffffc0f9410110
[    0.432549] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.432609] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.432660] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.432669] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.432691] mc-err: mcerr ops are set to t21x
[    0.442347] iommu: Adding device 70090000.xusb to group 2
[    0.442643] iommu: Adding device 70006000.serial to group 3
[    0.442703] platform 70006000.serial: domain=ffffffc0f9438cd8 allocates as[0]=ffffffc0f9410178
[    0.443130] iommu: Adding device 70006040.serial to group 4
[    0.443391] iommu: Adding device 70006200.serial to group 5
[    0.443584] iommu: Adding device sound to group 6
[    0.443635] platform sound: domain=ffffffc0f94aa258 allocates as[0]=ffffffc0f94101e0
[    0.444193] iommu: Adding device 7000d400.spi to group 7
[    0.444452] iommu: Adding device 7000d600.spi to group 8
[    0.444769] iommu: Adding device 70410000.spi to group 9
[    0.445068] iommu: Adding device 50000000.host1x to group 10
[    0.445373] iommu: Adding device 54080000.vi to group 11
[    0.445769] iommu: Adding device 54600000.isp to group 12
[    0.446036] iommu: Adding device 54680000.isp to group 13
[    0.446303] iommu: Adding device tegradc.0 to group 14
[    0.446351] platform tegradc.0: domain=ffffffc0f94b6198 allocates as[0]=ffffffc0f9410248
[    0.450529] platform tegradc.0: IOVA linear map 0x0000000092cb4000(800000)
[    0.450922] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.451263] iommu: Adding device tegradc.1 to group 15
[    0.451311] platform tegradc.1: domain=ffffffc0f94b63d8 allocates as[0]=ffffffc0f94102b0
[    0.455461] platform tegradc.1: IOVA linear map 0x0000000092cb4000(800000)
[    0.455855] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.456159] iommu: Adding device 54340000.vic to group 16
[    0.456392] iommu: Adding device 544c0000.nvenc to group 17
[    0.456589] iommu: Adding device 54500000.tsec to group 18
[    0.456785] iommu: Adding device 54100000.tsecb to group 19
[    0.456976] iommu: Adding device 54480000.nvdec to group 20
[    0.457192] iommu: Adding device 54380000.nvjpg to group 21
[    0.458252] iommu: Adding device 546c0000.i2c to group 22
[    0.458565] iommu: Adding device 57000000.gpu to group 23
[    0.458628] platform 57000000.gpu: domain=ffffffc0f95463d8 allocates as[0]=ffffffc0f9410318
[    0.458692] platform 57000000.gpu: domain=ffffffc0f95463d8 allocates as[1]=ffffffc0f9410380
[    0.458733] platform 57000000.gpu: domain=ffffffc0f95463d8 allocates as[2]=ffffffc0f94103e8
[    0.458766] platform 57000000.gpu: domain=ffffffc0f95463d8 allocates as[3]=ffffffc0f9410450
[    0.459639] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.459650] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.459662] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.459667] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.459672] tegra-pmc: ### PMC reset status reg: 0x0
[    0.509311] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.509321] tegra-pmc: Clear bootloader IO dpd settings
[    0.509342] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.509406] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.509703] iommu: Adding device 70012000.se to group 24
[    0.510574] iommu: Adding device 7000c000.i2c to group 25
[    0.510897] iommu: Adding device 7000c400.i2c to group 26
[    0.511215] iommu: Adding device 7000c500.i2c to group 27
[    0.511529] iommu: Adding device 7000c700.i2c to group 28
[    0.511844] iommu: Adding device 7000d000.i2c to group 29
[    0.512161] iommu: Adding device 7000d100.i2c to group 30
[    0.512494] iommu: Adding device sdhci-tegra.0 to group 31
[    0.512563] platform sdhci-tegra.0: domain=ffffffc0f9556558 allocates as[0]=ffffffc0f94104b8
[    0.513642] iommu: Adding device 700d0000.xudc to group 32
[    0.517909] vdd-ac-bat: 5000 mV 
[    0.518370] vdd-5v0-sys: 5000 mV 
[    0.519558] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.519601] vdd-5v0-hdmi: 5000 mV 
[    0.520066] vdd-1v8-sys: 1800 mV 
[    0.520602] vdd-fan: supplied by vdd-5v0-sys
[    0.520638] vdd-fan: 5000 mV 
[    0.521159] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.521193] vdd-usb-vbus: 5000 mV 
[    0.521800] vdd-usb-vbus2: 5000 mV 
[    0.554105] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.556581] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[    0.557760] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.557781] GPIO line 152 (camera-control-output-low) hogged as output/low
[    0.557817] GPIO line 6 (system-suspend-gpio) hogged as output/high
[    0.558161] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.566220] eventlib_kernel: keventlib is initialized, test id: 0
[    0.566566] SCSI subsystem initialized
[    0.566793] libata version 3.00 loaded.
[    0.567144] usbcore: registered new interface driver usbfs
[    0.567196] usbcore: registered new interface driver hub
[    0.567274] usbcore: registered new device driver usb
[    0.571305] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.576347] random: fast init done
[    0.576364] vdd-core: 600 <--> 1162 mV at 1075 mV 
[    0.577394] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.580252] vdd-ddr-1v1: 1150 mV 
[    0.584299] vdd-pre-reg-1v35: 1350 mV 
[    0.588251] vdd-1v8: 1800 mV 
[    0.592248] avdd-sys-1v2: 1200 mV 
[    0.596247] vdd-pex-1v0: 1050 mV 
[    0.596931] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV 
[    0.597495] max77620-ldo3: at 3100 mV 
[    0.600258] vdd-rtc: 850 <--> 1100 mV at 1000 mV 
[    0.600798] max77620-ldo5: at 3100 mV 
[    0.604249] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV 
[    0.608251] avdd-1v05-pll: 1050 mV 
[    0.612248] avdd-io-hdmi-dp: 1050 mV 
[    0.614902] GPIO line 505 (spmic-default-output-high) hogged as output/high
[    0.615221] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[    0.615527] max77620 4-003c: max77620 probe successful
[    0.618267] media: Linux media interface: v0.10
[    0.618326] Linux video capture interface: v2.00
[    0.619258] pps_core: LinuxPPS API ver. 1 registered
[    0.619266] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.619288] PTP clock support registered
[    0.622630] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.623481] Advanced Linux Sound Architecture Driver Initialized.
[    0.624134] Bluetooth: Core ver 2.22
[    0.624184] NET: Registered protocol family 31
[    0.624188] Bluetooth: HCI device and connection manager initialized
[    0.624203] Bluetooth: HCI socket layer initialized
[    0.624212] Bluetooth: L2CAP socket layer initialized
[    0.624240] Bluetooth: SCO socket layer initialized
[    0.626023] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.626042] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.626087] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.626100] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.629696] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.630934] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.631018] vdd-3v3-sys: 3300 mV 
[    0.631301] vdd-1v8-sys: supplied by vdd-3v3-sys
[    0.633216] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.633727] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.633767] vdd-3v3-sd: 3300 mV 
[    0.634744] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.634788] avdd-io-edp-1v05: 1050 mV 
[    0.635258] vdd-usb-hub-en: supplied by vdd-1v8-sys
[    0.635291] vdd-usb-hub-en: 5000 mV 
[    0.636763] camchar: rtcpu character device driver loaded
[    0.637572] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[    0.638946] clocksource: Switched to clocksource arch_sys_counter
[    0.679172] VFS: Disk quotas dquot_6.6.0
[    0.679300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.679794] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.680231] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.680250]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.680453] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.680459] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.680474] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.680500] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.680507] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.680520] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.680528] nvmap_page_pool_init: Total RAM pages: 1009321
[    0.680533] nvmap_page_pool_init: nvmap page pool size: 126165 pages (492 MB)
[    0.680624] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.681105] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.682139] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.690674] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.691114] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.691385] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.691627] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.691806] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.692098] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.692103] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB
[    0.692537] NET: Registered protocol family 2
[    0.693526] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.693738] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.694272] TCP: Hash tables configured (established 32768 bind 32768)
[    0.694423] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.694503] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.694989] NET: Registered protocol family 1
[    0.695733] RPC: Registered named UNIX socket transport module.
[    0.695739] RPC: Registered udp transport module.
[    0.695743] RPC: Registered tcp transport module.
[    0.695746] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.695761] PCI: CLS 0 bytes, default 64
[    0.695992] Trying to unpack rootfs image as initramfs...
[    0.930731] Freeing initrd memory: 5356K
[    0.940973] host1x 50000000.host1x: initialized
[    0.942859] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.946212] audit: initializing netlink subsys (disabled)
[    0.946302] audit: type=2000 audit(0.791:1): initialized
[    0.947158] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.957152] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.958650] ntfs: driver 2.1.32 [Flags: R/W].
[    0.959503] 9p: Installing v9fs 9p2000 file system support
[    0.962766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.962903] io scheduler noop registered
[    0.963584] io scheduler cfq registered (default)
[    0.966248] gic 702f9000.agic: GIC IRQ controller registered
[    0.969248] iommu: Adding device 702ef000.adsp to group 33
[    0.978127] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    0.978282] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    0.978856] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x820840f
[    0.978865] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    0.980568] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    0.980673] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    0.980773] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    0.980959] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    0.981052] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    0.981134] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    0.981224] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    0.981311] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    0.981399] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    0.981482] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    0.987590] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    0.989343] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    0.991293] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[    0.992555] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[    0.992917] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[    0.994114] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.994341] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    0.994618] Adding domain tsec-pd to PM domain host1x-pd
[    0.997106] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[    0.998150] tsec 54500000.tsec: initialized
[    0.999779] tsec 54100000.tsecb: initialized
[    1.000517] Adding domain nvdec-pd to PM domain host1x-pd
[    1.004051] nvdec 54480000.nvdec: initialized
[    1.005106] Adding domain vic03-pd to PM domain host1x-pd
[    1.005278] Adding domain msenc-pd to PM domain host1x-pd
[    1.005441] Adding domain nvjpg-pd to PM domain host1x-pd
[    1.009730] falcon 54340000.vic: initialized
[    1.011019] falcon 544c0000.nvenc: initialized
[    1.012379] falcon 54380000.nvjpg: initialized
[    1.016900] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=97
[    1.016939] tegra_cec 70015000.tegra_cec: Enable clock result: 0.
[    1.016974] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[    1.017155] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    1.017260] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0
[    1.017266] tegra_cec 70015000.tegra_cec: probed
[    1.017286] display board info: id 0x0, fab 0x0
[    1.017358] generic_infoframe_type: 0x87
[    1.017506] tegradc tegradc.0: DT parsed successfully
[    1.017557] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    1.018107] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[    1.021664] tegradc tegradc.0: probed
[    1.027258] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    1.034206] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels
[    1.035185] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled
[    1.035198] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    1.035594] kfuse 7000fc00.kfuse: initialized
[    1.038312] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[    1.038333] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.038339] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    1.038346] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    1.038352] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.038432] pci 0000:00:01.0: [10de:0fae] type 01 class 0x060400
[    1.038608] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.039026] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    1.039299] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[    1.039401] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.039699] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.039715] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.039950] pci 0000:01:00.0: [8086:24fd] type 00 class 0x028000
[    1.040011] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    1.040293] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.040303] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.042135] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    1.042154] vdd-cpu: 708 <--> 1322 mV at 708 mV 
[    1.042648] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    1.044219] vdd-gpu: applied init 1000000uV constraint
[    1.044231] vdd-gpu: 708 <--> 1323 mV at 997 mV 
[    1.044679] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    1.049960] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.050060] No Device Node present for smmu client: serial8250 !!
[    1.050070] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.050111] iommu: Adding device serial8250 to group 35
[    1.051105] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.051311] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    1.051346] pci 0000:02:00.0: reg 0x10: [io  0x0000-0x00ff]
[    1.051381] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    1.051405] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[    1.051598] pci 0000:02:00.0: supports D1 D2
[    1.051604] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.052627] console [ttyS0] disabled
[    1.052735] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.052838] console [ttyS0] enabled
[    1.053877] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.054250] serial-tegra 70006200.serial: RX in PIO mode
[    1.054357] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.054738] Console: switching to colour frame buffer device 240x67
[    1.054860] tegradc tegradc.0: fb registered
[    1.056161] [drm] Initialized
[    1.062145] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[    1.062206] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[    1.062723] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[    1.062736] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[    1.063168] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    1.063269] pci 0000:00:01.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[    1.063277] pci 0000:00:02.0: BAR 14: assigned [mem 0x13100000-0x131fffff]
[    1.063283] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.063297] pci 0000:01:00.0: BAR 0: assigned [mem 0x13000000-0x13001fff 64bit]
[    1.063326] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.063336] pci 0000:00:01.0:   bridge window [mem 0x13000000-0x130fffff]
[    1.063350] pci 0000:02:00.0: BAR 4: assigned [mem 0x13100000-0x13103fff 64bit]
[    1.063370] pci 0000:02:00.0: BAR 2: assigned [mem 0x13104000-0x13104fff 64bit]
[    1.063389] pci 0000:02:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    1.063398] pci 0000:00:02.0: PCI bridge to [bus 02]
[    1.063403] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    1.063410] pci 0000:00:02.0:   bridge window [mem 0x13100000-0x131fffff]
[    1.064104] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    1.064114] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.064122] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[    1.064303] aer 0000:00:01.0:pcie002: service driver aer loaded
[    1.064561] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    1.064566] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.064574] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    1.064732] aer 0000:00:02.0:pcie002: service driver aer loaded
[    1.067395] brd: module loaded
[    1.072893] loop: module loaded
[    1.072999] tegra_profiler: version: 1.141, samples/io: 48/28
[    1.073114] tegra_profiler: auth: init
[    1.074518] THERMAL EST: found 2 subdevs
[    1.074527] THERMAL EST num_resources: 0
[    1.074534] [THERMAL EST subdev 0]
[    1.074541] [THERMAL EST subdev 1]
[    1.075132] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.075138] THERMAL EST: thz register success.
[    1.075317] THERMAL EST: end of probe, return err: 0
[    1.076600] sd: No Scsi addr parsed to reserve index
[    1.076644] hisi_sas: driver version v1.6
[    1.081658] tegra-qspi 70410000.spi: Prod settings list not found
[    1.082833] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[    1.082843] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[    1.086186] libphy: Fixed MDIO Bus: probed
[    1.087335] tun: Universal TUN/TAP device driver, 1.6
[    1.087341] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.088410] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.088416] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.088471] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.088475] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.088540] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.088544] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.088596] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.088599] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.089679] r8168 0000:02:00.0: enabling device (0000 -> 0003)
[    1.089712] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    1.091336] extcon-disp-state extcon:disp-state: cable 47 state 1
[    1.091344] Extcon AUX1(HDMI) enable
[    1.092334] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    1.092417] tegradc tegradc.1: No lt-data, using default setting
[    1.092447] tegradc tegradc.1: No hpd-gpio in DT
[    1.092478] tegradc tegradc.1: DT parsed successfully
[    1.092537] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[    1.093998] tegradc tegradc.1: dpd enable lookup fail:-19
[    1.104703] r8168 0000:02:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    1.104860] r8168 0000:02:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:eb:da:ca from device tree
[    1.105550] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    1.105623] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    1.106422] PPP generic driver version 2.4.2
[    1.107342] PPP BSD Compression module registered
[    1.107349] PPP Deflate Compression module registered
[    1.107401] PPP MPPE Compression module registered
[    1.107408] NET: Registered protocol family 24
[    1.107486] usbcore: registered new interface driver r8152
[    1.107529] usbcore: registered new interface driver asix
[    1.107599] usbcore: registered new interface driver ax88179_178a
[    1.107633] usbcore: registered new interface driver cdc_ether
[    1.107665] usbcore: registered new interface driver net1080
[    1.107696] usbcore: registered new interface driver cdc_subset
[    1.107737] usbcore: registered new interface driver zaurus
[    1.107788] usbcore: registered new interface driver cdc_ncm
[    1.109362] VFIO - User Level meta-driver version: 0.3
[    1.110004] tegradc tegradc.1: probed
[    1.119116] tegradc tegradc.1: fb registered
[    1.122329] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.122336] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.122346] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.122360] tegradc tegradc.1: blank - powerdown
[    1.122380] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    1.122385] Extcon DP: HPD disabled
[    1.122391] hpd: hpd_switch 0
[    1.122395] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.122403] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.122410] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    1.124760] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.124790] ehci-pci: EHCI PCI platform driver
[    1.124838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.124849] ohci-pci: OHCI PCI platform driver
[    1.124893] ohci-platform: OHCI generic platform driver
[    1.125323] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[    1.126911] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.127500] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.128543] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f96ce400 id
[    1.130079] usbcore: registered new interface driver uas
[    1.130128] usbcore: registered new interface driver usb-storage
[    1.130209] usbcore: registered new interface driver usbserial
[    1.130964] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[    1.130993] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.131011] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.131738] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.131775] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.131936] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.131942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.131947] usb usb1: Product: xHCI Host Controller
[    1.131952] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[    1.131956] usb usb1: SerialNumber: 70090000.xusb
[    1.132391] hub 1-0:1.0: USB hub found
[    1.132426] hub 1-0:1.0: 5 ports detected
[    1.132921] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.132931] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.133005] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.133102] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.133108] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.133112] usb usb2: Product: xHCI Host Controller
[    1.133117] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[    1.133121] usb usb2: SerialNumber: 70090000.xusb
[    1.133485] hub 2-0:1.0: USB hub found
[    1.133543] hub 2-0:1.0: 4 ports detected
[    1.135972] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.136899] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.136909] tegra-xudc-new 700d0000.xudc: vbus state: 0
[    1.136931] tegra-xudc-new 700d0000.xudc: entering ELPG
[    1.137158] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    1.137615] mousedev: PS/2 mouse device common for all mice
[    1.137678] usbcore: registered new interface driver xpad
[    1.226410] tegradc tegradc.0: blank - powerdown
[    1.235009] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[    1.235065] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[    1.263429] extcon-disp-state extcon:disp-state: cable 47 state 0
[    1.263431] Extcon AUX1(HDMI) disable
[    1.268291] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.270445] rtc rtc1: alarm rtc device
[    1.270456] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    1.270472] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    1.270830] i2c /dev entries driver
[    1.272369] i2c i2c-6: Added multiplexed i2c bus 7
[    1.272767] i2c i2c-6: Added multiplexed i2c bus 8
[    1.272771] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[    1.273325] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.295288] tegradc tegradc.0: unblank
[    1.298472] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.324406] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.327049] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    1.327054] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    1.327522] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.327539] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    1.327548] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    1.327680] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.327689] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    1.327695] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    1.327840] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.327850] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    1.327855] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    1.328032] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    1.328900] tegra_aotag tegra-aotag: Registering sensor 0
[    1.328961] tegra_aotag tegra-aotag: Invalid temp readout
[    1.328987] tegra_aotag tegra-aotag: Invalid temp readout
[    1.329004] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    1.329013] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    1.330042] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.330061] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    1.330259] tegra_aotag tegra-aotag: Invalid temp readout
[    1.330290] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    1.330753] parse_throttle_dt_data: Num cap clks = 6
[    1.330760] parse_throttle_dt_data: clk=cclk_g type=2
[    1.330774] parse_throttle_dt_data: clk=gpu type=4
[    1.330801] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    1.330827] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    1.330852] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    1.330856] parse_throttle_dt_data: clk=emc type=3
[    1.331447] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.331551] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.331708] tegra_throttle_probe: probe successful. #cdevs=4
[    1.332659] FAN dev name: pwm-fan
[    1.332740] FAN:gpio request success.
[    1.332827] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    1.333152] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.333331] pwm_fan_driver pwm-fan: fan tach request irq success
[    1.333341] pwm_fan_driver pwm-fan: tach period: 1000
[    1.333442] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.333447] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    1.333451] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.333456] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.333460] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.333464] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.333469] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.333472] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.333476] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.333480] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.335206] device-mapper: uevent: version 1.0.3
[    1.335736] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.339472] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[    1.339600] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[    1.341539] tegra210-cpufreq cpufreq: probe()...completed
[    1.341567] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[    1.341573] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[    1.342354] sdhci: Secure Digital Host Controller Interface driver
[    1.342356] sdhci: Copyright(c) Pierre Ossman
[    1.342357] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.342843] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[    1.343238] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[    1.343361] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[    1.347689] tegra-se 70012000.se: tegra_se_probe: complete
[    1.348190] hidraw: raw HID events driver (C) Jiri Kosina
[    1.349635] usbcore: registered new interface driver usbhid
[    1.349636] usbhid: USB HID core driver
[    1.351720] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    1.351885] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    1.353600] nvpmodel: initialized successfully
[    1.354520] usbcore: registered new interface driver snd-usb-audio
[    1.354576] No Device Node present for smmu client: snd-soc-dummy !!
[    1.354580] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.354597] iommu: Adding device snd-soc-dummy to group 36
[    1.365399] OPE platform probe
[    1.365484] OPE platform probe successful
[    1.365508] OPE platform probe
[    1.365584] OPE platform probe successful
[    1.373026] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    1.376158] extcon-disp-state extcon:disp-state: cable 47 state 1
[    1.376160] Extcon AUX1(HDMI) enable
[    1.376490] tegradc tegradc.0: sync windows ret = 250
[    1.384309] extcon-disp-state extcon:disp-state: cable 51 state 1
[    1.384312] Extcon HDMI: HPD enabled
[    1.384323] tegradc tegradc.0: hdmi: plugged
[    1.390921] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    1.391129] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[    1.391865] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    1.391994] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    1.392115] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    1.392232] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    1.392358] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    1.392506] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    1.392623] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    1.392737] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    1.392858] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    1.404610] u32 classifier
[    1.404614]     Actions configured
[    1.404686] Initializing XFRM netlink socket
[    1.405392] NET: Registered protocol family 10
[    1.406105] NET: Registered protocol family 17
[    1.406117] NET: Registered protocol family 15
[    1.406191] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.406238] Bluetooth: RFCOMM socket layer initialized
[    1.406249] Bluetooth: RFCOMM ver 1.11
[    1.406254] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.406259] Bluetooth: HIDP socket layer initialized
[    1.406278] 9pnet: Installing 9P2000 support
[    1.406315] Key type dns_resolver registered
[    1.406700] Registered cp15_barrier emulation handler
[    1.406707] Registered setend emulation handler
[    1.407775] registered taskstats version 1
[    1.408401] Adding domain ve2-pd to PM domain host1x-pd
[    1.408640] Adding domain ve-pd to PM domain host1x-pd
[    1.410691] isp 54600000.isp: initialized
[    1.411632] isp 54680000.isp: initialized
[    1.421920] last reset is due to power on reset
[    1.421924] KERNEL: PMC reset status reg: 0x0
[    1.422001] BL: PMC reset status reg: 0x0
[    1.422003] BL: PMIC poweroff Event Recorder: 0x40
[    1.423507] clk_cbus_recalc_rate: no gbus parent
[    1.423513] clk_cbus_round_rate: no gbus parent
[    1.423515] clk_cbus_round_rate: no gbus parent
[    1.423523] clk_cbus_recalc_rate: no gbus parent
[    1.423621] clk_cbus_recalc_rate: no gbus parent
[    1.423625] clk_cbus_round_rate: no gbus parent
[    1.423627] clk_cbus_round_rate: no gbus parent
[    1.423631] clk_cbus_recalc_rate: no gbus parent
[    1.424317] tegra_dvfs: GPU-cap: registered
[    1.424373] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    1.424375] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    1.424378] tegra dvfs: vdd-gpu: nominal 1058mV, offset 708000uV, step 10000uV, scaling enabled
[    1.425703] tegra_dvfs: vdd-gpu-vts: registered
[    1.426371] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    1.427025] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    1.427566] input: gpio-keys as /devices/gpio-keys/input/input1
[    1.459605] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:21 UTC (946688421)
[    1.459622] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    1.460654] vi 54080000.vi: vi_probe: ++
[    1.463306] vi 54080000.vi: initialized
[    1.465549] vi 54080000.vi: subdev nvcsi--2 bound
[    1.465562] vi 54080000.vi: subdev imx219 7-0010 bound
[    1.466787] vi 54080000.vi: subdev nvcsi--1 bound
[    1.466793] vi 54080000.vi: subdev imx219 8-0010 bound
[    1.471396] Disable partitions left on by BL
[    1.471401]   disb
[    1.471446] bwmgr: missing cdev-type property
[    1.471532] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.471538] DRAM derating cdev registered.
[    1.472572] vdd-fan: disabling
[    1.472576] vdd-usb-vbus: disabling
[    1.472579] vdd-usb-vbus2: disabling
[    1.472589] vddio-sdmmc3-ap: disabling
[    1.472720] avdd-io-edp-1v05: disabling
[    1.472723] vdd-usb-hub-en: disabling
[    1.472854] ALSA device list:
[    1.472857]   #0: tegra-hda at 0x70038000 irq 83
[    1.472860]   #1: tegra-snd-t210ref-mobile-rt565x
[    1.476143] Freeing unused kernel memory: 8576K
[    1.493243] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[    1.493249] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.493252] usb 1-2: Product: 4-Port USB 2.1 Hub
[    1.493255] usb 1-2: Manufacturer: Generic
[    1.495743] hub 1-2:1.0: USB hub found
[    1.496828] hub 1-2:1.0: 4 ports detected
[    1.497303] Root device found: mmcblk0p1
[    1.587944] mmc0: hw tuning done ...
[    1.587986] mmc0: new ultra high speed SDR104 SDHC card at address 0001
[    1.588351] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 
[    1.592145] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    1.592148] GPT:26865663 != 62521343
[    1.592150] GPT:Alternate GPT header not at the end of the disk.
[    1.592152] GPT:26865663 != 62521343
[    1.592153] GPT: Use GNU Parted to correct GPT errors.
[    1.592172]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    1.623008] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[    1.631013] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 1
[    1.645005] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b
[    1.645009] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.650996] usb 1-2: usb_suspend_both: status 0
[    1.701971] Found dev node: /dev/mmcblk0p1
[    1.731909] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    1.732642] Rootfs mounted over mmcblk0p1
[    1.753853] Switching from initrd to actual rootfs
[    1.798989] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[    1.922219] systemd[1]: System time before build time, advancing clock.
[    1.948746] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.960898] cgroup: cgroup2: unknown option "nsdelegate"
[    1.977027] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    1.977815] systemd[1]: Detected architecture arm64.
[    2.002004] systemd[1]: No hostname configured.
[    2.002019] systemd[1]: Set hostname to <localhost>.
[    2.006967] usb 1-2.1: new full-speed USB device number 4 using tegra-xusb
[    2.029277] usb 1-2.1: New USB device found, idVendor=062a, idProduct=4101
[    2.029283] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.029287] usb 1-2.1: Product: 2.4G Keyboard Mouse
[    2.029290] usb 1-2.1: Manufacturer: MOSART Semi.
[    2.031649] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.0/0003:062A:4101.0001/input/input2
[    2.046092] tegra_cec 70015000.tegra_cec: physical address: 10:00.
[    2.092819] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-70090000.xusb-2.1/input0
[    2.095300] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.1/0003:062A:4101.0002/input/input3
[    2.101765] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    2.101774] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.110662] tegra_cec 70015000.tegra_cec: Sent <Text View On> res: -113.
[    2.110667] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[    2.155477] hid-generic 0003:062A:4101.0002: input,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-70090000.xusb-2.1/input1
[    2.227636] random: systemd: uninitialized urandom read (16 bytes read)
[    2.229446] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.229552] random: systemd: uninitialized urandom read (16 bytes read)
[    2.229572] systemd[1]: Reached target Swap.
[    2.229606] random: systemd: uninitialized urandom read (16 bytes read)
[    2.231167] systemd[1]: Created slice System Slice.
[    2.231413] systemd[1]: Listening on udev Control Socket.
[    2.279475] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    2.385395] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[    2.592139] systemd-journald[2036]: Received request to flush runtime journal from PID 1
[    3.057895] using random self ethernet address
[    3.062580] using random host ethernet address
[    3.378807] random: crng init done
[    3.382245] random: 7 urandom warning(s) missed due to ratelimiting
[    3.420670] Intel(R) Wireless WiFi driver for Linux
[    3.420674] Copyright(c) 2003- 2015 Intel Corporation
[    3.420903] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[    3.433412] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[    3.443352] iwlwifi 0000:01:00.0: Falling back to user helper
[    3.544409] Mass Storage Function, version: 2009/09/11
[    3.544415] LUN: removable file: (no medium)
[    3.549501] using random self ethernet address
[    3.555088] using random host ethernet address
[    3.589025] rndis0: HOST MAC 02:e1:3d:3c:ea:50
[    3.589090] rndis0: MAC 02:e1:3d:3c:ea:51
[    3.589569] usb0: HOST MAC 02:e1:3d:3c:ea:52
[    3.589592] usb0: MAC 02:e1:3d:3c:ea:53
[    3.589610] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    3.591649] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    3.591670] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[    3.592413] tegra-xudc-new 700d0000.xudc: entering ELPG
[    3.592658] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    3.597655] l4tbr0: port 1(rndis0) entered blocking state
[    3.597660] l4tbr0: port 1(rndis0) entered disabled state
[    3.597789] device rndis0 entered promiscuous mode
[    3.603184] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    3.607911] l4tbr0: port 2(usb0) entered blocking state
[    3.607916] l4tbr0: port 2(usb0) entered disabled state
[    3.608045] device usb0 entered promiscuous mode
[    3.616061] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    3.849956] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[    3.849959] iwlwifi 0000:01:00.0: Falling back to user helper
[    3.873267] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[    3.873269] iwlwifi 0000:01:00.0: Falling back to user helper
[    3.885787] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[    3.885790] iwlwifi 0000:01:00.0: Falling back to user helper
[    3.957389] iwlwifi 0000:01:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[    4.035728] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    4.038878] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    4.039974] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    4.165613] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    4.166369] thermal thermal_zone6: failed to read out thermal zone (-5)
[    4.174669] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type iwlwifi
[    5.303438] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    5.303445] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    5.388966] usbcore: registered new interface driver btusb
[    5.394388] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    5.395423] Bluetooth: hci0: Device revision is 16
[    5.395428] Bluetooth: hci0: Secure boot is enabled
[    5.395430] Bluetooth: hci0: OTP lock is enabled
[    5.395433] Bluetooth: hci0: API lock is enabled
[    5.395435] Bluetooth: hci0: Debug lock is disabled
[    5.395438] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.414577] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    5.631336] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[    5.659821] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[    5.659827] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.659831] usb 2-1: Product: 4-Port USB 3.1 Hub
[    5.659834] usb 2-1: Manufacturer: Generic
[    5.663830] hub 2-1:1.0: USB hub found
[    5.664612] hub 2-1:1.0: 4 ports detected
[    5.818962] usb 2-1: usb_suspend_both: status 0
[    5.819099] usb usb2: usb_suspend_both: status 0
[    5.978849] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.978861] Bluetooth: BNEP socket layer initialized
[    6.836189] Bluetooth: hci0: Waiting for firmware download to complete
[    6.836402] Bluetooth: hci0: Firmware loaded in 1413620 usecs
[    6.836568] Bluetooth: hci0: Waiting for device to boot
[    6.848453] Bluetooth: hci0: Device booted in 11707 usecs
[    6.942683] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    6.945435] Bluetooth: hci0: Applying Intel DDC parameters completed
[    7.503514] Please complete system configuration setup on desktop to proceed...
[    8.355044] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.356063] eth0: 0xffffff800a42c000, 00:04:4b:eb:da:ca, IRQ 406
[    8.410161] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.426363] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.428793] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    8.429231] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    8.547061] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    8.547497] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[    8.605241] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.787022] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.503426] r8168: eth0: link up
[   12.503483] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   19.113518] tegradc tegradc.0: blank - powerdown
[   19.175221] extcon-disp-state extcon:disp-state: cable 47 state 0
[   19.175223] Extcon AUX1(HDMI) disable
[   19.195617] tegradc tegradc.0: unblank
[   19.206221] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[   19.206298] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[   19.207315] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[   19.207322] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[   19.242152] extcon-disp-state extcon:disp-state: cable 47 state 1
[   19.242154] Extcon AUX1(HDMI) enable
[   19.248072] tegradc tegradc.0: unblank
[   19.248384] tegradc tegradc.1: blank - powerdown
[   20.102721] fuse init (API version 7.26)
[   21.143518] tegradc tegradc.0: unblank
[   21.143528] tegradc tegradc.1: blank - powerdown
[  622.550579] tegradc tegradc.0: blank - powerdown
[  622.606049] extcon-disp-state extcon:disp-state: cable 47 state 0
[  622.606051] Extcon AUX1(HDMI) disable
[  627.563489] extcon-disp-state extcon:disp-state: cable 51 state 0
[  627.563493] Extcon HDMI: HPD disabled
[  627.563514] tegradc tegradc.0: hdmi: unplugged
[  627.590499] tegradc tegradc.0: blank - powerdown
[  627.590512] tegradc tegradc.0: unblank
[  627.590539] tegradc tegradc.0: unblank
[  627.590548] tegradc tegradc.1: blank - powerdown
[  627.794928] tegradc tegradc.0: blank - powerdown
[  627.794942] tegradc tegradc.0: unblank
[  627.805434] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[  627.805514] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[  627.806530] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[  627.806537] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[  627.841267] extcon-disp-state extcon:disp-state: cable 47 state 1
[  627.841269] Extcon AUX1(HDMI) enable
[  627.841446] extcon-disp-state extcon:disp-state: cable 51 state 1
[  627.841449] Extcon HDMI: HPD enabled
[  627.841505] tegradc tegradc.0: hdmi: plugged
[  627.878843] tegradc tegradc.0: blank - powerdown
[  627.940188] extcon-disp-state extcon:disp-state: cable 47 state 0
[  627.940190] Extcon AUX1(HDMI) disable
[  627.960620] tegradc tegradc.0: unblank
[  627.971240] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[  627.971316] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[  627.972351] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[  627.972358] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[  628.009694] extcon-disp-state extcon:disp-state: cable 47 state 1
[  628.009696] Extcon AUX1(HDMI) enable
[  628.010209] tegradc tegradc.0: unblank
[  628.010217] tegradc tegradc.1: blank - powerdown
[  628.046168] tegradc tegradc.0: unblank
[  628.046178] tegradc tegradc.1: blank - powerdown
[ 1059.734026] EXT4-fs (mmcblk0p1): resizing filesystem from 3354112 to 7811328 blocks
[ 1060.469455] EXT4-fs (mmcblk0p1): resized filesystem to 7811328
[ 1195.100585] tegradc tegradc.0: blank - powerdown
[ 1195.154554] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1195.154556] Extcon AUX1(HDMI) disable
[ 1195.174895] tegradc tegradc.1: blank - powerdown
[ 1195.180647] tegradc tegradc.0: blank - powerdown
[ 1195.180666] tegradc tegradc.0: unblank
[ 1195.191485] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1195.191581] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1195.192745] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1195.192752] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1195.227559] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1195.227561] Extcon AUX1(HDMI) enable
[ 1195.227898] tegradc tegradc.0: sync windows ret = 250
[ 1202.950242] zram: Added device: zram0
[ 1202.950663] zram: Added device: zram1
[ 1202.954453] zram: Added device: zram2
[ 1202.954851] zram: Added device: zram3
[ 1202.982607] zram0: detected capacity change from 0 to 518557696
[ 1203.076189] Adding 506400k swap on /dev/zram0.  Priority:5 extents:1 across:506400k SS
[ 1203.080426] zram1: detected capacity change from 0 to 518557696
[ 1203.095040] Adding 506400k swap on /dev/zram1.  Priority:5 extents:1 across:506400k SS
[ 1203.104519] zram2: detected capacity change from 0 to 518557696
[ 1203.119359] Adding 506400k swap on /dev/zram2.  Priority:5 extents:1 across:506400k SS
[ 1203.124256] zram3: detected capacity change from 0 to 518557696
[ 1203.136199] Adding 506400k swap on /dev/zram3.  Priority:5 extents:1 across:506400k SS
[ 1215.973530] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 1215.974065] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 1215.974118] tegra-xudc-new 700d0000.xudc: ep 0 disabled
[ 1215.974702] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 1215.974942] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 1215.974949] android_work: did not send uevent (0 0           (null))
[ 1215.982818] device usb0 left promiscuous mode
[ 1215.982825] l4tbr0: port 2(usb0) entered disabled state
[ 1216.007813] tegradc tegradc.0: blank - powerdown
[ 1216.047895] device rndis0 left promiscuous mode
[ 1216.047900] l4tbr0: port 1(rndis0) entered disabled state
[ 1216.059679] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1216.059681] Extcon AUX1(HDMI) disable
[ 1216.080137] tegradc tegradc.0: unblank
[ 1216.090773] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1216.090857] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1216.091905] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1216.091912] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1216.126791] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1216.126794] Extcon AUX1(HDMI) enable
[ 1216.132794] tegradc tegradc.0: unblank
[ 1216.133084] tegradc tegradc.1: blank - powerdown
[ 1220.022417] using random self ethernet address
[ 1220.027064] using random host ethernet address
[ 1220.324127] Mass Storage Function, version: 2009/09/11
[ 1220.324134] LUN: removable file: (no medium)
[ 1220.329078] using random self ethernet address
[ 1220.333544] using random host ethernet address
[ 1220.354081] rndis0: HOST MAC 02:e1:3d:3c:ea:50
[ 1220.354418] rndis0: MAC 02:e1:3d:3c:ea:51
[ 1220.356268] usb0: HOST MAC 02:e1:3d:3c:ea:52
[ 1220.357177] usb0: MAC 02:e1:3d:3c:ea:53
[ 1220.357204] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 1220.357789] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 1220.357806] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 1220.357835] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 1220.358061] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 1220.358080] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 1220.359394] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 1220.359418] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 1220.359658] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 1220.364294] l4tbr0: port 1(rndis0) entered blocking state
[ 1220.364299] l4tbr0: port 1(rndis0) entered disabled state
[ 1220.367690] device rndis0 entered promiscuous mode
[ 1220.375901] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 1220.380759] l4tbr0: port 2(usb0) entered blocking state
[ 1220.380764] l4tbr0: port 2(usb0) entered disabled state
[ 1220.381262] device usb0 entered promiscuous mode
[ 1220.387347] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 1242.377788] tegradc tegradc.0: unblank
[ 1242.377799] tegradc tegradc.1: blank - powerdown
[ 1710.881327] pcieport 0000:00:02.0: AER: Corrected error received: id=0018
[ 1710.881338] pcieport 0000:00:02.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=0010(Receiver ID)
[ 1710.893339] pcieport 0000:00:02.0:   device [10de:0faf] error status/mask=00000001/00002000
[ 1710.902124] pcieport 0000:00:02.0:    [ 0] Receiver Error         (First)
[ 1781.356712] video4linux video0: frame start syncpt timeout!0
[ 1781.564705] video4linux video0: frame start syncpt timeout!0
[ 1781.772390] video4linux video0: frame start syncpt timeout!0
[ 1781.980232] video4linux video0: frame start syncpt timeout!0
[ 1782.188756] video4linux video0: frame start syncpt timeout!0
[ 1782.396818] video4linux video0: frame start syncpt timeout!0
[ 1782.604164] video4linux video0: frame start syncpt timeout!0
[ 1782.812564] video4linux video0: frame start syncpt timeout!0
[ 1783.020697] video4linux video0: frame start syncpt timeout!0
[ 1783.228353] video4linux video0: frame start syncpt timeout!0
[ 1783.436368] video4linux video0: frame start syncpt timeout!0
[ 1783.644358] video4linux video0: frame start syncpt timeout!0
[ 1783.852771] video4linux video0: frame start syncpt timeout!0
[ 1784.060840] video4linux video0: frame start syncpt timeout!0
[ 1784.268706] video4linux video0: frame start syncpt timeout!0
[ 1784.476173] video4linux video0: frame start syncpt timeout!0
[ 1784.684115] video4linux video0: frame start syncpt timeout!0
[ 1784.892177] video4linux video0: frame start syncpt timeout!0
[ 1785.100132] video4linux video0: frame start syncpt timeout!0
[ 1785.308105] video4linux video0: frame start syncpt timeout!0
[ 1785.516100] video4linux video0: frame start syncpt timeout!0
[ 1785.724091] video4linux video0: frame start syncpt timeout!0
[ 1785.932158] video4linux video0: frame start syncpt timeout!0
[ 1786.140103] video4linux video0: frame start syncpt timeout!0
[ 1786.348601] video4linux video0: frame start syncpt timeout!0
[ 1786.556101] video4linux video0: frame start syncpt timeout!0
[ 1786.765121] video4linux video0: frame start syncpt timeout!0
[ 1786.972123] video4linux video0: frame start syncpt timeout!0
[ 1787.180100] video4linux video0: frame start syncpt timeout!0
[ 1787.388125] video4linux video0: frame start syncpt timeout!0
[ 1787.596140] video4linux video0: frame start syncpt timeout!0
[ 1787.804087] video4linux video0: frame start syncpt timeout!0
[ 1788.012623] video4linux video0: frame start syncpt timeout!0
[ 1788.220178] video4linux video0: frame start syncpt timeout!0
[ 1788.428748] video4linux video0: frame start syncpt timeout!0
[ 1788.636563] video4linux video0: frame start syncpt timeout!0

Output when running gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! nvoverlaysink

...
[ 1788.428748] video4linux video0: frame start syncpt timeout!0
[ 1788.636563] video4linux video0: frame start syncpt timeout!0
[ 1864.919201] fence timeout on [ffffffc056599000] after 1500ms
[ 1864.919232] name=[nvhost_sync:23], current value=0 waiting value=1
[ 1864.919273] fence timeout on [ffffffc056599b40] after 1500ms
[ 1864.919280] ---- mlocks ----
[ 1864.919318] name=[nvhost_sync:22], current value=0 waiting value=1

[ 1864.919336] ---- syncpts ----
[ 1864.919350] ---- mlocks ----
[ 1864.919388] id 1 (disp0_a) min 6951 max 6951 refs 1 (previous client : )

[ 1864.919408] ---- syncpts ----
[ 1864.919422] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1864.919451] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1864.919490] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1864.919522] id 8 (gm20b_507) min 129106 max 129106 refs 1 (previous client : gm20b_506)
[ 1864.919554] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1864.919588] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1864.919618] id 12 (gm20b_504) min 33458 max 33458 refs 1 (previous client : )
[ 1864.919634] id 13 (gm20b_503) min 32768 max 32768 refs 1 (previous client : gm20b_503)
[ 1864.919649] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1864.919665] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1864.919680] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1864.919696] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1864.919711] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1864.919730] id 22 (54680000.isp_0) min 0 max 3 refs 4 (previous client : )
[ 1864.919745] id 23 (54680000.isp_1) min 0 max 3 refs 4 (previous client : )
[ 1864.919760] id 24 (54680000.isp_2) min 7 max 15 refs 10 (previous client : )
[ 1864.919774] id 25 (54680000.isp_3) min 0 max 3 refs 4 (previous client : )
[ 1864.919790] id 26 (vblank0) min 38919 max -12 refs 1 (previous client : )
[ 1864.919807] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1864.919822] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1864.919836] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1864.919850] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1864.919866] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1864.919882] id 34 (54080000.vi_1) min 0 max 3 refs 4 (previous client : 54080000.vi_1)
[ 1864.919897] id 35 (54080000.vi_2) min 2 max 7 refs 7 (previous client : 54080000.vi_2)
[ 1864.919914] id 38 (54080000.vi_4) min 0 max 3 refs 4 (previous client : 54080000.vi_4)
[ 1864.919929] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1864.919943] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1864.919958] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1864.919973] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1864.919989] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1864.920004] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1864.920239] ---- channels ----
[ 1864.920244] id 1 (disp0_a) min 6951 max 6951 refs 1 (previous client : )
[ 1864.920259] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1864.920266] 
               channel 0 - 54340000.vic

[ 1864.920282] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1864.920297] 0-54340000.vic (0): 
[ 1864.920298] inactive

[ 1864.920314] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1864.920320] 
               channel 1 - 54600000.isp

[ 1864.920341] 1-54600000.isp (1): 
[ 1864.920343] id 8 (gm20b_507) min 129106 max 129106 refs 1 (previous client : gm20b_506)
[ 1864.920353] inactive

[ 1864.920360] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1864.920375] 
               channel 2 - 54680000.isp

[ 1864.920380] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1864.920397] id 12 (gm20b_504) min 33458 max 33458 refs 1 (previous client : )
[ 1864.920400] 2-54680000.isp (18): 
[ 1864.920417] active class 01, offset 0050, val 00000016
[ 1864.920422] id 13 (gm20b_503) min 32768 max 32768 refs 1 (previous client : gm20b_503)
[ 1864.920438] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1864.920443] DMAPUT 00000198, DMAGET 00000110, DMACTL 00000000
[ 1864.920455] CBREAD 00000016, CBSTAT 00010050
[ 1864.920464] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1864.920486] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1864.920492] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1864.920511] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1864.920528]     GATHER at ffc98000+4c54, 8 words
[ 1864.920533] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1864.920546] 20000001 
[ 1864.920557] id 22 (54680000.isp_0) min 0 max 3 refs 4 (previous client : )
[ 1864.920567] 00000416 
[ 1864.920581] 20000001 
[ 1864.920586] id 23 (54680000.isp_1) min 0 max 3 refs 4 (previous client : )
[ 1864.920603] 00000517 
[ 1864.920604] id 24 (54680000.isp_2) min 7 max 15 refs 10 (previous client : )
[ 1864.920620] 20000001 
[ 1864.920622] id 25 (54680000.isp_3) min 0 max 3 refs 4 (previous client : )
[ 1864.920632] 00000619 
[ 1864.920641] id 26 (vblank0) min 38919 max -12 refs 1 (previous client : )
[ 1864.920651] 200c0001 
[ 1864.920662] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1864.920671] 00000005 
[ 1864.920684] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )

[ 1864.920707]     GATHER at ffc98000+4c74, 2 words
[ 1864.920711] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1864.920728] 20000001 
[ 1864.920729] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1864.920739] 00000018 
[ 1864.920747] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )

[ 1864.920767] id 34 (54080000.vi_1) min 0 max 3 refs 4 (previous client : 54080000.vi_1)

[ 1864.920789] id 35 (54080000.vi_2) min 2 max 7 refs 7 (previous client : 54080000.vi_2)
[ 1864.920798] 
               channel 3 - 54080000.vi

[ 1864.920819] id 38 (54080000.vi_4) min 0 max 3 refs 4 (previous client : 54080000.vi_4)
[ 1864.920822] 3-54080000.vi (13): 
[ 1864.920838] active class 01, offset 0050, val 00000022
[ 1864.920843] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1864.920860] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1864.920864] DMAPUT 00000100, DMAGET 00000100, DMACTL 00000000
[ 1864.920875] CBREAD 00000022, CBSTAT 00010050
[ 1864.920884] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1864.920904] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1864.920910] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1864.920929] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1864.920938]     GATHER at ffc18000+0000, 35 words
[ 1864.920956] 10620001 
[ 1864.920957] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )
[ 1864.920968] 0000001f 
[ 1864.920981] 10630002 
[ 1864.920994] 00000000 
[ 1864.921007] 00000000 
[ 1864.921019] 103a0001 
[ 1864.921032] 10100010 
[ 1864.921044] 103c0001 
[ 1864.921057] 10101010 
[ 1864.921070] 10420001 
[ 1864.921082] 00000001 
[ 1864.921095] 10430006 
[ 1864.921107] 00000000 
[ 1864.921120] 001c984c 
[ 1864.921132] 00000000 
[ 1864.921145] 00000000 
[ 1864.921157] 00000000 
[ 1864.921169] 00000000 
[ 1864.921182] 10590001 
[ 1864.921194] 00000003 

[ 1864.921213] 120e0006 
[ 1864.921222] ---- channels ----
[ 1864.921231] 007f0015 
[ 1864.921241] unable to lock channel list
[ 1864.921250] 080301f0 
[ 1864.921259] unable to lock channel list
[ 1864.921268] 00000000 
[ 1864.921276] unable to lock channel list
[ 1864.921284] unable to lock channel list
[ 1864.921288] 00140000 
[ 1864.921299] 0000f005 
[ 1864.921301] unable to lock channel list
[ 1864.921309] unable to lock channel list
[ 1864.921312] 00000000 
[ 1864.921321] 12420001 
[ 1864.921325] unable to lock channel list
[ 1864.921334] unable to lock channel list
[ 1864.921337] 00000001 
[ 1864.921345] 124b0003 
[ 1864.921350] unable to lock channel list
[ 1864.921359] 
               ---- host general irq ----

[ 1864.921363] 00000000 
[ 1864.921371] 00000000 
[ 1864.921379] sync_hintmask_ext = 0xc0000000
[ 1864.921393] 00000000 
[ 1864.921394] sync_hintmask = 0x80000000
[ 1864.921405] sync_intc0mask = 0x00000001
[ 1864.921408] 128b0001 
[ 1864.921417] 00000000 
[ 1864.921422] sync_intmask = 0x00000011
[ 1864.921431] 
               ---- host syncpt irq mask ----


[ 1864.921453] syncpt_thresh_int_mask(0) = 0x00000001
[ 1864.921461]     GATHER at ffc18000+008c, 3 words
[ 1864.921476] 304e0005 
[ 1864.921477] syncpt_thresh_int_mask(1) = 0x00055000
[ 1864.921489] syncpt_thresh_int_mask(2) = 0x00001050
[ 1864.921492] 00000007 
[ 1864.921501] 00000018 
[ 1864.921507] syncpt_thresh_int_mask(3) = 0x00000000

[ 1864.921521] syncpt_thresh_int_mask(4) = 0x00000000
[ 1864.921532] syncpt_thresh_int_mask(5) = 0x00000000
[ 1864.921539]     GATHER at ffc18000+0098, 17 words
[ 1864.921553] 10430006 
[ 1864.921554] syncpt_thresh_int_mask(6) = 0x00000000
[ 1864.921565] syncpt_thresh_int_mask(7) = 0x00000000
[ 1864.921567] 00200004 
[ 1864.921577] 001c984c 
[ 1864.921583] syncpt_thresh_int_mask(8) = 0x00000000
[ 1864.921594] syncpt_thresh_int_mask(9) = 0x00000000
[ 1864.921597] 00000000 
[ 1864.921606] 04380780 
[ 1864.921612] syncpt_thresh_int_mask(10) = 0x00000000
[ 1864.921624] syncpt_thresh_int_mask(11) = 0x00000000
[ 1864.921627] 00000960 
[ 1864.921635] 0000002b 
[ 1864.921639] 
               ---- host syncpt irq status ----

[ 1864.921654] 124b0003 
[ 1864.921655] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1864.921668] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1864.921671] 00000000 
[ 1864.921679] 00000000 
[ 1864.921686] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1864.921698] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1864.921701] 00000008 
[ 1864.921709] 20000001 
[ 1864.921716] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1864.921727] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1864.921730] 00001d22 
[ 1864.921738] 20000001 
[ 1864.921742] 
               ---- host syncpt thresh ----

[ 1864.921756] 00000526 
[ 1864.921758] syncpt_int_thresh_thresh_0(0) = 1
[ 1864.921768] 20410001 
[ 1864.921781] 00000001 
[ 1864.921792] syncpt_int_thresh_thresh_0(22) = 1

[ 1864.921810]     GATHER at ffc18000+00dc, 2 words
[ 1864.921814] syncpt_int_thresh_thresh_0(23) = 1
[ 1864.921826] syncpt_int_thresh_thresh_0(24) = 8
[ 1864.921829] 20000001 
[ 1864.921837] 00000023 
[ 1864.921845] syncpt_int_thresh_thresh_0(25) = 1

[ 1864.921865] syncpt_int_thresh_thresh_0(34) = 1

[ 1864.921880] 
               ---- host general irq ----

[ 1864.921884] syncpt_int_thresh_thresh_0(35) = 3
[ 1864.921898] sync_hintmask_ext = 0xc0000000
[ 1864.921902] syncpt_int_thresh_thresh_0(38) = 1
[ 1864.921915] sync_hintmask = 0x80000000
[ 1864.921930] sync_intc0mask = 0x00000001
[ 1864.921944] sync_intmask = 0x00000011
[ 1864.921957] 
               ---- host syncpt irq mask ----

[ 1864.921974] syncpt_thresh_int_mask(0) = 0x00000001
[ 1864.921991] syncpt_thresh_int_mask(1) = 0x00055000
[ 1864.922007] syncpt_thresh_int_mask(2) = 0x00001050
[ 1864.922022] syncpt_thresh_int_mask(3) = 0x00000000
[ 1864.922037] syncpt_thresh_int_mask(4) = 0x00000000
[ 1864.922053] syncpt_thresh_int_mask(5) = 0x00000000
[ 1864.922068] syncpt_thresh_int_mask(6) = 0x00000000
[ 1864.922083] syncpt_thresh_int_mask(7) = 0x00000000
[ 1864.922098] syncpt_thresh_int_mask(8) = 0x00000000
[ 1864.922113] syncpt_thresh_int_mask(9) = 0x00000000
[ 1864.922128] syncpt_thresh_int_mask(10) = 0x00000000
[ 1864.922144] syncpt_thresh_int_mask(11) = 0x00000000
[ 1864.922157] 
               ---- host syncpt irq status ----

[ 1864.922174] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1864.922190] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1864.922206] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1864.922221] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1864.922237] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1864.922252] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1864.922265] 
               ---- host syncpt thresh ----

[ 1864.922283] syncpt_int_thresh_thresh_0(0) = 1
[ 1864.922321] syncpt_int_thresh_thresh_0(22) = 1
[ 1864.922338] syncpt_int_thresh_thresh_0(23) = 1
[ 1864.922354] syncpt_int_thresh_thresh_0(24) = 8
[ 1864.922370] syncpt_int_thresh_thresh_0(25) = 1
[ 1864.922394] syncpt_int_thresh_thresh_0(34) = 1
[ 1864.922410] syncpt_int_thresh_thresh_0(35) = 3
[ 1864.922428] syncpt_int_thresh_thresh_0(38) = 1
[ 1864.955002] fence timeout on [ffffffc043bc0600] after 1500ms
[ 1864.955011] name=[nvhost_sync:38], current value=0 waiting value=1
[ 1864.955016] ---- mlocks ----

[ 1864.955028] ---- syncpts ----
[ 1864.955034] id 1 (disp0_a) min 6951 max 6951 refs 1 (previous client : )
[ 1864.955038] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1864.955041] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1864.955047] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1864.955051] id 8 (gm20b_507) min 129106 max 129106 refs 1 (previous client : gm20b_506)
[ 1864.955055] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1864.955059] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1864.955062] id 12 (gm20b_504) min 33458 max 33458 refs 1 (previous client : )
[ 1864.955066] id 13 (gm20b_503) min 32768 max 32768 refs 1 (previous client : gm20b_503)
[ 1864.955069] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1864.955073] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1864.955077] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1864.955080] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1864.955084] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1864.955089] id 22 (54680000.isp_0) min 0 max 3 refs 4 (previous client : )
[ 1864.955093] id 23 (54680000.isp_1) min 0 max 3 refs 4 (previous client : )
[ 1864.955096] id 24 (54680000.isp_2) min 7 max 15 refs 10 (previous client : )
[ 1864.955101] id 25 (54680000.isp_3) min 0 max 3 refs 4 (previous client : )
[ 1864.955105] id 26 (vblank0) min 38921 max -12 refs 1 (previous client : )
[ 1864.955109] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1864.955112] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1864.955115] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1864.955119] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1864.955122] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1864.955126] id 34 (54080000.vi_1) min 0 max 3 refs 4 (previous client : 54080000.vi_1)
[ 1864.955130] id 35 (54080000.vi_2) min 2 max 7 refs 7 (previous client : 54080000.vi_2)
[ 1864.955134] id 38 (54080000.vi_4) min 0 max 3 refs 4 (previous client : 54080000.vi_4)
[ 1864.955138] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1864.955142] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1864.955145] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1864.955148] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1864.955151] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1864.955155] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1864.955242] ---- channels ----
[ 1864.955247] 
               channel 0 - 54340000.vic

[ 1864.955252] 0-54340000.vic (0): 
[ 1864.955255] inactive

[ 1864.955258] 
               channel 1 - 54600000.isp

[ 1864.955263] 1-54600000.isp (1): 
[ 1864.955267] inactive

[ 1864.955270] 
               channel 2 - 54680000.isp

[ 1864.955274] 2-54680000.isp (18): 
[ 1864.955278] active class 01, offset 0050, val 00000016
[ 1864.955281] DMAPUT 00000198, DMAGET 00000110, DMACTL 00000000
[ 1864.955283] CBREAD 00000016, CBSTAT 00010050
[ 1864.955288] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1864.955293]     GATHER at ffc98000+4c54, 8 words
[ 1864.955295] 20000001 
[ 1864.955297] 00000416 
[ 1864.955299] 20000001 
[ 1864.955301] 00000517 
[ 1864.955303] 20000001 
[ 1864.955305] 00000619 
[ 1864.955306] 200c0001 
[ 1864.955308] 00000005 

[ 1864.955314]     GATHER at ffc98000+4c74, 2 words
[ 1864.955316] 20000001 
[ 1864.955317] 00000018 


[ 1864.955324] 
               channel 3 - 54080000.vi

[ 1864.955329] 3-54080000.vi (13): 
[ 1864.955332] active class 01, offset 0050, val 00000022
[ 1864.955334] DMAPUT 00000100, DMAGET 00000100, DMACTL 00000000
[ 1864.955336] CBREAD 00000022, CBSTAT 00010050
[ 1864.955341] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1864.955344]     GATHER at ffc18000+0000, 35 words
[ 1864.955346] 10620001 
[ 1864.955348] 0000001f 
[ 1864.955352] 10630002 
[ 1864.955354] 00000000 
[ 1864.955355] 00000000 
[ 1864.955357] 103a0001 
[ 1864.955359] 10100010 
[ 1864.955361] 103c0001 
[ 1864.955363] 10101010 
[ 1864.955365] 10420001 
[ 1864.955367] 00000001 
[ 1864.955369] 10430006 
[ 1864.955371] 00000000 
[ 1864.955373] 001c984c 
[ 1864.955375] 00000000 
[ 1864.955377] 00000000 
[ 1864.955378] 00000000 
[ 1864.955380] 00000000 
[ 1864.955382] 10590001 
[ 1864.955384] 00000003 
[ 1864.955386] 120e0006 
[ 1864.955388] 007f0015 
[ 1864.955390] 080301f0 
[ 1864.955392] 00000000 
[ 1864.955394] 00140000 
[ 1864.955396] 0000f005 
[ 1864.955398] 00000000 
[ 1864.955400] 12420001 
[ 1864.955402] 00000001 
[ 1864.955404] 124b0003 
[ 1864.955405] 00000000 
[ 1864.955407] 00000000 
[ 1864.955409] 00000000 
[ 1864.955411] 128b0001 
[ 1864.955413] 00000000 

[ 1864.955418]     GATHER at ffc18000+008c, 3 words
[ 1864.955420] 304e0005 
[ 1864.955422] 00000007 
[ 1864.955424] 00000018 

[ 1864.955428]     GATHER at ffc18000+0098, 17 words
[ 1864.955431] 10430006 
[ 1864.955434] 00200004 
[ 1864.955436] 001c984c 
[ 1864.955438] 00000000 
[ 1864.955440] 04380780 
[ 1864.955442] 00000960 
[ 1864.955444] 0000002b 
[ 1864.955446] 124b0003 
[ 1864.955448] 00000000 
[ 1864.955450] 00000000 
[ 1864.955452] 00000008 
[ 1864.955454] 20000001 
[ 1864.955456] 00001d22 
[ 1864.955458] 20000001 
[ 1864.955460] 00000526 
[ 1864.955462] 20410001 
[ 1864.955463] 00000001 

[ 1864.955468]     GATHER at ffc18000+00dc, 2 words
[ 1864.955470] 20000001 
[ 1864.955471] 00000023 


[ 1864.955477] 
               ---- host general irq ----

[ 1864.955480] sync_hintmask_ext = 0xc0000000
[ 1864.955482] sync_hintmask = 0x80000000
[ 1864.955485] sync_intc0mask = 0x00000001
[ 1864.955487] sync_intmask = 0x00000011
[ 1864.955489] 
               ---- host syncpt irq mask ----

[ 1864.955492] syncpt_thresh_int_mask(0) = 0x00000001
[ 1864.955495] syncpt_thresh_int_mask(1) = 0x00055000
[ 1864.955497] syncpt_thresh_int_mask(2) = 0x00001050
[ 1864.955500] syncpt_thresh_int_mask(3) = 0x00000000
[ 1864.955502] syncpt_thresh_int_mask(4) = 0x00000000
[ 1864.955505] syncpt_thresh_int_mask(5) = 0x00000000
[ 1864.955507] syncpt_thresh_int_mask(6) = 0x00000000
[ 1864.955510] syncpt_thresh_int_mask(7) = 0x00000000
[ 1864.955512] syncpt_thresh_int_mask(8) = 0x00000000
[ 1864.955515] syncpt_thresh_int_mask(9) = 0x00000000
[ 1864.955519] syncpt_thresh_int_mask(10) = 0x00000000
[ 1864.955521] syncpt_thresh_int_mask(11) = 0x00000000
[ 1864.955523] 
               ---- host syncpt irq status ----

[ 1864.955526] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1864.955529] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1864.955531] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1864.955534] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1864.955536] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1864.955539] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1864.955540] 
               ---- host syncpt thresh ----

[ 1864.955544] syncpt_int_thresh_thresh_0(0) = 1
[ 1864.955556] syncpt_int_thresh_thresh_0(22) = 1
[ 1864.955559] syncpt_int_thresh_thresh_0(23) = 1
[ 1864.955562] syncpt_int_thresh_thresh_0(24) = 8
[ 1864.955565] syncpt_int_thresh_thresh_0(25) = 1
[ 1864.955572] syncpt_int_thresh_thresh_0(34) = 1
[ 1864.955575] syncpt_int_thresh_thresh_0(35) = 3
[ 1864.955578] syncpt_int_thresh_thresh_0(38) = 1
[ 1866.455166] fence timeout on [ffffffc043bc03c0] after 1500ms
[ 1866.455182] name=[nvhost_sync:23], current value=0 waiting value=2
[ 1866.455193] ---- mlocks ----

[ 1866.455215] ---- syncpts ----
[ 1866.455231] id 1 (disp0_a) min 6969 max 6969 refs 1 (previous client : )
[ 1866.455241] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1866.455251] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1866.455265] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1866.455277] id 8 (gm20b_507) min 129418 max 129418 refs 1 (previous client : gm20b_506)
[ 1866.455288] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1866.455301] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1866.455312] id 12 (gm20b_504) min 33552 max 33552 refs 1 (previous client : )
[ 1866.455324] id 13 (gm20b_503) min 32864 max 32864 refs 1 (previous client : gm20b_503)
[ 1866.455336] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1866.455349] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1866.455361] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1866.455373] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1866.455386] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1866.455402] id 22 (54680000.isp_0) min 0 max 4 refs 5 (previous client : )
[ 1866.455415] id 23 (54680000.isp_1) min 0 max 4 refs 5 (previous client : )
[ 1866.455428] id 24 (54680000.isp_2) min 7 max 18 refs 13 (previous client : )
[ 1866.455441] id 25 (54680000.isp_3) min 0 max 4 refs 5 (previous client : )
[ 1866.455454] id 26 (vblank0) min 39011 max -12 refs 1 (previous client : )
[ 1866.455468] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1866.455481] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1866.455494] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1866.455507] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1866.455520] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1866.455535] id 34 (54080000.vi_1) min 0 max 4 refs 5 (previous client : 54080000.vi_1)
[ 1866.455548] id 35 (54080000.vi_2) min 2 max 9 refs 9 (previous client : 54080000.vi_2)
[ 1866.455565] id 38 (54080000.vi_4) min 0 max 4 refs 5 (previous client : 54080000.vi_4)
[ 1866.455578] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1866.455591] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1866.455605] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1866.455617] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1866.455630] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1866.455643] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1866.455839] ---- channels ----
[ 1866.455857] 
               channel 0 - 54340000.vic

[ 1866.455873] 0-54340000.vic (0): 
[ 1866.455882] inactive

[ 1866.455898] 
               channel 1 - 54600000.isp

[ 1866.455912] 1-54600000.isp (1): 
[ 1866.455920] inactive

[ 1866.455933] 
               channel 2 - 54680000.isp

[ 1866.455948] 2-54680000.isp (24): 
[ 1866.455963] active class 01, offset 0050, val 00000016
[ 1866.455975] DMAPUT 000001f0, DMAGET 00000110, DMACTL 00000000
[ 1866.455986] CBREAD 00000016, CBSTAT 00010050
[ 1866.456006] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1866.456025]     GATHER at ffc98000+4c54, 8 words
[ 1866.456035] 20000001 
[ 1866.456045] 00000416 
[ 1866.456053] 20000001 
[ 1866.456063] 00000517 
[ 1866.456071] 20000001 
[ 1866.456080] 00000619 
[ 1866.456088] 200c0001 
[ 1866.456097] 00000005 

[ 1866.456120]     GATHER at ffc98000+4c74, 2 words
[ 1866.456128] 20000001 
[ 1866.456137] 00000018 


[ 1866.456166] 
               channel 3 - 54080000.vi

[ 1866.456181] 3-54080000.vi (17): 
[ 1866.456194] active class 01, offset 0050, val 00000022
[ 1866.456206] DMAPUT 00000148, DMAGET 00000120, DMACTL 00000000
[ 1866.456216] CBREAD 00000022, CBSTAT 00010050
[ 1866.456235] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1866.456249]     GATHER at ffc18000+0000, 35 words
[ 1866.456257] 10620001 
[ 1866.456266] 0000001f 
[ 1866.456274] 10630002 
[ 1866.456283] 00000000 
[ 1866.456291] 00000000 
[ 1866.456300] 103a0001 
[ 1866.456307] 10100010 
[ 1866.456316] 103c0001 
[ 1866.456324] 10101010 
[ 1866.456333] 10420001 
[ 1866.456341] 00000001 
[ 1866.456349] 10430006 
[ 1866.456357] 00000000 
[ 1866.456366] 001c984c 
[ 1866.456374] 00000000 
[ 1866.456383] 00000000 
[ 1866.456391] 00000000 
[ 1866.456399] 00000000 
[ 1866.456407] 10590001 
[ 1866.456416] 00000003 
[ 1866.456424] 120e0006 
[ 1866.456433] 007f0015 
[ 1866.456441] 080301f0 
[ 1866.456450] 00000000 
[ 1866.456458] 00140000 
[ 1866.456467] 0000f005 
[ 1866.456475] 00000000 
[ 1866.456484] 12420001 
[ 1866.456492] 00000001 
[ 1866.456500] 124b0003 
[ 1866.456508] 00000000 
[ 1866.456517] 00000000 
[ 1866.456525] 00000000 
[ 1866.456534] 128b0001 
[ 1866.456541] 00000000 

[ 1866.456563]     GATHER at ffc18000+008c, 3 words
[ 1866.456571] 304e0005 
[ 1866.456580] 00000007 
[ 1866.456588] 00000018 

[ 1866.456609]     GATHER at ffc18000+0098, 17 words
[ 1866.456617] 10430006 
[ 1866.456626] 00200004 
[ 1866.456634] 001c984c 
[ 1866.456643] 00000000 
[ 1866.456651] 04380780 
[ 1866.456660] 00000960 
[ 1866.456668] 0000002b 
[ 1866.456676] 124b0003 
[ 1866.456684] 00000000 
[ 1866.456693] 00000000 
[ 1866.456701] 00000008 
[ 1866.456709] 20000001 
[ 1866.456717] 00001d22 
[ 1866.456726] 20000001 
[ 1866.456734] 00000526 
[ 1866.456742] 20410001 
[ 1866.456750] 00000001 

[ 1866.456770]     GATHER at ffc18000+00dc, 2 words
[ 1866.456778] 20000001 
[ 1866.456787] 00000023 


[ 1866.456813] 
               ---- host general irq ----

[ 1866.456824] sync_hintmask_ext = 0xc0000000
[ 1866.456834] sync_hintmask = 0x80000000
[ 1866.456844] sync_intc0mask = 0x00000001
[ 1866.456854] sync_intmask = 0x00000011
[ 1866.456863] 
               ---- host syncpt irq mask ----

[ 1866.456874] syncpt_thresh_int_mask(0) = 0x00000001
[ 1866.456885] syncpt_thresh_int_mask(1) = 0x00055000
[ 1866.456896] syncpt_thresh_int_mask(2) = 0x00001050
[ 1866.456907] syncpt_thresh_int_mask(3) = 0x00000000
[ 1866.456917] syncpt_thresh_int_mask(4) = 0x00000000
[ 1866.456927] syncpt_thresh_int_mask(5) = 0x00000000
[ 1866.456937] syncpt_thresh_int_mask(6) = 0x00000000
[ 1866.456948] syncpt_thresh_int_mask(7) = 0x00000000
[ 1866.456958] syncpt_thresh_int_mask(8) = 0x00000000
[ 1866.456968] syncpt_thresh_int_mask(9) = 0x00000000
[ 1866.456979] syncpt_thresh_int_mask(10) = 0x00000000
[ 1866.456989] syncpt_thresh_int_mask(11) = 0x00000000
[ 1866.456998] 
               ---- host syncpt irq status ----

[ 1866.457009] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1866.457020] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1866.457030] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1866.457040] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1866.457051] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1866.457061] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1866.457070] 
               ---- host syncpt thresh ----

[ 1866.457082] syncpt_int_thresh_thresh_0(0) = 1
[ 1866.457111] syncpt_int_thresh_thresh_0(22) = 1
[ 1866.457122] syncpt_int_thresh_thresh_0(23) = 1
[ 1866.457133] syncpt_int_thresh_thresh_0(24) = 8
[ 1866.457144] syncpt_int_thresh_thresh_0(25) = 1
[ 1866.457161] syncpt_int_thresh_thresh_0(34) = 1
[ 1866.457172] syncpt_int_thresh_thresh_0(35) = 3
[ 1866.457185] syncpt_int_thresh_thresh_0(38) = 1
[ 1866.491473] fence timeout on [ffffffc056599000] after 1500ms
[ 1866.491506] name=[nvhost_sync:38], current value=0 waiting value=4
[ 1866.491527] ---- mlocks ----

[ 1866.491542] ---- syncpts ----
[ 1866.491550] id 1 (disp0_a) min 6969 max 6969 refs 1 (previous client : )
[ 1866.491555] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1866.491560] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1866.491567] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1866.491572] id 8 (gm20b_507) min 129418 max 129418 refs 1 (previous client : gm20b_506)
[ 1866.491577] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1866.491582] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1866.491586] id 12 (gm20b_504) min 33552 max 33552 refs 1 (previous client : )
[ 1866.491591] id 13 (gm20b_503) min 32864 max 32864 refs 1 (previous client : gm20b_503)
[ 1866.491595] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1866.491599] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1866.491603] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1866.491607] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1866.491612] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1866.491617] id 22 (54680000.isp_0) min 0 max 4 refs 5 (previous client : )
[ 1866.491621] id 23 (54680000.isp_1) min 0 max 4 refs 5 (previous client : )
[ 1866.491625] id 24 (54680000.isp_2) min 7 max 18 refs 13 (previous client : )
[ 1866.491630] id 25 (54680000.isp_3) min 0 max 4 refs 5 (previous client : )
[ 1866.491634] id 26 (vblank0) min 39014 max -12 refs 1 (previous client : )
[ 1866.491638] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1866.491642] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1866.491646] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1866.491650] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1866.491654] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1866.491658] id 34 (54080000.vi_1) min 0 max 4 refs 5 (previous client : 54080000.vi_1)
[ 1866.491663] id 35 (54080000.vi_2) min 2 max 9 refs 9 (previous client : 54080000.vi_2)
[ 1866.491668] id 38 (54080000.vi_4) min 0 max 4 refs 5 (previous client : 54080000.vi_4)
[ 1866.491672] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1866.491676] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1866.491680] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1866.491684] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1866.491688] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1866.491691] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1866.491785] ---- channels ----
[ 1866.491791] 
               channel 0 - 54340000.vic

[ 1866.491797] 0-54340000.vic (0): 
[ 1866.491799] inactive

[ 1866.491803] 
               channel 1 - 54600000.isp

[ 1866.491809] 1-54600000.isp (1): 
[ 1866.491811] inactive

[ 1866.491815] 
               channel 2 - 54680000.isp

[ 1866.491820] 2-54680000.isp (24): 
[ 1866.491824] active class 01, offset 0050, val 00000016
[ 1866.491828] DMAPUT 000001f0, DMAGET 00000110, DMACTL 00000000
[ 1866.491830] CBREAD 00000016, CBSTAT 00010050
[ 1866.491836] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1866.491842]     GATHER at ffc98000+4c54, 8 words
[ 1866.491845] 20000001 
[ 1866.491847] 00000416 
[ 1866.491850] 20000001 
[ 1866.491852] 00000517 
[ 1866.491854] 20000001 
[ 1866.491857] 00000619 
[ 1866.491859] 200c0001 
[ 1866.491862] 00000005 

[ 1866.491868]     GATHER at ffc98000+4c74, 2 words
[ 1866.491871] 20000001 
[ 1866.491873] 00000018 


[ 1866.491882] 
               channel 3 - 54080000.vi

[ 1866.491888] 3-54080000.vi (17): 
[ 1866.491891] active class 01, offset 0050, val 00000022
[ 1866.491895] DMAPUT 00000148, DMAGET 00000120, DMACTL 00000000
[ 1866.491898] CBREAD 00000022, CBSTAT 00010050
[ 1866.491904] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1866.491908]     GATHER at ffc18000+0000, 35 words
[ 1866.491911] 10620001 
[ 1866.491913] 0000001f 
[ 1866.491916] 10630002 
[ 1866.491919] 00000000 
[ 1866.491921] 00000000 
[ 1866.491924] 103a0001 
[ 1866.491926] 10100010 
[ 1866.491929] 103c0001 
[ 1866.491931] 10101010 
[ 1866.491934] 10420001 
[ 1866.491936] 00000001 
[ 1866.491939] 10430006 
[ 1866.491941] 00000000 
[ 1866.491944] 001c984c 
[ 1866.491947] 00000000 
[ 1866.491949] 00000000 
[ 1866.491952] 00000000 
[ 1866.491955] 00000000 
[ 1866.491957] 10590001 
[ 1866.491960] 00000003 
[ 1866.491962] 120e0006 
[ 1866.491965] 007f0015 
[ 1866.491968] 080301f0 
[ 1866.491970] 00000000 
[ 1866.491973] 00140000 
[ 1866.491976] 0000f005 
[ 1866.491978] 00000000 
[ 1866.491981] 12420001 
[ 1866.491983] 00000001 
[ 1866.491986] 124b0003 
[ 1866.491989] 00000000 
[ 1866.491991] 00000000 
[ 1866.491994] 00000000 
[ 1866.491997] 128b0001 
[ 1866.491999] 00000000 

[ 1866.492006]     GATHER at ffc18000+008c, 3 words
[ 1866.492009] 304e0005 
[ 1866.492011] 00000007 
[ 1866.492014] 00000018 

[ 1866.492021]     GATHER at ffc18000+0098, 17 words
[ 1866.492023] 10430006 
[ 1866.492026] 00200004 
[ 1866.492029] 001c984c 
[ 1866.492032] 00000000 
[ 1866.492035] 04380780 
[ 1866.492037] 00000960 
[ 1866.492040] 0000002b 
[ 1866.492043] 124b0003 
[ 1866.492046] 00000000 
[ 1866.492049] 00000000 
[ 1866.492051] 00000008 
[ 1866.492054] 20000001 
[ 1866.492057] 00001d22 
[ 1866.492060] 20000001 
[ 1866.492062] 00000526 
[ 1866.492065] 20410001 
[ 1866.492068] 00000001 

[ 1866.492075]     GATHER at ffc18000+00dc, 2 words
[ 1866.492077] 20000001 
[ 1866.492080] 00000023 


[ 1866.492089] 
               ---- host general irq ----

[ 1866.492093] sync_hintmask_ext = 0xc0000000
[ 1866.492097] sync_hintmask = 0x80000000
[ 1866.492100] sync_intc0mask = 0x00000001
[ 1866.492104] sync_intmask = 0x00000011
[ 1866.492107] 
               ---- host syncpt irq mask ----

[ 1866.492111] syncpt_thresh_int_mask(0) = 0x00000001
[ 1866.492115] syncpt_thresh_int_mask(1) = 0x00055000
[ 1866.492118] syncpt_thresh_int_mask(2) = 0x00001050
[ 1866.492122] syncpt_thresh_int_mask(3) = 0x00000000
[ 1866.492126] syncpt_thresh_int_mask(4) = 0x00000000
[ 1866.492130] syncpt_thresh_int_mask(5) = 0x00000000
[ 1866.492133] syncpt_thresh_int_mask(6) = 0x00000000
[ 1866.492137] syncpt_thresh_int_mask(7) = 0x00000000
[ 1866.492141] syncpt_thresh_int_mask(8) = 0x00000000
[ 1866.492144] syncpt_thresh_int_mask(9) = 0x00000000
[ 1866.492148] syncpt_thresh_int_mask(10) = 0x00000000
[ 1866.492152] syncpt_thresh_int_mask(11) = 0x00000000
[ 1866.492155] 
               ---- host syncpt irq status ----

[ 1866.492159] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1866.492163] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1866.492166] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1866.492170] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1866.492174] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1866.492178] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1866.492180] 
               ---- host syncpt thresh ----

[ 1866.492185] syncpt_int_thresh_thresh_0(0) = 1
[ 1866.492200] syncpt_int_thresh_thresh_0(22) = 1
[ 1866.492205] syncpt_int_thresh_thresh_0(23) = 1
[ 1866.492209] syncpt_int_thresh_thresh_0(24) = 8
[ 1866.492214] syncpt_int_thresh_thresh_0(25) = 1
[ 1866.492222] syncpt_int_thresh_thresh_0(34) = 1
[ 1866.492226] syncpt_int_thresh_thresh_0(35) = 3
[ 1866.492232] syncpt_int_thresh_thresh_0(38) = 1
[ 1867.958924] fence timeout on [ffffffc043bc0540] after 1500ms
[ 1867.958933] name=[nvhost_sync:23], current value=0 waiting value=3
[ 1867.958939] ---- mlocks ----

[ 1867.958951] ---- syncpts ----
[ 1867.958959] id 1 (disp0_a) min 7006 max 7006 refs 1 (previous client : )
[ 1867.958963] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1867.958967] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1867.958972] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1867.958976] id 8 (gm20b_507) min 130266 max 130266 refs 1 (previous client : gm20b_506)
[ 1867.958980] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1867.958984] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1867.958988] id 12 (gm20b_504) min 33744 max 33744 refs 1 (previous client : )
[ 1867.958992] id 13 (gm20b_503) min 33132 max 33132 refs 1 (previous client : gm20b_503)
[ 1867.958996] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1867.958999] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1867.959003] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1867.959007] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1867.959011] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1867.959016] id 22 (54680000.isp_0) min 0 max 4 refs 5 (previous client : )
[ 1867.959019] id 23 (54680000.isp_1) min 0 max 4 refs 5 (previous client : )
[ 1867.959023] id 24 (54680000.isp_2) min 7 max 18 refs 13 (previous client : )
[ 1867.959026] id 25 (54680000.isp_3) min 0 max 4 refs 5 (previous client : )
[ 1867.959030] id 26 (vblank0) min 39102 max -12 refs 1 (previous client : )
[ 1867.959034] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1867.959037] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1867.959041] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1867.959044] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1867.959048] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1867.959052] id 34 (54080000.vi_1) min 0 max 4 refs 5 (previous client : 54080000.vi_1)
[ 1867.959056] id 35 (54080000.vi_2) min 2 max 9 refs 9 (previous client : 54080000.vi_2)
[ 1867.959060] id 38 (54080000.vi_4) min 0 max 4 refs 5 (previous client : 54080000.vi_4)
[ 1867.959064] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1867.959067] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1867.959071] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1867.959074] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1867.959078] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1867.959081] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1867.959167] ---- channels ----
[ 1867.959173] 
               channel 0 - 54340000.vic

[ 1867.959179] 0-54340000.vic (0): 
[ 1867.959181] inactive

[ 1867.959186] 
               channel 1 - 54600000.isp

[ 1867.959191] 1-54600000.isp (1): 
[ 1867.959192] inactive

[ 1867.959196] 
               channel 2 - 54680000.isp

[ 1867.959201] 2-54680000.isp (24): 
[ 1867.959205] active class 01, offset 0050, val 00000016
[ 1867.959208] DMAPUT 000001f0, DMAGET 00000110, DMACTL 00000000
[ 1867.959210] CBREAD 00000016, CBSTAT 00010050
[ 1867.959215] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1867.959220]     GATHER at ffc98000+4c54, 8 words
[ 1867.959223] 20000001 
[ 1867.959225] 00000416 
[ 1867.959227] 20000001 
[ 1867.959229] 00000517 
[ 1867.959231] 20000001 
[ 1867.959233] 00000619 
[ 1867.959235] 200c0001 
[ 1867.959237] 00000005 

[ 1867.959242]     GATHER at ffc98000+4c74, 2 words
[ 1867.959244] 20000001 
[ 1867.959246] 00000018 


[ 1867.959253] 
               channel 3 - 54080000.vi

[ 1867.959258] 3-54080000.vi (17): 
[ 1867.959261] active class 01, offset 0050, val 00000022
[ 1867.959263] DMAPUT 00000148, DMAGET 00000120, DMACTL 00000000
[ 1867.959266] CBREAD 00000022, CBSTAT 00010050
[ 1867.959270] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1867.959274]     GATHER at ffc18000+0000, 35 words
[ 1867.959276] 10620001 
[ 1867.959278] 0000001f 
[ 1867.959280] 10630002 
[ 1867.959282] 00000000 
[ 1867.959283] 00000000 
[ 1867.959285] 103a0001 
[ 1867.959287] 10100010 
[ 1867.959289] 103c0001 
[ 1867.959291] 10101010 
[ 1867.959293] 10420001 
[ 1867.959294] 00000001 
[ 1867.959297] 10430006 
[ 1867.959298] 00000000 
[ 1867.959300] 001c984c 
[ 1867.959302] 00000000 
[ 1867.959304] 00000000 
[ 1867.959306] 00000000 
[ 1867.959308] 00000000 
[ 1867.959310] 10590001 
[ 1867.959312] 00000003 
[ 1867.959313] 120e0006 
[ 1867.959315] 007f0015 
[ 1867.959317] 080301f0 
[ 1867.959319] 00000000 
[ 1867.959321] 00140000 
[ 1867.959323] 0000f005 
[ 1867.959325] 00000000 
[ 1867.959327] 12420001 
[ 1867.959329] 00000001 
[ 1867.959331] 124b0003 
[ 1867.959333] 00000000 
[ 1867.959335] 00000000 
[ 1867.959337] 00000000 
[ 1867.959339] 128b0001 
[ 1867.959341] 00000000 

[ 1867.959345]     GATHER at ffc18000+008c, 3 words
[ 1867.959347] 304e0005 
[ 1867.959349] 00000007 
[ 1867.959351] 00000018 

[ 1867.959356]     GATHER at ffc18000+0098, 17 words
[ 1867.959358] 10430006 
[ 1867.959360] 00200004 
[ 1867.959362] 001c984c 
[ 1867.959364] 00000000 
[ 1867.959366] 04380780 
[ 1867.959368] 00000960 
[ 1867.959370] 0000002b 
[ 1867.959372] 124b0003 
[ 1867.959373] 00000000 
[ 1867.959375] 00000000 
[ 1867.959377] 00000008 
[ 1867.959379] 20000001 
[ 1867.959381] 00001d22 
[ 1867.959383] 20000001 
[ 1867.959385] 00000526 
[ 1867.959387] 20410001 
[ 1867.959389] 00000001 

[ 1867.959393]     GATHER at ffc18000+00dc, 2 words
[ 1867.959395] 20000001 
[ 1867.959397] 00000023 


[ 1867.959403] 
               ---- host general irq ----

[ 1867.959405] sync_hintmask_ext = 0xc0000000
[ 1867.959408] sync_hintmask = 0x80000000
[ 1867.959410] sync_intc0mask = 0x00000001
[ 1867.959413] sync_intmask = 0x00000011
[ 1867.959414] 
               ---- host syncpt irq mask ----

[ 1867.959417] syncpt_thresh_int_mask(0) = 0x00000001
[ 1867.959420] syncpt_thresh_int_mask(1) = 0x00055000
[ 1867.959423] syncpt_thresh_int_mask(2) = 0x00001050
[ 1867.959425] syncpt_thresh_int_mask(3) = 0x00000000
[ 1867.959428] syncpt_thresh_int_mask(4) = 0x00000000
[ 1867.959430] syncpt_thresh_int_mask(5) = 0x00000000
[ 1867.959433] syncpt_thresh_int_mask(6) = 0x00000000
[ 1867.959435] syncpt_thresh_int_mask(7) = 0x00000000
[ 1867.959437] syncpt_thresh_int_mask(8) = 0x00000000
[ 1867.959440] syncpt_thresh_int_mask(9) = 0x00000000
[ 1867.959442] syncpt_thresh_int_mask(10) = 0x00000000
[ 1867.959445] syncpt_thresh_int_mask(11) = 0x00000000
[ 1867.959447] 
               ---- host syncpt irq status ----

[ 1867.959449] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1867.959452] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1867.959455] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1867.959457] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1867.959460] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1867.959462] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1867.959464] 
               ---- host syncpt thresh ----

[ 1867.959467] syncpt_int_thresh_thresh_0(0) = 1
[ 1867.959480] syncpt_int_thresh_thresh_0(22) = 1
[ 1867.959483] syncpt_int_thresh_thresh_0(23) = 1
[ 1867.959486] syncpt_int_thresh_thresh_0(24) = 8
[ 1867.959489] syncpt_int_thresh_thresh_0(25) = 1
[ 1867.959496] syncpt_int_thresh_thresh_0(34) = 1
[ 1867.959499] syncpt_int_thresh_thresh_0(35) = 3
[ 1867.959503] syncpt_int_thresh_thresh_0(38) = 1
[ 1869.462904] fence timeout on [ffffffc0f3b980c0] after 1500ms
[ 1869.462912] name=[nvhost_sync:23], current value=0 waiting value=4
[ 1869.462917] ---- mlocks ----

[ 1869.462929] ---- syncpts ----
[ 1869.462936] id 1 (disp0_a) min 7014 max 7014 refs 1 (previous client : )
[ 1869.462940] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1869.462943] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1869.462949] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1869.462953] id 8 (gm20b_507) min 130336 max 130336 refs 1 (previous client : gm20b_506)
[ 1869.462957] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1869.462961] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1869.462965] id 12 (gm20b_504) min 33784 max 33784 refs 1 (previous client : )
[ 1869.462969] id 13 (gm20b_503) min 33196 max 33196 refs 1 (previous client : gm20b_503)
[ 1869.462973] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1869.462977] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1869.462981] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1869.462985] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1869.462988] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1869.462994] id 22 (54680000.isp_0) min 0 max 4 refs 5 (previous client : )
[ 1869.462997] id 23 (54680000.isp_1) min 0 max 4 refs 5 (previous client : )
[ 1869.463001] id 24 (54680000.isp_2) min 7 max 18 refs 13 (previous client : )
[ 1869.463004] id 25 (54680000.isp_3) min 0 max 4 refs 5 (previous client : )
[ 1869.463008] id 26 (vblank0) min 39192 max -12 refs 1 (previous client : )
[ 1869.463012] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1869.463016] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1869.463019] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1869.463023] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1869.463027] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1869.463031] id 34 (54080000.vi_1) min 0 max 4 refs 5 (previous client : 54080000.vi_1)
[ 1869.463035] id 35 (54080000.vi_2) min 2 max 9 refs 9 (previous client : 54080000.vi_2)
[ 1869.463040] id 38 (54080000.vi_4) min 0 max 4 refs 5 (previous client : 54080000.vi_4)
[ 1869.463043] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1869.463047] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1869.463050] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1869.463054] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1869.463057] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1869.463061] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1869.463147] ---- channels ----
[ 1869.463153] 
               channel 0 - 54340000.vic

[ 1869.463158] 0-54340000.vic (0): 
[ 1869.463161] inactive

[ 1869.463165] 
               channel 1 - 54600000.isp

[ 1869.463170] 1-54600000.isp (1): 
[ 1869.463172] inactive

[ 1869.463175] 
               channel 2 - 54680000.isp

[ 1869.463180] 2-54680000.isp (24): 
[ 1869.463184] active class 01, offset 0050, val 00000016
[ 1869.463186] DMAPUT 000001f0, DMAGET 00000110, DMACTL 00000000
[ 1869.463189] CBREAD 00000016, CBSTAT 00010050
[ 1869.463194] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1869.463199]     GATHER at ffc98000+4c54, 8 words
[ 1869.463202] 20000001 
[ 1869.463204] 00000416 
[ 1869.463206] 20000001 
[ 1869.463208] 00000517 
[ 1869.463210] 20000001 
[ 1869.463212] 00000619 
[ 1869.463214] 200c0001 
[ 1869.463216] 00000005 

[ 1869.463221]     GATHER at ffc98000+4c74, 2 words
[ 1869.463222] 20000001 
[ 1869.463224] 00000018 


[ 1869.463231] 
               channel 3 - 54080000.vi

[ 1869.463235] 3-54080000.vi (17): 
[ 1869.463238] active class 01, offset 0050, val 00000022
[ 1869.463241] DMAPUT 00000148, DMAGET 00000120, DMACTL 00000000
[ 1869.463243] CBREAD 00000022, CBSTAT 00010050
[ 1869.463247] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1869.463251]     GATHER at ffc18000+0000, 35 words
[ 1869.463253] 10620001 
[ 1869.463255] 0000001f 
[ 1869.463257] 10630002 
[ 1869.463259] 00000000 
[ 1869.463260] 00000000 
[ 1869.463262] 103a0001 
[ 1869.463264] 10100010 
[ 1869.463266] 103c0001 
[ 1869.463268] 10101010 
[ 1869.463270] 10420001 
[ 1869.463271] 00000001 
[ 1869.463273] 10430006 
[ 1869.463275] 00000000 
[ 1869.463277] 001c984c 
[ 1869.463279] 00000000 
[ 1869.463280] 00000000 
[ 1869.463282] 00000000 
[ 1869.463284] 00000000 
[ 1869.463286] 10590001 
[ 1869.463288] 00000003 
[ 1869.463289] 120e0006 
[ 1869.463291] 007f0015 
[ 1869.463293] 080301f0 
[ 1869.463295] 00000000 
[ 1869.463297] 00140000 
[ 1869.463299] 0000f005 
[ 1869.463301] 00000000 
[ 1869.463303] 12420001 
[ 1869.463305] 00000001 
[ 1869.463307] 124b0003 
[ 1869.463309] 00000000 
[ 1869.463311] 00000000 
[ 1869.463312] 00000000 
[ 1869.463314] 128b0001 
[ 1869.463316] 00000000 

[ 1869.463321]     GATHER at ffc18000+008c, 3 words
[ 1869.463323] 304e0005 
[ 1869.463325] 00000007 
[ 1869.463327] 00000018 

[ 1869.463332]     GATHER at ffc18000+0098, 17 words
[ 1869.463334] 10430006 
[ 1869.463336] 00200004 
[ 1869.463338] 001c984c 
[ 1869.463340] 00000000 
[ 1869.463342] 04380780 
[ 1869.463344] 00000960 
[ 1869.463345] 0000002b 
[ 1869.463347] 124b0003 
[ 1869.463349] 00000000 
[ 1869.463351] 00000000 
[ 1869.463353] 00000008 
[ 1869.463355] 20000001 
[ 1869.463357] 00001d22 
[ 1869.463359] 20000001 
[ 1869.463361] 00000526 
[ 1869.463363] 20410001 
[ 1869.463365] 00000001 

[ 1869.463369]     GATHER at ffc18000+00dc, 2 words
[ 1869.463371] 20000001 
[ 1869.463373] 00000023 


[ 1869.463379] 
               ---- host general irq ----

[ 1869.463381] sync_hintmask_ext = 0xc0000000
[ 1869.463384] sync_hintmask = 0x80000000
[ 1869.463386] sync_intc0mask = 0x00000001
[ 1869.463389] sync_intmask = 0x00000011
[ 1869.463391] 
               ---- host syncpt irq mask ----

[ 1869.463394] syncpt_thresh_int_mask(0) = 0x00000001
[ 1869.463396] syncpt_thresh_int_mask(1) = 0x00055000
[ 1869.463399] syncpt_thresh_int_mask(2) = 0x00001050
[ 1869.463402] syncpt_thresh_int_mask(3) = 0x00000000
[ 1869.463404] syncpt_thresh_int_mask(4) = 0x00000000
[ 1869.463407] syncpt_thresh_int_mask(5) = 0x00000000
[ 1869.463409] syncpt_thresh_int_mask(6) = 0x00000000
[ 1869.463412] syncpt_thresh_int_mask(7) = 0x00000000
[ 1869.463414] syncpt_thresh_int_mask(8) = 0x00000000
[ 1869.463417] syncpt_thresh_int_mask(9) = 0x00000000
[ 1869.463419] syncpt_thresh_int_mask(10) = 0x00000000
[ 1869.463422] syncpt_thresh_int_mask(11) = 0x00000000
[ 1869.463424] 
               ---- host syncpt irq status ----

[ 1869.463427] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1869.463429] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1869.463432] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1869.463435] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1869.463437] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1869.463440] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1869.463442] 
               ---- host syncpt thresh ----

[ 1869.463445] syncpt_int_thresh_thresh_0(0) = 1
[ 1869.463458] syncpt_int_thresh_thresh_0(22) = 1
[ 1869.463461] syncpt_int_thresh_thresh_0(23) = 1
[ 1869.463464] syncpt_int_thresh_thresh_0(24) = 8
[ 1869.463467] syncpt_int_thresh_thresh_0(25) = 1
[ 1869.463474] syncpt_int_thresh_thresh_0(34) = 1
[ 1869.463476] syncpt_int_thresh_thresh_0(35) = 3
[ 1869.463480] syncpt_int_thresh_thresh_0(38) = 1
[ 1873.494858] host1x 50000000.host1x: cdma_handle_timeout: timeout: 34 (54080000.vi_1) client 10, HW thresh 0, done 1
[ 1873.507135] host1x 50000000.host1x: cdma_handle_timeout: timeout: 38 (54080000.vi_4) client 10, HW thresh 0, done 1
[ 1873.522844] host1x 50000000.host1x: cdma_handle_timeout: timeout: 35 (54080000.vi_2) client 10, HW thresh 2, done 2
[ 1873.533304] ---- mlocks ----

[ 1873.533317] ---- syncpts ----
[ 1873.533325] id 1 (disp0_a) min 7089 max 7089 refs 1 (previous client : )
[ 1873.533329] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1873.533333] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1873.533339] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1873.533343] id 8 (gm20b_507) min 130796 max 130796 refs 1 (previous client : gm20b_506)
[ 1873.533347] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1873.533351] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1873.533355] id 12 (gm20b_504) min 34170 max 34170 refs 1 (previous client : )
[ 1873.533359] id 13 (gm20b_503) min 33592 max 33592 refs 1 (previous client : gm20b_503)
[ 1873.533362] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1873.533366] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1873.533370] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1873.533374] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1873.533378] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1873.533383] id 22 (54680000.isp_0) min 0 max 4 refs 5 (previous client : )
[ 1873.533386] id 23 (54680000.isp_1) min 0 max 4 refs 5 (previous client : )
[ 1873.533390] id 24 (54680000.isp_2) min 7 max 18 refs 13 (previous client : )
[ 1873.533393] id 25 (54680000.isp_3) min 0 max 4 refs 5 (previous client : )
[ 1873.533397] id 26 (vblank0) min 39436 max -12 refs 1 (previous client : )
[ 1873.533404] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1873.533407] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1873.533411] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1873.533414] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1873.533418] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1873.533422] id 34 (54080000.vi_1) min 0 max 4 refs 5 (previous client : 54080000.vi_1)
[ 1873.533426] id 35 (54080000.vi_2) min 2 max 9 refs 9 (previous client : 54080000.vi_2)
[ 1873.533431] id 38 (54080000.vi_4) min 0 max 4 refs 5 (previous client : 54080000.vi_4)
[ 1873.533434] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1873.533438] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1873.533442] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1873.533445] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1873.533449] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1873.533452] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1873.533538] ---- channels ----
[ 1873.533544] 
               channel 0 - 54340000.vic

[ 1873.533550] 0-54340000.vic (0): 
[ 1873.533552] inactive

[ 1873.533556] 
               channel 1 - 54600000.isp

[ 1873.533561] 1-54600000.isp (1): 
[ 1873.533563] inactive

[ 1873.533567] 
               channel 2 - 54680000.isp

[ 1873.533572] 2-54680000.isp (24): 
[ 1873.533575] active class 01, offset 0050, val 00000016
[ 1873.533578] DMAPUT 000001f0, DMAGET 00000110, DMACTL 00000000
[ 1873.533581] CBREAD 00000016, CBSTAT 00010050
[ 1873.533587] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1873.533591]     GATHER at ffc98000+4c54, 8 words
[ 1873.533594] 20000001 
[ 1873.533596] 00000416 
[ 1873.533598] 20000001 
[ 1873.533601] 00000517 
[ 1873.533603] 20000001 
[ 1873.533605] 00000619 
[ 1873.533607] 200c0001 
[ 1873.533609] 00000005 

[ 1873.533614]     GATHER at ffc98000+4c74, 2 words
[ 1873.533616] 20000001 
[ 1873.533618] 00000018 


[ 1873.533625] 
               channel 3 - 54080000.vi

[ 1873.533630] 3-54080000.vi (17): 
[ 1873.533633] active class 01, offset 0050, val 00000022
[ 1873.533636] DMAPUT 00000148, DMAGET 00000120, DMACTL 00000000
[ 1873.533639] CBREAD 00000022, CBSTAT 00010050
[ 1873.533643] 
               ffffffc0e8ca0800: JOB, syncpt_id=34, syncpt_val=1, first_get=00000018, timeout=10000, num_slots=7, num_handles=1
[ 1873.533648]     GATHER at ffc18000+0000, 35 words
[ 1873.533650] 10620001 
[ 1873.533652] 0000001f 
[ 1873.533653] 10630002 
[ 1873.533656] 00000000 
[ 1873.533658] 00000000 
[ 1873.533660] 103a0001 
[ 1873.533661] 10100010 
[ 1873.533663] 103c0001 
[ 1873.533665] 10101010 
[ 1873.533667] 10420001 
[ 1873.533669] 00000001 
[ 1873.533671] 10430006 
[ 1873.533673] 00000000 
[ 1873.533675] 001c984c 
[ 1873.533677] 00000000 
[ 1873.533678] 00000000 
[ 1873.533680] 00000000 
[ 1873.533682] 00000000 
[ 1873.533684] 10590001 
[ 1873.533686] 00000003 
[ 1873.533688] 120e0006 
[ 1873.533690] 007f0015 
[ 1873.533692] 080301f0 
[ 1873.533694] 00000000 
[ 1873.533695] 00140000 
[ 1873.533697] 0000f005 
[ 1873.533699] 00000000 
[ 1873.533701] 12420001 
[ 1873.533703] 00000001 
[ 1873.533705] 124b0003 
[ 1873.533707] 00000000 
[ 1873.533709] 00000000 
[ 1873.533710] 00000000 
[ 1873.533713] 128b0001 
[ 1873.533714] 00000000 

[ 1873.533719]     GATHER at ffc18000+008c, 3 words
[ 1873.533721] 304e0005 
[ 1873.533723] 00000007 
[ 1873.533725] 00000018 

[ 1873.533729]     GATHER at ffc18000+0098, 17 words
[ 1873.533731] 10430006 
[ 1873.533733] 00200004 
[ 1873.533735] 001c984c 
[ 1873.533737] 00000000 
[ 1873.533739] 04380780 
[ 1873.533741] 00000960 
[ 1873.533743] 0000002b 
[ 1873.533745] 124b0003 
[ 1873.533746] 00000000 
[ 1873.533748] 00000000 
[ 1873.533750] 00000008 
[ 1873.533752] 20000001 
[ 1873.533754] 00001d22 
[ 1873.533756] 20000001 
[ 1873.533758] 00000526 
[ 1873.533760] 20410001 
[ 1873.533761] 00000001 

[ 1873.533766]     GATHER at ffc18000+00dc, 2 words
[ 1873.533768] 20000001 
[ 1873.533770] 00000023 


[ 1873.533775] 
               ---- host general irq ----

[ 1873.533778] sync_hintmask_ext = 0xc0000000
[ 1873.533781] sync_hintmask = 0x80000000
[ 1873.533783] sync_intc0mask = 0x00000001
[ 1873.533786] sync_intmask = 0x00000011
[ 1873.533788] 
               ---- host syncpt irq mask ----

[ 1873.533791] syncpt_thresh_int_mask(0) = 0x00000001
[ 1873.533793] syncpt_thresh_int_mask(1) = 0x00055000
[ 1873.533796] syncpt_thresh_int_mask(2) = 0x00001050
[ 1873.533798] syncpt_thresh_int_mask(3) = 0x00000000
[ 1873.533801] syncpt_thresh_int_mask(4) = 0x00000000
[ 1873.533803] syncpt_thresh_int_mask(5) = 0x00000000
[ 1873.533806] syncpt_thresh_int_mask(6) = 0x00000000
[ 1873.533808] syncpt_thresh_int_mask(7) = 0x00000000
[ 1873.533811] syncpt_thresh_int_mask(8) = 0x00000000
[ 1873.533813] syncpt_thresh_int_mask(9) = 0x00000000
[ 1873.533816] syncpt_thresh_int_mask(10) = 0x00000000
[ 1873.533818] syncpt_thresh_int_mask(11) = 0x00000000
[ 1873.533820] 
               ---- host syncpt irq status ----

[ 1873.533823] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1873.533826] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1873.533829] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1873.533831] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1873.533834] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1873.533836] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1873.533838] 
               ---- host syncpt thresh ----

[ 1873.533841] syncpt_int_thresh_thresh_0(0) = 1
[ 1873.533854] syncpt_int_thresh_thresh_0(22) = 1
[ 1873.533857] syncpt_int_thresh_thresh_0(23) = 1
[ 1873.533860] syncpt_int_thresh_thresh_0(24) = 8
[ 1873.533863] syncpt_int_thresh_thresh_0(25) = 1
[ 1873.533870] syncpt_int_thresh_thresh_0(34) = 1
[ 1873.533873] syncpt_int_thresh_thresh_0(35) = 3
[ 1873.533877] syncpt_int_thresh_thresh_0(38) = 1
[ 1873.737347] vi 54080000.vi:     SYNCPT_ID   34
[ 1873.737352] vi 54080000.vi:     SYNCPT_VAL  1
[ 1873.737356] vi 54080000.vi:     FIRST_GET   0x18
[ 1873.737359] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737362] vi 54080000.vi:     NUM_SLOTS   7
[ 1873.737365] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737372] vi 54080000.vi:     SYNCPT_ID   35
[ 1873.737415] vi 54080000.vi:     SYNCPT_VAL  3
[ 1873.737418] vi 54080000.vi:     FIRST_GET   0x50
[ 1873.737421] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737424] vi 54080000.vi:     NUM_SLOTS   4
[ 1873.737427] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737431] vi 54080000.vi:     SYNCPT_ID   34
[ 1873.737453] vi 54080000.vi:     SYNCPT_VAL  2
[ 1873.737456] vi 54080000.vi:     FIRST_GET   0x70
[ 1873.737459] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737462] vi 54080000.vi:     NUM_SLOTS   5
[ 1873.737464] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737470] vi 54080000.vi:     SYNCPT_ID   35
[ 1873.737498] vi 54080000.vi:     SYNCPT_VAL  5
[ 1873.737501] vi 54080000.vi:     FIRST_GET   0x98
[ 1873.737504] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737506] vi 54080000.vi:     NUM_SLOTS   4
[ 1873.737509] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737513] vi 54080000.vi:     SYNCPT_ID   34
[ 1873.737529] vi 54080000.vi:     SYNCPT_VAL  3
[ 1873.737531] vi 54080000.vi:     FIRST_GET   0xb8
[ 1873.737534] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737537] vi 54080000.vi:     NUM_SLOTS   5
[ 1873.737539] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737566] vi 54080000.vi:     SYNCPT_ID   35
[ 1873.737569] vi 54080000.vi:     SYNCPT_VAL  7
[ 1873.737572] vi 54080000.vi:     FIRST_GET   0xe0
[ 1873.737574] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737578] vi 54080000.vi:     NUM_SLOTS   4
[ 1873.737580] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737584] vi 54080000.vi:     SYNCPT_ID   34
[ 1873.737600] vi 54080000.vi:     SYNCPT_VAL  4
[ 1873.737602] vi 54080000.vi:     FIRST_GET   0x100
[ 1873.737605] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737607] vi 54080000.vi:     NUM_SLOTS   5
[ 1873.737610] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737636] vi 54080000.vi:     SYNCPT_ID   35
[ 1873.737639] vi 54080000.vi:     SYNCPT_VAL  9
[ 1873.737641] vi 54080000.vi:     FIRST_GET   0x128
[ 1873.737644] vi 54080000.vi:     TIMEOUT     10000
[ 1873.737647] vi 54080000.vi:     NUM_SLOTS   4
[ 1873.737650] vi 54080000.vi:     NUM_HANDLES 1
[ 1873.737690] host1x 50000000.host1x: cdma_handle_timeout: timeout: 22 (54680000.isp_0) client 5, HW thresh 0, done 1
[ 1873.748230] host1x 50000000.host1x: cdma_handle_timeout: timeout: 23 (54680000.isp_1) client 5, HW thresh 0, done 1
[ 1873.758753] host1x 50000000.host1x: cdma_handle_timeout: timeout: 25 (54680000.isp_3) client 5, HW thresh 0, done 1
[ 1873.769197] host1x 50000000.host1x: cdma_handle_timeout: timeout: 24 (54680000.isp_2) client 5, HW thresh 7, done 7
[ 1873.779710] ---- mlocks ----

[ 1873.779723] ---- syncpts ----
[ 1873.779729] id 1 (disp0_a) min 7091 max 7091 refs 1 (previous client : )
[ 1873.779733] id 2 (disp0_b) min 6 max 6 refs 1 (previous client : )
[ 1873.779736] id 3 (disp0_c) min 6 max 6 refs 1 (previous client : )
[ 1873.779742] id 7 (54340000.vic_0) min 51352 max 51352 refs 1 (previous client : gm20b_507)
[ 1873.779746] id 8 (gm20b_507) min 130808 max 130808 refs 1 (previous client : gm20b_506)
[ 1873.779750] id 9 (gm20b_506) min 4354 max 4354 refs 1 (previous client : gm20b_505)
[ 1873.779754] id 11 (gm20b_505) min 52 max 52 refs 1 (previous client : gm20b_505)
[ 1873.779758] id 12 (gm20b_504) min 34182 max 34182 refs 1 (previous client : )
[ 1873.779762] id 13 (gm20b_503) min 33608 max 33608 refs 1 (previous client : gm20b_503)
[ 1873.779765] id 14 (gm20b_502) min 14 max 14 refs 1 (previous client : )
[ 1873.779769] id 15 (gm20b_501) min 172 max 172 refs 1 (previous client : gm20b_501)
[ 1873.779772] id 16 (gm20b_500) min 14 max 14 refs 1 (previous client : )
[ 1873.779776] id 17 (gm20b_499) min 62 max 62 refs 1 (previous client : gm20b_501)
[ 1873.779779] id 18 (54600000.isp_0) min 81 max 81 refs 1 (previous client : vi)
[ 1873.779784] id 22 (54680000.isp_0) min 0 max 4 refs 5 (previous client : )
[ 1873.779788] id 23 (54680000.isp_1) min 0 max 4 refs 5 (previous client : )
[ 1873.779791] id 24 (54680000.isp_2) min 7 max 18 refs 13 (previous client : )
[ 1873.779794] id 25 (54680000.isp_3) min 0 max 4 refs 5 (previous client : )
[ 1873.779798] id 26 (vblank0) min 39451 max -12 refs 1 (previous client : )
[ 1873.779802] id 28 (gm20b_498) min 704 max 704 refs 1 (previous client : )
[ 1873.779806] id 29 (gm20b_497) min 28 max 28 refs 1 (previous client : )
[ 1873.779809] id 30 (gm20b_496) min 2 max 2 refs 1 (previous client : )
[ 1873.779812] id 31 (gm20b_495) min 2 max 2 refs 1 (previous client : )
[ 1873.779816] id 32 (gm20b_494) min 6 max 6 refs 1 (previous client : )
[ 1873.779820] id 34 (54080000.vi_1) min 4 max 4 refs 1 (previous client : 54080000.vi_1)
[ 1873.779823] id 35 (54080000.vi_2) min 9 max 9 refs 1 (previous client : 54080000.vi_2)
[ 1873.779828] id 38 (54080000.vi_4) min 4 max 4 refs 1 (previous client : 54080000.vi_4)
[ 1873.779832] id 39 (gm20b_493) min 6 max 6 refs 1 (previous client : )
[ 1873.779835] id 40 (gm20b_492) min 6 max 6 refs 1 (previous client : )
[ 1873.779838] id 41 (gm20b_491) min 8 max 8 refs 1 (previous client : )
[ 1873.779841] id 42 (gm20b_490) min 6 max 6 refs 1 (previous client : )
[ 1873.779845] id 43 (gm20b_489) min 6 max 6 refs 1 (previous client : )
[ 1873.779848] id 44 (gm20b_488) min 6 max 6 refs 1 (previous client : )

[ 1873.779933] ---- channels ----
[ 1873.779939] 
               channel 0 - 54340000.vic

[ 1873.779945] 0-54340000.vic (0): 
[ 1873.779949] inactive

[ 1873.779953] 
               channel 1 - 54600000.isp

[ 1873.779958] 1-54600000.isp (1): 
[ 1873.779960] inactive

[ 1873.779963] 
               channel 2 - 54680000.isp

[ 1873.779968] 2-54680000.isp (24): 
[ 1873.779972] active class 01, offset 0050, val 00000016
[ 1873.779974] DMAPUT 000001f0, DMAGET 00000110, DMACTL 00000000
[ 1873.779977] CBREAD 00000016, CBSTAT 00010050
[ 1873.779982] 
               ffffffc0e8ca2000: JOB, syncpt_id=22, syncpt_val=1, first_get=00000090, timeout=10000, num_slots=3, num_handles=1
[ 1873.779987]     GATHER at ffc98000+4c54, 8 words
[ 1873.779990] 20000001 
[ 1873.779992] 00000416 
[ 1873.779994] 20000001 
[ 1873.779997] 00000517 
[ 1873.779999] 20000001 
[ 1873.780001] 00000619 
[ 1873.780003] 200c0001 
[ 1873.780005] 00000005 

[ 1873.780010]     GATHER at ffc98000+4c74, 2 words
[ 1873.780012] 20000001 
[ 1873.780015] 00000018 


[ 1873.780021] 
               channel 3 - 54080000.vi

[ 1873.780027] 3-54080000.vi (2): 
[ 1873.780030] active class 01, offset 0000, val 20000000
[ 1873.780033] DMAPUT 00000148, DMAGET 00000148, DMACTL 00000000
[ 1873.780035] CBREAD 20000000, CBSTAT 00010000
[ 1873.780037] The CDMA sync queue is empty.

[ 1873.780044] 
               ---- host general irq ----

[ 1873.780046] sync_hintmask_ext = 0xc0000000
[ 1873.780049] sync_hintmask = 0x80000000
[ 1873.780051] sync_intc0mask = 0x00000001
[ 1873.780054] sync_intmask = 0x00000011
[ 1873.780055] 
               ---- host syncpt irq mask ----

[ 1873.780058] syncpt_thresh_int_mask(0) = 0x00000001
[ 1873.780061] syncpt_thresh_int_mask(1) = 0x00055000
[ 1873.780064] syncpt_thresh_int_mask(2) = 0x00000000
[ 1873.780066] syncpt_thresh_int_mask(3) = 0x00000000
[ 1873.780069] syncpt_thresh_int_mask(4) = 0x00000000
[ 1873.780072] syncpt_thresh_int_mask(5) = 0x00000000
[ 1873.780074] syncpt_thresh_int_mask(6) = 0x00000000
[ 1873.780077] syncpt_thresh_int_mask(7) = 0x00000000
[ 1873.780079] syncpt_thresh_int_mask(8) = 0x00000000
[ 1873.780082] syncpt_thresh_int_mask(9) = 0x00000000
[ 1873.780084] syncpt_thresh_int_mask(10) = 0x00000000
[ 1873.780087] syncpt_thresh_int_mask(11) = 0x00000000
[ 1873.780089] 
               ---- host syncpt irq status ----

[ 1873.780092] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 1873.780094] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 1873.780097] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 1873.780100] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 1873.780102] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 1873.780105] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 1873.780107] 
               ---- host syncpt thresh ----

[ 1873.780110] syncpt_int_thresh_thresh_0(0) = 1
[ 1873.780123] syncpt_int_thresh_thresh_0(22) = 1
[ 1873.780126] syncpt_int_thresh_thresh_0(23) = 1
[ 1873.780129] syncpt_int_thresh_thresh_0(24) = 8
[ 1873.780132] syncpt_int_thresh_thresh_0(25) = 1
[ 1873.780243] isp 54680000.isp:     SYNCPT_ID   22
[ 1873.780246] isp 54680000.isp:     SYNCPT_VAL  1
[ 1873.780249] isp 54680000.isp:     FIRST_GET   0x90
[ 1873.780252] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780255] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780257] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780265] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780268] isp 54680000.isp:     SYNCPT_VAL  8
[ 1873.780270] isp 54680000.isp:     FIRST_GET   0xa8
[ 1873.780273] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780276] isp 54680000.isp:     NUM_SLOTS   5
[ 1873.780279] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780283] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780285] isp 54680000.isp:     SYNCPT_VAL  9
[ 1873.780288] isp 54680000.isp:     FIRST_GET   0xd0
[ 1873.780291] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780293] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780296] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780300] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780303] isp 54680000.isp:     SYNCPT_VAL  10
[ 1873.780306] isp 54680000.isp:     FIRST_GET   0xe8
[ 1873.780309] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780311] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780314] isp 54680000.isp:     NUM_HANDLES 3
[ 1873.780319] isp 54680000.isp:     SYNCPT_ID   22
[ 1873.780324] isp 54680000.isp:     SYNCPT_VAL  2
[ 1873.780326] isp 54680000.isp:     FIRST_GET   0x100
[ 1873.780329] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780332] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780334] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780341] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780344] isp 54680000.isp:     SYNCPT_VAL  12
[ 1873.780346] isp 54680000.isp:     FIRST_GET   0x118
[ 1873.780349] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780352] isp 54680000.isp:     NUM_SLOTS   5
[ 1873.780355] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780359] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780361] isp 54680000.isp:     SYNCPT_VAL  13
[ 1873.780364] isp 54680000.isp:     FIRST_GET   0x140
[ 1873.780367] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780369] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780372] isp 54680000.isp:     NUM_HANDLES 3
[ 1873.780376] isp 54680000.isp:     SYNCPT_ID   22
[ 1873.780378] isp 54680000.isp:     SYNCPT_VAL  3
[ 1873.780381] isp 54680000.isp:     FIRST_GET   0x158
[ 1873.780384] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780386] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780389] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780396] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780399] isp 54680000.isp:     SYNCPT_VAL  15
[ 1873.780401] isp 54680000.isp:     FIRST_GET   0x170
[ 1873.780404] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780407] isp 54680000.isp:     NUM_SLOTS   5
[ 1873.780410] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780414] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780416] isp 54680000.isp:     SYNCPT_VAL  16
[ 1873.780420] isp 54680000.isp:     FIRST_GET   0x198
[ 1873.780423] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780426] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780428] isp 54680000.isp:     NUM_HANDLES 3
[ 1873.780432] isp 54680000.isp:     SYNCPT_ID   22
[ 1873.780435] isp 54680000.isp:     SYNCPT_VAL  4
[ 1873.780438] isp 54680000.isp:     FIRST_GET   0x1b0
[ 1873.780440] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780443] isp 54680000.isp:     NUM_SLOTS   3
[ 1873.780446] isp 54680000.isp:     NUM_HANDLES 1
[ 1873.780452] isp 54680000.isp:     SYNCPT_ID   24
[ 1873.780455] isp 54680000.isp:     SYNCPT_VAL  18
[ 1873.780458] isp 54680000.isp:     FIRST_GET   0x1c8
[ 1873.780460] isp 54680000.isp:     TIMEOUT     10000
[ 1873.780463] isp 54680000.isp:     NUM_SLOTS   5
[ 1873.780466] isp 54680000.isp:     NUM_HANDLES 1
[ 1881.536587] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1881.543442] regmap_util_write_table_8:regmap_util_write_table:-121
[ 1881.601381] imx219 7-0010: Error turning off streaming

hello sutchc20,

your failures means VI driver cannot receive sensor streaming correctly.

$  v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100
...
[ 1781.356712] video4linux video0: frame start syncpt timeout!0
[ 1781.564705] video4linux video0: frame start syncpt timeout!0

the failures of your following camera accessing attempt with nvarguscamerasrc since there’s unrecoverable syncpt timeout.

FYI,
JetPack-4.4DP did not include camera drivers changes; its key feature include support for Jetson Xavier NX module, and also new versions of CUDA, TensorRT and cuDNN, support for Vulkan 1.2. you might also check release notes for more details.

BTW,
since there’re several sensor modes of your formats report.

		Size: Discrete 3264x2464
			Interval: Discrete 0.048s (21.000 fps)
		Size: Discrete 3264x1848
			Interval: Discrete 0.036s (28.000 fps)
		Size: Discrete 1920x1080
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.017s (60.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.017s (60.000 fps)

could you please have a try to access with other sensor modes.
thanks

Hi, this behavior wasn’t replicated on another Jetson Nano, which is odd. Trying different sensor modes had no effect. I’m guessing it’s a hardware error with the CSI camera interface.