TWO HDMI

Currently,our customer board has two HDMI,DP0 adn DP1.We want mmap DP1 to ubuntu system windows and DP0 to display any other user application. But both of them not work.And system show this message.
tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 786.510270] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 846.492950] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 846.511756] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 906.492924] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 906.511140] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 966.496155] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 966.513492] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1026.491944] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1026.509558] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1086.493038] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1086.510200] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1146.492220] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1146.510567] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 1206.492190] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0

How did to configure dts file to fix this problem?

337247537,

Please refer to: Jetson TX2/r28 Display debug - eLinux.org ->Issues X11 returns below error and cause failure (TX2).

Hi WayneWWW,
Thanks for you response. But I want to know hwo to edit dts file to enable DP0 and DP1.I reference this https://devtalk.nvidia.com/default/topic/1004141/?comment=5164427 to enable sor sor1 and nvdisplay15220000. I just find “DC OR NODE connected to /host1x/sor1” from system message and “tegradc 15210000.nvdisplay” message.But not find any sor or tegradc 15220000.nvdisplay meaasge.

I think DP1–>SOR1–>15210000.nvdisplay,DP0–>SOR–>15220000.display. is that correct ?

337247537,

Sounds that you have not yet enabled any of HDMI monitor.
Please refer to this dts file: tegra186-quill-p3310-1000-c03-00-dsi-hdmi-hdmi.dts .

You could check your runtime device tree on tegra by below node → /proc/device-tree.

Hi,
I reference “Jetson TX2/r28 Display debug - eLinux.org”. And Forcing edid to 1280x1024P.(read form monitor).

  1. Prepare a known 256byte EDID.
  2. set use_fallback = true; in tegra_edid_get_monspecs() under edid.c.
  3. fill in the known EDID to default_720p_edid[256].

But kernel load stop at this.

0.581169] tegradc 15210000.nvdisplay: DT parsed successfully

[ 0.581295] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1000000, vi_iso_bw=1875000, max_bw=1875000
[ 0.581329] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.581385] max_iso_bw is relaxed to 1875000KB from 0KB
[ 0.581539] ------------[ cut here ]------------
[ 0.581576] WARNING: at ffffffc000850e1c [verbose debug info unavailable]
[ 0.581596] Modules linked in:
[ 0.581625]
[ 0.581701] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.4.38 #153
[ 0.581722] Hardware name: quill (DT)
[ 0.581743] task: ffffffc1ece70000 ti: ffffffc1ece78000 task.ti: ffffffc1ece78000
[ 0.581799] PC is at __tegra_isomgr_register+0x310/0x4d8
[ 0.581822] LR is at __tegra_isomgr_register+0x310/0x4d8
[ 0.581843] pc : [] lr : [] pstate: 60000045
[ 0.581869] sp : ffffffc1ece7bb10
[ 0.581888] x29: ffffffc1ece7bb10 x28: 0000000000000380
[ 0.581925] x27: ffffffc00141c000 x26: ffffffc00135d000
[ 0.581960] x25: ffffffc000c02000 x24: 0000000000000000
[ 0.581995] x23: 0000000000000000 x22: 0000000000000008
[ 0.582029] x21: 00000000001c9c38 x20: ffffffc00141c7a0
[ 0.582063] x19: ffffffc00141cb80 x18: 000000000000000b
[ 0.582097] x17: ffffffc000b12a60 x16: ffffffc000b12a60
[ 0.582131] x15: 00000000fa83b2da x14: 3230303866666666
[ 0.582165] x13: 66662e6364207961 x12: 6c70736944203a79
[ 0.582201] x11: ffffffc0011f42a8 x10: ffffffc0013b5e88
[ 0.582235] x9 : 000000000000014b x8 : 0000000000000002
[ 0.582285] x7 : ffffffc00121c978 x6 : 000000000000003a
[ 0.582319] x5 : 0000000000000000 x4 : 0000000000000000
[ 0.582381] x3 : 0000000000000000 x2 : 0000000000000000
[ 0.582415] x1 : 0000000000000000 x0 : 000000000000002b
[ 0.582449]
[ 0.582496] —[ end trace 1ec86fcc4962c0f5 ]—
[ 0.582518] Call trace:
[ 0.582542] [] __tegra_isomgr_register+0x310/0x4d8
[ 0.582567] [] tegra_isomgr_register+0x1c/0x2c
[ 0.582604] [] tegra_camera_probe+0x2a4/0x4c4
[ 0.582639] [] platform_drv_probe+0x50/0xbc
[ 0.582666] [] driver_probe_device+0xcc/0x414
[ 0.582688] [] __driver_attach+0x9c/0xa0
[ 0.582730] [] bus_for_each_dev+0x58/0x98
[ 0.582751] [] driver_attach+0x20/0x28
[ 0.582775] [] bus_add_driver+0x1f0/0x294
[ 0.582798] [] driver_register+0x68/0x108
[ 0.582820] [] __platform_driver_register+0x54/0x5c
[ 0.582843] [] tegra_camera_init+0x18/0x20
[ 0.582877] [] do_one_initcall+0xc8/0x1c4
[ 0.582911] [] kernel_init_freeable+0x1d8/0x27c
[ 0.582962] [] kernel_init+0x10/0xdc
[ 0.582988] [] ret_from_fork+0x10/0x40
[ 0.583011] __tegra_isomgr_register(): ISO BW usage:
[ 0.583033] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 0.583055] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 0.583076] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 0.583097] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 0.583118] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=1875000KB
[ 0.583147] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=0KB
[ 0.583169] __tegra_isomgr_register(): client=eqos, iso dedi bw=0KB
[ 0.583190] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 0.596962] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.597013] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.597639] hdmi: couldn’t get regulator vdd_hdmi_5v0: -517
[ 0.600505] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.602004] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.602056] PD DISP0 index2 UP
[ 0.603645] PD DISP1 index3 UP
[ 0.603757] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.603970] PD DISP2 index4 UP
[ 0.604502] V_REF_TO_SYNC >= 1; H_REF_TO_SYNC < 0
[ 0.604523] tegradc 15210000.nvdisplay: Display timing doesn’t meet restrictions.
[ 0.604549] PD DISP2 index4 DOWN
[ 0.604666] kfuse 3830000.kfuse: initialized
[ 0.604870] PD DISP1 index3 DOWN
[ 0.605172] PD DISP0 index2 DOWN
[ 0.607011] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.607964] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.608505] tegradc 15210000.nvdisplay: probed
[ 0.612934] console [ttyS0] disabled
[ 0.613148] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra

337247537,

What are you doing?

I didn’t ask you to force the edid but to follow the topic in that link with title “Issues” → “Issues X11 returns below error and cause failure (TX2)”.
That is for your error “tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0”

Hi,
Thanks. OK,I will restore to the previous state.And follow this topic.

Hi,
I restore the board to previous state. pull-none UART1_TX,UART0_RTS,UART7_TX,UART3_TX,UART3_RTS. But system log no diffenent.

DC OR NODE connected to /host1x/sor1
[ 0.588710] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.588737] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.588868] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.589150] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1000000, vi_iso_bw=1875000, max_bw=1875000
[ 0.589212] max_iso_bw is relaxed to 1875000KB from 0KB
[ 0.589409] ------------[ cut here ]------------
[ 0.589456] WARNING: at ffffffc000851ebc [verbose debug info unavailable]
[ 0.589484] Modules linked in:
[ 0.589527]
[ 0.589568] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.4.38 #149
[ 0.589600] Hardware name: quill (DT)
[ 0.589655] task: ffffffc1ece70000 ti: ffffffc1ece78000 task.ti: ffffffc1ece78000
[ 0.589712] PC is at __tegra_isomgr_register+0x310/0x4d8
[ 0.589738] LR is at __tegra_isomgr_register+0x310/0x4d8
[ 0.589802] pc : [] lr : [] pstate: 60000045
[ 0.589836] sp : ffffffc1ece7bb10
[ 0.589859] x29: ffffffc1ece7bb10 x28: 0000000000000380
[ 0.589900] x27: ffffffc00141c000 x26: ffffffc00135d000
[ 0.589939] x25: ffffffc000c05000 x24: 0000000000000000
[ 0.589978] x23: 0000000000000000 x22: 0000000000000008
[ 0.590017] x21: 00000000001c9c38 x20: ffffffc00141c7a0
[ 0.590056] x19: ffffffc00141cb80 x18: ffffffc000b14a60
[ 0.590129] x17: ffffffc000b14a60 x16: ffffffc000b14a60
[ 0.590168] x15: 00000000f5257d14 x14: 73696765725f7267
[ 0.590206] x13: 6d6f73695f617265 x12: 6d61635f61726765
[ 0.590243] x11: ffffffc0011f42a8 x10: ffffffc0013b5e88
[ 0.590282] x9 : 000000000000014b x8 : 0000000000000002
[ 0.590320] x7 : ffffffc00121c978 x6 : 000000000000003a
[ 0.590359] x5 : 0000000000000000 x4 : 0000000000000000
[ 0.590398] x3 : 0000000000000000 x2 : 0000000000000000
[ 0.590436] x1 : 0000000000000000 x0 : 000000000000002b
[ 0.590474]
[ 0.590523] —[ end trace c63d3c37df6061e3 ]—
[ 0.590550] Call trace:
[ 0.590577] [] __tegra_isomgr_register+0x310/0x4d8
[ 0.590606] [] tegra_isomgr_register+0x1c/0x2c
[ 0.590656] [] tegra_camera_probe+0x2a4/0x4c4
[ 0.590705] [] platform_drv_probe+0x50/0xbc
[ 0.590754] [] driver_probe_device+0xcc/0x414
[ 0.590780] [] __driver_attach+0x9c/0xa0
[ 0.590816] [] bus_for_each_dev+0x58/0x98
[ 0.590842] [] driver_attach+0x20/0x28
[ 0.590871] [] bus_add_driver+0x1f0/0x294
[ 0.590898] [] driver_register+0x68/0x108
[ 0.590927] [] __platform_driver_register+0x54/0x5c
[ 0.590964] [] tegra_camera_init+0x18/0x20
[ 0.591002] [] do_one_initcall+0xc8/0x1c4
[ 0.591041] [] kernel_init_freeable+0x1d8/0x27c
[ 0.591080] [] kernel_init+0x10/0xdc
[ 0.591112] [] ret_from_fork+0x10/0x40
[ 0.591194] __tegra_isomgr_register(): ISO BW usage:
[ 0.591222] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 0.591276] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 0.591302] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 0.591328] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 0.591355] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=1875000KB
[ 0.591388] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=0KB
[ 0.591417] __tegra_isomgr_register(): client=eqos, iso dedi bw=0KB
[ 0.591441] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 0.604754] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.604790] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.605397] hdmi: couldn’t get regulator vdd_hdmi_5v0: -517
[ 0.608153] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.609590] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.609648] PD DISP0 index2 UP
[ 0.611173] PD DISP1 index3 UP
[ 0.611650] PD DISP2 index4 UP
[ 0.612845] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.613473] kfuse 3830000.kfuse: initialized
[ 0.615693] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.616557] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.621416] console [ttyS0] disabled
[ 0.621710] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 2.610405] tegra-i2c 3190000.i2c: pio xfer timed out addr: 0x50
[ 2.610408] tegra-i2c 3190000.i2c: — register dump for debugging ----
[ 2.610413] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[ 2.610417] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 2.610421] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 2.610425] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[ 2.610428] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x7d
[ 2.610433] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x0
[ 2.610439] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[ 2.611577] PD DISP2 index4 DOWN
[ 2.611902] PD DISP1 index3 DOWN
[ 2.612186] PD DISP0 index2 DOWN
[ 2.615158] tegradc 15210000.nvdisplay: probed
[ 2.963158] console [ttyS0] enabled
[ 2.965300] Console: switching to colour frame buffer device 80x30
[ 2.967237] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.969026] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.969308] serial-tegra 3130000.serial: RX in PIO mode
[ 2.970782] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.999032] brd: module loaded
[ 3.004762] loop: module loaded
[ 3.005504] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 3.005536] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 3.005541] nct1008_nct72 7-004c: starting parse dt
[ 3.005692] nct1008_nct72 7-004c: success parsing dt
[ 3.006041] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 3.009807] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 3.043115] tmp451: Enabled overheat logging at 104.00C
[ 3.043316] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 3.043387] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 3.046317] THERMAL EST: found 3 subdevs
[ 3.046324] THERMAL EST num_resources: 0
[ 3.046331] [THERMAL EST subdev 0]
[ 3.046338] [THERMAL EST subdev 1]
[ 3.046381] [THERMAL EST subdev 2]
[ 3.046807] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 3.046810] THERMAL EST: thz register success.
[ 3.047124] THERMAL EST: end of probe, return err: 0
[ 3.047375] tegra_profiler: Branch: Dev
[ 3.047377] tegra_profiler: Version: 1.109
[ 3.047381] tegra_profiler: Samples version: 37
[ 3.047383] tegra_profiler: IO version: 21
[ 3.047436] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.047441] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.047445] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 3.047452] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 3.047455] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 3.047458] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 3.047462] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.047465] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.047469] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.047473] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.047477] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.047480] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.047848] tegra_profiler: auth: init
[ 3.053538] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 3.053552] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 3.055085] scsi host0: tegra_ahci
[ 3.055697] scsi host1: tegra_ahci
[ 3.055939] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 3.055944] ata2: DUMMY
[ 3.057649] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.058292] spi-tegra114 c260000.spi: Static pin configuration used
[ 3.058898] spi-tegra114 3240000.spi: Static pin configuration used
[ 3.060010] tun: Universal TUN/TAP device driver, 1.6
[ 3.060013] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.060282] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.060286] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.060334] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 3.060338] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.061952] PPP generic driver version 2.4.2
[ 3.062217] PPP BSD Compression module registered
[ 3.062227] PPP Deflate Compression module registered
[ 3.062268] PPP MPPE Compression module registered
[ 3.062283] NET: Registered protocol family 24
[ 3.062387] usbcore: registered new interface driver r8152
[ 3.062430] usbcore: registered new interface driver asix
[ 3.062468] usbcore: registered new interface driver ax88179_178a
[ 3.062497] usbcore: registered new interface driver cdc_ether
[ 3.062539] usbcore: registered new interface driver smsc95xx
[ 3.062569] usbcore: registered new interface driver net1080
[ 3.062598] usbcore: registered new interface driver cdc_subset
[ 3.062633] usbcore: registered new interface driver zaurus
[ 3.062686] usbcore: registered new interface driver cdc_ncm
[ 3.063101] Wake76 for irq=199
[ 3.063104] Wake77 for irq=199
[ 3.063107] Wake78 for irq=199
[ 3.063108] Wake79 for irq=199
[ 3.063111] Wake80 for irq=199
[ 3.063112] Wake81 for irq=199
[ 3.063115] Wake82 for irq=199
[ 3.063208] tegra-xotg xotg: usb2 phy is not available yet
[ 3.063788] usbcore: registered new interface driver usb-storage
[ 3.063875] usbcore: registered new interface driver usbserial
[ 3.063904] usbcore: registered new interface driver ftdi_sio
[ 3.063931] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.063957] usbcore: registered new interface driver option
[ 3.063978] usbserial: USB Serial support registered for GSM modem (1-port)
[ 3.064002] usbcore: registered new interface driver pl2303
[ 3.064025] usbserial: USB Serial support registered for pl2303
[ 3.064316] tegra-usb-cd usb_cd: otg phy is not available yet
[ 3.068230] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8c 9b da
[ 3.069255] libphy: dwc_phy: probed
[ 3.070235] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 3.131447] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 3.131622] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 3.132599] max_iso_bw is relaxed to 1956920KB from 1875000KB
[ 3.132600] ------------[ cut here ]------------
[ 3.132602] WARNING: at ffffffc000851ebc [verbose debug info unavailable]
[ 3.132608] Modules linked in:
[ 3.132608]
[ 3.132620] CPU: 0 PID: 149 Comm: kworker/u12:3 Tainted: G W 4.4.38 #149
[ 3.132621] Hardware name: quill (DT)
[ 3.132652] Workqueue: events_unbound async_run_entry_fn
[ 3.132654] task: ffffffc1eaf8a580 ti: ffffffc1eab38000 task.ti: ffffffc1eab38000
[ 3.132672] PC is at __tegra_isomgr_register+0x310/0x4d8
[ 3.132675] LR is at __tegra_isomgr_register+0x310/0x4d8
[ 3.132678] pc : [] lr : [] pstate: 80000045
[ 3.132680] sp : ffffffc1eab3ba70
[ 3.132684] x29: ffffffc1eab3ba70 x28: 0000000000000460
[ 3.132687] x27: ffffffc00141c000 x26: ffffffc00135d000
[ 3.132690] x25: ffffffc000c05000 x24: 0000000000000000
[ 3.132693] x23: 0000000000000000 x22: 000000000000000a
[ 3.132695] x21: 0000000000014000 x20: ffffffc00141c7a0
[ 3.132698] x19: ffffffc00141cc60 x18: ffffffc000b84f38
[ 3.132701] x17: 000000000000000e x16: ffffffc000b14a60
[ 3.132704] x15: ffffffc000b14a60 x14: 0000000000000000
[ 3.132707] x13: 0000000000000000 x12: 00000000000024b6
[ 3.132709] x11: 00000000000e9145 x10: ffffffc0013b5e88
[ 3.132712] x9 : ffffffc1eab3b910 x8 : 206d6f726620424b
[ 3.132714] x7 : 3032393635393120 x6 : ffffffc0013b6838
[ 3.132717] x5 : 0000000005d11ef2 x4 : 0000000000000000
[ 3.132719] x3 : 0000000000000000 x2 : 0000000000000000
[ 3.132721] x1 : 0000000000000000 x0 : 0000000000000031
[ 3.132722]
[ 3.132724] —[ end trace c63d3c37df6061e4 ]—
[ 3.132728] Call trace:
[ 3.132732] [] __tegra_isomgr_register+0x310/0x4d8
[ 3.132738] [] tegra_isomgr_register+0x1c/0x2c
[ 3.132757] [] eqos_probe+0xac8/0x11bc
[ 3.132768] [] platform_drv_probe+0x50/0xbc
[ 3.132776] [] driver_probe_device+0xcc/0x414
[ 3.132779] [] __driver_attach+0x9c/0xa0
[ 3.132788] [] bus_for_each_dev+0x58/0x98
[ 3.132790] [] driver_attach+0x20/0x28
[ 3.132794] [] driver_attach_async+0x14/0x54
[ 3.132797] [] async_run_entry_fn+0x44/0x180
[ 3.132807] [] process_one_work+0x158/0x434
[ 3.132810] [] worker_thread+0x134/0x40c
[ 3.132816] [] kthread+0xe0/0xf4
[ 3.132824] [] ret_from_fork+0x10/0x40
[ 3.132826] __tegra_isomgr_register(): ISO BW usage:
[ 3.132830] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 3.132833] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 3.132836] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 3.132839] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 3.132842] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=1875000KB
[ 3.132844] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=0KB
[ 3.132846] __tegra_isomgr_register(): client=eqos, iso dedi bw=81920KB
[ 3.132847] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 3.195569] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 3.198245] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 3.198283] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock

tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.169154] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.195344] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.217715] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.239493] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.261744] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.287614] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.309463] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.333428] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.358101] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.380560] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.402648] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0
[ 49.423067] tegradc 15210000.nvdisplay: sanitize_flip_args: WIN 3 invalid size:w=0,h=0,out_w=0,out_h=0

337247537,

Please refer:

https://devtalk.nvidia.com/default/topic/1009011/jetson-tx2/kernel-4-4-drivers-platform-tegra-mc-isomgr-c-isomgr_init-fails-to-initialize/1