Nvargus enableCamInfiniteTimeout not working in TX2-NX

Hi,

After trying in Jetson Nano and clarified that is not possible: enableCamInfiniteTimeout not working with my custom AR0234 driver
I am trying with Jetson TX2-NX.
dpkg-query --show nvidia-l4t-core
nvidia-l4t-core 32.7.6-20241104234601

I have same set-up: custom device-tree, custom AR0234 driver and custom Kernel for infinite timeout (in Linux_for_Tegra/sources/kernel/nvidia/drivers/media/platform/tegra/camera/vi/vi4_fops.c).
And launching nvargus-daemon service with: sudo enableCamInfiniteTimeout=1 nvargus-daemon

With camera in STREAM mode (mode=0) everithing works fine:
v4l2-ctl command works fine:
v4l2-ctl --set-fmt-video=width=1920,height=1200,pixelformat=RG10 --stream-mmap --set-ctrl=sensor_mode=0 --stream-count=100 -d /dev/video0

Also gstreamer nvarguscamerasrc based pipeline works fine:
gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=0
num-buffers=5 ! ‘video/x-raw(memory:NVMM)’ ! nvvidconv flip-method=0 ! ‘video
/x-raw, format=(string)I420’ ! videoconvert ! ‘video/x-raw, format=(string)RG
B’ ! pngenc ! multifilesink location=“image_%02d.png”

With camera in TRIGGER mode (mode=0) where the camera only generate frames when an external signal is received I have issues with gstreamer.

v4l2-ctl command works fine (capturing the frames as generated when external signal trigger the camera):
v4l2-ctl --set-fmt-video=width=1920,height=1200,pixelformat=RG10 --stream-mmap --set-ctrl=sensor_mode=2 --stream-count=100 -d /dev/video0

However the gstreamer command:
gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=2 num-buffers=5 ! ‘video/x-raw(memory:NVMM)’ ! nvvidconv flip-method=0 ! ‘video/x-raw, format=(string)I420’ ! videoconvert ! ‘video/x-raw, format=(string)RGB’ ! pngenc ! multifilesink location=“image_%02d.png”

fails to capture the frames.
nvargus-daemon log looks fine. No difference with STREAM case:

$ sudo service nvargus-daemon stop
$ sudo enableCamInfiniteTimeout=1 nvargus-daemon
[sudo] password for username:
=== NVIDIA Libargus Camera Service (0.98.3)=== Listening for connections…=== gst-launch-1.0[6035]: Connection established (7F8A5781D0)OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
CAM: serial no file already exists, skips storing again=== gst-launch-1.0[6035]: CameraProvider initialized (0x7f848a3b70)CAM: serial no file already exists, skips storing againSCF: Error InvalidState: 2 buffers still pending during EGLStreamProducer destruction (propagating from src/services/gl/EGLStreamProducer.cpp, function freeBuffers(), line 309)
SCF: Error InvalidState: (propagating from src/services/gl/EGLStreamProducer.cpp, function ~EGLStreamProducer(), line 50)

The gst-launch-1.0 shows following error:

Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
New clock: GstSystemClock
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected…
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 1920 x 1200 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1200 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1200 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1200 FR = 15.000000 fps Duration = 66666668 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1200 FR = 10.000000 fps Duration = 100000000 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1200 FR = 5.000000 fps Duration = 200000000 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1200 FR = 2.500000 fps Duration = 400000000 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: 1920 x 1080 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.680000, max 16.000000; Exposure Range min 14000, max 445638000;

GST_ARGUS: Running with following settings:
Camera index = 0
Camera mode = 2
Output Stream W = 1920 H = 1200
seconds to Run = 0
Frame Rate = 29.999999
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
(Argus) Error Timeout: (propagating from src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 137)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
nvbuf_utils: dmabuf_fd -1 mapped entry NOT found
nvbuf_utils: Can not get HW buffer from FD… Exiting…
CONSUMER: Done Success
Got EOS from element “pipeline0”.
Execution ended after 0:01:01.038460715
Setting pipeline to PAUSED …
Setting pipeline to READY …
GST_ARGUS: Cleaning up
(Argus) Error Timeout: (propagating from src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 137)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 137)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
GST_ARGUS: Done Success
(Argus) Error Timeout: (propagating from src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 137)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
Setting pipeline to NULL …
Freeing pipeline …
(Argus) Error Timeout: (propagating from src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 137)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
(Argus) Error InvalidState: Argus client is exiting with 5 outstanding client threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 357)

And dmesg trace:

[ +0.000123] ar0234 2-0010: ar0234_power_on: power on
[ +0.000005] ar0234 2-0010: ar0234_power_on: powering on
[ +0.021585] ar0234 2-0010: >>>> ar0234_set_mode:
[ +0.000010] ar0234 2-0010: ar0234_set_mode: Writing Table AR0234_MODE_STOP_STREAM
[ +0.000006] ar0234 2-0010: ar0234_write_table
[ +0.000004] ar0234 2-0010: V3.0>>>>>>>>>>> ar0234_write_table
[ +0.000220] ar0234 2-0010: ar0234_set_mode: Writing Table with mode index:2
[ +0.000005] ar0234 2-0010: ar0234_write_table
[ +0.000004] ar0234 2-0010: V3.0>>>>>>>>>>> ar0234_write_table
[ +0.000179] ar0234 2-0010: ar0234_write_table: sleep 100 ms
[ +0.120969] ar0234 2-0010: ar0234_set_gain. Seetting gain_x1000 to 1680, Gain Factor: 100
[ +0.000063] ar0234 2-0010: ar0234_set_gain. Writting 0x000d to R0x3060 and 0x7622 to R0x30BA
[ +0.000232] ar0234 2-0010: ar0234_set_exposure >>>>>>>>>>
[ +0.000026] ar0234 2-0010: ar0234_set_exposure ---->
Pixel clock: 360000000, val: 19841, line length: 2448, exposure factor: 1000000, coarse time: 2917, shs1: 2917
[ +0.000226] ar0234 2-0010: ar0234_set_frame_rate >>>>>
[ +0.000020] ar0234 2-0010: ar0234_set_frame_rate ---->
Value: 30000000, Pixel clock: 360000000, framerate factor: 1000000, line length: 2448, frame length: 4901
[ +0.000016] ar0234 2-0010: ar0234_set_frame_rate: val: 30000000, , frame_length: 4901
[ +0.000224] ar0234 2-0010: ar0234_start_streaming V4.0. ar0234_start_streaming:
[ +0.000012] ar0234 2-0010: ar0234_start_streaming. V4.0. Mode Idx: 2
[ +0.000012] ar0234 2-0010: ar0234_start_streaming: Mode: AR0234_MODE_1920X1200_30FPS
[ +0.000011] ar0234 2-0010: ar0234_start_streaming: Writing Table AR0234_MODE_START_TRIGGER
[ +0.000012] ar0234 2-0010: ar0234_write_table
[ +0.000011] ar0234 2-0010: V3.0>>>>>>>>>>> ar0234_write_table
[ +6.166717] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.017354] ---- syncpts ----
[ +0.000075] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000014] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000115] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000021] id 8 (vblank0) min 9239 max -2 refs 1 (previous client : )
[ +0.000082] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000012] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000013] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000011] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000016] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000012] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000013] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000020] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000013] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000012] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000011] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000013] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000015] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000011] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000012] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000011] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000011] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.126171] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.017066] ---- syncpts ----
[ +0.000078] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000014] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000112] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000020] id 8 (vblank0) min 9608 max -2 refs 1 (previous client : )
[ +0.000110] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000014] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000013] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000012] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000016] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000012] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000015] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000021] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000012] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000013] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000012] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000013] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000015] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000011] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000021] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[Jan20 12:07] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.016952] ---- syncpts ----
[ +0.000086] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000015] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000012] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000058] id 8 (vblank0) min 9977 max -2 refs 1 (previous client : )
[ +0.000149] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000014] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000013] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000012] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000017] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000012] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000015] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000021] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000013] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000014] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000012] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000013] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000016] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000012] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000013] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.126572] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.017028] ---- syncpts ----
[ +0.000025] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000014] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000110] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000022] id 8 (vblank0) min 10345 max -2 refs 1 (previous client : )
[ +0.000100] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000014] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000013] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000012] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000016] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000068] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000014] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000021] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000013] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000012] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000012] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000013] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000015] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000012] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000012] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000011] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000013] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.126338] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015603] ---- syncpts ----
[ +0.000014] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000018] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000012] id 8 (vblank0) min 10714 max -2 refs 1 (previous client : )
[ +0.000086] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000011] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000007] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000021] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000014] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000008] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000007] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000008] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000019] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000045] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000071] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000059] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.127958] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015265] ---- syncpts ----
[ +0.000019] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000013] id 8 (vblank0) min 11082 max -2 refs 1 (previous client : )
[ +0.000038] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000008] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000026] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000007] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000008] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000007] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000009] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000018] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128511] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015342] ---- syncpts ----
[ +0.000028] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000007] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000013] id 8 (vblank0) min 11451 max -2 refs 1 (previous client : )
[ +0.000024] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000020] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000008] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000009] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000025] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000007] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000080] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000008] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000009] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128363] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015248] ---- syncpts ----
[ +0.000028] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000013] id 8 (vblank0) min 11820 max -2 refs 1 (previous client : )
[ +0.000035] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000009] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000008] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000020] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000014] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000081] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000008] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000007] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000008] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128444] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015188] ---- syncpts ----
[ +0.000030] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000007] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000012] id 8 (vblank0) min 12188 max -2 refs 1 (previous client : )
[ +0.000037] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000007] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000020] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000014] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000077] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000010] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000008] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000008] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.132450] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015186] ---- syncpts ----
[ +0.000026] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000039] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000014] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000019] id 8 (vblank0) min 12557 max -2 refs 1 (previous client : )
[ +0.000020] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000004] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000005] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000005] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000006] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000005] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000005] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000016] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000004] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000004] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000005] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000004] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000006] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000004] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000004] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000004] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000004] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000004] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.124649] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015162] ---- syncpts ----
[ +0.000016] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000023] id 8 (vblank0) min 12926 max -2 refs 1 (previous client : )
[ +0.000096] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000008] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000014] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000008] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000008] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000007] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000008] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128556] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.015282] ---- syncpts ----
[ +0.000031] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000012] id 8 (vblank0) min 13294 max -2 refs 1 (previous client : )
[ +0.000025] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000020] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000008] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000009] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000025] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000008] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000145] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000009] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000008] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[Jan20 12:08] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.014951] ---- syncpts ----
[ +0.000029] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000007] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000013] id 8 (vblank0) min 13663 max -2 refs 1 (previous client : )
[ +0.000036] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000008] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000009] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000024] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000009] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000080] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000008] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000008] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000011] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000008] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128715] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.014951] ---- syncpts ----
[ +0.000016] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000012] id 8 (vblank0) min 14032 max -2 refs 1 (previous client : )
[ +0.000037] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000007] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000019] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000009] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000080] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000008] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000008] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000007] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000009] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128750] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.014905] ---- syncpts ----
[ +0.000112] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000005] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000004] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 8 (vblank0) min 14400 max -2 refs 1 (previous client : )
[ +0.000019] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000004] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000004] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000003] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000006] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000010] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000005] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000009] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000004] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000003] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000004] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000004] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000006] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000003] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000003] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000004] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000003] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000011] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +6.128890] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 28 (15600000.isp_nvargus-daemon_4) stuck waiting 18, timeout=-1
[ +0.014879] ---- syncpts ----
[ +0.000015] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000013] id 8 (vblank0) min 14769 max -2 refs 1 (previous client : )
[ +0.000037] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000008] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000010] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000019] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000081] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000008] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000008] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000007] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000008] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000010] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000007] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000008] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000007] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +0.000789] ---- mlocks ----
[ +0.000019] 8: locked by channel 1

[ +0.000029] ---- syncpts ----
[ +0.000013] id 2 (disp_a) min 1 max 1 refs 1 (previous client : )
[ +0.000009] id 3 (disp_b) min 1 max 1 refs 1 (previous client : )
[ +0.000008] id 4 (disp_c) min 1 max 1 refs 1 (previous client : )
[ +0.000010] id 8 (vblank0) min 14769 max -2 refs 1 (previous client : )
[ +0.000023] id 22 (15600000.isp_nvargus-daemon_0) min 0 max 4 refs 4 (previous client : )
[ +0.000006] id 23 (15600000.isp_nvargus-daemon_1) min 0 max 2 refs 4 (previous client : )
[ +0.000006] id 24 (15600000.isp_nvargus-daemon_2) min 0 max 2 refs 4 (previous client : )
[ +0.000006] id 25 (15600000.isp_nvargus-daemon_3) min 0 max 2 refs 4 (previous client : )
[ +0.000009] id 28 (15600000.isp_nvargus-daemon_4) min 15 max 26 refs 9 (previous client : )
[ +0.000006] id 29 (15600000.isp_nvargus-daemon_5) min 0 max 2 refs 4 (previous client : )
[ +0.000008] id 31 (gp10b_506) min 38 max 38 refs 1 (previous client : )
[ +0.000011] id 36 (15700000.vi_0) min 14 max 14 refs 1 (previous client : 15700000.vi_0)
[ +0.000006] id 37 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ +0.000007] id 38 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ +0.000006] id 39 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ +0.000006] id 40 (150c0000.nvcsi_0) min 26 max 26 refs 1 (previous client : 150c0000.nvcsi_0)
[ +0.000009] id 43 (gp10b_502) min 6 max 6 refs 1 (previous client : )
[ +0.000006] id 44 (gp10b_501) min 8 max 8 refs 1 (previous client : )
[ +0.000006] id 45 (gp10b_500) min 6 max 6 refs 1 (previous client : )
[ +0.000006] id 46 (gp10b_499) min 6 max 6 refs 1 (previous client : )
[ +0.000006] id 47 (gp10b_498) min 6 max 6 refs 1 (previous client : )
[ +0.000006] id 48 (gp10b_497) min 6 max 6 refs 1 (previous client : )

[ +0.000661] ---- channels ----
[ +0.000020]
channel 2 - 15820000.se

[ +0.000004] NvHost basic channel registers:
[ +0.000006] CMDFIFO_STAT_0: 00002040
[ +0.000005] CMDFIFO_RDATA_0: 28902000
[ +0.000007] CMDP_OFFSET_0: 00000000
[ +0.000005] CMDP_CLASS_0: 00000000
[ +0.000005] CHANNELSTAT_0: 00000000
[ +0.000004] The CDMA sync queue is empty.

[ +0.000009]
channel 3 - 15830000.se

[ +0.000003] NvHost basic channel registers:
[ +0.000005] CMDFIFO_STAT_0: 00002040
[ +0.000005] CMDFIFO_RDATA_0: 04804400
[ +0.000006] CMDP_OFFSET_0: 00000000
[ +0.000005] CMDP_CLASS_0: 00000000
[ +0.000004] CHANNELSTAT_0: 00000000
[ +0.000004] The CDMA sync queue is empty.

[ +0.000018]
channel 4 - 15840000.se

[ +0.000009] NvHost basic channel registers:
[ +0.000004] CMDFIFO_STAT_0: 00002040
[ +0.000005] CMDFIFO_RDATA_0: 2403b242
[ +0.000006] CMDP_OFFSET_0: 00000000
[ +0.000005] CMDP_CLASS_0: 00000000
[ +0.000004] CHANNELSTAT_0: 00000000
[ +0.000004] The CDMA sync queue is empty.

[ +0.000009]
channel 1 - 15600000.isp

[ +0.000003] NvHost basic channel registers:
[ +0.000004] CMDFIFO_STAT_0: 00004000
[ +0.000005] CMDFIFO_RDATA_0: 004e0041
[ +0.000006] CMDP_OFFSET_0: 00000050
[ +0.000005] CMDP_CLASS_0: 00000001
[ +0.000004] CHANNELSTAT_0: 00000000
[ +0.000009]
0000000025bf72a8: JOB, syncpt_id=22, syncpt_val=2, first_get=00000628, timeout=-1, num_slots=19
[ +0.000019] GATHER at fff68000+3c20, 12 words
[ +0.000005] 20000001
[ +0.000004] 00006416
[ +0.000004] 20000001
[ +0.000004] 00006817
[ +0.000003] 20000001
[ +0.000003] 00006c18
[ +0.000004] 20000001
[ +0.000003] 00007c19
[ +0.000003] 20000001
[ +0.000004] 0000741d
[ +0.000003] 200c0001
[ +0.000003] 00000005

[ +0.000010] GATHER at fff68000+3c50, 2 words
[ +0.000003] 20000001
[ +0.000004] 0000001c

[ +0.000014]
channel 5 - 15700000.vi

[ +0.000004] NvHost basic channel registers:
[ +0.000006] CMDFIFO_STAT_0: 0000001b
[ +0.000005] CMDFIFO_RDATA_0: 304e0005
[ +0.000015] CMDP_OFFSET_0: 00000050
[ +0.000005] CMDP_CLASS_0: 00000001
[ +0.000004] CHANNELSTAT_0: 00000000
[ +0.000008]
00000000a750bce6: JOB, syncpt_id=39, syncpt_val=1, first_get=00000000, timeout=-1, num_slots=7
[ +0.000009] GATHER at fff30000+0000, 6 words
[ +0.000004] 304e0005
[ +0.000003] 0000000f
[ +0.000003] 0000001c
[ +0.000004] 304e0005
[ +0.000003] 00000000
[ +0.000003] 00000026

[ +0.000009] GATHER at fff30000+0018, 29 words
[ +0.000004] 90000002
[ +0.000003] a0004008
[ +0.000003] 00007f1f
[ +0.000004] 00000aff
[ +0.000003] 9000000c
[ +0.000003] a000400c
[ +0.000004] 00000780
[ +0.000003] 000004b0
[ +0.000003] 00000001
[ +0.000003] 00000001
[ +0.000004] 00000000
[ +0.000003] 00000000
[ +0.000003] 00000000
[ +0.000003] 00000000
[ +0.000003] 00000000
[ +0.000004] 00000000
[ +0.000003] 00000780
[ +0.000003] 000004b0
[ +0.000003] 90000002
[ +0.000004] a0004018
[ +0.000003] 007f0000
[ +0.000003] 00000104
[ +0.000004] 90000002
[ +0.000003] a0004021
[ +0.000003] 00000000
[ +0.000004] 00000000
[ +0.000006] 90000001
[ +0.000004] a0004045
[ +0.000003] 0003d5ea

[ +0.000009] GATHER at fff30000+008c, 26 words
[ +0.000003] 90000001
[ +0.000003] a0000401
[ +0.000004] 00000000
[ +0.000003] 90000001
[ +0.000003] a000404d
[ +0.000003] 00000001
[ +0.000004] 90000001
[ +0.000003] a0004020
[ +0.000003] 00000000
[ +0.000004] 90000003
[ +0.000003] a0004042
[ +0.000003] ffff7000
[ +0.000003] 0000001f
[ +0.000004] 00000001
[ +0.000003] 90000001
[ +0.000003] a0004048
[ +0.000003] 00000000
[ +0.000004] 90000001
[ +0.000003] a000400a
[ +0.000003] 00000000
[ +0.000003] 90000001
[ +0.000004] a0004001
[ +0.000003] 00000001
[ +0.000003] 90000001
[ +0.000003] a0004007
[ +0.000004] 00000003

[ +0.000007] GATHER at fff30000+00f4, 2 words
[ +0.000004] 20000001
[ +0.000003] 00000025

[ +0.000011]
---- host general irq ----

[ +0.000005] sync_intc0mask = 0x00000001
[ +0.000005] sync_intmask = 0x50000003
[ +0.000003]
---- host syncpt irq mask ----

[ +0.000004]
---- host syncpt irq status ----

[ +0.000006] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ +0.000008] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ +0.000004] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ +0.000005] syncpt_thresh_cpu0_int_status(17) = 0x00000000

What is not working fine?
How can I debug/correct this issue?

Could you try Argus APP like argus_camera.
Build the argus_camera by DISABLE_MULTIPROCESS.

       - The DISABLE_MULTIPROCESS option may be provided to use the single-process
         Argus implementation (ie. does not require nvargus-daemon service):
           'cmake -DDISABLE_MULTIPROCESS=ON ..'

Hi Shane, thanks for quick response.

By argus_camera APP, you mean a specific argus application? or it is a generic term for any argus APP for camera capture?
I can not find ‘argus_camera’. I have installed the multimedia api with:
$ sudo apt install nvidia-l4t-jetson-multimedia-api

Which generate ( I believe) the following samples under /usr/src/jetson_multimedia_api/:

Where can I find argus_camera APP source?
Os should I build any other sample for the suggested test?

It’s …/argus/apps
You can just follow the README to build it.

Hi Shanne,

Thanks for clarifications.
I have build&install all argus samples and ‘argus_camera’ applications.

I can run ‘argus_oneshot’ with success. It does not use the display.
However, I can not make ‘argus_camera’ (and other applications unsing display) works.
I am using a custom carrier without HDMI or display output, so I connect using SSH.

If I do a normal SSH @ :
$ sudo argus_camera
Executing Argus Sample Application (argus_camera)
Unable to init server: Could not connect: Connection refused

(argus_camera:27743): Gtk-WARNING **: 16:13:44.478: cannot open display:

If I try with SSH -X @:
$ sudo argus_camera
nvbuf_utils: Could not get EGL display connection
Executing Argus Sample Application (argus_camera)

(argus_camera:27750): dbind-WARNING **: 16:14:41.817: Couldn’t connect to accessibility bus: Failed to connect to socket /tmp/dbus-br8guPBR1q: Connection refused
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
CAM: serial no file already exists, skips storing againArgus Version: 0.98.3 (single-process)
CAM: serial no file already exists, skips storing againError generated. /usr/src/jetson_multimedia_api/argus/samples/utils/GLContext.cpp, initializeInternal:130 Could not query EGL configs (error 0x3008)
Error generated. /usr/src/jetson_multimedia_api/argus/samples/utils/GLContext.cpp, initialize:96 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, threadInitialize:225 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/samples/utils/Thread.cpp, threadFunction:126 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, initialize:103 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, getInstance:78 Initalization failed
Error generated. /usr/src/jetson_multimedia_api/argus/samples/utils/Thread.cpp, waitRunning:83 Invalid thread state 3
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, initialize:103 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, getInstance:78 Initalization failed
Error generated. /usr/src/jetson_multimedia_api/argus/samples/utils/Thread.cpp, waitRunning:83 Invalid thread state 3
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, initialize:103 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/samples/utils/Thread.cpp, waitRunning:83 Invalid thread state 3
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, initialize:103 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/renderer/Composer.cpp, bindStream:134 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/modules/tasks/StillCapture.cpp, start:158 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/ui/capture/AppModuleCapture.cpp, start:180 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/ui/camera/Main.cpp, onModuleChanged:344 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/samples/utils/Observed.cpp, registerObserver:62 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/ui/camera/Main.cpp, start:282 (propagating)
Error generated. /usr/src/jetson_multimedia_api/argus/apps/camera/ui/common/App.cpp, run:96 (propagating)
Segmentation fault

What can I do to solve this issue?
Can I run ‘argus_camera’ application without rendering?
Any other application to test the ‘enableCamInfiniteTimeout’?

Try below command to run argus_camera.

sudo xinit&
export DISPLAY=:0
argus_camera --kpi

I have try but same result. Trace below.
I have tryed in different order and same result.
I am connected headless thrugh SSH.
What ‘–kpi’ is doing?
What other thing can I try?
It is possible to forward window to host machine?
Or run without graphical interface?
Thanks.

$ sudo xinit&
[4] 4900
$ echo $DISPLAY
:0

[4]+  Stopped                 sudo xinit
$ argus_camera --kpi
nvbuf_utils: Could not get EGL display connection
Executing Argus Sample Application (argus_camera)
Unable to init server: Could not connect: Connection refused

(argus_camera:4901): Gtk-WARNING **: 07:33:48.760: cannot open display: :0

Have reference to below topic for headless setup for display.

Thanks Shane for the link.
I managed to execute ‘argus_camera’ after this trick for headless display (also I needed to add ’ #!/bin/sh exec openbox-session’ to ~/.xinitrc).

If I run argus_camera with cxamera in any of the STREAM mode (e.g. argus_camera --kpi --sensormode=0) it works fine. I see normal (I gess) KPIs and I can ‘see’ the windows with ‘scrot screenshot.png’.

However if I run the camera in TRIGGER mode (argus_camera --kpi --sensormode=2) i get timeout errors.
This is the trace for the argus_camera console:

$ argus_camera --kpi --sensormode=2
Executing Argus Sample Application (argus_camera)
(argus_camera:14836): dbind-WARNING **: 14:22:24.212: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
CAM: serial no file already exists, skips storing againArgus Version: 0.98.3 (single-process)
CAM: serial no file already exists, skips storing again
(argus_camera:14836): Gtk-WARNING **: 14:22:25.018: Unable to open server bookmarks: Failed to open file “/home/printai/.config/gtk-3.0/servers”: Permission denied

(argus_camera:14836): Gtk-WARNING **: 14:22:25.030: Unable to open server bookmarks: Failed to open file “/home/printai/.config/gtk-3.0/servers”: Permission denied
PerfTracker: app initial 532 ms
PerfTracker 1: app intialized to task start 393 ms
PerfTracker 1: task start to issue capture 66 ms
SCF: Error Timeout: ISP port 0 timed out! (in src/services/capture/NvIspHw.cpp, function waitIspFrameEnd(), line 492)
Error: waitCsiFrameStart timeout guid 1
VI Stream Id = 0 Virtual Channel = 0
************VI Debug Registers**********
VI_CSIMUX_STAT_FRAME_0   = 0x00000000
VI_CSIMUX_FRAME_STATUS_0         = 0x00000000
VI_CFG_INTERRUPT_STATUS_0        = 0x3f000000
VI_ISPBUFA_ERROR_0       = 0x00000000
VI_FMLITE_ERROR_0        = 0x00000000
VI_NOTIFY_ERROR_0        = 0x00000000
*****************************************
CSI Stream Id = 0 Brick Id = 0
************CSI Debug Registers**********
CILA_INTR_STATUS_CILA[0x10400]   = 0x00000040
CILB_INTR_STATUS_CILB[0x10c00]   = 0x00000000
INTR_STATUS[0x100a4]     = 0x00000000
INTR_STATUS[0x100a4]     = 0x00000000
ERR_INTR_STATUS[0x100ac]         = 0x00000000
ERROR_STATUS2VI_VC0[0x10094]     = 0x00000000
ERROR_STATUS2VI_VC1[0x10098]     = 0x00000000
ERROR_STATUS2VI_VC2[0x1009c]     = 0x00000000
ERROR_STATUS2VI_VC3[0x100a0]     = 0x00000000
*****************************************
SCF: Error Timeout:  (propagating from src/common/Utils.cpp, function workerThread(), line 116)
SCF: Error Timeout: Worker thread ViCsiHw frameStart failed (in src/common/Utils.cpp, function workerThread(), line 133)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 643)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 363)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 643)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 363)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 643)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 363)
SCF: Error InvalidState: Buffer is not locked (in src/api/Buffer.cpp, function unlock(), line 454)
SCF: Error InvalidState:  (propagating from src/components/stages/CaptureStage.cpp, function fenceReadyEvent(), line 184)
SCF: Error Timeout: ISP Stats timed out! (in src/services/capture/NvIspHw.cpp, function waitIspStatsFinished(), line 608)
SCF: Error InvalidState: Buffer is not locked (in src/api/Buffer.cpp, function unlock(), line 454)
SCF: Error InvalidState:  (propagating from src/components/stages/CaptureStage.cpp, function fenceReadyEvent(), line 193)
SCF: Error InvalidState: Buffer is not locked (in src/api/Buffer.cpp, function unlock(), line 454)
SCF: Error InvalidState:  (propagating from src/components/stages/CaptureStage.cpp, function fenceReadyEvent(), line 198)
SCF: Error BadParameter: CC has already been disposed (in src/components/CaptureContainerManager.cpp, function dispose(), line 161)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureRecord.cpp, function issueCapture(), line 492)
SCF: Error InvalidState: Something went wrong with waiting on Isp frame end (in src/services/capture/NvIspHw.cpp, function waitIspFrameEnd(), line 550)
SCF: Error InvalidState:  (propagating from src/common/Utils.cpp, function workerThread(), line 116)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureServiceDevice.cpp, function issueCaptures(), line 1295)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureServiceDevice.cpp, function issueCaptures(), line 1126)
Error: waitIspStatsFinished Something went wrong with waiting on stats
SCF: Error InvalidState: Worker thread IspHw frameComplete failed (in src/common/Utils.cpp, function workerThread(), line 133)
SCF: Error OverFlow:  (propagating from src/services/capture/CaptureServiceDevice.cpp, function returnRequestPoolCaptures(), line 1245)
SCF: Error InvalidState: cannot find Fiber (in src/components/FiberScheduler.cpp, function asyncCaptureResult(), line 425)
SCF: Error BadParameter: CC has already been disposed (in src/components/CaptureContainerManager.cpp, function dispose(), line 161)
SCF: Error InvalidState:  (propagating from src/common/Utils.cpp, function workerThread(), line 116)
SCF: Error InvalidState: Worker thread CaptureScheduler frameStart failed (in src/common/Utils.cpp, function workerThread(), line 133)
SCF: Error Timeout:  (propagating from src/services/capture/CaptureServiceEvent.cpp, function wait(), line 59)
Error: Camera HwEvents wait, this may indicate a hardware timeout occured,abort current/incoming cc

The dmesg messages taken through journalctl -k are listed below.
What could be the problem with timeout?
How can I use the TRIGGER method with long waits for frames without a timeout?

Jan 27 14:36:58 pipedge kernel: fence timeout on [ffffffc03c2bae40] after 1500ms
Jan 27 14:36:58 pipedge kernel: fence timeout on [ffffffc03c2ba3c0] after 1500ms
Jan 27 14:36:58 pipedge kernel: name=[nvhost_sync:29], current value=16486 waiting value=16487
Jan 27 14:36:58 pipedge kernel: ---- mlocks ----
Jan 27 14:36:58 pipedge kernel: name=[nvhost_sync:24], current value=32948 waiting value=32949
Jan 27 14:36:58 pipedge kernel: ---- mlocks ----
Jan 27 14:36:58 pipedge kernel: 8: locked by channel 1
Jan 27 14:36:58 pipedge kernel: 8: locked by channel 1
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: ---- syncpts ----
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: id 2 (disp_a) min 5 max 5 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: ---- syncpts ----
Jan 27 14:36:58 pipedge kernel: id 3 (disp_b) min 3 max 3 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 4 (disp_c) min 3 max 3 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 8 (vblank0) min -4 max -4 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 21 (gp10b_507) min 143516 max 143516 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 22 (gp10b_506) min 368 max 368 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 23 (15340000.vic_argus_camera_0) min 2 max 2 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: id 24 (15600000.isp_argus_camera_0) min 32948 max 32952 refs 4 (previous client : 15600000.isp_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: id 25 (15600000.isp_argus_camera_1) min 16488 max 16490 refs 4 (previous client : 15600000.isp_argus_camera_1)
Jan 27 14:36:58 pipedge kernel: id 28 (15600000.isp_argus_camera_2) min 16474 max 16476 refs 4 (previous client : 15600000.isp_argus_camera_2)
Jan 27 14:36:58 pipedge kernel: id 29 (15600000.isp_argus_camera_3) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_3)
Jan 27 14:36:58 pipedge kernel: id 30 (15600000.isp_argus_camera_4) min 115837 max 115848 refs 9 (previous client : 15600000.isp_argus_camera_4)
Jan 27 14:36:58 pipedge kernel: id 31 (15600000.isp_argus_camera_5) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_5)
Jan 27 14:36:58 pipedge kernel: id 32 (gp10b_505) min 5656 max 5656 refs 1 (previous client : gp10b_505)
Jan 27 14:36:58 pipedge kernel: id 33 (gp10b_504) min 5004 max 5004 refs 1 (previous client : gp10b_504)
Jan 27 14:36:58 pipedge kernel: id 34 (gp10b_503) min 2828 max 2828 refs 1 (previous client : gp10b_503)
Jan 27 14:36:58 pipedge kernel: id 35 (gp10b_502) min 2828 max 2828 refs 1 (previous client : gp10b_502)
Jan 27 14:36:58 pipedge kernel: id 36 (gp10b_501) min 19832 max 19832 refs 1 (previous client : gp10b_501)
Jan 27 14:36:58 pipedge kernel: id 37 (15700000.vi_0) min 3455 max 3455 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:36:58 pipedge kernel: id 38 (15700000.vi_0) min 16651 max 16652 refs 4 (previous client : 15700000.vi_0)
Jan 27 14:36:58 pipedge kernel: id 39 (15700000.vi_1) min 16630 max 16632 refs 4 (previous client : 15700000.vi_1)
Jan 27 14:36:58 pipedge kernel: id 40 (15700000.vi_2) min 16474 max 16476 refs 4 (previous client : 15700000.vi_2)
Jan 27 14:36:58 pipedge kernel: id 41 (150c0000.nvcsi_0) min 1306 max 1306 refs 1 (previous client : 150c0000.nvcsi_0)
Jan 27 14:36:58 pipedge kernel: id 43 (15340000.vic_argus_camera_0) min 44 max 44 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: id 44 (gp10b_494) min 3412 max 3412 refs 1 (previous client : gp10b_496)
Jan 27 14:36:58 pipedge kernel: id 45 (gp10b_495) min 3312 max 3312 refs 1 (previous client : gp10b_498)
Jan 27 14:36:58 pipedge kernel: id 46 (gp10b_500) min 3316 max 3316 refs 1 (previous client : gp10b_494)
Jan 27 14:36:58 pipedge kernel: id 47 (gp10b_498) min 582 max 582 refs 1 (previous client : gp10b_500)
Jan 27 14:36:58 pipedge kernel: id 48 (gp10b_497) min 504 max 504 refs 1 (previous client : gp10b_495)
Jan 27 14:36:58 pipedge kernel: id 49 (gp10b_496) min 486 max 486 refs 1 (previous client : gp10b_497)
Jan 27 14:36:58 pipedge kernel: id 50 (gp10b_499) min 37480 max 37480 refs 1 (previous client : gp10b_499)
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: ---- channels ----
Jan 27 14:36:58 pipedge kernel: id 2 (disp_a) min 5 max 5 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 3 (disp_b) min 3 max 3 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 4 (disp_c) min 3 max 3 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: 
                                channel 2 - 15820000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: id 8 (vblank0) min -4 max -4 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 088cc699
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: id 21 (gp10b_507) min 143516 max 143516 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: id 22 (gp10b_506) min 368 max 368 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: id 23 (15340000.vic_argus_camera_0) min 2 max 2 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: 
                                channel 3 - 15830000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: id 24 (15600000.isp_argus_camera_0) min 32948 max 32952 refs 4 (previous client : 15600000.isp_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: id 25 (15600000.isp_argus_camera_1) min 16488 max 16490 refs 4 (previous client : 15600000.isp_argus_camera_1)
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 01c3e375
Jan 27 14:36:58 pipedge kernel: id 28 (15600000.isp_argus_camera_2) min 16474 max 16476 refs 4 (previous client : 15600000.isp_argus_camera_2)
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: id 29 (15600000.isp_argus_camera_3) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_3)
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: id 30 (15600000.isp_argus_camera_4) min 115837 max 115848 refs 9 (previous client : 15600000.isp_argus_camera_4)
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: id 31 (15600000.isp_argus_camera_5) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_5)
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: id 32 (gp10b_505) min 5656 max 5656 refs 1 (previous client : gp10b_505)
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: id 33 (gp10b_504) min 5004 max 5004 refs 1 (previous client : gp10b_504)
Jan 27 14:36:58 pipedge kernel: 
                                channel 4 - 15840000.se
Jan 27 14:36:58 pipedge kernel: id 34 (gp10b_503) min 2828 max 2828 refs 1 (previous client : gp10b_503)
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: id 35 (gp10b_502) min 2828 max 2828 refs 1 (previous client : gp10b_502)
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: id 36 (gp10b_501) min 19832 max 19832 refs 1 (previous client : gp10b_501)
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 00031206
Jan 27 14:36:58 pipedge kernel: id 37 (15700000.vi_0) min 3455 max 3455 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:36:58 pipedge kernel: id 38 (15700000.vi_0) min 16651 max 16652 refs 4 (previous client : 15700000.vi_0)
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: id 39 (15700000.vi_1) min 16630 max 16632 refs 4 (previous client : 15700000.vi_1)
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: id 40 (15700000.vi_2) min 16474 max 16476 refs 4 (previous client : 15700000.vi_2)
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: id 41 (150c0000.nvcsi_0) min 1306 max 1306 refs 1 (previous client : 150c0000.nvcsi_0)
Jan 27 14:36:58 pipedge kernel: 
                                channel 1 - 15600000.isp
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: id 43 (15340000.vic_argus_camera_0) min 44 max 44 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00004000
Jan 27 14:36:58 pipedge kernel: id 44 (gp10b_494) min 3412 max 3412 refs 1 (previous client : gp10b_496)
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 004e0041
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:36:58 pipedge kernel: id 45 (gp10b_495) min 3312 max 3312 refs 1 (previous client : gp10b_498)
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:36:58 pipedge kernel: id 46 (gp10b_500) min 3316 max 3316 refs 1 (previous client : gp10b_494)
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: id 47 (gp10b_498) min 582 max 582 refs 1 (previous client : gp10b_500)
Jan 27 14:36:58 pipedge kernel: id 48 (gp10b_497) min 504 max 504 refs 1 (previous client : gp10b_495)
Jan 27 14:36:58 pipedge kernel: 
                                00000000577a4dee: JOB, syncpt_id=24, syncpt_val=32950, first_get=00000e08, timeout=10000, num_slots=19
Jan 27 14:36:58 pipedge kernel: id 49 (gp10b_496) min 486 max 486 refs 1 (previous client : gp10b_497)
Jan 27 14:36:58 pipedge kernel: id 50 (gp10b_499) min 37480 max 37480 refs 1 (previous client : gp10b_499)
Jan 27 14:36:58 pipedge kernel:     GATHER at ffc68000+3c20, 12 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006418 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006819 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006c1c 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00007c1d 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 0000741f 
Jan 27 14:36:58 pipedge kernel: 200c0001 
Jan 27 14:36:58 pipedge kernel: 00000005 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffc68000+3c50, 2 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 0000001e 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 5 - 15700000.vi
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  0000001b
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 304e0005
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: 
                                0000000037fb0530: JOB, syncpt_id=40, syncpt_val=16475, first_get=00000500, timeout=10000, num_slots=7
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+0000, 6 words
Jan 27 14:36:58 pipedge kernel: 304e0005 
Jan 27 14:36:58 pipedge kernel: 0001c47d 
Jan 27 14:36:58 pipedge kernel: 0000001e 
Jan 27 14:36:58 pipedge kernel: 304e0005 
Jan 27 14:36:58 pipedge kernel: 000040f6 
Jan 27 14:36:58 pipedge kernel: 00000027 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+0018, 29 words
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004008 
Jan 27 14:36:58 pipedge kernel: 00007f1f 
Jan 27 14:36:58 pipedge kernel: 00000aff 
Jan 27 14:36:58 pipedge kernel: 9000000c 
Jan 27 14:36:58 pipedge kernel: a000400c 
Jan 27 14:36:58 pipedge kernel: 00000780 
Jan 27 14:36:58 pipedge kernel: 000004b0 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000780 
Jan 27 14:36:58 pipedge kernel: 000004b0 
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004018 
Jan 27 14:36:58 pipedge kernel: 007f0000 
Jan 27 14:36:58 pipedge kernel: 00000104 
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004021 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004045 
Jan 27 14:36:58 pipedge kernel: 0003d5ea 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+008c, 26 words
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0000401 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a000404d 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004020 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000003 
Jan 27 14:36:58 pipedge kernel: a0004042 
Jan 27 14:36:58 pipedge kernel: ffb1b000 
Jan 27 14:36:58 pipedge kernel: 0000001f 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004048 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a000400a 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004001 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004007 
Jan 27 14:36:58 pipedge kernel: 00000003 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+00f4, 2 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00000026 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                ---- host general irq ----
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: sync_intc0mask = 0x00000001
Jan 27 14:36:58 pipedge kernel: ---- channels ----
Jan 27 14:36:58 pipedge kernel: sync_intmask = 0x50000003
Jan 27 14:36:58 pipedge kernel: 
                                ---- host syncpt irq mask ----
Jan 27 14:36:58 pipedge kernel: 
                                ---- host syncpt irq status ----
Jan 27 14:36:58 pipedge kernel: 
                                channel 2 - 15820000.se
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(0) = 0x00000000
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(1) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(2) = 0x00000000
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 088cc699
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(3) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(4) = 0x00000000
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(5) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(6) = 0x00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(7) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(8) = 0x00000000
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(9) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(10) = 0x00000000
Jan 27 14:36:58 pipedge kernel: 
                                channel 3 - 15830000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(11) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(12) = 0x00000000
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 01c3e375
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(13) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(14) = 0x00000000
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(15) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(16) = 0x00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(17) = 0x00000000
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 4 - 15840000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 00031206
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 1 - 15600000.isp
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00004000
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 004e0041
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: 
                                00000000577a4dee: JOB, syncpt_id=24, syncpt_val=32950, first_get=00000e08, timeout=10000, num_slots=19
Jan 27 14:36:58 pipedge kernel:     GATHER at ffc68000+3c20, 12 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006418 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006819 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006c1c 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00007c1d 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 0000741f 
Jan 27 14:36:58 pipedge kernel: 200c0001 
Jan 27 14:36:58 pipedge kernel: 00000005 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffc68000+3c50, 2 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 0000001e 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 5 - 15700000.vi
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  0000001b
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 304e0005
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: 
                                0000000037fb0530: JOB, syncpt_id=40, syncpt_val=16475, first_get=00000500, timeout=10000, num_slots=7
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+0000, 6 words
Jan 27 14:36:58 pipedge kernel: 304e0005 
Jan 27 14:36:58 pipedge kernel: 0001c47d 
Jan 27 14:36:58 pipedge kernel: 0000001e 
Jan 27 14:36:58 pipedge kernel: 304e0005 
Jan 27 14:36:58 pipedge kernel: 000040f6 
Jan 27 14:36:58 pipedge kernel: 00000027 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+0018, 29 words
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004008 
Jan 27 14:36:58 pipedge kernel: 00007f1f 
Jan 27 14:36:58 pipedge kernel: 00000aff 
Jan 27 14:36:58 pipedge kernel: 9000000c 
Jan 27 14:36:58 pipedge kernel: a000400c 
Jan 27 14:36:58 pipedge kernel: 00000780 
Jan 27 14:36:58 pipedge kernel: 000004b0 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000780 
Jan 27 14:36:58 pipedge kernel: 000004b0 
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004018 
Jan 27 14:36:58 pipedge kernel: 007f0000 
Jan 27 14:36:58 pipedge kernel: 00000104 
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004021 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004045 
Jan 27 14:36:58 pipedge kernel: 0003d5ea 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+008c, 26 words
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0000401 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a000404d 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004020 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000003 
Jan 27 14:36:58 pipedge kernel: a0004042 
Jan 27 14:36:58 pipedge kernel: ffb1b000 
Jan 27 14:36:58 pipedge kernel: 0000001f 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004048 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a000400a 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004001 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004007 
Jan 27 14:36:58 pipedge kernel: 00000003 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+00f4, 2 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00000026 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                ---- host general irq ----
Jan 27 14:36:58 pipedge kernel: sync_intc0mask = 0x00000001
Jan 27 14:36:58 pipedge kernel: sync_intmask = 0x50000003
Jan 27 14:36:58 pipedge kernel: 
                                ---- host syncpt irq mask ----
Jan 27 14:36:58 pipedge kernel: 
                                ---- host syncpt irq status ----
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(0) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(1) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(2) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(3) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(4) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(5) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(6) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(7) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(8) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(9) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(10) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(11) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(12) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(13) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(14) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(15) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(16) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(17) = 0x00000000
Jan 27 14:36:58 pipedge kernel: fence timeout on [ffffffc0e2f70240] after 1500ms
Jan 27 14:36:58 pipedge kernel: name=[nvhost_sync:39], current value=16630 waiting value=16631
Jan 27 14:36:58 pipedge kernel: ---- mlocks ----
Jan 27 14:36:58 pipedge kernel: 8: locked by channel 1
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: ---- syncpts ----
Jan 27 14:36:58 pipedge kernel: id 2 (disp_a) min 5 max 5 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 3 (disp_b) min 3 max 3 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 4 (disp_c) min 3 max 3 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 8 (vblank0) min -4 max -4 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 21 (gp10b_507) min 143516 max 143516 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 22 (gp10b_506) min 368 max 368 refs 1 (previous client : )
Jan 27 14:36:58 pipedge kernel: id 23 (15340000.vic_argus_camera_0) min 2 max 2 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: id 24 (15600000.isp_argus_camera_0) min 32948 max 32952 refs 4 (previous client : 15600000.isp_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: id 25 (15600000.isp_argus_camera_1) min 16488 max 16490 refs 4 (previous client : 15600000.isp_argus_camera_1)
Jan 27 14:36:58 pipedge kernel: id 28 (15600000.isp_argus_camera_2) min 16474 max 16476 refs 4 (previous client : 15600000.isp_argus_camera_2)
Jan 27 14:36:58 pipedge kernel: id 29 (15600000.isp_argus_camera_3) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_3)
Jan 27 14:36:58 pipedge kernel: id 30 (15600000.isp_argus_camera_4) min 115837 max 115848 refs 9 (previous client : 15600000.isp_argus_camera_4)
Jan 27 14:36:58 pipedge kernel: id 31 (15600000.isp_argus_camera_5) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_5)
Jan 27 14:36:58 pipedge kernel: id 32 (gp10b_505) min 5656 max 5656 refs 1 (previous client : gp10b_505)
Jan 27 14:36:58 pipedge kernel: id 33 (gp10b_504) min 5004 max 5004 refs 1 (previous client : gp10b_504)
Jan 27 14:36:58 pipedge kernel: id 34 (gp10b_503) min 2828 max 2828 refs 1 (previous client : gp10b_503)
Jan 27 14:36:58 pipedge kernel: id 35 (gp10b_502) min 2828 max 2828 refs 1 (previous client : gp10b_502)
Jan 27 14:36:58 pipedge kernel: id 36 (gp10b_501) min 19832 max 19832 refs 1 (previous client : gp10b_501)
Jan 27 14:36:58 pipedge kernel: id 37 (15700000.vi_0) min 3455 max 3455 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:36:58 pipedge kernel: id 38 (15700000.vi_0) min 16651 max 16652 refs 4 (previous client : 15700000.vi_0)
Jan 27 14:36:58 pipedge kernel: id 39 (15700000.vi_1) min 16630 max 16632 refs 4 (previous client : 15700000.vi_1)
Jan 27 14:36:58 pipedge kernel: id 40 (15700000.vi_2) min 16474 max 16476 refs 4 (previous client : 15700000.vi_2)
Jan 27 14:36:58 pipedge kernel: id 41 (150c0000.nvcsi_0) min 1306 max 1306 refs 1 (previous client : 150c0000.nvcsi_0)
Jan 27 14:36:58 pipedge kernel: id 43 (15340000.vic_argus_camera_0) min 44 max 44 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:36:58 pipedge kernel: id 44 (gp10b_494) min 3412 max 3412 refs 1 (previous client : gp10b_496)
Jan 27 14:36:58 pipedge kernel: id 45 (gp10b_495) min 3312 max 3312 refs 1 (previous client : gp10b_498)
Jan 27 14:36:58 pipedge kernel: id 46 (gp10b_500) min 3316 max 3316 refs 1 (previous client : gp10b_494)
Jan 27 14:36:58 pipedge kernel: id 47 (gp10b_498) min 582 max 582 refs 1 (previous client : gp10b_500)
Jan 27 14:36:58 pipedge kernel: id 48 (gp10b_497) min 504 max 504 refs 1 (previous client : gp10b_495)
Jan 27 14:36:58 pipedge kernel: id 49 (gp10b_496) min 486 max 486 refs 1 (previous client : gp10b_497)
Jan 27 14:36:58 pipedge kernel: id 50 (gp10b_499) min 37480 max 37480 refs 1 (previous client : gp10b_499)
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: ---- channels ----
Jan 27 14:36:58 pipedge kernel: 
                                channel 2 - 15820000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 088cc699
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 3 - 15830000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 01c3e375
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 4 - 15840000.se
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 00031206
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 1 - 15600000.isp
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  00004000
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 004e0041
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: 
                                00000000577a4dee: JOB, syncpt_id=24, syncpt_val=32950, first_get=00000e08, timeout=10000, num_slots=19
Jan 27 14:36:58 pipedge kernel:     GATHER at ffc68000+3c20, 12 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006418 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006819 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00006c1c 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00007c1d 
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 0000741f 
Jan 27 14:36:58 pipedge kernel: 200c0001 
Jan 27 14:36:58 pipedge kernel: 00000005 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffc68000+3c50, 2 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 0000001e 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                channel 5 - 15700000.vi
Jan 27 14:36:58 pipedge kernel: NvHost basic channel registers:
Jan 27 14:36:58 pipedge kernel: CMDFIFO_STAT_0:  0000001b
Jan 27 14:36:58 pipedge kernel: CMDFIFO_RDATA_0: 304e0005
Jan 27 14:36:58 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:36:58 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:36:58 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:36:58 pipedge kernel: 
                                0000000037fb0530: JOB, syncpt_id=40, syncpt_val=16475, first_get=00000500, timeout=10000, num_slots=7
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+0000, 6 words
Jan 27 14:36:58 pipedge kernel: 304e0005 
Jan 27 14:36:58 pipedge kernel: 0001c47d 
Jan 27 14:36:58 pipedge kernel: 0000001e 
Jan 27 14:36:58 pipedge kernel: 304e0005 
Jan 27 14:36:58 pipedge kernel: 000040f6 
Jan 27 14:36:58 pipedge kernel: 00000027 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+0018, 29 words
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004008 
Jan 27 14:36:58 pipedge kernel: 00007f1f 
Jan 27 14:36:58 pipedge kernel: 00000aff 
Jan 27 14:36:58 pipedge kernel: 9000000c 
Jan 27 14:36:58 pipedge kernel: a000400c 
Jan 27 14:36:58 pipedge kernel: 00000780 
Jan 27 14:36:58 pipedge kernel: 000004b0 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000780 
Jan 27 14:36:58 pipedge kernel: 000004b0 
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004018 
Jan 27 14:36:58 pipedge kernel: 007f0000 
Jan 27 14:36:58 pipedge kernel: 00000104 
Jan 27 14:36:58 pipedge kernel: 90000002 
Jan 27 14:36:58 pipedge kernel: a0004021 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004045 
Jan 27 14:36:58 pipedge kernel: 0003d5ea 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+008c, 26 words
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0000401 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a000404d 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004020 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000003 
Jan 27 14:36:58 pipedge kernel: a0004042 
Jan 27 14:36:58 pipedge kernel: ffb1b000 
Jan 27 14:36:58 pipedge kernel: 0000001f 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004048 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a000400a 
Jan 27 14:36:58 pipedge kernel: 00000000 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004001 
Jan 27 14:36:58 pipedge kernel: 00000001 
Jan 27 14:36:58 pipedge kernel: 90000001 
Jan 27 14:36:58 pipedge kernel: a0004007 
Jan 27 14:36:58 pipedge kernel: 00000003 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel:     GATHER at ffb68000+00f4, 2 words
Jan 27 14:36:58 pipedge kernel: 20000001 
Jan 27 14:36:58 pipedge kernel: 00000026 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
Jan 27 14:36:58 pipedge kernel: 
                                ---- host general irq ----
Jan 27 14:36:58 pipedge kernel: sync_intc0mask = 0x00000001
Jan 27 14:36:58 pipedge kernel: sync_intmask = 0x50000003
Jan 27 14:36:58 pipedge kernel: 
                                ---- host syncpt irq mask ----
Jan 27 14:36:58 pipedge kernel: 
                                ---- host syncpt irq status ----
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(0) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(1) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(2) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(3) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(4) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(5) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(6) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(7) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(8) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(9) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(10) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(11) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(12) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(13) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(14) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(15) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(16) = 0x00000000
Jan 27 14:36:58 pipedge kernel: syncpt_thresh_cpu0_int_status(17) = 0x00000000
Jan 27 14:37:02 pipedge kernel: host1x 13e10000.host1x: CaptureSchedule: syncpoint id 30 (15600000.isp_argus_camera_4) stuck waiting 115840, timeout=-1
Jan 27 14:37:02 pipedge kernel: ---- syncpts ----
Jan 27 14:37:02 pipedge kernel: id 2 (disp_a) min 5 max 5 refs 1 (previous client : )
Jan 27 14:37:02 pipedge kernel: id 3 (disp_b) min 3 max 3 refs 1 (previous client : )
Jan 27 14:37:02 pipedge kernel: id 4 (disp_c) min 3 max 3 refs 1 (previous client : )
Jan 27 14:37:02 pipedge kernel: id 8 (vblank0) min -4 max -4 refs 1 (previous client : )
Jan 27 14:37:02 pipedge kernel: id 21 (gp10b_507) min 143516 max 143516 refs 1 (previous client : )
Jan 27 14:37:02 pipedge kernel: id 22 (gp10b_506) min 368 max 368 refs 1 (previous client : )
Jan 27 14:37:02 pipedge kernel: id 23 (15340000.vic_argus_camera_0) min 2 max 2 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:37:02 pipedge kernel: id 24 (15600000.isp_argus_camera_0) min 32948 max 32952 refs 4 (previous client : 15600000.isp_argus_camera_0)
Jan 27 14:37:02 pipedge kernel: id 25 (15600000.isp_argus_camera_1) min 16488 max 16490 refs 4 (previous client : 15600000.isp_argus_camera_1)
Jan 27 14:37:02 pipedge kernel: id 28 (15600000.isp_argus_camera_2) min 16474 max 16476 refs 4 (previous client : 15600000.isp_argus_camera_2)
Jan 27 14:37:02 pipedge kernel: id 29 (15600000.isp_argus_camera_3) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_3)
Jan 27 14:37:02 pipedge kernel: id 30 (15600000.isp_argus_camera_4) min 115837 max 115848 refs 9 (previous client : 15600000.isp_argus_camera_4)
Jan 27 14:37:02 pipedge kernel: id 31 (15600000.isp_argus_camera_5) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_5)
Jan 27 14:37:02 pipedge kernel: id 32 (gp10b_505) min 5656 max 5656 refs 1 (previous client : gp10b_505)
Jan 27 14:37:02 pipedge kernel: id 33 (gp10b_504) min 5004 max 5004 refs 1 (previous client : gp10b_504)
Jan 27 14:37:02 pipedge kernel: id 34 (gp10b_503) min 2828 max 2828 refs 1 (previous client : gp10b_503)
Jan 27 14:37:02 pipedge kernel: id 35 (gp10b_502) min 2828 max 2828 refs 1 (previous client : gp10b_502)
Jan 27 14:37:02 pipedge kernel: id 36 (gp10b_501) min 19832 max 19832 refs 1 (previous client : gp10b_501)
Jan 27 14:37:02 pipedge kernel: id 37 (15700000.vi_0) min 3455 max 3455 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:37:02 pipedge kernel: id 38 (15700000.vi_0) min 16651 max 16652 refs 4 (previous client : 15700000.vi_0)
Jan 27 14:37:02 pipedge kernel: id 39 (15700000.vi_1) min 16630 max 16632 refs 4 (previous client : 15700000.vi_1)
Jan 27 14:37:02 pipedge kernel: id 40 (15700000.vi_2) min 16474 max 16476 refs 4 (previous client : 15700000.vi_2)
Jan 27 14:37:02 pipedge kernel: id 41 (150c0000.nvcsi_0) min 1306 max 1306 refs 1 (previous client : 150c0000.nvcsi_0)
Jan 27 14:37:02 pipedge kernel: id 43 (15340000.vic_argus_camera_0) min 44 max 44 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:37:02 pipedge kernel: id 44 (gp10b_494) min 3412 max 3412 refs 1 (previous client : gp10b_496)
Jan 27 14:37:02 pipedge kernel: id 45 (gp10b_495) min 3312 max 3312 refs 1 (previous client : gp10b_498)
Jan 27 14:37:02 pipedge kernel: id 46 (gp10b_500) min 3316 max 3316 refs 1 (previous client : gp10b_494)
Jan 27 14:37:02 pipedge kernel: id 47 (gp10b_498) min 582 max 582 refs 1 (previous client : gp10b_500)
Jan 27 14:37:02 pipedge kernel: id 48 (gp10b_497) min 504 max 504 refs 1 (previous client : gp10b_495)
Jan 27 14:37:02 pipedge kernel: id 49 (gp10b_496) min 486 max 486 refs 1 (previous client : gp10b_497)
Jan 27 14:37:02 pipedge kernel: id 50 (gp10b_499) min 37480 max 37480 refs 1 (previous client : gp10b_499)
Jan 27 14:37:02 pipedge kernel: 
Jan 27 14:37:06 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 40 (15700000.vi_2) clientid 509, HW thresh 16474, done 16475
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 39 (15700000.vi_1) clientid 509, HW thresh 16630, done 16631
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 38 (15700000.vi_0) clientid 509, HW thresh 16651, done 16651
Jan 27 14:37:07 pipedge kernel: ---- mlocks ----
Jan 27 14:37:07 pipedge kernel: 8: locked by channel 1
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: ---- syncpts ----
Jan 27 14:37:07 pipedge kernel: id 2 (disp_a) min 5 max 5 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 3 (disp_b) min 3 max 3 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 4 (disp_c) min 3 max 3 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 8 (vblank0) min -4 max -4 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 21 (gp10b_507) min 143516 max 143516 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 22 (gp10b_506) min 368 max 368 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 23 (15340000.vic_argus_camera_0) min 2 max 2 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:37:07 pipedge kernel: id 24 (15600000.isp_argus_camera_0) min 32948 max 32952 refs 4 (previous client : 15600000.isp_argus_camera_0)
Jan 27 14:37:07 pipedge kernel: id 25 (15600000.isp_argus_camera_1) min 16488 max 16490 refs 4 (previous client : 15600000.isp_argus_camera_1)
Jan 27 14:37:07 pipedge kernel: id 28 (15600000.isp_argus_camera_2) min 16474 max 16476 refs 4 (previous client : 15600000.isp_argus_camera_2)
Jan 27 14:37:07 pipedge kernel: id 29 (15600000.isp_argus_camera_3) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_3)
Jan 27 14:37:07 pipedge kernel: id 30 (15600000.isp_argus_camera_4) min 115837 max 115848 refs 9 (previous client : 15600000.isp_argus_camera_4)
Jan 27 14:37:07 pipedge kernel: id 31 (15600000.isp_argus_camera_5) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_5)
Jan 27 14:37:07 pipedge kernel: id 32 (gp10b_505) min 5656 max 5656 refs 1 (previous client : gp10b_505)
Jan 27 14:37:07 pipedge kernel: id 33 (gp10b_504) min 5004 max 5004 refs 1 (previous client : gp10b_504)
Jan 27 14:37:07 pipedge kernel: id 34 (gp10b_503) min 2828 max 2828 refs 1 (previous client : gp10b_503)
Jan 27 14:37:07 pipedge kernel: id 35 (gp10b_502) min 2828 max 2828 refs 1 (previous client : gp10b_502)
Jan 27 14:37:07 pipedge kernel: id 36 (gp10b_501) min 19832 max 19832 refs 1 (previous client : gp10b_501)
Jan 27 14:37:07 pipedge kernel: id 37 (15700000.vi_0) min 3455 max 3455 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:37:07 pipedge kernel: id 38 (15700000.vi_0) min 16651 max 16652 refs 4 (previous client : 15700000.vi_0)
Jan 27 14:37:07 pipedge kernel: id 39 (15700000.vi_1) min 16630 max 16632 refs 4 (previous client : 15700000.vi_1)
Jan 27 14:37:07 pipedge kernel: id 40 (15700000.vi_2) min 16474 max 16476 refs 4 (previous client : 15700000.vi_2)
Jan 27 14:37:07 pipedge kernel: id 41 (150c0000.nvcsi_0) min 1306 max 1306 refs 1 (previous client : 150c0000.nvcsi_0)
Jan 27 14:37:07 pipedge kernel: id 43 (15340000.vic_argus_camera_0) min 44 max 44 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:37:07 pipedge kernel: id 44 (gp10b_494) min 3412 max 3412 refs 1 (previous client : gp10b_496)
Jan 27 14:37:07 pipedge kernel: id 45 (gp10b_495) min 3312 max 3312 refs 1 (previous client : gp10b_498)
Jan 27 14:37:07 pipedge kernel: id 46 (gp10b_500) min 3316 max 3316 refs 1 (previous client : gp10b_494)
Jan 27 14:37:07 pipedge kernel: id 47 (gp10b_498) min 582 max 582 refs 1 (previous client : gp10b_500)
Jan 27 14:37:07 pipedge kernel: id 48 (gp10b_497) min 504 max 504 refs 1 (previous client : gp10b_495)
Jan 27 14:37:07 pipedge kernel: id 49 (gp10b_496) min 486 max 486 refs 1 (previous client : gp10b_497)
Jan 27 14:37:07 pipedge kernel: id 50 (gp10b_499) min 37480 max 37480 refs 1 (previous client : gp10b_499)
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: ---- channels ----
Jan 27 14:37:07 pipedge kernel: 
                                channel 2 - 15820000.se
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 088cc699
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 3 - 15830000.se
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 01c3e375
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 4 - 15840000.se
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 00031206
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 1 - 15600000.isp
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00004000
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 004e0041
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: 
                                00000000577a4dee: JOB, syncpt_id=24, syncpt_val=32950, first_get=00000e08, timeout=10000, num_slots=19
Jan 27 14:37:07 pipedge kernel:     GATHER at ffc68000+3c20, 12 words
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00006418 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00006819 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00006c1c 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00007c1d 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 0000741f 
Jan 27 14:37:07 pipedge kernel: 200c0001 
Jan 27 14:37:07 pipedge kernel: 00000005 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel:     GATHER at ffc68000+3c50, 2 words
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 0000001e 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 5 - 15700000.vi
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  0000001b
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 304e0005
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: 
                                0000000037fb0530: JOB, syncpt_id=40, syncpt_val=16475, first_get=00000500, timeout=10000, num_slots=7
Jan 27 14:37:07 pipedge kernel:     GATHER at ffb68000+0000, 6 words
Jan 27 14:37:07 pipedge kernel: 304e0005 
Jan 27 14:37:07 pipedge kernel: 0001c47d 
Jan 27 14:37:07 pipedge kernel: 0000001e 
Jan 27 14:37:07 pipedge kernel: 304e0005 
Jan 27 14:37:07 pipedge kernel: 000040f6 
Jan 27 14:37:07 pipedge kernel: 00000027 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel:     GATHER at ffb68000+0018, 29 words
Jan 27 14:37:07 pipedge kernel: 90000002 
Jan 27 14:37:07 pipedge kernel: a0004008 
Jan 27 14:37:07 pipedge kernel: 00007f1f 
Jan 27 14:37:07 pipedge kernel: 00000aff 
Jan 27 14:37:07 pipedge kernel: 9000000c 
Jan 27 14:37:07 pipedge kernel: a000400c 
Jan 27 14:37:07 pipedge kernel: 00000780 
Jan 27 14:37:07 pipedge kernel: 000004b0 
Jan 27 14:37:07 pipedge kernel: 00000001 
Jan 27 14:37:07 pipedge kernel: 00000001 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000780 
Jan 27 14:37:07 pipedge kernel: 000004b0 
Jan 27 14:37:07 pipedge kernel: 90000002 
Jan 27 14:37:07 pipedge kernel: a0004018 
Jan 27 14:37:07 pipedge kernel: 007f0000 
Jan 27 14:37:07 pipedge kernel: 00000104 
Jan 27 14:37:07 pipedge kernel: 90000002 
Jan 27 14:37:07 pipedge kernel: a0004021 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a0004045 
Jan 27 14:37:07 pipedge kernel: 0003d5ea 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel:     GATHER at ffb68000+008c, 26 words
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a0000401 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a000404d 
Jan 27 14:37:07 pipedge kernel: 00000001 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a0004020 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 90000003 
Jan 27 14:37:07 pipedge kernel: a0004042 
Jan 27 14:37:07 pipedge kernel: ffb1b000 
Jan 27 14:37:07 pipedge kernel: 0000001f 
Jan 27 14:37:07 pipedge kernel: 00000001 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a0004048 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a000400a 
Jan 27 14:37:07 pipedge kernel: 00000000 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a0004001 
Jan 27 14:37:07 pipedge kernel: 00000001 
Jan 27 14:37:07 pipedge kernel: 90000001 
Jan 27 14:37:07 pipedge kernel: a0004007 
Jan 27 14:37:07 pipedge kernel: 00000003 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel:     GATHER at ffb68000+00f4, 2 words
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00000026 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                ---- host general irq ----
Jan 27 14:37:07 pipedge kernel: sync_intc0mask = 0x00000001
Jan 27 14:37:07 pipedge kernel: sync_intmask = 0x50000003
Jan 27 14:37:07 pipedge kernel: 
                                ---- host syncpt irq mask ----
Jan 27 14:37:07 pipedge kernel: 
                                ---- host syncpt irq status ----
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(0) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(1) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(2) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(3) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(4) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(5) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(6) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(7) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(8) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(9) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(10) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(11) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(12) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(13) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(14) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(15) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(16) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(17) = 0x00000000
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     SYNCPT_ID   40
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     SYNCPT_VAL  16475
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     FIRST_GET   0x500
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     NUM_SLOTS   7
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     NUM_HANDLES 2
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     SYNCPT_ID   40
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     SYNCPT_VAL  16476
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     FIRST_GET   0x538
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     NUM_SLOTS   7
Jan 27 14:37:07 pipedge kernel: tegra-vi4 15700000.vi:     NUM_HANDLES 2
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 24 (15600000.isp_argus_camera_0) clientid 501, HW thresh 32948, done 32950
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 25 (15600000.isp_argus_camera_1) clientid 501, HW thresh 16488, done 16489
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 28 (15600000.isp_argus_camera_2) clientid 501, HW thresh 16474, done 16475
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 29 (15600000.isp_argus_camera_3) clientid 501, HW thresh 16486, done 16487
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 31 (15600000.isp_argus_camera_5) clientid 501, HW thresh 16486, done 16487
Jan 27 14:37:07 pipedge kernel: host1x 13e10000.host1x: cdma_handle_timeout: timeout: 30 (15600000.isp_argus_camera_4) clientid 501, HW thresh 115837, done 115837
Jan 27 14:37:07 pipedge kernel: ---- mlocks ----
Jan 27 14:37:07 pipedge kernel: 8: locked by channel 1
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: ---- syncpts ----
Jan 27 14:37:07 pipedge kernel: id 2 (disp_a) min 5 max 5 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 3 (disp_b) min 3 max 3 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 4 (disp_c) min 3 max 3 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 8 (vblank0) min -4 max -4 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 21 (gp10b_507) min 143516 max 143516 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 22 (gp10b_506) min 368 max 368 refs 1 (previous client : )
Jan 27 14:37:07 pipedge kernel: id 23 (15340000.vic_argus_camera_0) min 2 max 2 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:37:07 pipedge kernel: id 24 (15600000.isp_argus_camera_0) min 32948 max 32952 refs 4 (previous client : 15600000.isp_argus_camera_0)
Jan 27 14:37:07 pipedge kernel: id 25 (15600000.isp_argus_camera_1) min 16488 max 16490 refs 4 (previous client : 15600000.isp_argus_camera_1)
Jan 27 14:37:07 pipedge kernel: id 28 (15600000.isp_argus_camera_2) min 16474 max 16476 refs 4 (previous client : 15600000.isp_argus_camera_2)
Jan 27 14:37:07 pipedge kernel: id 29 (15600000.isp_argus_camera_3) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_3)
Jan 27 14:37:07 pipedge kernel: id 30 (15600000.isp_argus_camera_4) min 115837 max 115848 refs 9 (previous client : 15600000.isp_argus_camera_4)
Jan 27 14:37:07 pipedge kernel: id 31 (15600000.isp_argus_camera_5) min 16486 max 16488 refs 4 (previous client : 15600000.isp_argus_camera_5)
Jan 27 14:37:07 pipedge kernel: id 32 (gp10b_505) min 5656 max 5656 refs 1 (previous client : gp10b_505)
Jan 27 14:37:07 pipedge kernel: id 33 (gp10b_504) min 5004 max 5004 refs 1 (previous client : gp10b_504)
Jan 27 14:37:07 pipedge kernel: id 34 (gp10b_503) min 2828 max 2828 refs 1 (previous client : gp10b_503)
Jan 27 14:37:07 pipedge kernel: id 35 (gp10b_502) min 2828 max 2828 refs 1 (previous client : gp10b_502)
Jan 27 14:37:07 pipedge kernel: id 36 (gp10b_501) min 19832 max 19832 refs 1 (previous client : gp10b_501)
Jan 27 14:37:07 pipedge kernel: id 37 (15700000.vi_0) min 3455 max 3455 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:37:07 pipedge kernel: id 38 (15700000.vi_0) min 16652 max 16652 refs 1 (previous client : 15700000.vi_0)
Jan 27 14:37:07 pipedge kernel: id 39 (15700000.vi_1) min 16632 max 16632 refs 1 (previous client : 15700000.vi_1)
Jan 27 14:37:07 pipedge kernel: id 40 (15700000.vi_2) min 16476 max 16476 refs 1 (previous client : 15700000.vi_2)
Jan 27 14:37:07 pipedge kernel: id 41 (150c0000.nvcsi_0) min 1306 max 1306 refs 1 (previous client : 150c0000.nvcsi_0)
Jan 27 14:37:07 pipedge kernel: id 43 (15340000.vic_argus_camera_0) min 44 max 44 refs 1 (previous client : 15340000.vic_argus_camera_0)
Jan 27 14:37:07 pipedge kernel: id 44 (gp10b_494) min 3412 max 3412 refs 1 (previous client : gp10b_496)
Jan 27 14:37:07 pipedge kernel: id 45 (gp10b_495) min 3312 max 3312 refs 1 (previous client : gp10b_498)
Jan 27 14:37:07 pipedge kernel: id 46 (gp10b_500) min 3316 max 3316 refs 1 (previous client : gp10b_494)
Jan 27 14:37:07 pipedge kernel: id 47 (gp10b_498) min 582 max 582 refs 1 (previous client : gp10b_500)
Jan 27 14:37:07 pipedge kernel: id 48 (gp10b_497) min 504 max 504 refs 1 (previous client : gp10b_495)
Jan 27 14:37:07 pipedge kernel: id 49 (gp10b_496) min 486 max 486 refs 1 (previous client : gp10b_497)
Jan 27 14:37:07 pipedge kernel: id 50 (gp10b_499) min 37480 max 37480 refs 1 (previous client : gp10b_499)
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: ---- channels ----
Jan 27 14:37:07 pipedge kernel: 
                                channel 2 - 15820000.se
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 088cc699
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 3 - 15830000.se
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 01c3e375
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 4 - 15840000.se
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00002040
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 00031206
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000000
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000000
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: The CDMA sync queue is empty.
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                channel 1 - 15600000.isp
Jan 27 14:37:07 pipedge kernel: NvHost basic channel registers:
Jan 27 14:37:07 pipedge kernel: CMDFIFO_STAT_0:  00004000
Jan 27 14:37:07 pipedge kernel: CMDFIFO_RDATA_0: 004e0041
Jan 27 14:37:07 pipedge kernel: CMDP_OFFSET_0:   00000050
Jan 27 14:37:07 pipedge kernel: CMDP_CLASS_0:    00000001
Jan 27 14:37:07 pipedge kernel: CHANNELSTAT_0:   00000000
Jan 27 14:37:07 pipedge kernel: 
                                00000000577a4dee: JOB, syncpt_id=24, syncpt_val=32950, first_get=00000e08, timeout=10000, num_slots=19
Jan 27 14:37:07 pipedge kernel:     GATHER at ffc68000+3c20, 12 words
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00006418 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00006819 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00006c1c 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 00007c1d 
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 0000741f 
Jan 27 14:37:07 pipedge kernel: 200c0001 
Jan 27 14:37:07 pipedge kernel: 00000005 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel:     GATHER at ffc68000+3c50, 2 words
Jan 27 14:37:07 pipedge kernel: 20000001 
Jan 27 14:37:07 pipedge kernel: 0000001e 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
Jan 27 14:37:07 pipedge kernel: 
                                ---- host general irq ----
Jan 27 14:37:07 pipedge kernel: sync_intc0mask = 0x00000001
Jan 27 14:37:07 pipedge kernel: sync_intmask = 0x50000003
Jan 27 14:37:07 pipedge kernel: 
                                ---- host syncpt irq mask ----
Jan 27 14:37:07 pipedge kernel: 
                                ---- host syncpt irq status ----
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(0) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(1) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(2) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(3) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(4) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(5) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(6) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(7) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(8) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(9) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(10) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(11) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(12) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(13) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(14) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(15) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(16) = 0x00000000
Jan 27 14:37:07 pipedge kernel: syncpt_thresh_cpu0_int_status(17) = 0x00000000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   24
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  32950
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0xe08
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   19
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 1
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   30
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  115839
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0xea0
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   12
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 1
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   30
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  115841
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0xf00
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   9
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 1
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   30
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  115843
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0xf48
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   9
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 1
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   30
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  115845
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0xf90
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   9
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 5
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   24
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  32952
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0xfd8
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   19
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 1
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_ID   30
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     SYNCPT_VAL  115848
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     FIRST_GET   0x70
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     TIMEOUT     10000
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_SLOTS   12
Jan 27 14:37:07 pipedge kernel: isp 15600000.isp:     NUM_HANDLES 1




I am sorry to tell current design don’t support trigger mode.

Thanks