Use the nvgstcapture-1.0 open the camera(/dev/video0) but report some errors

The camera sensor I used is SmartSens(SC130GS), which can read and write registers through i2c,but cannot open the camera to display video streams.

The details are as follows:
the Sensor device tree
sc130gs_e@30 {
compatible = “nvidia,sc130gs”;
/* I2C device address */
reg = <0x30>;

					/* Physical dimensions of sensor */
					physical_w = "1.948";
					physical_h = "1.109";
					sensor_model ="sc130gs";
					/* Defines number of frames to be dropped by driver internally after applying */
					/* sensor crop settings. Some sensors send corrupt frames after applying */
					/* crop co-ordinates */
					post_crop_frame_drop = "0";

					/* if true, delay gain setting by one frame to be in sync with exposure */
					delayed_gain = "true";

					/* sc130gs 3864x2174 mode */
					mode0 {
						mclk_khz = "24000";
						num_lanes = "4";
						tegra_sinterface = "serial_e";
						discontinuous_clk = "yes";
						dpcm_enable = "false";
						cil_settletime = "0";

						dynamic_pixel_bit_depth = "10";
						csi_pixel_bit_depth = "10";
						mode_type = "bayer";
						pixel_phase = "bggr";
						pixel_t = "bayer_bggr";

						active_w = "1280";
						active_h = "1024";
						readout_orientation = "0";
						line_length = "3192";
						inherent_gain = "1";
						mclk_multiplier = "25";
						pix_clk_hz = "201479040";

						min_gain_val = "1";
						max_gain_val = "64";
						min_hdr_ratio = "1";
						max_hdr_ratio = "64";
						min_framerate = "30";
						max_framerate = "120";
						min_exp_time = "158";
						max_exp_time = "82470";
					};
					ports {
						#address-cells = <1>;
						#size-cells = <0>;
						port@0 {
							reg = <0>;
							lisc130gs_sc130gs_out2: endpoint {
								csi-port = <4>;
								bus-width = <4>;
								remote-endpoint = <&lisc130gs_csi_in2>;
							};
						};
					};
				};

Through the command “v4l2-ctl --all

nvidia@tegra-ubuntu:~$ v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : tegra-video
Card type : vi-output, sc130gs 30-0032
Bus info : platform:15700000.vi:0
Driver version: 4.4.38
Capabilities : 0x84200001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 0: no power)
Format Video Capture:
Width/Height : 1280/1024
Pixel Format : ‘BG10’
Field : None
Bytes per Line : 2560
Size Image : 2621440
Colorspace : sRGB
Transfer Function : Default
YCbCr/HSV Encoding: Default
Quantization : Default
Flags :

Camera Controls

               frame_length (int)    : min=1052 max=42080 step=1 default=1052 value=1052 flags=slider
                coarse_time (int)    : min=10 max=5220 step=1 default=5220 value=5220 flags=slider
                 group_hold (intmenu): min=0 max=1 default=0 value=0
                 hdr_enable (intmenu): min=0 max=1 default=0 value=0
                       gain (int)    : min=1 max=64 step=1 default=1 value=1 flags=slider
                bypass_mode (intmenu): min=0 max=1 default=0 value=0
            override_enable (intmenu): min=0 max=1 default=0 value=0
               height_align (int)    : min=1 max=16 step=1 default=1 value=1
                 size_align (intmenu): min=0 max=2 default=0 value=0
           write_isp_format (int)    : min=1 max=1 step=1 default=1 value=1
   sensor_signal_properties (u32)    : min=0 max=0 step=0 default=0 flags=read-only, has-payload
    sensor_image_properties (u32)    : min=0 max=0 step=0 default=0 flags=read-only, has-payload
  sensor_control_properties (u32)    : min=0 max=0 step=0 default=0 flags=read-only, has-payload
          sensor_dv_timings (u32)    : min=0 max=0 step=0 default=0 flags=read-only, has-payload
               sensor_modes (int)    : min=0 max=30 step=1 default=30 value=1 flags=read-only 

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

Runtime ARGUS Camera Commands:

Help : ‘h’
Quit : ‘q’
Set Capture Mode:
mo:
(1): image
(2): video
Get Capture Mode:
gmo
Set sensor orientation:
so:
(0): none
(1): Rotate counter-clockwise 90 degrees
(2): Rotate 180 degrees
(3): Rotate clockwise 90 degrees
Get sensor orientation:
gso
Set Whitebalance Mode:
wb:
(0): off
(1): auto
(2): incandescent
(3): fluorescent
(4): warm-fluorescent
(5): daylight
(6): cloudy-daylight
(7): twilight
(8): shade
(9): manual
Get Whitebalance Mode:
gwb
Set Saturation (0 to 2):
st: e.g., st:1.25
Get Saturation:
gst
Capture: enter ‘j’ OR
followed by a timer (e.g., jx5000, capture after 5 seconds) OR
followed by multishot count (e.g., j:6, capture 6 images)
timer/multihot values are optional, capture defaults to single shot with timer=0s
Start Recording : enter ‘1’
Stop Recording : enter ‘0’
Video snapshot : enter ‘2’ (While recording video)
Get Preview Resolution:
gpcr
Get Image Capture Resolution:
gicr
Get Video Capture Resolution:
gvcr

Runtime encoder configuration options:

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

bitrate = 4000000
Encoder Profile = High
** Message: main:5684 iterating capture loop …
GST_ARGUS: Running with following settings:
Camera index = 0
Camera mode = 0
Output Stream W = 640 H = 480
seconds to Run = 0
Framerate set to : 30 at NvxVideoEncoderSetParameterNvMMLiteOpen : Block : BlockType = 4
===== MSENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected…
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
CONSUMER: Done Success
b Error EndOfFile: Unexpected error in reading socket (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 214)
(Argus) Error EndOfFile: Receiving thread terminated with error (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadWrapper(), line 317)[/b]

dmesg Get the next info:

[ 196.042159] sc130gs frame length 0x320e = 0x8
[ 196.046965] sc130gs frame length 0x320f = 0xf9
[ 196.056373] misc tegra_camera_ctrl: ISO BW req 2147483647 > 4687500 (max) capping to max
[ 196.064697] misc tegra_camera_ctrl: vi_v4l2_update_isobw: requested iso bw is larger than max
[ 196.085323] sc130gs_s_stream mode[0]
[ 196.364861] sc130gs read table 0x100 = 0x0
[ 196.369271] sc130gs read table 0x3000 = 0x0
[ 196.373813] sc130gs read table 0x3001 = 0x0
[ 196.378381] sc130gs read table 0x3018 = 0x70
[ 196.382953] sc130gs read table 0x3019 = 0x0
[ 196.387437] sc130gs read table 0x3022 = 0x10
[ 196.393246] sc130gs read table 0x302b = 0x80
[ 196.397888] sc130gs read table 0x3030 = 0x4
[ 196.402381] sc130gs read table 0x3031 = 0xa
[ 196.406863] sc130gs read table 0x3034 = 0x1
[ 196.411451] sc130gs read table 0x3035 = 0xd2
[ 196.416179] sc130gs read table 0x3038 = 0x44
[ 196.420770] sc130gs read table 0x3039 = 0x14
[ 196.425352] sc130gs read table 0x303a = 0x32
[ 196.429964] sc130gs read table 0x303b = 0x2
[ 196.434579] sc130gs read table 0x303c = 0x4
[ 196.439125] sc130gs read table 0x303f = 0x11
[ 196.443696] sc130gs read table 0x3202 = 0x0
[ 196.448284] sc130gs read table 0x3203 = 0x0
[ 196.452897] sc130gs read table 0x3205 = 0x8b
[ 196.457533] sc130gs read table 0x3206 = 0x2
[ 196.462021] sc130gs read table 0x3207 = 0x4
[ 196.466564] sc130gs read table 0x3208 = 0x5
[ 196.471128] sc130gs read table 0x3209 = 0x0
[ 196.475721] sc130gs read table 0x320a = 0x4
[ 196.480219] sc130gs read table 0x320b = 0x0
[ 196.484752] sc130gs read table 0x320c = 0x3
[ 196.489357] sc130gs read table 0x320d = 0x1e
[ 196.493932] sc130gs read table 0x320e = 0x2
[ 196.498429] sc130gs read table 0x320f = 0xe
[ 196.503069] sc130gs read table 0x3211 = 0xc
[ 196.507622] sc130gs read table 0x3213 = 0x4
[ 196.512111] sc130gs read table 0x3300 = 0x20
[ 196.516708] sc130gs read table 0x3302 = 0xc
[ 196.521250] sc130gs read table 0x3306 = 0x48
[ 196.525891] sc130gs read table 0x3308 = 0x50
[ 196.530465] sc130gs read table 0x330a = 0x1
[ 196.534978] sc130gs read table 0x330b = 0x20
[ 196.539620] sc130gs read table 0x330e = 0x1a
[ 196.544262] sc130gs read table 0x3310 = 0xf0
[ 196.548824] sc130gs read table 0x3311 = 0x10
[ 196.553579] sc130gs read table 0x3319 = 0xe8
[ 196.558223] sc130gs read table 0x3333 = 0x90
[ 196.562843] sc130gs read table 0x3334 = 0x30
[ 196.567415] sc130gs read table 0x3348 = 0x2
[ 196.572467] sc130gs read table 0x3349 = 0xee
[ 196.577143] sc130gs read table 0x334a = 0x2
[ 196.581690] sc130gs read table 0x334b = 0xe8
[ 196.586290] sc130gs read table 0x335d = 0x0
[ 196.591961] sc130gs read table 0x3380 = 0xff
[ 196.596616] sc130gs read table 0x3382 = 0xe0
[ 196.601194] sc130gs read table 0x3383 = 0xa
[ 196.605739] sc130gs read table 0x3384 = 0xe4
[ 196.610355] sc130gs read table 0x3400 = 0x53
[ 196.615056] sc130gs read table 0x3416 = 0x31
[ 196.619635] sc130gs read table 0x3518 = 0x7
[ 196.624196] sc130gs read table 0x3519 = 0xc8
[ 196.628799] sc130gs read table 0x3620 = 0x23
[ 196.633494] sc130gs read table 0x3621 = 0x8
[ 196.637991] sc130gs read table 0x3622 = 0x6
[ 196.642626] sc130gs read table 0x3623 = 0x14
[ 196.647283] sc130gs read table 0x3624 = 0x20
[ 196.651919] sc130gs read table 0x3625 = 0x0
[ 196.656501] sc130gs read table 0x3627 = 0x1
[ 196.661000] sc130gs read table 0x3630 = 0x63
[ 196.665662] sc130gs read table 0x3632 = 0x74
[ 196.670300] sc130gs read table 0x3633 = 0x62
[ 196.674888] sc130gs read table 0x3634 = 0xff
[ 196.679484] sc130gs read table 0x3635 = 0x44
[ 196.684169] sc130gs read table 0x3638 = 0x82
[ 196.688793] sc130gs read table 0x3639 = 0x74
[ 196.693469] sc130gs read table 0x363a = 0x24
[ 196.698180] sc130gs read table 0x363b = 0x0
[ 196.702794] sc130gs read table 0x3640 = 0x3
[ 196.707353] sc130gs read table 0x3658 = 0x9a
[ 196.711938] sc130gs read table 0x3663 = 0x88
[ 196.717781] sc130gs read table 0x3664 = 0x7
[ 196.722356] sc130gs read table 0x3c00 = 0x41
[ 196.726928] sc130gs read table 0x3d08 = 0x0
[ 196.731463] sc130gs read table 0x3e01 = 0x20
[ 196.736080] sc130gs read table 0x3e02 = 0x50
[ 196.740709] sc130gs read table 0x3e03 = 0x3
[ 196.745215] sc130gs read table 0x3e08 = 0x3
[ 196.749747] sc130gs read table 0x3e09 = 0x20
[ 196.754389] sc130gs read table 0x3e0e = 0x0
[ 196.758933] sc130gs read table 0x3e0f = 0x14
[ 196.763591] sc130gs read table 0x3e14 = 0xb0
[ 196.768262] sc130gs read table 0x3f08 = 0x4
[ 196.772825] sc130gs read table 0x4501 = 0xc0
[ 196.777488] sc130gs read table 0x4502 = 0x16
[ 196.782138] sc130gs read table 0x5000 = 0x1
[ 196.786636] sc130gs read table 0x5b00 = 0x2
[ 196.791280] sc130gs read table 0x5b01 = 0x3
[ 196.795803] sc130gs read table 0x5b02 = 0x1
[ 196.800374] sc130gs read table 0x5b03 = 0x1
[ 196.804860] sc130gs read table 0x100 = 0x1
[ 196.809343] sc130gs set gain 0x3e08 = 0x0
[ 196.813711] sc130gs set gain 0x3e09 = 0x20
[ 196.818146] sc130gs set gain 0x363a = 0x64
[ 196.822617] sc130gs set gain 0x3630 = 0x73
[ 196.827127] sc130gs frame length 0x320e = 0x8
[ 196.831853] sc130gs frame length 0x320f = 0xf9
[ 196.836669] sc130gs coarse time 0x3e01 = 0x8f
[ 196.841331] sc130gs coarse time 0x3e02 = 0x10
[ 196.846137] sc130gs frame length 0x320e = 0x23
[ 196.850939] sc130gs frame length 0x320f = 0xe5
[ 198.355350] fence timeout on [ffffffc1a491e600] after 1500ms
[ 198.361056] fence timeout on [ffffffc1a491e500] after 1500ms
[ 198.366736] name=[nvhost_sync:31], current value=0 waiting value=1
[ 198.373001] fence timeout on [ffffffc1a494c400] after 1500ms
[ 198.378685] name=[nvhost_sync:44], current value=0 waiting value=1
[ 198.378982] ---- mlocks ----
[ 198.378993] 8: locked by channel 6

[ 198.379009] ---- syncpts ----
[ 198.379017] id 4 (disp_d) min 2828 max 2829 refs 1 (previous client : )
[ 198.379020] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 198.379023] id 7 (vblank1) min 11606 max 0 refs 1 (previous client : )
[ 198.379036] id 18 (17000000.gp10b_507) min 162504 max 162504 refs 1 (previous client : )
[ 198.379039] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 198.379043] id 21 (17000000.gp10b_505) min 14624 max 14626 refs 1 (previous client : 17000000.gp10b_505)
[ 198.379054] id 31 (15600000.isp_argus_daemon_0) min 0 max 4 refs 4 (previous client : )
[ 198.379057] id 32 (15600000.isp_argus_daemon_1) min 0 max 2 refs 4 (previous client : )
[ 198.379059] id 33 (15600000.isp_argus_daemon_2) min 0 max 2 refs 4 (previous client : )
[ 198.379062] id 34 (15600000.isp_argus_daemon_3) min 0 max 2 refs 4 (previous client : )
[ 198.379064] id 35 (15600000.isp_argus_daemon_4) min 15 max 26 refs 9 (previous client : )
[ 198.379067] id 36 (15600000.isp_argus_daemon_5) min 0 max 2 refs 4 (previous client : )
[ 198.379070] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 198.379094] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 198.379096] id 43 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ 198.379099] id 44 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ 198.379102] id 45 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ 198.379104] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 198.379112] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 198.379116] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 198.379119] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 198.379121] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 198.379124] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 198.379126] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 198.379636] ---- channels ----
[ 198.379644]
channel 1 - 15820000.se

[ 198.379646] NvHost basic channel registers:
[ 198.379648] CMDFIFO_STAT_0: 00002040
[ 198.379650] CMDFIFO_RDATA_0: 5d801201
[ 198.379654] CMDP_OFFSET_0: 00000000
[ 198.379655] CMDP_CLASS_0: 00000000
[ 198.379657] CHANNELSTAT_0: 00000000
[ 198.379658] The CDMA sync queue is empty.

[ 198.379661]
channel 2 - 15830000.se

[ 198.379662] NvHost basic channel registers:
[ 198.379664] CMDFIFO_STAT_0: 00002040
[ 198.379665] CMDFIFO_RDATA_0: 4c843250
[ 198.379669] CMDP_OFFSET_0: 00000000
[ 198.379670] CMDP_CLASS_0: 00000000
[ 198.379672] CHANNELSTAT_0: 00000000
[ 198.379673] The CDMA sync queue is empty.

[ 198.379675]
channel 3 - 15840000.se

[ 198.379676] NvHost basic channel registers:
[ 198.379678] CMDFIFO_STAT_0: 00002040
[ 198.379679] CMDFIFO_RDATA_0: 23aa41c4
[ 198.379682] CMDP_OFFSET_0: 00000000
[ 198.379684] CMDP_CLASS_0: 00000000
[ 198.379686] CHANNELSTAT_0: 00000000
[ 198.379686] The CDMA sync queue is empty.

[ 198.379689]
channel 6 - 15600000.isp

[ 198.379689] NvHost basic channel registers:
[ 198.379691] CMDFIFO_STAT_0: 00004000
[ 198.379693] CMDFIFO_RDATA_0: 004e0041
[ 198.379696] CMDP_OFFSET_0: 00000050
[ 198.379698] CMDP_CLASS_0: 00000001
[ 198.379699] CHANNELSTAT_0: 00000000
[ 198.379703]
ffffffc1a4982400: JOB, syncpt_id=31, syncpt_val=2, first_get=000001f8, timeout=10000, num_slots=19
[ 198.379708] GATHER at 5a708000+3bec, 12 words
[ 198.379718] 20000001 0000641f 20000001 00006820 20000001 00006c21 20000001 00007c22 20000001 00007424 200c0001 00000005
[ 198.379720] GATHER at 5a708000+3c1c, 2 words
[ 198.379722] 20000001 00000023

[ 198.379725]
channel 5 - 150c0000.nvcsi

[ 198.379726] NvHost basic channel registers:
[ 198.379728] CMDFIFO_STAT_0: 00002040
[ 198.379729] CMDFIFO_RDATA_0: 0000002e
[ 198.379733] CMDP_OFFSET_0: 00000000
[ 198.379734] CMDP_CLASS_0: 00000001
[ 198.379736] CHANNELSTAT_0: 00000000
[ 198.379737] The CDMA sync queue is empty.

[ 198.379739]
channel 0 - 15700000.vi

[ 198.379740] NvHost basic channel registers:
[ 198.379741] CMDFIFO_STAT_0: 00002040
[ 198.379743] CMDFIFO_RDATA_0: 0000002a
[ 198.379746] CMDP_OFFSET_0: 00000000
[ 198.379748] CMDP_CLASS_0: 00000001
[ 198.379749] CHANNELSTAT_0: 00000000
[ 198.379750] The CDMA sync queue is empty.

[ 198.379752]
channel 4 - 15700000.vi

[ 198.379752] NvHost basic channel registers:
[ 198.379754] CMDFIFO_STAT_0: 0000001b
[ 198.379756] CMDFIFO_RDATA_0: 304e0005
[ 198.379759] CMDP_OFFSET_0: 00000050
[ 198.379760] CMDP_CLASS_0: 00000001
[ 198.379762] CHANNELSTAT_0: 00000000
[ 198.379764]
ffffffc1e5b20c00: JOB, syncpt_id=45, syncpt_val=1, first_get=00000000, timeout=0, num_slots=7
[ 198.379768] GATHER at 5a718000+0000, 6 words
[ 198.379773] 304e0005 0000000f 00000023 304e0005 00000000 0000002d
[ 198.379774] GATHER at 5a718000+0018, 29 words
[ 198.379794] 90000002 a0004008 00043f1f 00000aff 9000000c a000400c 00000500 00000400 00000001 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000500 00000400 90000002 a0004018 007f0000 00000104 90000002 a0004021 00000000 00000000 90000001 a0004045 0003d5ea
[ 198.379796] GATHER at 5a718000+008c, 26 words
[ 198.379813] 90000001 a0000401 00000000 90000001 a000404d 00000001 90000001 a0004020 00000000 90000003 a0004042 5a526000 00000000 00000001 90000001 a0004048 00000000 90000001 a000400a 00000000 90000001 a0004001 00000001 90000001 a0004007 00000003
[ 198.379814] GATHER at 5a718000+00f4, 2 words
[ 198.379816] 20000001 0000002b

[ 198.379818]
---- host general irq ----

[ 198.379820] sync_intc0mask = 0x00000001
[ 198.379822] sync_intmask = 0x50000003
[ 198.379823]
---- host syncpt irq mask ----

[ 198.379824]
---- host syncpt irq status ----

[ 198.379826] syncpt_thresh_cpu0_int_status(0) = 0x00040000
[ 198.379828] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 198.379830] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 198.379831] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 198.379833] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 198.379835] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 198.379837] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ 198.379839] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ 198.379840] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ 198.379842] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ 198.379844] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ 198.379846] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ 198.379847] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ 198.379849] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ 198.379851] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ 198.379853] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ 198.379855] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ 198.379856] syncpt_thresh_cpu0_int_status(17) = 0x00000000
[ 198.392766] name=[nvhost_sync:34], current value=0 waiting value=1
[ 198.392769] ---- mlocks ----
[ 198.392779] 8: locked by channel 6

[ 198.392795] ---- syncpts ----
[ 198.392802] id 4 (disp_d) min 2828 max 2829 refs 1 (previous client : )
[ 198.392805] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 198.392809] id 7 (vblank1) min 11607 max 0 refs 1 (previous client : )
[ 198.392822] id 18 (17000000.gp10b_507) min 162548 max 162548 refs 1 (previous client : )
[ 198.392824] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 198.392828] id 21 (17000000.gp10b_505) min 14624 max 14626 refs 1 (previous client : 17000000.gp10b_505)
[ 198.392839] id 31 (15600000.isp_argus_daemon_0) min 0 max 4 refs 4 (previous client : )
[ 198.392842] id 32 (15600000.isp_argus_daemon_1) min 0 max 2 refs 4 (previous client : )
[ 198.392844] id 33 (15600000.isp_argus_daemon_2) min 0 max 2 refs 4 (previous client : )
[ 198.392847] id 34 (15600000.isp_argus_daemon_3) min 0 max 2 refs 4 (previous client : )
[ 198.392849] id 35 (15600000.isp_argus_daemon_4) min 15 max 26 refs 9 (previous client : )
[ 198.392852] id 36 (15600000.isp_argus_daemon_5) min 0 max 2 refs 4 (previous client : )
[ 198.392855] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 198.392861] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 198.392864] id 43 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ 198.392866] id 44 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ 198.392868] id 45 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ 198.392871] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 198.392879] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 198.392883] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 198.392886] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 198.392888] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 198.392890] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 198.392892] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 198.393391] ---- channels ----
[ 198.393399]
channel 1 - 15820000.se

[ 198.393400] NvHost basic channel registers:
[ 198.393402] CMDFIFO_STAT_0: 00002040
[ 198.393404] CMDFIFO_RDATA_0: 5d801201
[ 198.393408] CMDP_OFFSET_0: 00000000
[ 198.393410] CMDP_CLASS_0: 00000000
[ 198.393412] CHANNELSTAT_0: 00000000
[ 198.393413] The CDMA sync queue is empty.

[ 198.393416]
channel 2 - 15830000.se

[ 198.393416] NvHost basic channel registers:
[ 198.393418] CMDFIFO_STAT_0: 00002040
[ 198.393420] CMDFIFO_RDATA_0: 4c843250
[ 198.393423] CMDP_OFFSET_0: 00000000
[ 198.393425] CMDP_CLASS_0: 00000000
[ 198.393426] CHANNELSTAT_0: 00000000
[ 198.393427] The CDMA sync queue is empty.

[ 198.393429]
channel 3 - 15840000.se

[ 198.393437] NvHost basic channel registers:
[ 198.393439] CMDFIFO_STAT_0: 00002040
[ 198.393441] CMDFIFO_RDATA_0: 23aa41c4
[ 198.393444] CMDP_OFFSET_0: 00000000
[ 198.393446] CMDP_CLASS_0: 00000000
[ 198.393447] CHANNELSTAT_0: 00000000
[ 198.393448] The CDMA sync queue is empty.

[ 198.393450]
channel 6 - 15600000.isp

[ 198.393451] NvHost basic channel registers:
[ 198.393453] CMDFIFO_STAT_0: 00004000
[ 198.393454] CMDFIFO_RDATA_0: 004e0041
[ 198.393458] CMDP_OFFSET_0: 00000050
[ 198.393459] CMDP_CLASS_0: 00000001
[ 198.393461] CHANNELSTAT_0: 00000000
[ 198.393464]
ffffffc1a4982400: JOB, syncpt_id=31, syncpt_val=2, first_get=000001f8, timeout=10000, num_slots=19
[ 198.393466] GATHER at 5a708000+3bec, 12 words
[ 198.393475] 20000001 0000641f 20000001 00006820 20000001 00006c21 20000001 00007c22 20000001 00007424 200c0001 00000005
[ 198.393477] GATHER at 5a708000+3c1c, 2 words
[ 198.393479] 20000001 00000023

[ 198.393482]
channel 5 - 150c0000.nvcsi

[ 198.393483] NvHost basic channel registers:
[ 198.393485] CMDFIFO_STAT_0: 00002040
[ 198.393486] CMDFIFO_RDATA_0: 0000002e
[ 198.393489] CMDP_OFFSET_0: 00000000
[ 198.393491] CMDP_CLASS_0: 00000001
[ 198.393493] CHANNELSTAT_0: 00000000
[ 198.393494] The CDMA sync queue is empty.

[ 198.393496]
channel 0 - 15700000.vi

[ 198.393497] NvHost basic channel registers:
[ 198.393498] CMDFIFO_STAT_0: 00002040
[ 198.393500] CMDFIFO_RDATA_0: 0000002a
[ 198.393503] CMDP_OFFSET_0: 00000000
[ 198.393505] CMDP_CLASS_0: 00000001
[ 198.393506] CHANNELSTAT_0: 00000000
[ 198.393507] The CDMA sync queue is empty.

[ 198.393509]
channel 4 - 15700000.vi

[ 198.393509] NvHost basic channel registers:
[ 198.393511] CMDFIFO_STAT_0: 0000001b
[ 198.393513] CMDFIFO_RDATA_0: 304e0005
[ 198.393516] CMDP_OFFSET_0: 00000050
[ 198.393518] CMDP_CLASS_0: 00000001
[ 198.393519] CHANNELSTAT_0: 00000000
[ 198.393521]
ffffffc1e5b20c00: JOB, syncpt_id=45, syncpt_val=1, first_get=00000000, timeout=0, num_slots=7
[ 198.393523] GATHER at 5a718000+0000, 6 words
[ 198.393528] 304e0005 0000000f 00000023 304e0005 00000000 0000002d
[ 198.393530] GATHER at 5a718000+0018, 29 words
[ 198.393549] 90000002 a0004008 00043f1f 00000aff 9000000c a000400c 00000500 00000400 00000001 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000500 00000400 90000002 a0004018 007f0000 00000104 90000002 a0004021 00000000 00000000 90000001 a0004045 0003d5ea
[ 198.393551] GATHER at 5a718000+008c, 26 words
[ 198.393568] 90000001 a0000401 00000000 90000001 a000404d 00000001 90000001 a0004020 00000000 90000003 a0004042 5a526000 00000000 00000001 90000001 a0004048 00000000 90000001 a000400a 00000000 90000001 a0004001 00000001 90000001 a0004007 00000003
[ 198.393569] GATHER at 5a718000+00f4, 2 words
[ 198.393571] 20000001 0000002b

[ 198.393573]
---- host general irq ----

[ 198.393575] sync_intc0mask = 0x00000001
[ 198.393577] sync_intmask = 0x50000003
[ 198.393577]
---- host syncpt irq mask ----

[ 198.393578]
---- host syncpt irq status ----

[ 198.393580] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 198.393582] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 198.393584] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 198.393586] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 198.393587] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 198.393651] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 198.393653] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ 198.393655] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ 198.393657] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ 198.393659] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ 198.393661] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ 198.393663] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ 198.393664] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ 198.393666] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ 198.393668] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ 198.393670] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ 198.393672] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ 198.393673] syncpt_thresh_cpu0_int_status(17) = 0x00000000
[ 199.746138] ---- mlocks ----
[ 199.750141] 8: locked by channel 6

[ 199.755094] ---- syncpts ----
[ 199.758063] id 4 (disp_d) min 2830 max 2831 refs 1 (previous client : )
[ 199.764681] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 199.770783] id 7 (vblank1) min 11690 max 0 refs 1 (previous client : )
[ 199.777329] id 18 (17000000.gp10b_507) min 166142 max 166142 refs 1 (previous client : )
[ 199.785429] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 199.792831] id 21 (17000000.gp10b_505) min 14646 max 14648 refs 1 (previous client : 17000000.gp10b_505)
[ 199.802321] id 31 (15600000.isp_argus_daemon_0) min 0 max 4 refs 4 (previous client : )
[ 199.810329] id 32 (15600000.isp_argus_daemon_1) min 0 max 2 refs 4 (previous client : )
[ 199.818339] id 33 (15600000.isp_argus_daemon_2) min 0 max 2 refs 4 (previous client : )
[ 199.826353] id 34 (15600000.isp_argus_daemon_3) min 0 max 2 refs 4 (previous client : )
[ 199.834354] id 35 (15600000.isp_argus_daemon_4) min 15 max 26 refs 9 (previous client : )
[ 199.842538] id 36 (15600000.isp_argus_daemon_5) min 0 max 2 refs 4 (previous client : )
[ 199.850542] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 199.857948] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 199.866038] id 43 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ 199.873962] id 44 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ 199.881883] id 45 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ 199.889798] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 199.898452] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 199.905680] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 199.912909] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 199.920133] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 199.927360] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 199.934587] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 199.943813] ---- channels ----
[ 199.946883]
channel 1 - 15820000.se

[ 199.953334] NvHost basic channel registers:
[ 199.957520] CMDFIFO_STAT_0: 00002040
[ 199.961191] CMDFIFO_RDATA_0: 5d801201
[ 199.964862] CMDP_OFFSET_0: 00000000
[ 199.968547] CMDP_CLASS_0: 00000000
[ 199.972220] CHANNELSTAT_0: 00000000
[ 199.975884] The CDMA sync queue is empty.

[ 199.981394]
channel 2 - 15830000.se

[ 199.987862] NvHost basic channel registers:
[ 199.992096] CMDFIFO_STAT_0: 00002040
[ 199.995762] CMDFIFO_RDATA_0: 4c843250
[ 199.999441] CMDP_OFFSET_0: 00000000
[ 200.003139] CMDP_CLASS_0: 00000000
[ 200.006829] CHANNELSTAT_0: 00000000
[ 200.010529] The CDMA sync queue is empty.

[ 200.016063]
channel 3 - 15840000.se

[ 200.022530] NvHost basic channel registers:
[ 200.026762] CMDFIFO_STAT_0: 00002040
[ 200.030416] CMDFIFO_RDATA_0: 23aa41c4
[ 200.034107] CMDP_OFFSET_0: 00000000
[ 200.037796] CMDP_CLASS_0: 00000000
[ 200.041507] CHANNELSTAT_0: 00000000
[ 200.045173] The CDMA sync queue is empty.

[ 200.050708]
channel 6 - 15600000.isp

[ 200.057268] NvHost basic channel registers:
[ 200.061501] CMDFIFO_STAT_0: 00004000
[ 200.065167] CMDFIFO_RDATA_0: 004e0041
[ 200.068856] CMDP_OFFSET_0: 00000050
[ 200.072553] CMDP_CLASS_0: 00000001
[ 200.076265] CHANNELSTAT_0: 00000000
[ 200.079934]
ffffffc1a4982400: JOB, syncpt_id=31, syncpt_val=2, first_get=000001f8, timeout=10000, num_slots=19
[ 200.091424] GATHER at 5a708000+3bec, 12 words
[ 200.096177] 20000001 0000641f 20000001 00006820 20000001 00006c21 20000001 00007c22 20000001 00007424 200c0001 00000005
[ 200.107199] GATHER at 5a708000+3c1c, 2 words
[ 200.111861] 20000001 00000023

[ 200.116436]
channel 5 - 150c0000.nvcsi

[ 200.123155] NvHost basic channel registers:
[ 200.127365] CMDFIFO_STAT_0: 00002040
[ 200.131076] CMDFIFO_RDATA_0: 0000002e
[ 200.134754] CMDP_OFFSET_0: 00000000
[ 200.138408] CMDP_CLASS_0: 00000001
[ 200.142084] CHANNELSTAT_0: 00000000
[ 200.145791] The CDMA sync queue is empty.

[ 200.151317]
channel 0 - 15700000.vi

[ 200.157769] NvHost basic channel registers:
[ 200.161977] CMDFIFO_STAT_0: 00002040
[ 200.165688] CMDFIFO_RDATA_0: 0000002a
[ 200.169365] CMDP_OFFSET_0: 00000000
[ 200.173031] CMDP_CLASS_0: 00000001
[ 200.176705] CHANNELSTAT_0: 00000000
[ 200.180392] The CDMA sync queue is empty.

[ 200.185940]
channel 4 - 15700000.vi

[ 200.192393] NvHost basic channel registers:
[ 200.196588] CMDFIFO_STAT_0: 0000001b
[ 200.200255] CMDFIFO_RDATA_0: 304e0005
[ 200.203959] CMDP_OFFSET_0: 00000050
[ 200.207689] CMDP_CLASS_0: 00000001
[ 200.211377] CHANNELSTAT_0: 00000000
[ 200.216097]
ffffffc1e5b20c00: JOB, syncpt_id=45, syncpt_val=1, first_get=00000000, timeout=0, num_slots=7
[ 200.227179] GATHER at 5a718000+0000, 6 words
[ 200.231849] 304e0005 0000000f 00000023 304e0005 00000000 0000002d
[ 200.238310] GATHER at 5a718000+0018, 29 words
[ 200.243049] 90000002 a0004008 00043f1f 00000aff 9000000c a000400c 00000500 00000400 00000001 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000500 00000400 90000002 a0004018 007f0000 00000104 90000002 a0004021 00000000 00000000 90000001 a0004045 0003d5ea
[ 200.267674] GATHER at 5a718000+008c, 26 words
[ 200.272426] 90000001 a0000401 00000000 90000001 a000404d 00000001 90000001 a0004020 00000000 90000003 a0004042 5a526000 00000000 00000001 90000001 a0004048 00000000 90000001 a000400a 00000000 90000001 a0004001 00000001 90000001 a0004007 00000003
[ 200.294591] GATHER at 5a718000+00f4, 2 words
[ 200.299249] 20000001 0000002b

[ 200.303894]
---- host general irq ----

[ 200.310598] sync_intc0mask = 0x00000001
[ 200.314426] sync_intmask = 0x50000003
[ 200.318117]
---- host syncpt irq mask ----

[ 200.325213]
---- host syncpt irq status ----

[ 200.332451] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 200.337872] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 200.343316] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 200.348724] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 200.354147] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 200.359593] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 200.364997] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ 200.370429] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ 200.375869] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ 200.381272] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ 200.386685] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ 200.392219] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ 200.397708] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ 200.403215] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ 200.408751] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ 200.414238] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ 200.419744] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ 200.425244] syncpt_thresh_cpu0_int_status(17) = 0x00000000
[ 202.853328] host1x 13e10000.host1x: CaptureSchedule: syncpoint id 35 (15600000.isp_argus_daemon_4) stuck waiting 18, timeout=-1
[ 202.864831] ---- syncpts ----
[ 202.867863] id 4 (disp_d) min 3009 max 3009 refs 1 (previous client : )
[ 202.874530] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 202.880692] id 7 (vblank1) min 11876 max 0 refs 1 (previous client : )
[ 202.887297] id 18 (17000000.gp10b_507) min 174864 max 174866 refs 1 (previous client : )
[ 202.895431] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 202.902871] id 21 (17000000.gp10b_505) min 15558 max 15560 refs 1 (previous client : 17000000.gp10b_505)
[ 202.912406] id 31 (15600000.isp_argus_daemon_0) min 0 max 4 refs 4 (previous client : )
[ 202.920439] id 32 (15600000.isp_argus_daemon_1) min 0 max 2 refs 4 (previous client : )
[ 202.928480] id 33 (15600000.isp_argus_daemon_2) min 0 max 2 refs 4 (previous client : )
[ 202.936528] id 34 (15600000.isp_argus_daemon_3) min 0 max 2 refs 4 (previous client : )
[ 202.944576] id 35 (15600000.isp_argus_daemon_4) min 15 max 26 refs 9 (previous client : )
[ 202.952781] id 36 (15600000.isp_argus_daemon_5) min 0 max 2 refs 4 (previous client : )
[ 202.960816] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 202.968262] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 202.976399] id 43 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ 202.984334] id 44 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ 202.992290] id 45 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ 203.000249] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 203.008909] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 203.016154] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 203.023415] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 203.030678] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 203.037942] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 203.045189] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 206.855540] host1x 13e10000.host1x: cdma_handle_timeout: timeout: 31 (15600000.isp_argus_daemon_0) clientid 9, HW thresh 0, done 2
[ 206.867275] host1x 13e10000.host1x: cdma_handle_timeout: timeout: 32 (15600000.isp_argus_daemon_1) clientid 9, HW thresh 0, done 1
[ 206.879101] host1x 13e10000.host1x: cdma_handle_timeout: timeout: 33 (15600000.isp_argus_daemon_2) clientid 9, HW thresh 0, done 1
[ 206.890892] host1x 13e10000.host1x: cdma_handle_timeout: timeout: 34 (15600000.isp_argus_daemon_3) clientid 9, HW thresh 0, done 1
[ 206.902667] host1x 13e10000.host1x: cdma_handle_timeout: timeout: 36 (15600000.isp_argus_daemon_5) clientid 9, HW thresh 0, done 1
[ 206.914535] host1x 13e10000.host1x: cdma_handle_timeout: timeout: 35 (15600000.isp_argus_daemon_4) clientid 9, HW thresh 15, done 15
[ 206.926478] ---- mlocks ----
[ 206.929417] 8: locked by channel 6

[ 206.934441] ---- syncpts ----
[ 206.937474] id 4 (disp_d) min 3238 max 3238 refs 1 (previous client : )
[ 206.944198] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 206.950330] id 7 (vblank1) min 12120 max 0 refs 1 (previous client : )
[ 206.956915] id 18 (17000000.gp10b_507) min 186202 max 186228 refs 1 (previous client : )
[ 206.965042] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 206.972483] id 21 (17000000.gp10b_505) min 16744 max 16746 refs 1 (previous client : 17000000.gp10b_505)
[ 206.981995] id 31 (15600000.isp_argus_daemon_0) min 0 max 4 refs 4 (previous client : )
[ 206.990031] id 32 (15600000.isp_argus_daemon_1) min 0 max 2 refs 4 (previous client : )
[ 206.998085] id 33 (15600000.isp_argus_daemon_2) min 0 max 2 refs 4 (previous client : )
[ 207.006131] id 34 (15600000.isp_argus_daemon_3) min 0 max 2 refs 4 (previous client : )
[ 207.014159] id 35 (15600000.isp_argus_daemon_4) min 15 max 26 refs 9 (previous client : )
[ 207.022366] id 36 (15600000.isp_argus_daemon_5) min 0 max 2 refs 4 (previous client : )
[ 207.030414] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 207.037853] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 207.045970] id 43 (15700000.vi_0) min 1 max 2 refs 4 (previous client : 15700000.vi_0)
[ 207.053917] id 44 (15700000.vi_1) min 0 max 2 refs 4 (previous client : 15700000.vi_1)
[ 207.061880] id 45 (15700000.vi_2) min 0 max 2 refs 4 (previous client : 15700000.vi_2)
[ 207.069839] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 207.078487] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 207.085745] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 207.093011] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 207.100277] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 207.107518] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 207.114791] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 207.124097] ---- channels ----
[ 207.127182]
channel 1 - 15820000.se

[ 207.133672] NvHost basic channel registers:
[ 207.137893] CMDFIFO_STAT_0: 00002040
[ 207.141603] CMDFIFO_RDATA_0: 5d801201
[ 207.145294] CMDP_OFFSET_0: 00000000
[ 207.149002] CMDP_CLASS_0: 00000000
[ 207.152715] CHANNELSTAT_0: 00000000
[ 207.156463] The CDMA sync queue is empty.

[ 207.162029]
channel 2 - 15830000.se

[ 207.168519] NvHost basic channel registers:
[ 207.172801] CMDFIFO_STAT_0: 00002040
[ 207.176499] CMDFIFO_RDATA_0: 4c843250
[ 207.180201] CMDP_OFFSET_0: 00000000
[ 207.183899] CMDP_CLASS_0: 00000000
[ 207.187663] CHANNELSTAT_0: 00000000
[ 207.191340] The CDMA sync queue is empty.

[ 207.196925]
channel 3 - 15840000.se

[ 207.203416] NvHost basic channel registers:
[ 207.207630] CMDFIFO_STAT_0: 00002040
[ 207.211332] CMDFIFO_RDATA_0: 23aa41c4
[ 207.215042] CMDP_OFFSET_0: 00000000
[ 207.218746] CMDP_CLASS_0: 00000000
[ 207.222423] CHANNELSTAT_0: 00000000
[ 207.226119] The CDMA sync queue is empty.

[ 207.231703]
channel 6 - 15600000.isp

[ 207.238338] NvHost basic channel registers:
[ 207.242559] CMDFIFO_STAT_0: 00004000
[ 207.246260] CMDFIFO_RDATA_0: 004e0041
[ 207.249960] CMDP_OFFSET_0: 00000050
[ 207.253722] CMDP_CLASS_0: 00000001
[ 207.257393] CHANNELSTAT_0: 00000000
[ 207.261088]
ffffffc1a4982400: JOB, syncpt_id=31, syncpt_val=2, first_get=000001f8, timeout=10000, num_slots=19
[ 207.272597] GATHER at 5a708000+3bec, 12 words
[ 207.277346] 20000001 0000641f 20000001 00006820 20000001 00006c21 20000001 00007c22 20000001 00007424 200c0001 00000005
[ 207.288581] GATHER at 5a708000+3c1c, 2 words
[ 207.293205] 20000001 00000023

[ 207.297893]
channel 5 - 150c0000.nvcsi

[ 207.304697] NvHost basic channel registers:
[ 207.308898] CMDFIFO_STAT_0: 00002040
[ 207.312567] CMDFIFO_RDATA_0: 0000002e
[ 207.316261] CMDP_OFFSET_0: 00000000
[ 207.319961] CMDP_CLASS_0: 00000001
[ 207.323661] CHANNELSTAT_0: 00000000
[ 207.327369] The CDMA sync queue is empty.

[ 207.332940]
channel 0 - 15700000.vi

[ 207.339414] NvHost basic channel registers:
[ 207.343712] CMDFIFO_STAT_0: 00002040
[ 207.347408] CMDFIFO_RDATA_0: 0000002a
[ 207.351104] CMDP_OFFSET_0: 00000000
[ 207.354810] CMDP_CLASS_0: 00000001
[ 207.358568] CHANNELSTAT_0: 00000000
[ 207.362244] The CDMA sync queue is empty.

[ 207.367820]
channel 4 - 15700000.vi

[ 207.374298] NvHost basic channel registers:
[ 207.378576] CMDFIFO_STAT_0: 0000001b
[ 207.382254] CMDFIFO_RDATA_0: 304e0005
[ 207.385944] CMDP_OFFSET_0: 00000050
[ 207.389644] CMDP_CLASS_0: 00000001
[ 207.393341] CHANNELSTAT_0: 00000000
[ 207.397113]
ffffffc1e5b20c00: JOB, syncpt_id=45, syncpt_val=1, first_get=00000000, timeout=0, num_slots=7
[ 207.408180] GATHER at 5a718000+0000, 6 words
[ 207.412833] 304e0005 0000000f 00000023 304e0005 00000000 0000002d
[ 207.419288] GATHER at 5a718000+0018, 29 words
[ 207.424083] 90000002 a0004008 00043f1f 00000aff 9000000c a000400c 00000500 00000400 00000001 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000500 00000400 90000002 a0004018 007f0000 00000104 90000002 a0004021 00000000 00000000 90000001 a0004045 0003d5ea
[ 207.448681] GATHER at 5a718000+008c, 26 words
[ 207.453396] 90000001 a0000401 00000000 90000001 a000404d 00000001 90000001 a0004020 00000000 90000003 a0004042 5a526000 00000000 00000001 90000001 a0004048 00000000 90000001 a000400a 00000000 90000001 a0004001 00000001 90000001 a0004007 00000003
[ 207.475757] GATHER at 5a718000+00f4, 2 words
[ 207.480382] 20000001 0000002b

[ 207.484946]
---- host general irq ----

[ 207.491680] sync_intc0mask = 0x00000001
[ 207.495555] sync_intmask = 0x50000003
[ 207.499256]
---- host syncpt irq mask ----

[ 207.506343]
---- host syncpt irq status ----

[ 207.513602] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 207.519038] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 207.524493] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 207.529928] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 207.535344] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 207.540784] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 207.546248] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ 207.551698] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ 207.557127] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ 207.562562] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ 207.568003] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ 207.573541] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ 207.579052] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ 207.584574] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ 207.590101] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ 207.595632] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ 207.601138] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ 207.606655] syncpt_thresh_cpu0_int_status(17) = 0x00000000
[ 207.632632] isp 15600000.isp: SYNCPT_ID 31
[ 207.637252] isp 15600000.isp: SYNCPT_VAL 2
[ 207.641783] isp 15600000.isp: FIRST_GET 0x1f8
[ 207.646655] isp 15600000.isp: TIMEOUT 10000
[ 207.651528] isp 15600000.isp: NUM_SLOTS 19
[ 207.656140] isp 15600000.isp: NUM_HANDLES 1
[ 207.660679] isp 15600000.isp: SYNCPT_ID 35
[ 207.665291] isp 15600000.isp: SYNCPT_VAL 17
[ 207.669902] isp 15600000.isp: FIRST_GET 0x290
[ 207.674775] isp 15600000.isp: TIMEOUT 10000
[ 207.679647] isp 15600000.isp: NUM_SLOTS 12
[ 207.684258] isp 15600000.isp: NUM_HANDLES 1
[ 207.688786] isp 15600000.isp: SYNCPT_ID 35
[ 207.693399] isp 15600000.isp: SYNCPT_VAL 19
[ 207.698011] isp 15600000.isp: FIRST_GET 0x2f0
[ 207.702883] isp 15600000.isp: TIMEOUT 10000
[ 207.707755] isp 15600000.isp: NUM_SLOTS 9
[ 207.712281] isp 15600000.isp: NUM_HANDLES 1
[ 207.716811] isp 15600000.isp: SYNCPT_ID 35
[ 207.721514] isp 15600000.isp: SYNCPT_VAL 21
[ 207.726155] isp 15600000.isp: FIRST_GET 0x338
[ 207.731037] isp 15600000.isp: TIMEOUT 10000
[ 207.735913] isp 15600000.isp: NUM_SLOTS 9
[ 207.740445] isp 15600000.isp: NUM_HANDLES 1
[ 207.744984] isp 15600000.isp: SYNCPT_ID 35
[ 207.749601] isp 15600000.isp: SYNCPT_VAL 23
[ 207.754217] isp 15600000.isp: FIRST_GET 0x380
[ 207.759095] isp 15600000.isp: TIMEOUT 10000
[ 207.763976] isp 15600000.isp: NUM_SLOTS 9
[ 207.768507] isp 15600000.isp: NUM_HANDLES 5
[ 207.773043] isp 15600000.isp: SYNCPT_ID 31
[ 207.777661] isp 15600000.isp: SYNCPT_VAL 4
[ 207.782195] isp 15600000.isp: FIRST_GET 0x3c8
[ 207.787074] isp 15600000.isp: TIMEOUT 10000
[ 207.791951] isp 15600000.isp: NUM_SLOTS 19
[ 207.796575] isp 15600000.isp: NUM_HANDLES 1
[ 207.801121] isp 15600000.isp: SYNCPT_ID 35
[ 207.805739] isp 15600000.isp: SYNCPT_VAL 26
[ 207.810359] isp 15600000.isp: FIRST_GET 0x460
[ 207.815240] isp 15600000.isp: TIMEOUT 10000
[ 207.820119] isp 15600000.isp: NUM_SLOTS 12
[ 207.824748] isp 15600000.isp: NUM_HANDLES 1
[ 209.326430] fence timeout on [ffffffc1a494bb00] after 1500ms
[ 209.326432] fence timeout on [ffffffc06610c700] after 1500ms
[ 209.326439] name=[nvhost_sync:31], current value=4 waiting value=5
[ 209.326442] ---- mlocks ----
[ 209.326452] 8: locked by channel 6

[ 209.326468] ---- syncpts ----
[ 209.326477] id 4 (disp_d) min 3359 max 3359 refs 1 (previous client : )
[ 209.326480] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 209.326483] id 7 (vblank1) min 12263 max 0 refs 1 (previous client : )
[ 209.326496] id 18 (17000000.gp10b_507) min 192566 max 192602 refs 1 (previous client : )
[ 209.326499] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 209.326503] id 21 (17000000.gp10b_505) min 17362 max 17362 refs 1 (previous client : 17000000.gp10b_505)
[ 209.326514] id 31 (15600000.isp_argus_daemon_0) min 4 max 6 refs 3 (previous client : )
[ 209.326517] id 32 (15600000.isp_argus_daemon_1) min 2 max 3 refs 3 (previous client : )
[ 209.326519] id 33 (15600000.isp_argus_daemon_2) min 2 max 3 refs 3 (previous client : )
[ 209.326522] id 34 (15600000.isp_argus_daemon_3) min 2 max 3 refs 3 (previous client : )
[ 209.326525] id 35 (15600000.isp_argus_daemon_4) min 31 max 33 refs 4 (previous client : )
[ 209.326527] id 36 (15600000.isp_argus_daemon_5) min 2 max 3 refs 3 (previous client : )
[ 209.326531] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 209.326537] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 209.326539] id 43 (15700000.vi_0) min 1 max 3 refs 5 (previous client : 15700000.vi_0)
[ 209.326542] id 44 (15700000.vi_1) min 0 max 3 refs 5 (previous client : 15700000.vi_1)
[ 209.326545] id 45 (15700000.vi_2) min 0 max 3 refs 5 (previous client : 15700000.vi_2)
[ 209.326547] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 209.326555] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 209.326560] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 209.326562] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 209.326564] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 209.326567] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 209.326569] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 209.327067] ---- channels ----
[ 209.327075]
channel 1 - 15820000.se

[ 209.327076] NvHost basic channel registers:
[ 209.327078] CMDFIFO_STAT_0: 00002040
[ 209.327080] CMDFIFO_RDATA_0: 5d801201
[ 209.327084] CMDP_OFFSET_0: 00000000
[ 209.327085] CMDP_CLASS_0: 00000000
[ 209.327087] CHANNELSTAT_0: 00000000
[ 209.327088] The CDMA sync queue is empty.

[ 209.327091]
channel 2 - 15830000.se

[ 209.327092] NvHost basic channel registers:
[ 209.327094] CMDFIFO_STAT_0: 00002040
[ 209.327095] CMDFIFO_RDATA_0: 4c843250
[ 209.327099] CMDP_OFFSET_0: 00000000
[ 209.327100] CMDP_CLASS_0: 00000000
[ 209.327102] CHANNELSTAT_0: 00000000
[ 209.327103] The CDMA sync queue is empty.

[ 209.327105]
channel 3 - 15840000.se

[ 209.327106] NvHost basic channel registers:
[ 209.327108] CMDFIFO_STAT_0: 00002040
[ 209.327110] CMDFIFO_RDATA_0: 23aa41c4
[ 209.327113] CMDP_OFFSET_0: 00000000
[ 209.327114] CMDP_CLASS_0: 00000000
[ 209.327116] CHANNELSTAT_0: 00000000
[ 209.327117] The CDMA sync queue is empty.

[ 209.327119]
channel 6 - 15600000.isp

[ 209.327120] NvHost basic channel registers:
[ 209.327121] CMDFIFO_STAT_0: 0000000e
[ 209.327123] CMDFIFO_RDATA_0: 004e0041
[ 209.327126] CMDP_OFFSET_0: 00000050
[ 209.327128] CMDP_CLASS_0: 00000001
[ 209.327130] CHANNELSTAT_0: 00000000
[ 209.327132]
ffffffc1a343ee00: JOB, syncpt_id=31, syncpt_val=6, first_get=00000550, timeout=10000, num_slots=19
[ 209.327135] GATHER at 5a708000+3c1c, 12 words
[ 209.327145] 20000001 0000641f 20000001 00006820 20000001 00006c21 20000001 00007c22 20000001 00007424 200c0001 00000005
[ 209.327147] GATHER at 5a708000+3c4c, 2 words
[ 209.327149] 20000001 00000023

[ 209.327152]
channel 5 - 150c0000.nvcsi

[ 209.327153] NvHost basic channel registers:
[ 209.327155] CMDFIFO_STAT_0: 00002040
[ 209.327157] CMDFIFO_RDATA_0: 0000002e
[ 209.327160] CMDP_OFFSET_0: 00000000
[ 209.327162] CMDP_CLASS_0: 00000001
[ 209.327163] CHANNELSTAT_0: 00000000
[ 209.327164] The CDMA sync queue is empty.

[ 209.327167]
channel 0 - 15700000.vi

[ 209.327168] NvHost basic channel registers:
[ 209.327169] CMDFIFO_STAT_0: 00002040
[ 209.327171] CMDFIFO_RDATA_0: 0000002a
[ 209.327174] CMDP_OFFSET_0: 00000000
[ 209.327176] CMDP_CLASS_0: 00000001
[ 209.327177] CHANNELSTAT_0: 00000000
[ 209.327178] The CDMA sync queue is empty.

[ 209.327180]
channel 4 - 15700000.vi

[ 209.327181] NvHost basic channel registers:
[ 209.327182] CMDFIFO_STAT_0: 00004000
[ 209.327184] CMDFIFO_RDATA_0: 00000c00
[ 209.327187] CMDP_OFFSET_0: 00000050
[ 209.327189] CMDP_CLASS_0: 00000001
[ 209.327191] CHANNELSTAT_0: 00000000
[ 209.327193]
ffffffc1e5b20c00: JOB, syncpt_id=45, syncpt_val=1, first_get=00000000, timeout=0, num_slots=7
[ 209.327196] GATHER at 5a718000+0000, 6 words
[ 209.327200] 304e0005 0000000f 00000023 304e0005 00000000 0000002d
[ 209.327202] GATHER at 5a718000+0018, 29 words
[ 209.327229] 90000002 a0004008 00043f1f 00000aff 9000000c a000400c 00000500 00000400 00000001 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000500 00000400 90000002 a0004018 007f0000 00000104 90000002 a0004021 00000000 00000000 90000001 a0004045 0003d5ea
[ 209.327231] GATHER at 5a718000+008c, 26 words
[ 209.327249] 90000001 a0000401 00000000 90000001 a000404d 00000001 90000001 a0004020 00000000 90000003 a0004042 5a526000 00000000 00000001 90000001 a0004048 00000000 90000001 a000400a 00000000 90000001 a0004001 00000001 90000001 a0004007 00000003
[ 209.327251] GATHER at 5a718000+00f4, 2 words
[ 209.327253] 20000001 0000002b

[ 209.327255]
---- host general irq ----

[ 209.327257] sync_intc0mask = 0x00000001
[ 209.327259] sync_intmask = 0x50000003
[ 209.327260]
---- host syncpt irq mask ----

[ 209.327260]
---- host syncpt irq status ----

[ 209.327263] syncpt_thresh_cpu0_int_status(0) = 0x00040000
[ 209.327265] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 209.327267] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 209.327269] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 209.327270] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 209.327272] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 209.327274] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ 209.327276] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ 209.327277] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ 209.327279] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ 209.327281] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ 209.327283] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ 209.327285] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ 209.327287] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ 209.327288] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ 209.327290] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ 209.327292] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ 209.327294] syncpt_thresh_cpu0_int_status(17) = 0x00000000
[ 209.327885] fence timeout on [ffffffc1a494b200] after 1500ms
[ 209.327888] name=[nvhost_sync:34], current value=2 waiting value=3
[ 209.327890] ---- mlocks ----
[ 209.327900] 8: locked by channel 6

[ 209.327915] ---- syncpts ----
[ 209.327923] id 4 (disp_d) min 3359 max 3359 refs 1 (previous client : )
[ 209.327925] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 209.327929] id 7 (vblank1) min 12263 max 0 refs 1 (previous client : )
[ 209.327941] id 18 (17000000.gp10b_507) min 192614 max 192614 refs 1 (previous client : )
[ 209.327944] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 209.327947] id 21 (17000000.gp10b_505) min 17362 max 17362 refs 1 (previous client : 17000000.gp10b_505)
[ 209.327958] id 31 (15600000.isp_argus_daemon_0) min 4 max 6 refs 3 (previous client : )
[ 209.327961] id 32 (15600000.isp_argus_daemon_1) min 2 max 3 refs 3 (previous client : )
[ 209.327963] id 33 (15600000.isp_argus_daemon_2) min 2 max 3 refs 3 (previous client : )
[ 209.327966] id 34 (15600000.isp_argus_daemon_3) min 2 max 3 refs 3 (previous client : )
[ 209.327968] id 35 (15600000.isp_argus_daemon_4) min 31 max 33 refs 4 (previous client : )
[ 209.327970] id 36 (15600000.isp_argus_daemon_5) min 2 max 3 refs 3 (previous client : )
[ 209.327974] id 38 (17000000.gp10b_503) min 10 max 10 refs 1 (previous client : )
[ 209.327980] id 42 (15700000.vi_0) min 14 max 14 refs 2 (previous client : 15700000.vi_0)
[ 209.327982] id 43 (15700000.vi_0) min 1 max 3 refs 5 (previous client : 15700000.vi_0)
[ 209.327984] id 44 (15700000.vi_1) min 0 max 3 refs 5 (previous client : 15700000.vi_1)
[ 209.327987] id 45 (15700000.vi_2) min 0 max 3 refs 5 (previous client : 15700000.vi_2)
[ 209.327989] id 46 (150c0000.nvcsi_0) min 36 max 36 refs 2 (previous client : 150c0000.nvcsi_0)
[ 209.327997] id 52 (17000000.gp10b_495) min 8 max 8 refs 1 (previous client : )
[ 209.328001] id 55 (17000000.gp10b_493) min 6 max 6 refs 1 (previous client : )
[ 209.328004] id 56 (17000000.gp10b_492) min 6 max 6 refs 1 (previous client : )
[ 209.328006] id 57 (17000000.gp10b_491) min 6 max 6 refs 1 (previous client : )
[ 209.328008] id 58 (17000000.gp10b_490) min 6 max 6 refs 1 (previous client : )
[ 209.328011] id 59 (17000000.gp10b_489) min 6 max 6 refs 1 (previous client : )

[ 209.328510] ---- channels ----
[ 209.328515]
channel 1 - 15820000.se

[ 209.328516] NvHost basic channel registers:
[ 209.328518] CMDFIFO_STAT_0: 00002040
[ 209.328520] CMDFIFO_RDATA_0: 5d801201
[ 209.328523] CMDP_OFFSET_0: 00000000
[ 209.328525] CMDP_CLASS_0: 00000000
[ 209.328527] CHANNELSTAT_0: 00000000
[ 209.328527] The CDMA sync queue is empty.

[ 209.328529]
channel 2 - 15830000.se

[ 209.328530] NvHost basic channel registers:
[ 209.328531] CMDFIFO_STAT_0: 00002040
[ 209.328533] CMDFIFO_RDATA_0: 4c843250
[ 209.328536] CMDP_OFFSET_0: 00000000
[ 209.328538] CMDP_CLASS_0: 00000000
[ 209.328540] CHANNELSTAT_0: 00000000
[ 209.328540] The CDMA sync queue is empty.

[ 209.328542]
channel 3 - 15840000.se

[ 209.328543] NvHost basic channel registers:
[ 209.328544] CMDFIFO_STAT_0: 00002040
[ 209.328546] CMDFIFO_RDATA_0: 23aa41c4
[ 209.328549] CMDP_OFFSET_0: 00000000
[ 209.328551] CMDP_CLASS_0: 00000000
[ 209.328552] CHANNELSTAT_0: 00000000
[ 209.328553] The CDMA sync queue is empty.

[ 209.328555]
channel 6 - 15600000.isp

[ 209.328556] NvHost basic channel registers:
[ 209.328557] CMDFIFO_STAT_0: 0000000e
[ 209.328559] CMDFIFO_RDATA_0: 004e0041
[ 209.328562] CMDP_OFFSET_0: 00000050
[ 209.328564] CMDP_CLASS_0: 00000001
[ 209.328566] CHANNELSTAT_0: 00000000
[ 209.328568]
ffffffc1a343ee00: JOB, syncpt_id=31, syncpt_val=6, first_get=00000550, timeout=10000, num_slots=19
[ 209.328570] GATHER at 5a708000+3c1c, 12 words
[ 209.328580] 20000001 0000641f 20000001 00006820 20000001 00006c21 20000001 00007c22 20000001 00007424 200c0001 00000005
[ 209.328581] GATHER at 5a708000+3c4c, 2 words
[ 209.328583] 20000001 00000023

[ 209.328586]
channel 5 - 150c0000.nvcsi

[ 209.328586] NvHost basic channel registers:
[ 209.328588] CMDFIFO_STAT_0: 00002040
[ 209.328590] CMDFIFO_RDATA_0: 0000002e
[ 209.328593] CMDP_OFFSET_0: 00000000
[ 209.328595] CMDP_CLASS_0: 00000001
[ 209.328596] CHANNELSTAT_0: 00000000
[ 209.328597] The CDMA sync queue is empty.

[ 209.328599]
channel 0 - 15700000.vi

[ 209.328600] NvHost basic channel registers:
[ 209.328601] CMDFIFO_STAT_0: 00002040
[ 209.328603] CMDFIFO_RDATA_0: 0000002a
[ 209.328606] CMDP_OFFSET_0: 00000000
[ 209.328608] CMDP_CLASS_0: 00000001
[ 209.328609] CHANNELSTAT_0: 00000000
[ 209.328610] The CDMA sync queue is empty.

[ 209.328612]
channel 4 - 15700000.vi

[ 209.328612] NvHost basic channel registers:
[ 209.328614] CMDFIFO_STAT_0: 00004000
[ 209.328616] CMDFIFO_RDATA_0: 00000c00
[ 209.328619] CMDP_OFFSET_0: 00000050
[ 209.328620] CMDP_CLASS_0: 00000001
[ 209.328622] CHANNELSTAT_0: 00000000
[ 209.328624]
ffffffc1e5b20c00: JOB, syncpt_id=45, syncpt_val=1, first_get=00000000, timeout=0, num_slots=7
[ 209.328626] GATHER at 5a718000+0000, 6 words
[ 209.328630] 304e0005 0000000f 00000023 304e0005 00000000 0000002d
[ 209.328632] GATHER at 5a718000+0018, 29 words
[ 209.328651] 90000002 a0004008 00043f1f 00000aff 9000000c a000400c 00000500 00000400 00000001 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000500 00000400 90000002 a0004018 007f0000 00000104 90000002 a0004021 00000000 00000000 90000001 a0004045 0003d5ea
[ 209.328652] GATHER at 5a718000+008c, 26 words
[ 209.328670] 90000001 a0000401 00000000 90000001 a000404d 00000001 90000001 a0004020 00000000 90000003 a0004042 5a526000 00000000 00000001 90000001 a0004048 00000000 90000001 a000400a 00000000 90000001 a0004001 00000001 90000001 a0004007 00000003
[ 209.328671] GATHER at 5a718000+00f4, 2 words
[ 209.328673] 20000001 0000002b

[ 209.328675]
---- host general irq ----

[ 209.328677] sync_intc0mask = 0x00000001
[ 209.328678] sync_intmask = 0x50000003
[ 209.328679]
---- host syncpt irq mask ----

[ 209.328680]
---- host syncpt irq status ----

[ 209.328682] syncpt_thresh_cpu0_int_status(0) = 0x00000000
[ 209.328684] syncpt_thresh_cpu0_int_status(1) = 0x00000000
[ 209.328686] syncpt_thresh_cpu0_int_status(2) = 0x00000000
[ 209.328687] syncpt_thresh_cpu0_int_status(3) = 0x00000000
[ 209.328689] syncpt_thresh_cpu0_int_status(4) = 0x00000000
[ 209.328691] syncpt_thresh_cpu0_int_status(5) = 0x00000000
[ 209.328693] syncpt_thresh_cpu0_int_status(6) = 0x00000000
[ 209.328695] syncpt_thresh_cpu0_int_status(7) = 0x00000000
[ 209.328696] syncpt_thresh_cpu0_int_status(8) = 0x00000000
[ 209.328698] syncpt_thresh_cpu0_int_status(9) = 0x00000000
[ 209.328700] syncpt_thresh_cpu0_int_status(10) = 0x00000000
[ 209.328702] syncpt_thresh_cpu0_int_status(11) = 0x00000000
[ 209.328704] syncpt_thresh_cpu0_int_status(12) = 0x00000000
[ 209.328705] syncpt_thresh_cpu0_int_status(13) = 0x00000000
[ 209.328707] syncpt_thresh_cpu0_int_status(14) = 0x00000000
[ 209.328709] syncpt_thresh_cpu0_int_status(15) = 0x00000000
[ 209.328711] syncpt_thresh_cpu0_int_status(16) = 0x00000000
[ 209.328713] syncpt_thresh_cpu0_int_status(17) = 0x00000000
[ 209.329178] fence timeout on [ffffffc1a494be00] after 1500ms
[ 209.329180] name=[nvhost_sync:44], current value=0 waiting value=3
[ 209.329181] ---- mlocks ----
[ 209.329191] 8: locked by channel 6

[ 209.329207] ---- syncpts ----
[ 209.329214] id 4 (disp_d) min 3359 max 3359 refs 1 (previous client : )
[ 209.329216] id 5 (disp_e) min 2 max 2 refs 1 (previous client : )
[ 209.329220] id 7 (vblank1) min 12263 max 0 refs 1 (previous client : )
[ 209.329232] id 18 (17000000.gp10b_507) min 192614 max 192614 refs 1 (previous client : )
[ 209.329235] id 19 (17000000.gp10b_506) min 26 max 26 refs 1 (previous client : )
[ 209.329238] id 21 (17000000.gp10b_505) min 17362 max 17362 refs 1 (previous client : 17000000.gp10b_505)
[ 209.329249] id 31 (15600000.isp_argus_daemon_0) min 4 max 6 refs 3 (previous client : )
[ 209.329252] id 32 (15600000.isp_argus_daemon_1) min 2 max 3 refs 3 (previous client : )
[ 209.329254] id 33 (15600000.isp_argus_daemon_2) min 2 max 3 refs 3 (previous client : )
[ 209.329256] id 34 (15600000.isp_argus_daemon_3) min 2 max 3 refs 3 (previ

Have a reference to below link to enable the trace to get more information.

https://elinux.org/Jetson_TX2/28.1_Camera_BringUp

[b]Dear ShaneCCC
Thank you for your help,
According to the webpage links you provided, I got more debug information.
But how can these problems be solved?
Can you offer more help?

Best Regards,
LG.[/b]
More information:
=== Listening for connections… ===

tracer: nop

entries-in-buffer/entries-written: 0/0 #P:4

_-----=> irqs-off

/ _----=> need-resched

| / _—=> hardirq/softirq

|| / _–=> preempt-depth

||| / delay

TASK-PID CPU# |||| TIMESTAMP FUNCTION

| | | |||| | |

root@tegra-ubuntu:/home/nvidia/Desktop# === Connection 7FAB1CB1E0 established ===
Thread 1 getting next capture
Thread 1 is waiting
Thread 2 getting next capture
Thread 2 is waiting
Thread 3 getting next capture
Thread 3 is waiting
Thread 4 getting next capture
Thread 4 is waiting
Thread 5 getting next capture
Thread 5 is waiting
Thread 6 getting next capture
Thread 6 is waiting
Thread 7 getting next capture
Thread 7 is waiting
Thread 8 getting next capture
Thread 8 is waiting
Thread 9 getting next capture
Thread 9 is waiting
Thread 10 getting next capture
Thread 10 is waiting
Thread 11 getting next capture
Thread 11 is waiting
Thread 12 getting next capture
Thread 12 is waiting
Starting services…
Worker thread IspHw statsComplete start
Worker thread IspHw frameComplete start
Worker thread CaptureScheduler checkFramePending start
Worker thread CaptureScheduler frameStart start
Worker thread V4L2CaptureScheduler checkCaptureComplete start
Worker thread V4L2CaptureScheduler issueCaptures start
Worker thread PS handleRequests start
getInstance: s_instance(0x7fa4acf850)
getInstance: s_instance(0x7fa4acf850)
subscribe: create SensorType(gyroscope) sensor(0x7fa4ad0a00)
subscribe: create SensorType(accelerometer) sensor(0x7fa4b310f0)
AC plugin not present: dlopen “acplugin.so”, acplugin.so: cannot open shared object file: No such file or directory
Services are started
NvPclSetHotplugCallback: ++++++++++++++++++++++
---- Imager: Calibration blob file handling supported in this build ----
NvPclHwGetModuleList: OFParserListModules Succeeded
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
NvPclHwPrintModuleDefinition – Name: sc130gs_center_lisc130gs
NvPclHwPrintModuleDefinition – Position: 2
NvPclHwPrintModuleDefinition – CalibrationData Found: 1
NvPclHwPrintCameraSubModule – HwCamSubModule[0].Name: v4l2_sensor
NvPclHwPrintCameraSubModule – HwCamSubModule[0].DevName: sc130gs 30-0032
NvPclHwGetModuleList: OFParserListModules Succeeded
NvPclModuleListInitialize: NvPclModule list[0]: sc130gs_center_lisc130gs position2
NvPclHwScanExternalCameras – adding video0 to discover list
NvPclHwScanExternalCameras – adding video0 to discover list
initialize: /dev/video0
queryControls: 10100736 control Frame Length
queryControls: 10100737 control Coarse Time
queryControls: 10100739 control Group Hold
queryControls: 10100740 control HDR enable
queryControls: 10100745 control Gain
queryControls: 10100836 control Bypass Mode
queryControls: 10100837 control Override Enable
queryControls: 10100838 control Height Align
queryControls: 10100839 control Size Align
queryControls: 10100840 control Write ISP format
queryControls: 10100841 control Sensor Signal Properties
queryControls: 10100842 control Sensor Image Properties
queryControls: 10100843 control Sensor Control Properties
queryControls: 10100844 control Sensor DV Timings
queryControls: 10100866 control Sensor Modes
Ioctl failed: Invalid argument
NvPclHwScanExternalCameras – adding video0 to discover list
initialize: /dev/video0
queryControls: 10100736 control Frame Length
queryControls: 10100737 control Coarse Time
queryControls: 10100739 control Group Hold
queryControls: 10100740 control HDR enable
queryControls: 10100745 control Gain
queryControls: 10100836 control Bypass Mode
queryControls: 10100837 control Override Enable
queryControls: 10100838 control Height Align
queryControls: 10100839 control Size Align
queryControls: 10100840 control Write ISP format
queryControls: 10100841 control Sensor Signal Properties
queryControls: 10100842 control Sensor Image Properties
queryControls: 10100843 control Sensor Control Properties
queryControls: 10100844 control Sensor DV Timings
queryControls: 10100866 control Sensor Modes
Ioctl failed: Invalid argument
getHotplugMonitor: Getting hotplug monitor instance
initializeHotplug++
hotPlugfunc ++
addWatch: Watch added wd=‘1’
CheckProcDTExists: INFO: accessing /proc/device-tree/tegra-virtual-camera-platform/modules; No such file or directory
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
setHotplugCallback: Registered new callback client
NvPclSetHotplugCallback: ----------------------
hotPlugfunc: reading from inotify FD, Thread waiting
NvPclOpen: ++++++++++++++++++++++
NvPclStateControllerOpen: Found GUID 2 match at index[0]
NvPclHwInitializeModule: allocate overrides pathname @ 0x7fa4b63c00
NvPclHwInitializeModule: allocate overrides pathname @ 0x7fa4b63c90
NvPclHwInitializeModule: allocate overrides pathname @ 0x7fa4b63d20
NvPclHwInitializeModule: allocate overrides pathname @ 0x7fa4b63db0
NvPclHwInitializeModule: allocate overrides pathname @ 0x7fa4b63e40
NvPclHwInitializeModule: allocate overrides pathname @ 0x7fa4b63ed0
LoadOverridesFile: looking for override file [/Calib/camera_override.isp] 1/16CheckOverridesPermissions: cannot stat file [/Calib/camera_override.isp]
LoadOverridesFile: looking for override file [/data/nvcam/settings/camera_overrides.isp] 2/16CheckOverridesPermissions: cannot stat file [/data/nvcam/settings/camera_overrides.isp]
LoadOverridesFile: looking for override file [/opt/nvidia/nvcam/settings/camera_overrides.isp] 3/16CheckOverridesPermissions: cannot stat file [/opt/nvidia/nvcam/settings/camera_overrides.isp]
LoadOverridesFile: looking for override file [/var/nvidia/nvcam/settings/camera_overrides.isp] 4/16CheckOverridesPermissions: override file [/var/nvidia/nvcam/settings/camera_overrides.isp] has correct owner and mode
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
Imager: looking for override file [/mnt/factory/camera/factory.bin] 1/16
Imager: looking for override file [/Calib/factory.bin] 2/16
Imager: looking for override file [/Calib/calibration.bin] 3/16
Imager: looking for override file [(null)] 4/16
Imager: looking for override file [(null)] 5/16
Imager: looking for override file [(null)] 6/16
Imager: looking for override file [(null)] 7/16
Imager: looking for override file [(null)] 8/16
Imager: looking for override file [(null)] 9/16
Imager: looking for override file [(null)] 10/16
Imager: looking for override file [(null)] 11/16
Imager: looking for override file [(null)] 12/16
Imager: looking for override file [(null)] 13/16
Imager: looking for override file [(null)] 14/16
Imager: looking for override file [(null)] 15/16
Imager: looking for override file [(null)] 16/16
Imager: looking for override file [/data/nvcam/settings/factory.bin] 1/16
Imager: looking for override file [/data/nvcam/settings/sc130gs_center_lisc130gs.bin] 2/16
Imager: looking for override file [/opt/nvidia/nvcam/settings/sc130gs_center_lisc130gs.bin] 3/16
Imager: looking for override file [/var/nvidia/nvcam/settings/sc130gs_center_lisc130gs.bin] 4/16
Imager: looking for override file [(null)] 5/16
Imager: looking for override file [(null)] 6/16
Imager: looking for override file [(null)] 7/16
Imager: looking for override file [(null)] 8/16
Imager: looking for override file [(null)] 9/16
Imager: looking for override file [(null)] 10/16
Imager: looking for override file [(null)] 11/16
Imager: looking for override file [(null)] 12/16
Imager: looking for override file [(null)] 13/16
Imager: looking for override file [(null)] 14/16
Imager: looking for override file [(null)] 15/16
Imager: looking for override file [(null)] 16/16
NvPclCreateDriver: Found NvPcl Driver Hal dev_name match (v4l2_sensor)
NvPclCreateDriver: Found a Driver name match (v4l2_sensor)
NvPclConnectDrivers: hImager was NULL, creating new imager
NvPclInitializeDrivers: v4l2_sensor ++++++++++++++++++
OFDPropertyGetString: could not read property [devnode-bus]
initialize: sc130gs 30-0032
queryControls: 10100736 control Frame Length
queryControls: 10100737 control Coarse Time
queryControls: 10100739 control Group Hold
queryControls: 10100740 control HDR enable
queryControls: 10100745 control Gain
queryControls: 10100836 control Bypass Mode
queryControls: 10100837 control Override Enable
queryControls: 10100838 control Height Align
queryControls: 10100839 control Size Align
queryControls: 10100840 control Write ISP format
queryControls: 10100841 control Sensor Signal Properties
queryControls: 10100842 control Sensor Image Properties
queryControls: 10100843 control Sensor Control Properties
queryControls: 10100844 control Sensor DV Timings
queryControls: 10100866 control Sensor Modes
Ioctl failed: Invalid argument
OFDPropertyGetString: could not read property [use_decibel_gain]
OFDPropertyGetString: could not read property [use_sensor_mode_id]
OFDPropertyCopyToLong: could not read property [has-eeprom]
Control Fuse ID not found
Control OTP Data not found
Control Frame Rate not found
Control Exposure not found
Control Coarse Time Short not found
Control Coarse Time Short not found
findCustomCids: calculated MaxCoarseDiff -4168
queryPixelFormats: type: 1, pixelformat 0x30314742 “BG10”
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
queryFormatSizes: Discrete frameSize 1280x1024
Ioctl failed: Invalid argument
Ioctl failed: Invalid argument
OFDPropertyGetString: could not read property [type]
loadSubType: Sensor type missing in DT, 199
OFDPropertyCopyToLongLong: could not read property [mode0.exp_time_1h]
OFDPropertyCopyToFloat: could not read property [mode0.gain_step_pitch]
OFDPropertyGetString: could not read property [mode0.x_start]
OFDPropertyGetString: could not read property [mode0.y_start]
OFDPropertyGetString: could not read property [mode0.x_end]
OFDPropertyGetString: could not read property [mode0.y_end]
OFDPropertyGetString: could not read property [mode0.h_scaling]
OFDPropertyGetString: could not read property [mode0.v_scaling]
OFDPropertyGetString: could not read property [sensor_model]
initialize: Loaded Driver: 1 Modes Available--------------
NvPclInitializeDrivers: v4l2_sensor ------------------
NvPclOpen: ----------------------
LSC: LSC surface is not based on full res!
CameraProvider result: provider=0x7fa4b5e4d0, shim=0x7fa4b53700, status=0, rpc status=1, size=9
sourceRegistry[0] assigned

ispRegistry[0] assigned

Using Source GUID 2
Worker thread ViCsiHw frameComplete start
Worker thread ViCsiHw frameStart start
NvPclPowerOn: +++++++++++
NvPclPowerOn: -----------
Using ISP A
LSC: LSC surface is not based on full res!
AC plugin not present: dlopen “acplugin.so”, acplugin.so: cannot open shared object file: No such file or directory
No library found, disabling AC plugin.
Worker thread CaptureDispatcher start
Growing thread pool to 1 threads
Growing thread pool to 2 threads
Must retain AR: in=1280x1024 out=640x480 enclosing=(0.00,0.00, 1.00,1.00) firstClip=(0.00,0.00, 1.07,1.00)

No output buffers for 2

No output buffers for 1

InstructionList:

  • GraphSettings
    | SensorMode: 1280x1024 BayerS16BGGR 120.0fps
    | output 0: 640x480 BL U8_V8 420SP

  • Instruction List
    | id: 0

    • 0: CCDataSetupStage
      | EstimatedIspOutLatencyFrames: 5
      | NumConcurrentCaptures: 1
      | UnprocessedYuvBufferMask: 0

    • 1: ACSynchronizeStage

    • 2: AeAfApplyStage

    • 3: AcPluginStage
      | operation: opApply

    • 4: AcMergeStage
      | IspIn: [1280, 1024]
      | IspOut0: [1280, 1024]
      | IspOut1: [0, 0]
      | IspOut2: [640, 512]

    • 5: TempBufferAcquireStage
      | Buffer Index: 2
      | BufferRequirements: 1280x1024 BL U8_V8 420SP

    • 6: StatsBufferAcquireStage
      | Buffer Index: 1
      | BufferRequirements: 640x512 Pitch Y8 420

    • 7: TempBufferAcquireStage
      | Buffer Index: 3
      | BufferRequirements: 1280x1 Pitch NonColor8

    • 8: SensorISPCaptureStage
      | Source GUID: 2
      | Output A Buffer: 2
      | Output Thumb Buffer: 1
      | SensorMetadata Buffer: 3

    • 9: StatsUpdateStage

      | Outut Meta Buffer: 3

    • 10: BufferReturnStage
      | Output A Buffer: 3

    • 11: AcPluginStage
      | operation: opAnalyze

    • 12: AfAnalysisStage

    • 13: BlitStage
      | Input Buffer: 2
      | Output Buffer: 0
      | Filter: Smart
      | Transform: None
      | Src Rect: [0, 0, 1280, 1024]
      | Dst Rect: Not used

    • 14: MonitorStage

    • 15: ExifStage

    • 16: MakerNoteStage

    • 17: BufferReturnStage
      | Output A Buffer: 2

    • 18: BufferReturnStage
      | Output A Buffer: 0

    • 19: MetadataReturnStage

    • 20: PerfStatsStage

Created fiber 0x7f4c0008c0 for CC 101 globalID 101 session 2
Created fiber 0x7f4c000b70 for CC 102 globalID 102 session 2
Thread 1 is working on CC 101 session 2 globalID 101 step 0
CC 101 session 2 completed step 0 in fiber 0x7f4c0008c0
cc 101(1) session 2 runCount=0 runIspOut=0, latest ccId=0
CC 101 session 2 completed step 1 in fiber 0x7f4c0008c0
NV AE and AfApply algorithms are active.
CC 101 session 2 completed step 2 in fiber 0x7f4c0008c0
CC 101 session 2 completed step 3 in fiber 0x7f4c0008c0
Thread 2 is working on CC 102 session 2 globalID 102 step 0
CC 102 session 2 completed step 0 in fiber 0x7f4c000b70
cc 102(2) session 2 runCount=1 runIspOut=0, latest ccId=0
CC 102 session 2 completed step 1 in fiber 0x7f4c000b70
NV AE and AfApply algorithms are active.
CC 102 session 2 completed step 2 in fiber 0x7f4c000b70
CC 102 session 2 completed step 3 in fiber 0x7f4c000b70
CC 102 session 2 stalled step 4 in fiber 0x7f4c000b70
FiberScheduler: cc 102, session 2 fiber 0x7f4c000b70 not ready to execute stalled on 0x7fa4bf1510 stage…

Thread 2 getting next capture
Thread 2 is waiting
Thread 3 is waiting
CC 101 session 2 completed step 4 in fiber 0x7f4c0008c0
CC 101 session 2 completed step 5 in fiber 0x7f4c0008c0
CC 101 session 2 completed step 6 in fiber 0x7f4c0008c0
CC 101 session 2 completed step 7 in fiber 0x7f4c0008c0
Thread 4 is working on CC 102 session 2 globalID 102 step 4
CC 101 session 2 processing step 8 in fiber 0x7f4c0008c0
FiberScheduler: cc 101, session 2, fiber 0x7f4c0008c0 in progress…

Thread 1 getting next capture
Thread 1 is waiting
Thread 5 is waiting
CC 102 session 2 completed step 4 in fiber 0x7f4c000b70
CC 102 session 2 completed step 5 in fiber 0x7f4c000b70
CC 102 session 2 completed step 6 in fiber 0x7f4c000b70
CC 102 session 2 completed step 7 in fiber 0x7f4c000b70
CC 102 session 2 processing step 8 in fiber 0x7f4c000b70
FiberScheduler: cc 102, session 2, fiber 0x7f4c000b70 in progress…

Thread 4 getting next capture
Thread 6 is waiting
NvPclSettingsUpdate: Sending Updated Settings through PCL
NvPclSettingsApply: Applying last settings through PCL
apply:+++++++++++++++++++++++
writeMode: Target mode Id(0): Resolution 1280x1024
Thread 4 is waiting
setActiveBufferMemory: 2
INPUT: Width 1280 Height 1024 pixelformat BG10
writeFrameRate: INPUT frameLength:526, frameRate:120.000000
writeGain: INPUT gainCtrl:1 analogGain:1.000000
writeExposure: INPUT coarseTime:4694, expTime:0.074366
updateOutputSettings: OUTPUT frameLength:526, frameRate:120.000000
updateOutputSettings: OUTPUT analogGain:1.000000
updateOutputSettings: OUTPUT coarseTime:4694, expTime:0.074366
apply:-----------------------
NvPclSettingsApply: Reading PCL settings
PowerServiceHw:addRequest: table size: before: 0, after:1
request table for VI 0:
req[0]: output Bpp=10
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=8
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=1280, output height=1024, output Bpp=10
req[0]: input fps=120
req[0]: guID=2, stage type=SensorCapture
req[0]: clock=25184880 Hz, iso bw=2147483647 KB/s, non-iso bw=0 KB/s
req[900]: timeout=0
PowerServiceHw:addRequest: table size: before: 0, after:1
request table for CSI 0:
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=8
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=1280, output height=1024, output Bpp=10
req[0]: input fps=120
req[0]: guID=2, stage type=SensorCapture
req[0]: clock=31481100 Hz, iso bw=0 KB/s, non-iso bw=0 KB/s
req[900]: timeout=0
PowerServiceHwVi:setIso: m_bwVal_Iso=2147483647
PowerServiceHw:setClock: PowerServiceHw[1]: requested_clock_Hz=225000000
PowerServiceHw:setClock: PowerServiceHw[0]: requested_clock_Hz=225000000
PowerServiceCore:setCameraBw: totalIsoBw=2147483647
SCF: Error InvalidState: NonFatal ISO BW requested not set. Requested = 2147483647 Set = 4687500 (in src/services/power/PowerServiceCore.cpp, function setCameraBw(), line 653)
NvPclSettingsUpdate: Sending Updated Settings through PCL
NvPclSettingsApply: Applying last settings through PCL
apply:+++++++++++++++++++++++
apply:-----------------------
NvPclSettingsApply: Reading PCL settings
NvPclSettingsUpdate: Sending Updated Settings through PCL
NvPclSettingsApply: Applying last settings through PCL
apply:+++++++++++++++++++++++
writeFrameRate: INPUT frameLength:2103, frameRate:30.000002
writeExposure: INPUT coarseTime:2103, expTime:0.033330
updateOutputSettings: OUTPUT frameLength:2103, frameRate:30.014265
updateOutputSettings: OUTPUT coarseTime:2103, expTime:0.033317
apply:-----------------------
NvPclSettingsApply: Reading PCL settings
PowerServiceHw:addRequest: table size: before: 1, after:2
request table for VI 0:
req[0]: output Bpp=10
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=8
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=1280, output height=1024, output Bpp=10
req[0]: input fps=120
req[0]: guID=2, stage type=SensorCapture
req[0]: clock=25184880 Hz, iso bw=2147483647 KB/s, non-iso bw=0 KB/s
req[900]: timeout=0
req[1]: output Bpp=16
req[1]: sensor pixelRate=201479040 pixels/sec
req[1]: input width=1280, input height=1024, input Bpp=10
pixels per clock=8
req[1]: input width=1280, input height=1024, input Bpp=10
req[1]: output width=1280, output height=1024, output Bpp=16
req[1]: input fps=120
req[1]: guID=2, stage type=SensorIspCapture
req[1]: clock=25184880 Hz, iso bw=0 KB/s, non-iso bw=0 KB/s
req[450]: timeout=0
PowerServiceHw:addRequest: table size: before: 1, after:2
request table for CSI 0:
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=8
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=1280, output height=1024, output Bpp=10
req[0]: input fps=120
req[0]: guID=2, stage type=SensorCapture
req[0]: clock=31481100 Hz, iso bw=0 KB/s, non-iso bw=0 KB/s
req[900]: timeout=0
req[1]: sensor pixelRate=201479040 pixels/sec
req[1]: input width=1280, input height=1024, input Bpp=10
pixels per clock=8
req[1]: input width=1280, input height=1024, input Bpp=10
req[1]: output width=1280, output height=1024, output Bpp=16
req[1]: input fps=120
req[1]: guID=2, stage type=SensorIspCapture
req[1]: clock=31481100 Hz, iso bw=0 KB/s, non-iso bw=0 KB/s
req[450]: timeout=0
PowerServiceCore:handleRequests: timePassed = 728
PowerServiceHw:addRequest: table size: before: 0, after:1
request table for ISP 0:
req[0]: output1 width=320, output1 height=200, output1 Bpp=16
req[0]: output2 width=320, output2 height=200, output2 Bpp=16
req[0]: output Bpp=16
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=2
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=86, output height=70, output Bpp=16
req[0]: input fps=120
req[0]: guID=2, stage type=SensorIspCapture
req[0]: clock=102754312 Hz, iso bw=253916 KB/s, non-iso bw=0 KB/s
req[450]: timeout=0
PowerServiceHwIsp:setLaBw: m_bwVal_Iso=253916 and m_bwVal_NonIso=0 KBpS

PowerServiceHw:setClock: PowerServiceHw[2]: requested_clock_Hz=102754312
NvPclSettingsUpdate: Sending Updated Settings through PCL
NvPclSettingsApply: Applying last settings through PCL
apply:+++++++++++++++++++++++
apply:-----------------------
NvPclSettingsApply: Reading PCL settings
NvPclSettingsUpdate: Sending Updated Settings through PCL
NvPclSettingsApply: Applying last settings through PCL
apply:+++++++++++++++++++++++
apply:-----------------------
NvPclSettingsApply: Reading PCL settings
PowerServiceHw:addRequest: table size: before: 1, after:2
request table for ISP 0:
req[0]: output1 width=320, output1 height=200, output1 Bpp=16
req[0]: output2 width=320, output2 height=200, output2 Bpp=16
req[0]: output Bpp=16
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=2
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=86, output height=70, output Bpp=16
req[0]: input fps=120
req[0]: guID=2, stage type=SensorIspCapture
req[0]: clock=102754312 Hz, iso bw=253916 KB/s, non-iso bw=0 KB/s
req[449]: timeout=0
req[1]: output1 width=320, output1 height=200, output1 Bpp=16
req[1]: output2 width=640, output2 height=512, output2 Bpp=13
req[1]: output Bpp=12
req[1]: sensor pixelRate=201479040 pixels/sec
req[1]: input width=1280, input height=1024, input Bpp=10
pixels per clock=2
req[1]: input width=1280, input height=1024, input Bpp=10
req[1]: output width=1280, output height=1024, output Bpp=12
req[1]: input fps=120
req[1]: guID=2, stage type=SensorIspCapture
req[1]: clock=102754312 Hz, iso bw=719369 KB/s, non-iso bw=0 KB/s
req[450]: timeout=0
PowerServiceHw:updateRequests: table size: before: 2, after:2
request table for ISP 0:
req[0]: output1 width=320, output1 height=200, output1 Bpp=16
req[0]: output2 width=320, output2 height=200, output2 Bpp=16
req[0]: output Bpp=16
req[0]: sensor pixelRate=201479040 pixels/sec
req[0]: input width=1280, input height=1024, input Bpp=10
pixels per clock=2
req[0]: input width=1280, input height=1024, input Bpp=10
req[0]: output width=86, output height=70, output Bpp=16
req[0]: input fps=120
req[0]: guID=2, stage type=SensorIspCapture
req[0]: clock=102754312 Hz, iso bw=253916 KB/s, non-iso bw=0 KB/s
req[448]: timeout=0
req[1]: output1 width=320, output1 height=200, output1 Bpp=16
req[1]: output2 width=640, output2 height=512, output2 Bpp=13
req[1]: output Bpp=12
req[1]: sensor pixelRate=201479040 pixels/sec
req[1]: input width=1280, input height=1024, input Bpp=10
pixels per clock=2
req[1]: input width=1280, input height=1024, input Bpp=10
req[1]: output width=1280, output height=1024, output Bpp=12
req[1]: input fps=120
req[1]: guID=2, stage type=SensorIspCapture
req[1]: clock=102754312 Hz, iso bw=719369 KB/s, non-iso bw=0 KB/s
req[449]: timeout=0
PowerServiceHwIsp:setLaBw: m_bwVal_Iso=719369 and m_bwVal_NonIso=0 KBpS

SCF: Error Timeout: ISP port 0 timed out! (in src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspFrameEnd(), line 702)
Error: waitCsiFrameStart timeout guid 2
SCF: Error Timeout: VI SOF timed out! (in src/services/capture/CaptureServiceDeviceViCsi.cpp, function waitCsiFrameStart(), line 948)
VI Stream Id = 4 Virtual Channel = 0
**VI Debug Registers
VI_CSIMUX_STAT_FRAME_16 = 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 = 4 Brick Id = 2
**CSI Debug Registers
CILA_INTR_STATUS_CILA[0x30400] = 0x00000000
CILB_INTR_STATUS_CILB[0x30c00] = 0x00000000
INTR_STATUS[0x300a4] = 0x00000000
INTR_STATUS[0x300a4] = 0x00000000
ERR_INTR_STATUS[0x300ac] = 0x00000000
ERROR_STATUS2VI_VC0[0x30094] = 0x00000000
ERROR_STATUS2VI_VC1[0x30098] = 0x00000000
ERROR_STATUS2VI_VC2[0x3009c] = 0x00000000
ERROR_STATUS2VI_VC3[0x300a0] = 0x00000000


Error: waitCsiFrameStart Something went wrong with waiting on frame start
Created fiber 0x7f4c000d10 for CC 103 globalID 103 session 2
Thread 7 is working on CC 103 session 2 globalID 103 step 0
CC 103 session 2 completed step 0 in fiber 0x7f4c000d10
cc 103(3) session 2 runCount=2 runIspOut=0, latest ccId=0
CC 103 session 2 completed step 1 in fiber 0x7f4c000d10
NV AE and AfApply algorithms are active.
CC 103 session 2 completed step 2 in fiber 0x7f4c000d10
CC 103 session 2 completed step 3 in fiber 0x7f4c000d10
CC 103 session 2 completed step 4 in fiber 0x7f4c000d10
CC 103 session 2 completed step 5 in fiber 0x7f4c000d10
CC 103 session 2 completed step 6 in fiber 0x7f4c000d10
CC 103 session 2 completed step 7 in fiber 0x7f4c000d10
CC 103 session 2 processing step 8 in fiber 0x7f4c000d10
FiberScheduler: cc 103, session 2, fiber 0x7f4c000d10 in progress…

Thread 7 getting next capture
Thread 7 is waiting
Thread 8 is waiting
SCF: Error Timeout: ISP Stats timed out! (in src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspStatsFinished(), line 785)
NvPclSettingsUpdate: Sending Updated Settings through PCL
NvPclSettingsApply: Applying last settings through PCL
apply:+++++++++++++++++++++++
apply:-----------------------
NvPclSettingsApply: Reading PCL settings
PowerServiceCore:handleRequests: timePassed = 11167FiberScheduler: cc 101, session 2, fiber 0x7f4c0008c0 aborted in async operation

FiberScheduler: fiber 0x7f4c0008c0 exiting
disposing CC 101 Session 2
CaptureService cancelling request 2
Thread 9 is waiting
FiberScheduler: cc 103, session 2, fiber 0x7f4c000d10 aborted in async operation

FiberScheduler: cc 102, session 2, fiber 0x7f4c000b70 aborted in async operation

FiberScheduler: fiber 0x7f4c000d10 exiting
disposing CC 103 Session 2
Thread 10 is waiting
FiberScheduler: fiber 0x7f4c000b70 exiting
disposing CC 102 Session 2
Thread 11 is waiting
SCF: Error Timeout: ISP port 0 timed out! (in src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspFrameEnd(), line 702)
SCF: Error Timeout: ISP Stats timed out! (in src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspStatsFinished(), line 785)
SCF: Error Timeout: (propagating from src/services/capture/CaptureServiceDeviceIsp.cpp, function waitCompletion(), line 676)
SCF: Error Timeout: (propagating from src/services/capture/CaptureServiceDevice.cpp, function pause(), line 884)
SCF: Error Timeout: (propagating from src/services/capture/CaptureServiceDevice.cpp, function handleCancelSourceRequests(), line 955)
SCF: Error Timeout: (propagating from src/services/capture/CaptureServiceDevice.cpp, function issueCaptures(), line 983)
SCF: Error Timeout: (propagating from src/common/Utils.cpp, function workerThread(), line 114)
SCF: Error Timeout: Worker thread CaptureScheduler frameStart failed (in src/common/Utils.cpp, function workerThread(), line 131)
SCF: Error InvalidState: (propagating from src/services/capture/CaptureServiceCore.cpp, function checkCaptureDone(), line 260)
SCF: Error InvalidState: (propagating from src/services/capture/CaptureServiceCore.cpp, function ispStatsComplete(), line 200)
SCF: Error InvalidState: (propagating from src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspStatsFinished(), line 805)
SCF: Error InvalidState: (propagating from src/common/Utils.cpp, function workerThread(), line 114)
SCF: Error InvalidState: Worker thread IspHw statsComplete failed (in src/common/Utils.cpp, function workerThread(), line 131)
SCF: Error Timeout: ISP port 1 timed out! (in src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspFrameEnd(), line 725)
SCF: Error Timeout: ISP port 2 timed out! (in src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspFrameEnd(), line 736)
SCF: Error Timeout: (propagating from src/services/capture/CaptureServiceDeviceIsp.cpp, function waitIspFrameEnd(), line 743)
SCF: Error Timeout: (propagating from src/common/Utils.cpp, function workerThread(), line 114)
SCF: Error Timeout: Worker thread IspHw frameComplete failed (in src/common/Utils.cpp, function workerThread(), line 131)
Error: waitCsiFrameStart timeout guid 2
SCF: Error Timeout: VI SOF timed out! (in src/services/capture/CaptureServiceDeviceViCsi.cpp, function waitCsiFrameStart(), line 948)
VI Stream Id = 4 Virtual Channel = 0
**VI Debug Registers
VI_CSIMUX_STAT_FRAME_16 = 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 = 4 Brick Id = 2
**CSI Debug Registers
CILA_INTR_STATUS_CILA[0x30400] = 0x00000000
CILB_INTR_STATUS_CILB[0x30c00] = 0x00000000
INTR_STATUS[0x300a4] = 0x00000000
INTR_STATUS[0x300a4] = 0x00000000
ERR_INTR_STATUS[0x300ac] = 0x00000000
ERROR_STATUS2VI_VC0[0x30094] = 0x00000000
ERROR_STATUS2VI_VC1[0x30098] = 0x00000000
ERROR_STATUS2VI_VC2[0x3009c] = 0x00000000
ERROR_STATUS2VI_VC3[0x300a0] = 0x00000000


Created fiber 0x7f4c000b70 for CC 104 globalID 104 session 2
Thread 12 is working on CC 104 session 2 globalID 104 step 0
CC 104 session 2 completed step 0 in fiber 0x7f4c000b70
cc 104(4) session 2 runCount=3 runIspOut=0, latest ccId=0
CC 104 session 2 completed step 1 in fiber 0x7f4c000b70
NV AE and AfApply algorithms are active.
CC 104 session 2 completed step 2 in fiber 0x7f4c000b70
CC 104 session 2 completed step 3 in fiber 0x7f4c000b70
CC 104 session 2 completed step 4 in fiber 0x7f4c000b70
CC 104 session 2 completed step 5 in fiber 0x7f4c000b70
CC 104 session 2 completed step 6 in fiber 0x7f4c000b70
CC 104 session 2 completed step 7 in fiber 0x7f4c000b70
SCF: Error InvalidState: Capture Scheduler not running (in src/services/capture/CaptureServiceDevice.cpp, function addNewItemToSchedule(), line 841)
SCF: Error InvalidState: (propagating from src/services/capture/CaptureService.cpp, function addRequest(), line 739)
SCF: Error InvalidState: (propagating from src/components/stages/SensorISPCaptureStage.cpp, function doHandleRequest(), line 130)
SCF: Error InvalidState: (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
CC 104 session 2 failed step 8 in fiber 0x7f4c000b70
FiberScheduler: cc 104, session 2, fiber 0x7f4c000b70 failed

SCF: Error InvalidState: Sending critical error event (in src/api/Session.cpp, function sendErrorEvent(), line 992)

Get the trace log by below command.

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

Yes,the more information is the trace log by below command
echo 1 > /sys/kernel/debug/tracing/tracing_on
echo 30720 > /sys/kernel/debug/tracing/buffer_size_kb
echo 1 > /sys/kernel/debug/tracing/events/tegra_rtcpu/enable
echo 1 > /sys/kernel/debug/tracing/events/freertos/enable
echo 2 > /sys/kernel/debug/camrtc/log-level
echo > /sys/kernel/debug/tracing/trace
cat /sys/kernel/debug/tracing/trace

After launch gstreamer cat the log again. Should have some message like below.

cat /sys/kernel/debug/tracing/trace

kworker/5:2-275 [005] ...1 122.290528: rtcpu_vinotify_handle_msg: tstamp:4155862787 tag:CHANSEL_PXL_SOF channel:0x00 frame:0 vi_tstamp:4155862337 data:0x00000001
    kworker/5:2-275 [005] ...1 122.290531: rtcpu_vinotify_handle_msg: tstamp:4155867990 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:0 vi_tstamp:4155867544 data:0x08000000
    kworker/5:2-275 [005] ...1 122.342572: rtcpu_vinotify_handle_msg: tstamp:4156521216 tag:CHANSEL_PXL_EOF channel:0x00 frame:0 vi_tstamp:4156520630 data:0x0ad90002
    kworker/5:2-275 [005] ...1 122.342579: rtcpu_vinotify_handle_msg: tstamp:4156521395 tag:CHANSEL_FAULT channel:0x00 frame:0 vi_tstamp:4156520667 data:0x0ada0040
    kworker/5:2-275 [005] ...1 122.342582: rtcpu_vinotify_handle_msg: tstamp:4156522342 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:0 vi_tstamp:4156521558 data:0x08000000
    kworker/5:2-275 [005] ...1 122.342585: rtcpu_vinotify_handle_msg: tstamp:4156522509 tag:CHANSEL_FAULT_FE channel:0x01 frame:0 vi_tstamp:4156521559 data:0x00000001
    kworker/5:2-275 [005] ...1 122.342588: rtcpu_vinotify_handle_msg: tstamp:4156522706 tag:ATOMP_FE channel:0x00 frame:0 vi_tstamp:4156521562 data:0x00000000

root@tegra-ubuntu:/home/nvidia# cat /sys/kernel/debug/tracing/trace

tracer: nop

entries-in-buffer/entries-written: 34/34 #P:4

_-----=> irqs-off

/ _----=> need-resched

| / _—=> hardirq/softirq

|| / _–=> preempt-depth

||| / delay

TASK-PID CPU# |||| TIMESTAMP FUNCTION

| | | |||| | |

 kworker/4:2-3169  [004] ...1  4182.713535: rtos_queue_peek_from_isr_failed: tstamp:131073796864 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4182.713539: rtcpu_start: tstamp:131073797621
 kworker/4:2-3169  [004] ...1  4182.765535: rtos_queue_peek_from_isr_failed: tstamp:131075215209 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4182.817541: rtos_queue_peek_from_isr_failed: tstamp:131076342658 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4182.817544: rtcpu_start: tstamp:131076343502
 kworker/4:2-3169  [004] ...1  4182.973571: rtos_queue_peek_from_isr_failed: tstamp:131081343531 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4183.133577: rtos_queue_peek_from_isr_failed: tstamp:131086344041 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4183.293523: rtos_queue_peek_from_isr_failed: tstamp:131091344529 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4183.453521: rtos_queue_peek_from_isr_failed: tstamp:131096345038 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4183.605536: rtos_queue_peek_from_isr_failed: tstamp:131101345546 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4183.761537: rtos_queue_peek_from_isr_failed: tstamp:131106346059 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4183.917569: rtos_queue_peek_from_isr_failed: tstamp:131111346567 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4184.073587: rtos_queue_peek_from_isr_failed: tstamp:131116347065 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4184.229563: rtos_queue_peek_from_isr_failed: tstamp:131121347590 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4184.437580: rtos_queue_peek_from_isr_failed: tstamp:131126348079 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4184.593572: rtos_queue_peek_from_isr_failed: tstamp:131131348585 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4184.749587: rtos_queue_peek_from_isr_failed: tstamp:131136349094 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4184.905574: rtos_queue_peek_from_isr_failed: tstamp:131141349602 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4185.065624: rtos_queue_peek_from_isr_failed: tstamp:131146350107 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4185.225572: rtos_queue_peek_from_isr_failed: tstamp:131151350631 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4185.377552: rtos_queue_peek_from_isr_failed: tstamp:131156351120 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4185.533590: rtos_queue_peek_from_isr_failed: tstamp:131161351625 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4185.689598: rtos_queue_peek_from_isr_failed: tstamp:131166352133 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4185.853594: rtos_queue_peek_from_isr_failed: tstamp:131171352642 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.009595: rtos_queue_peek_from_isr_failed: tstamp:131176353146 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.169538: rtos_queue_peek_from_isr_failed: tstamp:131181353655 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.325549: rtos_queue_peek_from_isr_failed: tstamp:131186354159 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.481557: rtos_queue_peek_from_isr_failed: tstamp:131191354667 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.645543: rtos_queue_peek_from_isr_failed: tstamp:131196355175 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.797596: rtos_queue_peek_from_isr_failed: tstamp:131201355680 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4186.957535: rtos_queue_peek_from_isr_failed: tstamp:131206356206 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4187.121528: rtos_queue_peek_from_isr_failed: tstamp:131211356698 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4187.277520: rtos_queue_peek_from_isr_failed: tstamp:131216357201 queue:0x0b4a3c58
 kworker/4:2-3169  [004] ...1  4187.437521: rtos_queue_peek_from_isr_failed: tstamp:131221357707 queue:0x0b4a3c58

hi,lglg
I also have a problem like this.
Have you solved this problem?
From the “camer developmet” section in NVIDIA_Tegra_Linux_Driver_Package,execute the command:media-ctl -p -d /dev/video0
to verify the port binding result,but the command is not found.

can you help me.