Https://forums.developer.nvidia.com/t/nvgstcapture-not-showing-preview/172709/17

I also got the same problem. After reading feedback about the camera problem, I replaced it with a new camera, but the problem still exists.When I first eliminated the problem, I tried to hot plug the camera. Is this the reason that damaged the jetsonnano motherboard? I hope you can give me some help. Thanks a lot.

Hi,
For Bayer cameras, hotplug is not supported and please not do this.
By default Raspberry Pi camera v2 is supported. IF you use other cameras, would need to contact camera vendor for porting sensor driver and device tree.

Thank a lot for your reply. I use the imx219 csi camera. Before I try to hot plug, an error in the link has occurred. However, after I replace the new imx219 camera, the same error still occurs, and the re burning system has not solved the problem. Is there a high probability that several hot plug operations will damage the jetsonnano motherboard? What else can I do to solve this problem?

We didn’t try that, not sure if can damage the board, do you have another devkit to connect with your imx219 camera? Please be sure to get the sensor driver and device tree porting from camera vendors.

Thanks kayccc,I don’t have another jetsonnano. I ran the following commands according to the method you mentioned here:
1、v4l2-ctl --list-devices
2、nvgstcapture-1.0
3、sudo su
echo file csi2_ fops. c +p > /sys/kernel/debug/dynamic_ debug/control
dmesg
and the log as below:

kavin@kavin-desktop:~$ v4l2-ctl --list-devices
vi-output, imx219 7-0010 (platform:54080000.vi:0):
/dev/video0

kavin@kavin-desktop:~$ nvgstcapture-1.0
Encoder null, cannot set bitrate!
Encoder Profile = High
Supported resolutions in case of ARGUS Camera
(2) : 640x480
(3) : 1280x720
(4) : 1920x1080
(5) : 2104x1560
(6) : 2592x1944
(7) : 2616x1472
(8) : 3840x2160
(9) : 3896x2192
(10): 4208x3120
(11): 5632x3168
(12): 5632x4224

Runtime ARGUS Camera Commands:

Help : ‘h’
Quit : ‘q’
Set Capture Mode:
mo:
(1): image
(2): video
Get Capture Mode:
gmo
Set sensor orientation:
so:
(0): none
(1): Rotate counter-clockwise 90 degrees
(2): Rotate 180 degrees
(3): Rotate clockwise 90 degrees
Get sensor orientation:
gso
Set sensor mode:
smo: e.g., smo:1
Get sensor mode:
gsmo
Set Whitebalance Mode:
wb:
(0): off
(1): auto
(2): incandescent
(3): fluorescent
(4): warm-fluorescent
(5): daylight
(6): cloudy-daylight
(7): twilight
(8): shade
(9): manual
Get Whitebalance Mode:
gwb
Set Saturation (0 to 2):
st: e.g., st:1.25
Get Saturation:
gst
Set Exposure Compensation (-2 to 2):
ec: e.g., ec:-2
Get Exposure Compensation:
gec
Set Auto Whitebalance Lock:
awbl: e.g., awbl:0
Get Auto Whitebalance Lock:
awbl
Set Auto Exposure Lock:
ael: e.g., ael:0
Get Auto Exposure Lock:
gael
Set TNR Mode:
tnrm: e.g., tnrm:1
(0): OFF
(1): FAST
(2): HIGH QUALITY
Get TNR Mode:
gtnrm
Set TNR Strength (-1 to 1):
tnrs: e.g., tnrs:0.5
Get TNR Strength:
gtnrs
Set EE Mode:
eem: e.g., eem:1
(0): OFF
(1): FAST
(2): HIGH QUALITY
Get EE Mode:
geem
Set EE Strength (-1 to 1):
ees: e.g., ees:0.5
Get EE Strength:
gees
Set Auto Exposure Anti-Banding (0 to 3):
aeab: e.g., aeab:2
(0): OFF
(1): MODE AUTO
(2): MODE 50HZ
(3): MODE 60HZ
Get Auto Exposure Anti-Banding:
gaeab
Set Gain Range:
gr: e.g., gr:1 16
Get Gain Range:
ggr
Set Exposure Time Range:
etr: e.g., etr:34000 35000
Get Exposure Time Range:
getr
Set ISP Digital Gain Range:
dgr: e.g., dgr:2 152
Get ISP Digital Gain Range:
gdgr
Capture: enter ‘j’ OR
followed by a timer (e.g., jx5000, capture after 5 seconds) OR
followed by multishot count (e.g., j:6, capture 6 images)
timer/multihot values are optional, capture defaults to single shot with timer=0s
Start Recording : enter ‘1’
Stop Recording : enter ‘0’
Video snapshot : enter ‘2’ (While recording video)
Get Preview Resolution:
gpcr
Get Image Capture Resolution:
gicr
Get Video Capture Resolution:
gvcr

Runtime encoder configuration options:

Set Encoding Bit-rate(in bytes):
br: e.g., br:4000000
Get Encoding Bit-rate(in bytes):
gbr
Set Encoding Profile(only for H.264):
ep: e.g., ep:1
(0): Baseline
(1): Main
(2): High
Get Encoding Profile(only for H.264):
gep
Force IDR Frame on video Encoder(only for H.264):
Enter ‘f’

bitrate = 4000000
Encoder Profile = High
Encoder control-rate = 1
Encoder EnableTwopassCBR = 0
Opening in BLOCKING MODE
Opening in BLOCKING MODE
** Message: 08:51:51.527: main:4670 iterating capture loop …
NvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
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: 1640 x 1232 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 = 5
Output Stream W = 1280 H = 720
seconds to Run = 0
Frame Rate = 120.000005
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
nvbuf_utils: dmabuf_fd -1 mapped entry NOT found
nvbuf_utils: Can not get HW buffer from FD… Exiting…
ERROR on bus: by /GstPipeline:capture_native_pipeline/GstBin:cap_bin/GstNvArgusCameraSrc:nvarguscamerasrc0: CANCELLED
debug info:
Argus Error Status

(nvgstcapture-1.0:11605): GStreamer-CRITICAL : 08:51:55.534: gst_mini_object_set_qdata: assertion ‘object != NULL’ failed
GST_ARGUS: Cleaning up
^C
Message: 08:52:09.070: <_intr_handler:4261> User Interrupted…

(Argus) Error EndOfFile: Unexpected error in reading socket (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 266)
(Argus) Error EndOfFile: Receive worker failure, notifying 1 waiting threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 340)
(Argus) Error InvalidState: Argus client is exiting with 1 outstanding client threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 357)
(Argus) Error EndOfFile: Receiving thread terminated with error (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadWrapper(), line 368)
(Argus) Error EndOfFile: Client thread received an error from socket (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 145)
(Argus) Error EndOfFile: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 87)
** Message: 08:52:44.014: main:4680 Capture completed
** Message: 08:52:44.014: main:4729 Camera application will now exit
(Argus) Error InvalidState: Receive thread is not running cannot send. (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 96)
(Argus) Error InvalidState: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 87)

kavin@kavin-desktop:~$ sudo su
root@kavin-desktop:/sys/kernel/debug/dynamic_debug# echo file csi2_fops.c +p > /sys/kernel/debug/dynamic_debug/control
root@kavin-desktop:/sys/kernel/debug/dynamic_debug# dmesg
[  400.288988] sync_hintmask = 0x80000000
[  400.288990] sync_intc0mask = 0x00000001
[  400.288990] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  400.288992] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  400.288993] sync_intmask = 0x00000011
[  400.288994]
               ---- host syncpt irq mask ----

[  400.288996] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  400.288998] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  400.288998] syncpt_thresh_int_mask(0) = 0x00000001
[  400.289000]
               ---- host syncpt thresh ----

[  400.289001] syncpt_thresh_int_mask(1) = 0x00055000
[  400.289003] syncpt_thresh_int_mask(2) = 0x00001050
[  400.289004] syncpt_int_thresh_thresh_0(0) = 1
[  400.289006] syncpt_thresh_int_mask(3) = 0x00000000
[  400.289009] syncpt_thresh_int_mask(4) = 0x00000000
[  400.289011] syncpt_thresh_int_mask(5) = 0x00000000
[  400.289014] syncpt_thresh_int_mask(6) = 0x00000000
[  400.289016] syncpt_int_thresh_thresh_0(22) = 4
[  400.289017] syncpt_thresh_int_mask(7) = 0x00000000
[  400.289019] syncpt_thresh_int_mask(8) = 0x00000000
[  400.289020] syncpt_int_thresh_thresh_0(23) = 4
[  400.289022] syncpt_thresh_int_mask(9) = 0x00000000
[  400.289023] syncpt_int_thresh_thresh_0(24) = 23
[  400.289025] syncpt_thresh_int_mask(10) = 0x00000000
[  400.289026] syncpt_int_thresh_thresh_0(25) = 4
[  400.289029] syncpt_thresh_int_mask(11) = 0x00000000
[  400.289030]
               ---- host syncpt irq status ----

[  400.289032] syncpt_int_thresh_thresh_0(34) = 4
[  400.289033] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  400.289036] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  400.289036] syncpt_int_thresh_thresh_0(35) = 10
[  400.289038] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  400.289040] syncpt_int_thresh_thresh_0(38) = 4
[  400.289042] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  400.289044] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  400.289047] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  400.289049]
               ---- host syncpt thresh ----

[  400.289052] syncpt_int_thresh_thresh_0(0) = 1
[  400.289064] syncpt_int_thresh_thresh_0(22) = 4
[  400.289067] syncpt_int_thresh_thresh_0(23) = 4
[  400.289070] syncpt_int_thresh_thresh_0(24) = 23
[  400.289073] syncpt_int_thresh_thresh_0(25) = 4
[  400.289079] syncpt_int_thresh_thresh_0(34) = 4
[  400.289082] syncpt_int_thresh_thresh_0(35) = 10
[  400.289086] syncpt_int_thresh_thresh_0(38) = 4
[  400.320570] fence timeout on [ffffffc056981c00] after 1500ms
[  400.320578] name=[nvhost_sync:38], current value=3 waiting value=4
[  400.320583] ---- mlocks ----

[  400.320595] ---- syncpts ----
[  400.320606] id 8 (gm20b_507) min 134786 max 134786 refs 1 (previous client : )
[  400.320611] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  400.320615] id 11 (gm20b_505) min 3196 max 3196 refs 1 (previous client : gm20b_505)
[  400.320625] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  400.320629] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  400.320633] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  400.320637] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  400.320641] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  400.320645] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  400.320649] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  400.320652] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  400.320656] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  400.320661] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  400.320664] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  400.320669] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  400.320674] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  400.320677] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  400.320681] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  400.320684] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  400.320688] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  400.320691] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  400.320778] ---- channels ----
[  400.320785]
               channel 0 - 54680000.isp

[  400.320791] 0-54680000.isp (18):
[  400.320795] active class 01, offset 0050, val 00000016
[  400.320798] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  400.320800] CBREAD 00000016, CBSTAT 00010050
[  400.320806]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  400.320812]     GATHER at ffc58000+4c54, 8 words
[  400.320814] 20000001
[  400.320816] 00000416
[  400.320818] 20000001
[  400.320820] 00000517
[  400.320823] 20000001
[  400.320825] 00000619
[  400.320826] 200c0001
[  400.320828] 00000005

[  400.320834]     GATHER at ffc58000+4c74, 2 words
[  400.320836] 20000001
[  400.320838] 00000018


[  400.320845]
               channel 1 - 54080000.vi

[  400.320850] 1-54080000.vi (13):
[  400.320853] active class 01, offset 0050, val 00000022
[  400.320856] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  400.320858] CBREAD 00000022, CBSTAT 00010050
[  400.320863]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  400.320867]     GATHER at ffc40000+0000, 35 words
[  400.320869] 10620001
[  400.320871] 0000001f
[  400.320873] 10630002
[  400.320875] 00000000
[  400.320877] 00000000
[  400.320879] 103a0001
[  400.320881] 10100010
[  400.320883] 103c0001
[  400.320884] 10101010
[  400.320886] 10420001
[  400.320888] 00000001
[  400.320890] 10430006
[  400.320892] 00000000
[  400.320894] 001c984c
[  400.320896] 00000000
[  400.320898] 00000000
[  400.320900] 00000000
[  400.320902] 00000000
[  400.320904] 10590001
[  400.320905] 00000003
[  400.320907] 120e0006
[  400.320909] 007f0015
[  400.320911] 080301f0
[  400.320913] 00000000
[  400.320915] 00140000
[  400.320917] 0000f005
[  400.320919] 00000000
[  400.320921] 12420001
[  400.320923] 00000001
[  400.320925] 124b0003
[  400.320927] 00000000
[  400.320929] 00000000
[  400.320931] 00000000
[  400.320932] 128b0001
[  400.320934] 00000000

[  400.320940]     GATHER at ffc40000+008c, 3 words
[  400.320942] 304e0005
[  400.320943] 00000016
[  400.320945] 00000018

[  400.320950]     GATHER at ffc40000+0098, 17 words
[  400.320952] 10430006
[  400.320954] 00200004
[  400.320956] 001c984c
[  400.320958] 00000000
[  400.320960] 02d00500
[  400.320962] 00000640
[  400.320963] 0000002b
[  400.320966] 124b0003
[  400.320967] 00000000
[  400.320969] 00000000
[  400.320971] 00000009
[  400.320973] 20000001
[  400.320975] 00001d22
[  400.320977] 20000001
[  400.320979] 00000526
[  400.320981] 20410001
[  400.320983] 00000001

[  400.320987]     GATHER at ffc40000+00dc, 2 words
[  400.320989] 20000001
[  400.320991] 00000023


[  400.320997]
               ---- host general irq ----

[  400.320999] sync_hintmask_ext = 0xc0000000
[  400.321002] sync_hintmask = 0x80000000
[  400.321004] sync_intc0mask = 0x00000001
[  400.321007] sync_intmask = 0x00000011
[  400.321009]
               ---- host syncpt irq mask ----

[  400.321012] syncpt_thresh_int_mask(0) = 0x00000001
[  400.321015] syncpt_thresh_int_mask(1) = 0x00055000
[  400.321017] syncpt_thresh_int_mask(2) = 0x00001050
[  400.321020] syncpt_thresh_int_mask(3) = 0x00000000
[  400.321022] syncpt_thresh_int_mask(4) = 0x00000000
[  400.321025] syncpt_thresh_int_mask(5) = 0x00000000
[  400.321027] syncpt_thresh_int_mask(6) = 0x00000000
[  400.321030] syncpt_thresh_int_mask(7) = 0x00000000
[  400.321033] syncpt_thresh_int_mask(8) = 0x00000000
[  400.321035] syncpt_thresh_int_mask(9) = 0x00000000
[  400.321038] syncpt_thresh_int_mask(10) = 0x00000000
[  400.321040] syncpt_thresh_int_mask(11) = 0x00000000
[  400.321042]
               ---- host syncpt irq status ----

[  400.321045] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  400.321048] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  400.321050] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  400.321053] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  400.321056] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  400.321058] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  400.321060]
               ---- host syncpt thresh ----

[  400.321063] syncpt_int_thresh_thresh_0(0) = 1
[  400.321076] syncpt_int_thresh_thresh_0(22) = 4
[  400.321079] syncpt_int_thresh_thresh_0(23) = 4
[  400.321082] syncpt_int_thresh_thresh_0(24) = 23
[  400.321085] syncpt_int_thresh_thresh_0(25) = 4
[  400.321092] syncpt_int_thresh_thresh_0(34) = 4
[  400.321095] syncpt_int_thresh_thresh_0(35) = 10
[  400.321099] syncpt_int_thresh_thresh_0(38) = 4
[  401.089851] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  401.103248] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  401.792484] fence timeout on [ffffffc074ea0780] after 1500ms
[  401.792489] fence timeout on [ffffffc056981cc0] after 1500ms
[  401.792492] name=[nvhost_sync:22], current value=3 waiting value=6
[  401.792498] name=[nvhost_sync:23], current value=3 waiting value=5
[  401.792499] ---- mlocks ----
[  401.792502] ---- mlocks ----

[  401.792510] ---- syncpts ----

[  401.792514] ---- syncpts ----
[  401.792522] id 8 (gm20b_507) min 136116 max 136116 refs 1 (previous client : )
[  401.792527] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  401.792532] id 11 (gm20b_505) min 3218 max 3218 refs 1 (previous client : gm20b_505)
[  401.792541] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  401.792545] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  401.792550] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  401.792553] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  401.792558] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  401.792562] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  401.792566] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  401.792569] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  401.792573] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  401.792577] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  401.792581] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  401.792585] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  401.792590] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  401.792594] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  401.792598] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  401.792601] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  401.792605] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  401.792608] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  401.792696] ---- channels ----
[  401.792701] id 8 (gm20b_507) min 136116 max 136116 refs 1 (previous client : )
[  401.792703]
               channel 0 - 54680000.isp

[  401.792706] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  401.792709] 0-54680000.isp (18):
[  401.792711] id 11 (gm20b_505) min 3218 max 3218 refs 1 (previous client : gm20b_505)
[  401.792715] active class 01, offset 0050, val 00000016
[  401.792718] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  401.792720] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  401.792721] CBREAD 00000016, CBSTAT 00010050
[  401.792724] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  401.792726]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  401.792728] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  401.792731] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  401.792732]     GATHER at ffc58000+4c54, 8 words
[  401.792733] 20000001
[  401.792736] 00000416
[  401.792737] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  401.792740] 20000001
[  401.792740] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  401.792743] 00000517
[  401.792743] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  401.792745] 20000001
[  401.792746] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  401.792748] 00000619
[  401.792749] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  401.792751] 200c0001
[  401.792753] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  401.792753] 00000005

[  401.792757] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  401.792758]     GATHER at ffc58000+4c74, 2 words
[  401.792760] 20000001
[  401.792762] 00000018
[  401.792763] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)


[  401.792767] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  401.792769] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  401.792770]
               channel 1 - 54080000.vi

[  401.792773] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  401.792775] 1-54080000.vi (13):
[  401.792777] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  401.792778] active class 01, offset 0050, val 00000022
[  401.792780] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  401.792781] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  401.792783] CBREAD 00000022, CBSTAT 00010050
[  401.792785] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)
[  401.792789]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  401.792793]     GATHER at ffc40000+0000, 35 words
[  401.792795] 10620001
[  401.792797] 0000001f
[  401.792799] 10630002
[  401.792801] 00000000
[  401.792803] 00000000
[  401.792805] 103a0001
[  401.792807] 10100010
[  401.792808] 103c0001
[  401.792810] 10101010
[  401.792812] 10420001
[  401.792814] 00000001
[  401.792816] 10430006
[  401.792818] 00000000
[  401.792820] 001c984c
[  401.792821] 00000000
[  401.792823] 00000000
[  401.792825] 00000000
[  401.792827] 00000000
[  401.792829] 10590001
[  401.792831] 00000003
[  401.792833] 120e0006
[  401.792834] 007f0015
[  401.792836] 080301f0
[  401.792838] 00000000
[  401.792840] 00140000
[  401.792842] 0000f005
[  401.792844] 00000000
[  401.792846] 12420001
[  401.792848] 00000001
[  401.792850] 124b0003
[  401.792852] 00000000
[  401.792854] 00000000
[  401.792856] 00000000
[  401.792858] 128b0001
[  401.792860] 00000000

[  401.792864]     GATHER at ffc40000+008c, 3 words
[  401.792867] 304e0005

[  401.792869] ---- channels ----
[  401.792869] 00000016
[  401.792870] 00000018
[  401.792872] unable to lock channel list
[  401.792873] unable to lock channel list

[  401.792875] unable to lock channel list
[  401.792876]     GATHER at ffc40000+0098, 17 words
[  401.792878] 10430006
[  401.792878] unable to lock channel list
[  401.792879] unable to lock channel list
[  401.792880] 00200004
[  401.792881] 001c984c
[  401.792882] unable to lock channel list
[  401.792883] unable to lock channel list
[  401.792884] 00000000
[  401.792885] 02d00500
[  401.792886] unable to lock channel list
[  401.792887] unable to lock channel list
[  401.792887] 00000640
[  401.792889] 0000002b
[  401.792890]
               ---- host general irq ----

[  401.792892] 124b0003
[  401.792892] sync_hintmask_ext = 0xc0000000
[  401.792895] 00000000
[  401.792895] sync_hintmask = 0x80000000
[  401.792897] 00000000
[  401.792898] sync_intc0mask = 0x00000001
[  401.792900] 00000009
[  401.792900] sync_intmask = 0x00000011
[  401.792901]
               ---- host syncpt irq mask ----

[  401.792902] 20000001
[  401.792903] 00001d22
[  401.792905] syncpt_thresh_int_mask(0) = 0x00000001
[  401.792905] 20000001
[  401.792907] 00000526
[  401.792908] syncpt_thresh_int_mask(1) = 0x00055000
[  401.792909] 20410001
[  401.792911] syncpt_thresh_int_mask(2) = 0x00001050
[  401.792912] 00000001

[  401.792915] syncpt_thresh_int_mask(3) = 0x00000000
[  401.792916]     GATHER at ffc40000+00dc, 2 words
[  401.792917] 20000001
[  401.792919] syncpt_thresh_int_mask(4) = 0x00000000
[  401.792920] 00000023
[  401.792922] syncpt_thresh_int_mask(5) = 0x00000000


[  401.792926] syncpt_thresh_int_mask(6) = 0x00000000
[  401.792927] syncpt_thresh_int_mask(7) = 0x00000000
[  401.792928]
               ---- host general irq ----

[  401.792930] sync_hintmask_ext = 0xc0000000
[  401.792931] syncpt_thresh_int_mask(8) = 0x00000000
[  401.792933] syncpt_thresh_int_mask(9) = 0x00000000
[  401.792934] sync_hintmask = 0x80000000
[  401.792936] sync_intc0mask = 0x00000001
[  401.792936] syncpt_thresh_int_mask(10) = 0x00000000
[  401.792938] syncpt_thresh_int_mask(11) = 0x00000000
[  401.792939] sync_intmask = 0x00000011
[  401.792940]
               ---- host syncpt irq mask ----

[  401.792941]
               ---- host syncpt irq status ----

[  401.792943] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  401.792944] syncpt_thresh_int_mask(0) = 0x00000001
[  401.792946] syncpt_thresh_int_mask(1) = 0x00055000
[  401.792947] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  401.792949] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  401.792950] syncpt_thresh_int_mask(2) = 0x00001050
[  401.792952] syncpt_thresh_int_mask(3) = 0x00000000
[  401.792952] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  401.792954] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  401.792955] syncpt_thresh_int_mask(4) = 0x00000000
[  401.792957] syncpt_thresh_int_mask(5) = 0x00000000
[  401.792958] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  401.792959]
               ---- host syncpt thresh ----

[  401.792960] syncpt_thresh_int_mask(6) = 0x00000000
[  401.792962] syncpt_thresh_int_mask(7) = 0x00000000
[  401.792963] syncpt_int_thresh_thresh_0(0) = 1
[  401.792966] syncpt_thresh_int_mask(8) = 0x00000000
[  401.792968] syncpt_thresh_int_mask(9) = 0x00000000
[  401.792971] syncpt_thresh_int_mask(10) = 0x00000000
[  401.792973] syncpt_thresh_int_mask(11) = 0x00000000
[  401.792975]
               ---- host syncpt irq status ----

[  401.792977] syncpt_int_thresh_thresh_0(22) = 4
[  401.792978] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  401.792981] syncpt_int_thresh_thresh_0(23) = 4
[  401.792981] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  401.792983] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  401.792984] syncpt_int_thresh_thresh_0(24) = 23
[  401.792987] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  401.792987] syncpt_int_thresh_thresh_0(25) = 4
[  401.792989] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  401.792992] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  401.792993] syncpt_int_thresh_thresh_0(34) = 4
[  401.792995]
               ---- host syncpt thresh ----

[  401.792997] syncpt_int_thresh_thresh_0(35) = 10
[  401.792998] syncpt_int_thresh_thresh_0(0) = 1
[  401.793001] syncpt_int_thresh_thresh_0(38) = 4
[  401.793011] syncpt_int_thresh_thresh_0(22) = 4
[  401.793014] syncpt_int_thresh_thresh_0(23) = 4
[  401.793017] syncpt_int_thresh_thresh_0(24) = 23
[  401.793020] syncpt_int_thresh_thresh_0(25) = 4
[  401.793027] syncpt_int_thresh_thresh_0(34) = 4
[  401.793030] syncpt_int_thresh_thresh_0(35) = 10
[  401.793033] syncpt_int_thresh_thresh_0(38) = 4
[  403.296447] fence timeout on [ffffffc0d48619c0] after 1500ms
[  403.296455] name=[nvhost_sync:22], current value=3 waiting value=6
[  403.296460] ---- mlocks ----

[  403.296471] ---- syncpts ----
[  403.296482] id 8 (gm20b_507) min 136762 max 136762 refs 1 (previous client : )
[  403.296487] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  403.296492] id 11 (gm20b_505) min 3232 max 3232 refs 1 (previous client : gm20b_505)
[  403.296498] fence timeout on [ffffffc074ebb180] after 1500ms
[  403.296502] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  403.296504] name=[nvhost_sync:38], current value=3 waiting value=5
[  403.296507] ---- mlocks ----
[  403.296508] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  403.296512] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  403.296516] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)

[  403.296519] ---- syncpts ----
[  403.296521] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  403.296525] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  403.296529] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  403.296533] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  403.296537] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  403.296541] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  403.296545] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  403.296549] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  403.296555] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  403.296558] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  403.296562] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  403.296566] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  403.296569] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  403.296573] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  403.296661] ---- channels ----
[  403.296666] id 8 (gm20b_507) min 136762 max 136762 refs 1 (previous client : )
[  403.296668]
               channel 0 - 54680000.isp

[  403.296670] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  403.296675] 0-54680000.isp (18):
[  403.296675] id 11 (gm20b_505) min 3232 max 3232 refs 1 (previous client : gm20b_505)
[  403.296679] active class 01, offset 0050, val 00000016
[  403.296682] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  403.296684] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  403.296685] CBREAD 00000016, CBSTAT 00010050
[  403.296688] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  403.296690]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  403.296692] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  403.296695] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  403.296696]     GATHER at ffc58000+4c54, 8 words
[  403.296698] 20000001
[  403.296700] 00000416
[  403.296701] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  403.296704] 20000001
[  403.296704] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  403.296706] 00000517
[  403.296707] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  403.296709] 20000001
[  403.296711] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  403.296712] 00000619
[  403.296713] 200c0001
[  403.296715] 00000005
[  403.296716] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)

[  403.296719] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  403.296721]     GATHER at ffc58000+4c74, 2 words
[  403.296723] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  403.296725] 20000001
[  403.296727] 00000018
[  403.296728] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)


[  403.296732] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  403.296735] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  403.296735]
               channel 1 - 54080000.vi

[  403.296738] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  403.296740] 1-54080000.vi (13):
[  403.296742] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  403.296743] active class 01, offset 0050, val 00000022
[  403.296745] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  403.296746] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  403.296748] CBREAD 00000022, CBSTAT 00010050
[  403.296750] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)
[  403.296755]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  403.296759]     GATHER at ffc40000+0000, 35 words
[  403.296761] 10620001
[  403.296763] 0000001f
[  403.296765] 10630002
[  403.296767] 00000000
[  403.296769] 00000000
[  403.296771] 103a0001
[  403.296772] 10100010
[  403.296774] 103c0001
[  403.296776] 10101010
[  403.296778] 10420001
[  403.296780] 00000001
[  403.296782] 10430006
[  403.296783] 00000000
[  403.296786] 001c984c
[  403.296787] 00000000
[  403.296789] 00000000
[  403.296791] 00000000
[  403.296793] 00000000
[  403.296795] 10590001
[  403.296797] 00000003
[  403.296799] 120e0006
[  403.296801] 007f0015
[  403.296803] 080301f0
[  403.296805] 00000000
[  403.296807] 00140000
[  403.296809] 0000f005
[  403.296811] 00000000
[  403.296813] 12420001
[  403.296814] 00000001
[  403.296816] 124b0003
[  403.296818] 00000000
[  403.296820] 00000000
[  403.296822] 00000000
[  403.296824] 128b0001
[  403.296826] 00000000

[  403.296831]     GATHER at ffc40000+008c, 3 words

[  403.296833] 304e0005
[  403.296834] 00000016
[  403.296835] ---- channels ----
[  403.296836] unable to lock channel list
[  403.296837] 00000018

[  403.296839] unable to lock channel list
[  403.296841]     GATHER at ffc40000+0098, 17 words
[  403.296842] unable to lock channel list
[  403.296843] unable to lock channel list
[  403.296843] 10430006
[  403.296845] 00200004
[  403.296845] unable to lock channel list
[  403.296847] unable to lock channel list
[  403.296847] 001c984c
[  403.296848] 00000000
[  403.296849] unable to lock channel list
[  403.296850] unable to lock channel list
[  403.296851] 02d00500
[  403.296852] 00000640
[  403.296853] unable to lock channel list
[  403.296854]
               ---- host general irq ----

[  403.296855] 0000002b
[  403.296856] 124b0003
[  403.296858] sync_hintmask_ext = 0xc0000000
[  403.296859] 00000000
[  403.296861] sync_hintmask = 0x80000000
[  403.296861] 00000000
[  403.296863] 00000009
[  403.296864] sync_intc0mask = 0x00000001
[  403.296865] 20000001
[  403.296866] 00001d22
[  403.296867] sync_intmask = 0x00000011
[  403.296869] 20000001
[  403.296870]
               ---- host syncpt irq mask ----

[  403.296871] 00000526
[  403.296872] syncpt_thresh_int_mask(0) = 0x00000001
[  403.296874] 20410001
[  403.296875] syncpt_thresh_int_mask(1) = 0x00055000
[  403.296877] 00000001
[  403.296877] syncpt_thresh_int_mask(2) = 0x00001050

[  403.296879] syncpt_thresh_int_mask(3) = 0x00000000
[  403.296881] syncpt_thresh_int_mask(4) = 0x00000000
[  403.296882]     GATHER at ffc40000+00dc, 2 words
[  403.296883] 20000001
[  403.296885] syncpt_thresh_int_mask(5) = 0x00000000
[  403.296886] 00000023


[  403.296889] syncpt_thresh_int_mask(6) = 0x00000000
[  403.296891] syncpt_thresh_int_mask(7) = 0x00000000
[  403.296892]
               ---- host general irq ----

[  403.296893] sync_hintmask_ext = 0xc0000000
[  403.296894] syncpt_thresh_int_mask(8) = 0x00000000
[  403.296896] syncpt_thresh_int_mask(9) = 0x00000000
[  403.296896] sync_hintmask = 0x80000000
[  403.296898] sync_intc0mask = 0x00000001
[  403.296899] syncpt_thresh_int_mask(10) = 0x00000000
[  403.296901] syncpt_thresh_int_mask(11) = 0x00000000
[  403.296902] sync_intmask = 0x00000011
[  403.296903]
               ---- host syncpt irq mask ----

[  403.296903]
               ---- host syncpt irq status ----

[  403.296906] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  403.296906] syncpt_thresh_int_mask(0) = 0x00000001
[  403.296908] syncpt_thresh_int_mask(1) = 0x00055000
[  403.296909] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  403.296911] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  403.296912] syncpt_thresh_int_mask(2) = 0x00001050
[  403.296914] syncpt_thresh_int_mask(3) = 0x00000000
[  403.296914] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  403.296917] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  403.296917] syncpt_thresh_int_mask(4) = 0x00000000
[  403.296919] syncpt_thresh_int_mask(5) = 0x00000000
[  403.296920] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  403.296922]
               ---- host syncpt thresh ----

[  403.296923] syncpt_thresh_int_mask(6) = 0x00000000
[  403.296924] syncpt_thresh_int_mask(7) = 0x00000000
[  403.296926] syncpt_int_thresh_thresh_0(0) = 1
[  403.296928] syncpt_thresh_int_mask(8) = 0x00000000
[  403.296930] syncpt_thresh_int_mask(9) = 0x00000000
[  403.296933] syncpt_thresh_int_mask(10) = 0x00000000
[  403.296936] syncpt_thresh_int_mask(11) = 0x00000000
[  403.296937]
               ---- host syncpt irq status ----

[  403.296938] syncpt_int_thresh_thresh_0(22) = 4
[  403.296941] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  403.296941] syncpt_int_thresh_thresh_0(23) = 4
[  403.296944] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  403.296944] syncpt_int_thresh_thresh_0(24) = 23
[  403.296947] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  403.296947] syncpt_int_thresh_thresh_0(25) = 4
[  403.296949] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  403.296952] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  403.296953] syncpt_int_thresh_thresh_0(34) = 4
[  403.296955] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  403.296957] syncpt_int_thresh_thresh_0(35) = 10
[  403.296958]
               ---- host syncpt thresh ----

[  403.296961] syncpt_int_thresh_thresh_0(38) = 4
[  403.296961] syncpt_int_thresh_thresh_0(0) = 1
[  403.296973] syncpt_int_thresh_thresh_0(22) = 4
[  403.296977] syncpt_int_thresh_thresh_0(23) = 4
[  403.296980] syncpt_int_thresh_thresh_0(24) = 23
[  403.296983] syncpt_int_thresh_thresh_0(25) = 4
[  403.296989] syncpt_int_thresh_thresh_0(34) = 4
[  403.296992] syncpt_int_thresh_thresh_0(35) = 10
[  403.296996] syncpt_int_thresh_thresh_0(38) = 4
[  403.297386] fence timeout on [ffffffc074ebb300] after 1500ms
[  403.297390] name=[nvhost_sync:23], current value=3 waiting value=6
[  403.297393] ---- mlocks ----

[  403.297404] ---- syncpts ----
[  403.297413] id 8 (gm20b_507) min 136762 max 136762 refs 1 (previous client : )
[  403.297417] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  403.297421] id 11 (gm20b_505) min 3232 max 3232 refs 1 (previous client : gm20b_505)
[  403.297430] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  403.297434] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  403.297437] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  403.297440] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  403.297445] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  403.297448] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  403.297452] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  403.297455] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  403.297458] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  403.297462] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  403.297466] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  403.297470] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  403.297475] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  403.297478] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  403.297481] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  403.297485] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  403.297488] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  403.297491] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  403.297574] ---- channels ----
[  403.297579]
               channel 0 - 54680000.isp

[  403.297584] 0-54680000.isp (18):
[  403.297588] active class 01, offset 0050, val 00000016
[  403.297590] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  403.297593] CBREAD 00000016, CBSTAT 00010050
[  403.297597]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  403.297602]     GATHER at ffc58000+4c54, 8 words
[  403.297604] 20000001
[  403.297606] 00000416
[  403.297608] 20000001
[  403.297611] 00000517
[  403.297612] 20000001
[  403.297614] 00000619
[  403.297616] 200c0001
[  403.297618] 00000005

[  403.297624]     GATHER at ffc58000+4c74, 2 words
[  403.297626] 20000001
[  403.297628] 00000018


[  403.297634]
               channel 1 - 54080000.vi

[  403.297639] 1-54080000.vi (13):
[  403.297642] active class 01, offset 0050, val 00000022
[  403.297645] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  403.297647] CBREAD 00000022, CBSTAT 00010050
[  403.297652]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  403.297656]     GATHER at ffc40000+0000, 35 words
[  403.297658] 10620001
[  403.297660] 0000001f
[  403.297662] 10630002
[  403.297664] 00000000
[  403.297666] 00000000
[  403.297668] 103a0001
[  403.297669] 10100010
[  403.297671] 103c0001
[  403.297673] 10101010
[  403.297675] 10420001
[  403.297677] 00000001
[  403.297679] 10430006
[  403.297681] 00000000
[  403.297683] 001c984c
[  403.297685] 00000000
[  403.297687] 00000000
[  403.297689] 00000000
[  403.297691] 00000000
[  403.297693] 10590001
[  403.297695] 00000003
[  403.297696] 120e0006
[  403.297698] 007f0015
[  403.297700] 080301f0
[  403.297702] 00000000
[  403.297704] 00140000
[  403.297706] 0000f005
[  403.297708] 00000000
[  403.297710] 12420001
[  403.297712] 00000001
[  403.297714] 124b0003
[  403.297716] 00000000
[  403.297718] 00000000
[  403.297720] 00000000
[  403.297722] 128b0001
[  403.297723] 00000000

[  403.297728]     GATHER at ffc40000+008c, 3 words
[  403.297730] 304e0005
[  403.297732] 00000016
[  403.297734] 00000018

[  403.297739]     GATHER at ffc40000+0098, 17 words
[  403.297740] 10430006
[  403.297742] 00200004
[  403.297744] 001c984c
[  403.297746] 00000000
[  403.297748] 02d00500
[  403.297750] 00000640
[  403.297752] 0000002b
[  403.297754] 124b0003
[  403.297755] 00000000
[  403.297757] 00000000
[  403.297759] 00000009
[  403.297761] 20000001
[  403.297763] 00001d22
[  403.297765] 20000001
[  403.297766] 00000526
[  403.297768] 20410001
[  403.297770] 00000001

[  403.297774]     GATHER at ffc40000+00dc, 2 words
[  403.297776] 20000001
[  403.297778] 00000023


[  403.297784]
               ---- host general irq ----

[  403.297786] sync_hintmask_ext = 0xc0000000
[  403.297789] sync_hintmask = 0x80000000
[  403.297791] sync_intc0mask = 0x00000001
[  403.297793] sync_intmask = 0x00000011
[  403.297795]
               ---- host syncpt irq mask ----

[  403.297798] syncpt_thresh_int_mask(0) = 0x00000001
[  403.297801] syncpt_thresh_int_mask(1) = 0x00055000
[  403.297803] syncpt_thresh_int_mask(2) = 0x00001050
[  403.297806] syncpt_thresh_int_mask(3) = 0x00000000
[  403.297808] syncpt_thresh_int_mask(4) = 0x00000000
[  403.297811] syncpt_thresh_int_mask(5) = 0x00000000
[  403.297813] syncpt_thresh_int_mask(6) = 0x00000000
[  403.297815] syncpt_thresh_int_mask(7) = 0x00000000
[  403.297818] syncpt_thresh_int_mask(8) = 0x00000000
[  403.297820] syncpt_thresh_int_mask(9) = 0x00000000
[  403.297823] syncpt_thresh_int_mask(10) = 0x00000000
[  403.297825] syncpt_thresh_int_mask(11) = 0x00000000
[  403.297827]
               ---- host syncpt irq status ----

[  403.297830] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  403.297833] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  403.297835] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  403.297838] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  403.297840] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  403.297843] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  403.297844]
               ---- host syncpt thresh ----

[  403.297848] syncpt_int_thresh_thresh_0(0) = 1
[  403.297860] syncpt_int_thresh_thresh_0(22) = 4
[  403.297863] syncpt_int_thresh_thresh_0(23) = 4
[  403.297866] syncpt_int_thresh_thresh_0(24) = 23
[  403.297869] syncpt_int_thresh_thresh_0(25) = 4
[  403.297876] syncpt_int_thresh_thresh_0(34) = 4
[  403.297879] syncpt_int_thresh_thresh_0(35) = 10
[  403.297883] syncpt_int_thresh_thresh_0(38) = 4
[  403.712681] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  403.725640] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  404.800398] fence timeout on [ffffffc074ebb900] after 1500ms
[  404.800406] name=[nvhost_sync:38], current value=3 waiting value=6
[  404.800411] ---- mlocks ----
[  404.800427] fence timeout on [ffffffc074ea0cc0] after 1500ms

[  404.800429] ---- syncpts ----
[  404.800433] name=[nvhost_sync:22], current value=3 waiting value=6
[  404.800436] ---- mlocks ----
[  404.800444] id 8 (gm20b_507) min 137154 max 137154 refs 1 (previous client : )
[  404.800449] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )

[  404.800454] ---- syncpts ----
[  404.800454] id 11 (gm20b_505) min 3240 max 3240 refs 1 (previous client : gm20b_505)
[  404.800470] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  404.800474] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  404.800478] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  404.800482] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  404.800488] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  404.800492] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  404.800496] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  404.800500] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  404.800504] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  404.800509] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  404.800513] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  404.800518] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  404.800524] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  404.800528] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  404.800532] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  404.800536] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  404.800540] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  404.800543] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  404.800723] ---- channels ----
[  404.800731]
               channel 0 - 54680000.isp

[  404.800734] id 8 (gm20b_507) min 137154 max 137154 refs 1 (previous client : )
[  404.800739] 0-54680000.isp (18):
[  404.800739] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  404.800742] active class 01, offset 0050, val 00000016
[  404.800744] id 11 (gm20b_505) min 3240 max 3240 refs 1 (previous client : gm20b_505)
[  404.800746] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  404.800749] CBREAD 00000016, CBSTAT 00010050
[  404.800755]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  404.800761] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  404.800761]     GATHER at ffc58000+4c54, 8 words
[  404.800763] 20000001
[  404.800765] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  404.800766] 00000416
[  404.800768] 20000001
[  404.800769] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  404.800772] 00000517
[  404.800773] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  404.800774] 20000001
[  404.800776] 00000619
[  404.800778] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  404.800779] 200c0001
[  404.800780] 00000005

[  404.800783] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  404.800786] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  404.800787]     GATHER at ffc58000+4c74, 2 words
[  404.800788] 20000001
[  404.800790] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  404.800791] 00000018


[  404.800795] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  404.800797]
               channel 1 - 54080000.vi

[  404.800800] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  404.800805] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  404.800805] 1-54080000.vi (13):
[  404.800808] active class 01, offset 0050, val 00000022
[  404.800810] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  404.800811] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  404.800813] CBREAD 00000022, CBSTAT 00010050
[  404.800816] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  404.800818]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  404.800820] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  404.800823]     GATHER at ffc40000+0000, 35 words
[  404.800824] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  404.800826] 10620001
[  404.800827] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  404.800829] 0000001f
[  404.800831] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  404.800832] 10630002
[  404.800833] 00000000
[  404.800835] 00000000
[  404.800836] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)
[  404.800838] 103a0001
[  404.800840] 10100010
[  404.800841] 103c0001
[  404.800843] 10101010
[  404.800845] 10420001
[  404.800847] 00000001
[  404.800849] 10430006
[  404.800850] 00000000
[  404.800852] 001c984c
[  404.800854] 00000000
[  404.800856] 00000000
[  404.800858] 00000000
[  404.800860] 00000000
[  404.800862] 10590001
[  404.800863] 00000003
[  404.800865] 120e0006
[  404.800867] 007f0015
[  404.800869] 080301f0
[  404.800871] 00000000
[  404.800873] 00140000
[  404.800875] 0000f005
[  404.800877] 00000000
[  404.800878] 12420001
[  404.800880] 00000001
[  404.800882] 124b0003
[  404.800884] 00000000
[  404.800886] 00000000
[  404.800888] 00000000
[  404.800889] 128b0001
[  404.800891] 00000000

[  404.800896]     GATHER at ffc40000+008c, 3 words
[  404.800898] 304e0005
[  404.800900] 00000016
[  404.800902] 00000018

[  404.800907]     GATHER at ffc40000+0098, 17 words
[  404.800909] 10430006
[  404.800911] 00200004
[  404.800913] 001c984c
[  404.800915] 00000000
[  404.800916] 02d00500
[  404.800918] 00000640
[  404.800920] 0000002b
[  404.800922] 124b0003
[  404.800924] 00000000
[  404.800926] 00000000
[  404.800928] 00000009
[  404.800930] 20000001
[  404.800931] 00001d22
[  404.800933] 20000001
[  404.800935] 00000526
[  404.800937] 20410001
[  404.800939] 00000001

[  404.800943]     GATHER at ffc40000+00dc, 2 words
[  404.800945] 20000001
[  404.800947] 00000023


[  404.800953]
               ---- host general irq ----

[  404.800956] sync_hintmask_ext = 0xc0000000
[  404.800959] sync_hintmask = 0x80000000
[  404.800961] sync_intc0mask = 0x00000001
[  404.800964] sync_intmask = 0x00000011
[  404.800966]
               ---- host syncpt irq mask ----

[  404.800970] syncpt_thresh_int_mask(0) = 0x00000001
[  404.800972] syncpt_thresh_int_mask(1) = 0x00055000
[  404.800975] syncpt_thresh_int_mask(2) = 0x00001050
[  404.800978] syncpt_thresh_int_mask(3) = 0x00000000
[  404.800980] syncpt_thresh_int_mask(4) = 0x00000000
[  404.800983] syncpt_thresh_int_mask(5) = 0x00000000
[  404.800985] syncpt_thresh_int_mask(6) = 0x00000000
[  404.800988] syncpt_thresh_int_mask(7) = 0x00000000
[  404.800991] syncpt_thresh_int_mask(8) = 0x00000000
[  404.800993] syncpt_thresh_int_mask(9) = 0x00000000
[  404.800996] syncpt_thresh_int_mask(10) = 0x00000000
[  404.800998] syncpt_thresh_int_mask(11) = 0x00000000
[  404.801000]
               ---- host syncpt irq status ----

[  404.801004] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  404.801006] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  404.801009] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  404.801011] syncpt_thresh_cpu0_int_status(3) = 0x00000000

[  404.801014] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  404.801016] ---- channels ----
[  404.801017] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  404.801018]
               ---- host syncpt thresh ----

[  404.801021]
               channel 0 - 54680000.isp

[  404.801023] syncpt_int_thresh_thresh_0(0) = 1
[  404.801030] 0-54680000.isp (18):
[  404.801033] active class 01, offset 0050, val 00000016
[  404.801036] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  404.801039] CBREAD 00000016, CBSTAT 00010050
[  404.801041] syncpt_int_thresh_thresh_0(22) = 4
[  404.801044]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  404.801045] syncpt_int_thresh_thresh_0(23) = 4
[  404.801048] syncpt_int_thresh_thresh_0(24) = 23
[  404.801049]     GATHER at ffc58000+4c54, 8 words
[  404.801050] 20000001
[  404.801052] syncpt_int_thresh_thresh_0(25) = 4
[  404.801053] 00000416
[  404.801054] 20000001
[  404.801056] 00000517
[  404.801058] 20000001
[  404.801060] 00000619
[  404.801061] syncpt_int_thresh_thresh_0(34) = 4
[  404.801063] 200c0001
[  404.801064] syncpt_int_thresh_thresh_0(35) = 10
[  404.801066] 00000005

[  404.801069] syncpt_int_thresh_thresh_0(38) = 4
[  404.801071]     GATHER at ffc58000+4c74, 2 words
[  404.801073] 20000001
[  404.801075] 00000018


[  404.801081]
               channel 1 - 54080000.vi

[  404.801089] 1-54080000.vi (13):
[  404.801092] active class 01, offset 0050, val 00000022
[  404.801094] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  404.801097] CBREAD 00000022, CBSTAT 00010050
[  404.801102]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  404.801105]     GATHER at ffc40000+0000, 35 words
[  404.801107] 10620001
[  404.801109] 0000001f
[  404.801111] 10630002
[  404.801113] 00000000
[  404.801115] 00000000
[  404.801117] 103a0001
[  404.801118] 10100010
[  404.801121] 103c0001
[  404.801122] 10101010
[  404.801124] 10420001
[  404.801126] 00000001
[  404.801128] 10430006
[  404.801130] 00000000
[  404.801132] 001c984c
[  404.801134] 00000000
[  404.801136] 00000000
[  404.801138] 00000000
[  404.801140] 00000000
[  404.801142] 10590001
[  404.801144] 00000003
[  404.801145] 120e0006
[  404.801148] 007f0015
[  404.801149] 080301f0
[  404.801151] 00000000
[  404.801153] 00140000
[  404.801155] 0000f005
[  404.801157] 00000000
[  404.801159] 12420001
[  404.801161] 00000001
[  404.801163] 124b0003
[  404.801165] 00000000
[  404.801167] 00000000
[  404.801169] 00000000
[  404.801171] 128b0001
[  404.801173] 00000000

[  404.801177]     GATHER at ffc40000+008c, 3 words
[  404.801179] 304e0005
[  404.801181] 00000016
[  404.801183] 00000018

[  404.801188]     GATHER at ffc40000+0098, 17 words
[  404.801190] 10430006
[  404.801192] 00200004
[  404.801194] 001c984c
[  404.801196] 00000000
[  404.801198] 02d00500
[  404.801200] 00000640
[  404.801201] 0000002b
[  404.801203] 124b0003
[  404.801205] 00000000
[  404.801207] 00000000
[  404.801209] 00000009
[  404.801211] 20000001
[  404.801213] 00001d22
[  404.801215] 20000001
[  404.801217] 00000526
[  404.801219] 20410001
[  404.801221] 00000001

[  404.801225]     GATHER at ffc40000+00dc, 2 words
[  404.801227] 20000001
[  404.801229] 00000023


[  404.801235]
               ---- host general irq ----

[  404.801238] sync_hintmask_ext = 0xc0000000
[  404.801240] sync_hintmask = 0x80000000
[  404.801243] sync_intc0mask = 0x00000001
[  404.801246] sync_intmask = 0x00000011
[  404.801248]
               ---- host syncpt irq mask ----

[  404.801250] syncpt_thresh_int_mask(0) = 0x00000001
[  404.801253] syncpt_thresh_int_mask(1) = 0x00055000
[  404.801256] syncpt_thresh_int_mask(2) = 0x00001050
[  404.801259] syncpt_thresh_int_mask(3) = 0x00000000
[  404.801261] syncpt_thresh_int_mask(4) = 0x00000000
[  404.801264] syncpt_thresh_int_mask(5) = 0x00000000
[  404.801266] syncpt_thresh_int_mask(6) = 0x00000000
[  404.801269] syncpt_thresh_int_mask(7) = 0x00000000
[  404.801271] syncpt_thresh_int_mask(8) = 0x00000000
[  404.801274] syncpt_thresh_int_mask(9) = 0x00000000
[  404.801277] syncpt_thresh_int_mask(10) = 0x00000000
[  404.801279] syncpt_thresh_int_mask(11) = 0x00000000
[  404.801281]
               ---- host syncpt irq status ----

[  404.801284] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  404.801287] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  404.801289] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  404.801292] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  404.801294] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  404.801297] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  404.801299]
               ---- host syncpt thresh ----

[  404.801302] syncpt_int_thresh_thresh_0(0) = 1
[  404.801315] syncpt_int_thresh_thresh_0(22) = 4
[  404.801318] syncpt_int_thresh_thresh_0(23) = 4
[  404.801321] syncpt_int_thresh_thresh_0(24) = 23
[  404.801324] syncpt_int_thresh_thresh_0(25) = 4
[  404.801331] syncpt_int_thresh_thresh_0(34) = 4
[  404.801334] syncpt_int_thresh_thresh_0(35) = 10
[  404.801338] syncpt_int_thresh_thresh_0(38) = 4
[  407.220327] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  407.272349] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  408.928294] host1x 50000000.host1x: cdma_handle_timeout: timeout: 34 (54080000.vi_1) client 35, HW thresh 3, done 4
[  408.944276] host1x 50000000.host1x: cdma_handle_timeout: timeout: 38 (54080000.vi_4) client 35, HW thresh 3, done 4
[  408.956765] host1x 50000000.host1x: cdma_handle_timeout: timeout: 35 (54080000.vi_2) client 35, HW thresh 9, done 9
[  408.972623] ---- mlocks ----

[  408.972635] ---- syncpts ----
[  408.972647] id 8 (gm20b_507) min 140986 max 140986 refs 1 (previous client : )
[  408.972652] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  408.972657] id 11 (gm20b_505) min 3298 max 3298 refs 1 (previous client : gm20b_505)
[  408.972667] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  408.972671] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  408.972675] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  408.972679] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  408.972683] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  408.972688] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  408.972691] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  408.972695] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  408.972699] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  408.972704] id 34 (54080000.vi_1) min 3 max 6 refs 4 (previous client : 54080000.vi_1)
[  408.972707] id 35 (54080000.vi_2) min 9 max 14 refs 7 (previous client : 54080000.vi_2)
[  408.972712] id 38 (54080000.vi_4) min 3 max 6 refs 4 (previous client : 54080000.vi_4)
[  408.972717] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  408.972721] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  408.972724] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  408.972728] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  408.972731] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  408.972735] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  408.972822] ---- channels ----
[  408.972829]
               channel 0 - 54680000.isp

[  408.972836] 0-54680000.isp (18):
[  408.972840] active class 01, offset 0050, val 00000016
[  408.972843] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  408.972846] CBREAD 00000016, CBSTAT 00010050
[  408.972852]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  408.972858]     GATHER at ffc58000+4c54, 8 words
[  408.972860] 20000001
[  408.972863] 00000416
[  408.972864] 20000001
[  408.972867] 00000517
[  408.972869] 20000001
[  408.972871] 00000619
[  408.972872] 200c0001
[  408.972874] 00000005

[  408.972880]     GATHER at ffc58000+4c74, 2 words
[  408.972882] 20000001
[  408.972884] 00000018


[  408.972891]
               channel 1 - 54080000.vi

[  408.972896] 1-54080000.vi (13):
[  408.972899] active class 01, offset 0050, val 00000022
[  408.972902] DMAPUT 000001d0, DMAGET 000001d0, DMACTL 00000000
[  408.972904] CBREAD 00000022, CBSTAT 00010050
[  408.972909]
               ffffffc0dc750000: JOB, syncpt_id=34, syncpt_val=4, first_get=000000e8, timeout=10000, num_slots=7, num_handles=1
[  408.972913]     GATHER at ffc40000+0000, 35 words
[  408.972916] 10620001
[  408.972918] 0000001f
[  408.972920] 10630002
[  408.972922] 00000000
[  408.972923] 00000000
[  408.972925] 103a0001
[  408.972927] 10100010
[  408.972929] 103c0001
[  408.972931] 10101010
[  408.972933] 10420001
[  408.972935] 00000001
[  408.972937] 10430006
[  408.972939] 00000000
[  408.972941] 001c984c
[  408.972943] 00000000
[  408.972945] 00000000
[  408.972947] 00000000
[  408.972948] 00000000
[  408.972950] 10590001
[  408.972952] 00000003
[  408.972954] 120e0006
[  408.972956] 007f0015
[  408.972958] 080301f0
[  408.973001] 00000000
[  408.973004] 00140000
[  408.973006] 0000f005
[  408.973008] 00000000
[  408.973010] 12420001
[  408.973012] 00000001
[  408.973014] 124b0003
[  408.973016] 00000000
[  408.973018] 00000000
[  408.973020] 00000000
[  408.973022] 128b0001
[  408.973024] 00000000

[  408.973029]     GATHER at ffc40000+008c, 3 words
[  408.973031] 304e0005
[  408.973033] 00000016
[  408.973035] 00000018

[  408.973040]     GATHER at ffc40000+0098, 17 words
[  408.973042] 10430006
[  408.973044] 00200004
[  408.973045] 001c984c
[  408.973047] 00000000
[  408.973049] 02d00500
[  408.973051] 00000640
[  408.973053] 0000002b
[  408.973055] 124b0003
[  408.973057] 00000000
[  408.973059] 00000000
[  408.973060] 00000009
[  408.973063] 20000001
[  408.973064] 00001d22
[  408.973066] 20000001
[  408.973068] 00000526
[  408.973070] 20410001
[  408.973072] 00000001

[  408.973076]     GATHER at ffc40000+00dc, 2 words
[  408.973078] 20000001
[  408.973080] 00000023


[  408.973087]
               ---- host general irq ----

[  408.973089] sync_hintmask_ext = 0xc0000000
[  408.973092] sync_hintmask = 0x80000000
[  408.973094] sync_intc0mask = 0x00000001
[  408.973097] sync_intmask = 0x00000011
[  408.973099]
               ---- host syncpt irq mask ----

[  408.973101] syncpt_thresh_int_mask(0) = 0x00000001
[  408.973104] syncpt_thresh_int_mask(1) = 0x00055000
[  408.973107] syncpt_thresh_int_mask(2) = 0x00001050
[  408.973110] syncpt_thresh_int_mask(3) = 0x00000000
[  408.973112] syncpt_thresh_int_mask(4) = 0x00000000
[  408.973114] syncpt_thresh_int_mask(5) = 0x00000000
[  408.973117] syncpt_thresh_int_mask(6) = 0x00000000
[  408.973119] syncpt_thresh_int_mask(7) = 0x00000000
[  408.973122] syncpt_thresh_int_mask(8) = 0x00000000
[  408.973124] syncpt_thresh_int_mask(9) = 0x00000000
[  408.973127] syncpt_thresh_int_mask(10) = 0x00000000
[  408.973129] syncpt_thresh_int_mask(11) = 0x00000000
[  408.973131]
               ---- host syncpt irq status ----

[  408.973134] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  408.973137] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  408.973139] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  408.973142] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  408.973144] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  408.973147] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  408.973149]
               ---- host syncpt thresh ----

[  408.973152] syncpt_int_thresh_thresh_0(0) = 1
[  408.973164] syncpt_int_thresh_thresh_0(22) = 4
[  408.973168] syncpt_int_thresh_thresh_0(23) = 4
[  408.973171] syncpt_int_thresh_thresh_0(24) = 23
[  408.973174] syncpt_int_thresh_thresh_0(25) = 4
[  408.973180] syncpt_int_thresh_thresh_0(34) = 4
[  408.973183] syncpt_int_thresh_thresh_0(35) = 10
[  408.973187] syncpt_int_thresh_thresh_0(38) = 4
[  409.077748] vi 54080000.vi:     SYNCPT_ID   34
[  409.077753] vi 54080000.vi:     SYNCPT_VAL  4
[  409.077757] vi 54080000.vi:     FIRST_GET   0xe8
[  409.077761] vi 54080000.vi:     TIMEOUT     10000
[  409.077764] vi 54080000.vi:     NUM_SLOTS   7
[  409.077767] vi 54080000.vi:     NUM_HANDLES 1
[  409.077784] vi 54080000.vi:     SYNCPT_ID   35
[  409.077787] vi 54080000.vi:     SYNCPT_VAL  10
[  409.077790] vi 54080000.vi:     FIRST_GET   0x120
[  409.077793] vi 54080000.vi:     TIMEOUT     10000
[  409.077796] vi 54080000.vi:     NUM_SLOTS   4
[  409.077799] vi 54080000.vi:     NUM_HANDLES 1
[  409.077803] vi 54080000.vi:     SYNCPT_ID   34
[  409.077806] vi 54080000.vi:     SYNCPT_VAL  5
[  409.077809] vi 54080000.vi:     FIRST_GET   0x140
[  409.077811] vi 54080000.vi:     TIMEOUT     10000
[  409.077814] vi 54080000.vi:     NUM_SLOTS   5
[  409.077817] vi 54080000.vi:     NUM_HANDLES 1
[  409.077832] vi 54080000.vi:     SYNCPT_ID   35
[  409.077834] vi 54080000.vi:     SYNCPT_VAL  12
[  409.077837] vi 54080000.vi:     FIRST_GET   0x168
[  409.077840] vi 54080000.vi:     TIMEOUT     10000
[  409.077843] vi 54080000.vi:     NUM_SLOTS   4
[  409.077845] vi 54080000.vi:     NUM_HANDLES 1
[  409.077854] vi 54080000.vi:     SYNCPT_ID   34
[  409.077857] vi 54080000.vi:     SYNCPT_VAL  6
[  409.077860] vi 54080000.vi:     FIRST_GET   0x188
[  409.077862] vi 54080000.vi:     TIMEOUT     10000
[  409.077865] vi 54080000.vi:     NUM_SLOTS   5
[  409.077868] vi 54080000.vi:     NUM_HANDLES 1
[  409.077897] vi 54080000.vi:     SYNCPT_ID   35
[  409.077900] vi 54080000.vi:     SYNCPT_VAL  14
[  409.077903] vi 54080000.vi:     FIRST_GET   0x1b0
[  409.077906] vi 54080000.vi:     TIMEOUT     10000
[  409.077908] vi 54080000.vi:     NUM_SLOTS   4
[  409.077911] vi 54080000.vi:     NUM_HANDLES 1
[  409.077949] host1x 50000000.host1x: cdma_handle_timeout: timeout: 22 (54680000.isp_0) client 30, HW thresh 3, done 4
[  409.100267] host1x 50000000.host1x: cdma_handle_timeout: timeout: 23 (54680000.isp_1) client 30, HW thresh 3, done 4
[  409.120261] host1x 50000000.host1x: cdma_handle_timeout: timeout: 25 (54680000.isp_3) client 30, HW thresh 3, done 4
[  409.140256] host1x 50000000.host1x: cdma_handle_timeout: timeout: 24 (54680000.isp_2) client 30, HW thresh 22, done 22
[  409.156589] ---- mlocks ----

[  409.156601] ---- syncpts ----
[  409.156613] id 8 (gm20b_507) min 141372 max 141372 refs 1 (previous client : )
[  409.156617] id 9 (gm20b_506) min 18 max 18 refs 1 (previous client : )
[  409.156622] id 11 (gm20b_505) min 3302 max 3302 refs 1 (previous client : gm20b_505)
[  409.156632] id 22 (54680000.isp_0) min 3 max 6 refs 4 (previous client : 54680000.isp_0)
[  409.156636] id 23 (54680000.isp_1) min 3 max 6 refs 4 (previous client : 54680000.isp_1)
[  409.156640] id 24 (54680000.isp_2) min 22 max 30 refs 10 (previous client : 54680000.isp_2)
[  409.156644] id 25 (54680000.isp_3) min 3 max 6 refs 4 (previous client : 54680000.isp_3)
[  409.156648] id 28 (gm20b_504) min 1408 max 1408 refs 1 (previous client : gm20b_504)
[  409.156652] id 29 (gm20b_503) min 10 max 10 refs 1 (previous client : gm20b_503)
[  409.156655] id 30 (gm20b_502) min 4 max 4 refs 1 (previous client : gm20b_502)
[  409.156659] id 31 (gm20b_501) min 4 max 4 refs 1 (previous client : gm20b_501)
[  409.156663] id 32 (gm20b_500) min 12 max 12 refs 1 (previous client : gm20b_500)
[  409.156667] id 34 (54080000.vi_1) min 6 max 6 refs 1 (previous client : 54080000.vi_1)
[  409.156671] id 35 (54080000.vi_2) min 14 max 14 refs 1 (previous client : 54080000.vi_2)
[  409.156675] id 38 (54080000.vi_4) min 6 max 6 refs 1 (previous client : 54080000.vi_4)
[  409.156680] id 41 (gm20b_499) min 14 max 14 refs 1 (previous client : gm20b_499)
[  409.156684] id 42 (gm20b_498) min 12 max 12 refs 1 (previous client : gm20b_498)
[  409.156687] id 43 (gm20b_497) min 14 max 14 refs 1 (previous client : gm20b_497)
[  409.156691] id 44 (gm20b_496) min 12 max 12 refs 1 (previous client : gm20b_496)
[  409.156694] id 45 (gm20b_495) min 12 max 12 refs 1 (previous client : gm20b_495)
[  409.156698] id 46 (gm20b_494) min 12 max 12 refs 1 (previous client : gm20b_494)

[  409.156785] ---- channels ----
[  409.156792]
               channel 0 - 54680000.isp

[  409.156798] 0-54680000.isp (18):
[  409.156802] active class 01, offset 0050, val 00000016
[  409.156805] DMAPUT 00000360, DMAGET 000002d8, DMACTL 00000000
[  409.156808] CBREAD 00000016, CBSTAT 00010050
[  409.156814]
               ffffffc0f03a0c00: JOB, syncpt_id=22, syncpt_val=4, first_get=00000258, timeout=10000, num_slots=3, num_handles=1
[  409.156819]     GATHER at ffc58000+4c54, 8 words
[  409.156821] 20000001
[  409.156824] 00000416
[  409.156826] 20000001
[  409.156828] 00000517
[  409.156830] 20000001
[  409.156832] 00000619
[  409.156834] 200c0001
[  409.156836] 00000005

[  409.156842]     GATHER at ffc58000+4c74, 2 words
[  409.156844] 20000001
[  409.156846] 00000018


[  409.156853]
               ---- host general irq ----

[  409.156856] sync_hintmask_ext = 0xc0000000
[  409.156858] sync_hintmask = 0x80000000
[  409.156861] sync_intc0mask = 0x00000001
[  409.156863] sync_intmask = 0x00000011
[  409.156865]
               ---- host syncpt irq mask ----

[  409.156868] syncpt_thresh_int_mask(0) = 0x00000001
[  409.156871] syncpt_thresh_int_mask(1) = 0x00055000
[  409.156874] syncpt_thresh_int_mask(2) = 0x00000000
[  409.156877] syncpt_thresh_int_mask(3) = 0x00000000
[  409.156879] syncpt_thresh_int_mask(4) = 0x00000000
[  409.156882] syncpt_thresh_int_mask(5) = 0x00000000
[  409.156884] syncpt_thresh_int_mask(6) = 0x00000000
[  409.156886] syncpt_thresh_int_mask(7) = 0x00000000
[  409.156889] syncpt_thresh_int_mask(8) = 0x00000000
[  409.156891] syncpt_thresh_int_mask(9) = 0x00000000
[  409.156894] syncpt_thresh_int_mask(10) = 0x00000000
[  409.156897] syncpt_thresh_int_mask(11) = 0x00000000
[  409.156899]
               ---- host syncpt irq status ----

[  409.156902] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[  409.156904] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[  409.156907] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[  409.156909] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[  409.156912] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[  409.156914] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[  409.156916]
               ---- host syncpt thresh ----

[  409.156919] syncpt_int_thresh_thresh_0(0) = 1
[  409.156932] syncpt_int_thresh_thresh_0(22) = 4
[  409.156935] syncpt_int_thresh_thresh_0(23) = 4
[  409.156939] syncpt_int_thresh_thresh_0(24) = 23
[  409.156942] syncpt_int_thresh_thresh_0(25) = 4
[  409.157056] isp 54680000.isp:     SYNCPT_ID   22
[  409.157060] isp 54680000.isp:     SYNCPT_VAL  4
[  409.157063] isp 54680000.isp:     FIRST_GET   0x258
[  409.157066] isp 54680000.isp:     TIMEOUT     10000
[  409.157069] isp 54680000.isp:     NUM_SLOTS   3
[  409.157072] isp 54680000.isp:     NUM_HANDLES 1
[  409.157079] isp 54680000.isp:     SYNCPT_ID   24
[  409.157082] isp 54680000.isp:     SYNCPT_VAL  23
[  409.157085] isp 54680000.isp:     FIRST_GET   0x270
[  409.157088] isp 54680000.isp:     TIMEOUT     10000
[  409.157091] isp 54680000.isp:     NUM_SLOTS   5
[  409.157093] isp 54680000.isp:     NUM_HANDLES 1
[  409.157097] isp 54680000.isp:     SYNCPT_ID   24
[  409.157100] isp 54680000.isp:     SYNCPT_VAL  24
[  409.157103] isp 54680000.isp:     FIRST_GET   0x298
[  409.157106] isp 54680000.isp:     TIMEOUT     10000
[  409.157108] isp 54680000.isp:     NUM_SLOTS   3
[  409.157111] isp 54680000.isp:     NUM_HANDLES 1
[  409.157115] isp 54680000.isp:     SYNCPT_ID   24
[  409.157118] isp 54680000.isp:     SYNCPT_VAL  25
[  409.157120] isp 54680000.isp:     FIRST_GET   0x2b0
[  409.157123] isp 54680000.isp:     TIMEOUT     10000
[  409.157126] isp 54680000.isp:     NUM_SLOTS   3
[  409.157128] isp 54680000.isp:     NUM_HANDLES 3
[  409.157132] isp 54680000.isp:     SYNCPT_ID   22
[  409.157135] isp 54680000.isp:     SYNCPT_VAL  5
[  409.157138] isp 54680000.isp:     FIRST_GET   0x2c8
[  409.157140] isp 54680000.isp:     TIMEOUT     10000
[  409.157143] isp 54680000.isp:     NUM_SLOTS   3
[  409.157145] isp 54680000.isp:     NUM_HANDLES 1
[  409.157152] isp 54680000.isp:     SYNCPT_ID   24
[  409.157155] isp 54680000.isp:     SYNCPT_VAL  27
[  409.157157] isp 54680000.isp:     FIRST_GET   0x2e0
[  409.157160] isp 54680000.isp:     TIMEOUT     10000
[  409.157163] isp 54680000.isp:     NUM_SLOTS   5
[  409.157166] isp 54680000.isp:     NUM_HANDLES 1
[  409.157170] isp 54680000.isp:     SYNCPT_ID   24
[  409.157172] isp 54680000.isp:     SYNCPT_VAL  28
[  409.157175] isp 54680000.isp:     FIRST_GET   0x308
[  409.157177] isp 54680000.isp:     TIMEOUT     10000
[  409.157180] isp 54680000.isp:     NUM_SLOTS   3
[  409.157183] isp 54680000.isp:     NUM_HANDLES 3
[  409.157187] isp 54680000.isp:     SYNCPT_ID   22
[  409.157189] isp 54680000.isp:     SYNCPT_VAL  6
[  409.157192] isp 54680000.isp:     FIRST_GET   0x320
[  409.157195] isp 54680000.isp:     TIMEOUT     10000
[  409.157197] isp 54680000.isp:     NUM_SLOTS   3
[  409.157200] isp 54680000.isp:     NUM_HANDLES 1
[  409.157207] isp 54680000.isp:     SYNCPT_ID   24
[  409.157209] isp 54680000.isp:     SYNCPT_VAL  30
[  409.157212] isp 54680000.isp:     FIRST_GET   0x338
[  409.157215] isp 54680000.isp:     TIMEOUT     10000
[  409.157217] isp 54680000.isp:     NUM_SLOTS   5
[  409.157220] isp 54680000.isp:     NUM_HANDLES 1
[  411.422665] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  411.448253] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  414.556173] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  414.576678] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  417.538432] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  417.560081] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  420.907993] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  420.956034] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  424.356727] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  424.388053] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  427.549331] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  427.563670] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  430.423197] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  430.436540] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  432.996763] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  433.016997] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  435.791013] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  435.806198] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  438.509482] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  438.527052] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  441.300818] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  441.317997] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  444.027727] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  444.045373] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  446.738668] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  446.752991] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  449.442225] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  449.456914] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  449.707715] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[  449.714425] regmap_util_write_table_8:regmap_util_write_table:-121
[  449.771672] imx219 7-0010: Error turning off streaming
[  449.776874] misc tegra_camera_ctrl: tegra_camera_update_isobw: Warning, Requested ISO BW 18446744073709195366 has been capped to VI's max BW 1500000
[  452.273079] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  452.286760] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  454.892263] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  454.905928] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  457.394922] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  457.408177] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  459.915722] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  459.928438] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  462.443585] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  462.456357] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  464.921685] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  464.934793] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  467.395153] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  467.408274] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  469.900193] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  469.913562] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  472.379482] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  472.392640] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  474.879893] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  474.892569] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  477.397492] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  477.410903] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  479.921300] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  479.934310] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  482.411426] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  482.424716] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  484.906791] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  484.919853] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  487.378838] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  487.392180] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  489.896893] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  489.909673] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  492.395483] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  492.408317] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  494.898230] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  494.911722] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  497.404606] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  497.417633] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  499.893393] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  499.906514] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  502.393234] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  502.406457] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  504.901699] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  504.914505] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  507.407400] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  507.420136] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  509.900177] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  509.913488] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  512.393231] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  512.406667] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  514.889042] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  514.903055] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  517.383960] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  517.398407] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  519.881873] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  519.894643] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  522.431052] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  522.443799] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  524.924915] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  524.938565] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  527.389696] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  527.402747] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  529.892425] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  529.906201] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  532.370891] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  532.384209] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  534.874646] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  534.887330] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  537.393696] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  537.407013] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  539.922762] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  539.935781] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  542.421044] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  542.434332] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  544.905757] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  544.918715] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  547.382487] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  547.395653] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  549.880805] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  549.893609] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  552.446932] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  552.459905] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  554.911321] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  554.925357] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  557.401030] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  557.414284] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  559.937982] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  559.953006] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  562.645956] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  562.659019] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  565.159826] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  565.173530] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  567.643877] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  567.656633] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  570.168352] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  570.181166] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  572.649657] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  572.664531] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  575.128398] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  575.142259] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  577.628355] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  577.641751] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  580.148537] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  580.162498] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  582.667361] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  582.680052] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  585.197074] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  585.209807] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  587.648054] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  587.661111] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  590.129655] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  590.142942] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  592.639065] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  592.652263] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  595.126549] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  595.139732] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  597.633582] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  597.646308] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  600.198523] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  600.211286] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  602.675223] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  602.688197] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  605.178071] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  605.191604] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  607.667072] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  607.680367] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  610.385989] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  610.399538] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  612.884539] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  612.897298] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  615.403085] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  615.415986] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  617.913946] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  617.927726] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  620.394799] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  620.407985] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  622.892534] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  622.905847] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  625.391362] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  625.404403] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  627.889380] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  627.902191] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  630.421995] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  630.434701] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  632.935741] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  632.948724] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  635.397542] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  635.410583] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  637.898843] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  637.912944] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  640.397064] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  640.410287] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  642.891176] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  642.904478] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  645.412613] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  645.425379] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  647.932609] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  647.945634] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  650.429115] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  650.442326] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  652.896964] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  652.910541] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  655.394104] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  655.408016] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  657.887702] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  657.901038] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  660.412168] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  660.424915] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  662.915390] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  662.928569] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  665.402714] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  665.415755] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  667.921947] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  667.934962] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  670.460690] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  670.474259] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  673.169336] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  673.182597] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  675.660571] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  675.673640] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  678.169769] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  678.182574] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  680.650283] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  680.663688] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  683.138848] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  683.151750] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  685.653978] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  685.667048] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  688.291199] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  688.304242] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  691.107051] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  691.122494] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  693.704511] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  693.717534] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  696.189603] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  696.202726] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  698.663083] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  698.676129] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  701.155158] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  701.168043] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  703.645677] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  703.659072] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  706.126863] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  706.140225] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  708.664214] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  708.676896] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  711.207150] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  711.219856] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  713.675692] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  713.688946] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  716.136857] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  716.150073] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  718.638269] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  718.651826] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  721.133257] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  721.146666] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  723.645376] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  723.658145] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  726.179495] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  726.192222] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  728.681705] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  728.694772] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  731.174309] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  731.187971] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  733.670243] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  733.683459] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  736.145117] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  736.158234] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  738.639590] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  738.652363] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  741.171245] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  741.183972] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  743.655644] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  743.669430] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  746.157387] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  746.170849] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  748.661168] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  748.674673] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  751.170036] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  751.183293] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  753.680386] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  753.693279] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  756.174709] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  756.187457] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  758.658883] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  758.671927] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  761.139743] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  761.153217] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  763.640171] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  763.653244] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  766.141494] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  766.154308] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  768.673144] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  768.685902] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  771.202168] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  771.215052] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  773.682727] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  773.697136] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  776.141414] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  776.154469] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  778.635208] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  778.648157] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  781.137194] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  781.150149] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  783.648924] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  783.661748] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  786.174640] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  786.187366] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  788.697843] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  788.710989] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  791.177352] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  791.191351] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  793.651423] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  793.664483] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  796.139157] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  796.152597] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  798.646916] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  798.659683] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  801.185166] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  801.197913] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  803.657509] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  803.670632] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  806.158143] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  806.171704] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  808.664398] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  808.678274] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  811.174378] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  811.189825] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  813.679089] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  813.691824] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  816.179157] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  816.191930] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  818.664185] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  818.677315] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  821.152774] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[  821.166191] tegra-i2c 7000c400.i2c: no acknowledge from address 0x3c
[  823.648869] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42

Hi,
From the log, it looks like the camera doesn’t generate frames. If the camera was working, it should be damaged.

Thanks for your reply. I suspect that the CSI interface of the motherboard has been damaged. I have posted the jetsonnano back to the manufacturer for detection. If there is any new message, I will sync it here

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.