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