panel in dsi dual-channel mode on mainline kernel

pre info: my board manufacturer get our only 3.10.24 kernel, this is ~L4T 19.3, but i port L4T 21.6 and kernel from shieldtablet uda-1.4(3.10.96) with PSCI, and other changes(panel in dt, sound, sdhci and other). And now i want to start mainline or linux-next kernel on my board, but my board have only dsi, without other display ports)

I try to start sharp lq079r1sx01 panel, i write driver for this panel, but i have a problem with dsi or mipi in mainline.

In mainline kernel hot1x node do not have dsi nodes… and t124 platform do not have mipi node.
Ссылка
i add this nodes from patch:
https://groups.google.com/a/chromium.org/forum/#!msg/chromium-os-reviews/gZr3aanCaD8/njYjCj6qwDsJ
but with little changes i rename all clocks and compatible names to t124.
My commit here:
https://github.com/Insei/linux/commit/fe2578cbcd7ecd78e40477c44d9517d8fdfad41b

i add to device tree for my device with panel node, in dsi nodes set ganged-mode(my panel use two 2dsi and 8 lines).

After this i get:
<3>[ 69.277807] tegra-dsi 54400000.dsi: MIPI calibration failed: -110
this error a timeout(i write advanced print) on mipi calibration in /drivers/gpu/host1x/mipi.c

i seach error but i found only what tegra124_pads not have a DSIC and DSID pads(i know dsi in t114 and t124 similar, and in the t114 dsic and dsid found by me, i coppied it, and add clocks):
https://github.com/Insei/linux/commit/fe2578cbcd7ecd78e40477c44d9517d8fdfad41b

Mipi node simple, i think error in the dsi node, currently in dsi node calibration string:
nvidia,mipi-calibrate = <&mipi 0x180>; /* DSIC & DSID pads */
0x180 - bitmask for dsi pads, but i don’t know correct this bitmask or no, maybe developers can get me answer.

I share dmesg here(i set full drm debug):

<6>[    0.000000] Booting Linux on physical CPU 0x0
<5>[    0.000000] Linux version 4.17.0-next-20180608-298698-g756e71f-dirty (insei@ubuntu-pc) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02)) #6 SMP PREEMPT Mon Jul 2 02:58:03 MSK 2018
<6>[    0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
<6>[    0.000000] CPU: div instructions available: patching division code
<6>[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
<6>[    0.000000] OF: fdt: Machine model: NVIDIA Tegra124 TN8
<6>[    0.000000] Memory policy: Data cache writealloc
<6>[    0.000000] cma: Reserved 64 MiB at 0xf9400000
<7>[    0.000000] On node 0 totalpages: 513024
<7>[    0.000000]   Normal zone: 1536 pages used for memmap
<7>[    0.000000]   Normal zone: 0 pages reserved
<7>[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
<7>[    0.000000]   HighMem zone: 316416 pages, LIFO batch:31
<6>[    0.000000] psci: probing for conduit method from DT.
<6>[    0.000000] psci: PSCIv0.2 detected in firmware.
<6>[    0.000000] psci: Using standard PSCI v0.2 function IDs
<6>[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
<5>[    0.000000] random: get_random_bytes called from start_kernel+0xa0/0x474 with crng_init=0
<6>[    0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s40064 r8192 d21376 u69632
<7>[    0.000000] pcpu-alloc: s40064 r8192 d21376 u69632 alloc=17*4096
<7>[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
<6>[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 511488
<5>[    0.000000] Kernel command line: console=tty1 fbcon=rotate:2 drm.debug=31 drm.atomic=1 tegraid=40.1.1.0.0 mem=2006M@2048M memtype=0 tsec=32M@4064M otf_key=9f34dc69195313615f7d9a6d297ab869 tzram=4M@4058M ddr_die=1024M@2048M ddr_die=1024M@3072M section=128M commchip_id=0 usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 androidboot.serialno=13E3C48C androidboot.cpuid=1740DB0890C0000000AFF0400 androidboot.commchip_id=0 androidboot.modem=none bl_version=1.0 syspart=system  touch_id=0@2150632068 video=tegrafb no_console_suspend=1 debug_uartport=hsport usbcore.old_scheme_first=1 lp0_vec=2896@0xfdfff000 tegra_fbmem=25296896@0xad012000 nvdumper_reserved=0xfd700000 core_edp_mv=1150 core_edp_ma=4000 pmuboard=0x06c8:0x03e8:0x00:0x44:0x04 displayboard=0x8038:0x0000:0x00:0x00:0x00 power_supply=Battery board_info=0x06f4:0x044c:0x03:0x41:0x07 tegraboot=sdmmc gpt gpt_sector=4095 modem_id=0 androidboot.hwversion=1 panel_id=32 android.kerneltype=normal
<6>[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
<6>[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[    0.000000] Memory: 1951772K/2052096K available (10240K kernel code, 785K rwdata, 2836K rodata, 1024K init, 283K bss, 34788K reserved, 65536K cma-reserved, 1200128K highmem)
<5>[    0.000000] Virtual kernel memory layout:
<5>[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
<5>[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
<5>[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
<5>[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
<5>[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
<5>[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
<5>[    0.000000]       .text : 0x(ptrval) - 0x(ptrval)   (11232 kB)
<5>[    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
<5>[    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 786 kB)
<5>[    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 284 kB)
<6>[    0.000000] rcu: Preemptible hierarchical RCU implementation.
<6>[    0.000000] 	Tasks RCU enabled.
<6>[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
<6>[    0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@50041000
<3>[    0.000000] Tegra clk 127: register failed with -17
<6>[    0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
<6>[    0.000030] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
<6>[    0.000046] Switching to timer-based delay loop, resolution 1000ns
<6>[    0.001053] arch_timer: cp15 timer(s) running at 12.00MHz (virt).
<6>[    0.001074] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns
<6>[    0.001095] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns
<6>[    0.001110] Switching to timer-based delay loop, resolution 83ns
<6>[    0.001614] Console: colour dummy device 80x30
<6>[    0.002214] console [tty1] enabled
<6>[    0.002249] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=120000)
<6>[    0.002284] pid_max: default: 32768 minimum: 301
<6>[    0.002638] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
<6>[    0.002665] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
<6>[    0.003618] CPU: Testing write buffer coherency: ok
<3>[    0.003672] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
<3>[    0.004029] /cpus/cpu@0 missing clock-frequency property
<3>[    0.004081] /cpus/cpu@1 missing clock-frequency property
<3>[    0.004131] /cpus/cpu@2 missing clock-frequency property
<3>[    0.004183] /cpus/cpu@3 missing clock-frequency property
<6>[    0.004206] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
<6>[    0.061065] Setting up static identity map for 0x80100000 - 0x801000a0
<6>[    0.071064] rcu: Hierarchical SRCU implementation.
<6>[    0.081647] Tegra Revision: A01 SKU: 39 CPU Process: 1 SoC Process: 1
<6>[    0.091098] smp: Bringing up secondary CPUs ...
<6>[    0.141752] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
<3>[    0.141759] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
<6>[    0.191825] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
<3>[    0.191832] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
<6>[    0.241899] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
<3>[    0.241906] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
<6>[    0.242052] smp: Brought up 1 node, 4 CPUs
<6>[    0.242075] SMP: Total of 4 processors activated (96.00 BogoMIPS).
<6>[    0.242095] CPU: All CPU(s) started in SVC mode.
<6>[    0.243906] devtmpfs: initialized
<6>[    0.262847] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
<6>[    0.263271] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
<6>[    0.263308] futex hash table entries: 1024 (order: 4, 65536 bytes)
<6>[    0.264535] pinctrl core: initialized pinctrl subsystem
<6>[    0.265874] NET: Registered protocol family 16
<6>[    0.268286] DMA: preallocated 256 KiB pool for atomic coherent allocations
<6>[    0.269816] cpuidle: using governor menu
<6>[    0.293225] No ATAGs?
<6>[    0.293360] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
<6>[    0.293399] hw-breakpoint: maximum watchpoint size is 8 bytes.
<6>[    0.295418] iommu: Adding device 50000000.host1x to group 0
<6>[    0.295505] iommu: Adding device 54200000.dc to group 1
<6>[    0.295577] iommu: Adding device 54240000.dc to group 1
<6>[    0.295654] iommu: Adding device 54340000.vic to group 2
<6>[    0.295736] iommu: Adding device 57000000.gpu to group 3
<6>[    0.295814] iommu: Adding device 60030000.vde to group 4
<3>[    0.316246] usb0-vbus: Failed to request enable GPIO108: -517
<3>[    0.316277] reg-fixed-voltage regulators:regulator@1: Failed to register regulator: -517
<3>[    0.316423] usb1-vbus: Failed to request enable GPIO109: -517
<3>[    0.316450] reg-fixed-voltage regulators:regulator@2: Failed to register regulator: -517
<3>[    0.316599] usb2-vbus: Failed to request enable GPIO249: -517
<3>[    0.316625] reg-fixed-voltage regulators:regulator@3: Failed to register regulator: -517
<3>[    0.316773] avdd-lcd-vsp: Failed to request enable GPIO68: -517
<3>[    0.316799] reg-fixed-voltage regulators:regulator@41: Failed to register regulator: -517
<3>[    0.316944] avdd-lcd-vsn: Failed to request enable GPIO146: -517
<3>[    0.316969] reg-fixed-voltage regulators:regulator@42: Failed to register regulator: -517
<3>[    0.317306] en-lcd-bl: Failed to request enable GPIO58: -517
<3>[    0.317331] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517
<3>[    0.317472] vdd-hdmi: Failed to request enable GPIO86: -517
<3>[    0.317497] reg-fixed-voltage regulators:regulator@9: Failed to register regulator: -517
<6>[    0.319000] vgaarb: loaded
<5>[    0.319823] SCSI subsystem initialized
<7>[    0.320125] libata version 3.00 loaded.
<6>[    0.320496] usbcore: registered new interface driver usbfs
<6>[    0.320588] usbcore: registered new interface driver hub
<6>[    0.320721] usbcore: registered new device driver usb
<6>[    0.324934] palmas 4-0058: Irq flag is 0x00000000
<5>[    0.339425] random: fast init done
<5>[    1.027438] random: crng init done
<3>[   68.473370] irq 352: nobody cared (try booting with the "irqpoll" option)
<0>[   68.474215] Disabling IRQ #352
<6>[   68.475256] palmas 4-0058: Muxing GPIO ff, PWM 0, LED 0
<6>[   68.479422] SMPS123: supplied by regulator-dummy
<6>[   68.481032] SMPS45: supplied by regulator-dummy
<6>[   68.482944] SMPS6: supplied by regulator-dummy
<6>[   68.485213] SMPS7: supplied by regulator-dummy
<6>[   68.486777] SMPS8: supplied by regulator-dummy
<6>[   68.488345] SMPS9: supplied by regulator-dummy
<6>[   68.488759] vdd-snsr: Bringing 2900000uV into 3300000-3300000uV
<6>[   68.490529] SMPS10_OUT2: supplied by regulator-dummy
<6>[   68.491785] SMPS10_OUT1: supplied by vdd-out2-5v0
<6>[   68.493017] LDO1: supplied by vddio-ddr
<6>[   68.494676] LDO2: supplied by vddio-ddr
<6>[   68.501687] LDO3: supplied by vdd-out2-5v0
<6>[   68.502285] vdd-touch: Bringing 2800000uV into 3300000-3300000uV
<6>[   68.503727] LDO4: supplied by regulator-dummy
<6>[   68.504145] avdd-cam: Bringing 2800000uV into 2700000-2700000uV
<6>[   68.505589] LDO5: supplied by vdd-1v8
<6>[   68.506828] LDO6: supplied by vdd-snsr
<6>[   68.508062] LDO7: supplied by vdd-snsr
<6>[   68.508638] avdd-cam-af: Bringing 2800000uV into 2700000-2700000uV
<6>[   68.510098] LDO8: supplied by regulator-dummy
<6>[   68.510513] vdd-rtc: Bringing 1100000uV into 950000-950000uV
<6>[   68.521734] LDO9: supplied by vdd-snsr
<6>[   68.522471] vddio-sdmmc-2: Bringing 900000uV into 1800000-1800000uV
<6>[   68.524573] LDOLN: supplied by vdd-out2-5v0
<6>[   68.531751] LDOUSB: supplied by regulator-dummy
<6>[   68.543483] videodev: Linux video capture interface: v2.00
<6>[   68.543602] pps_core: LinuxPPS API ver. 1 registered
<6>[   68.543622] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[   68.543689] PTP clock support registered
<6>[   68.545210] Advanced Linux Sound Architecture Driver Initialized.
<6>[   68.545972] Bluetooth: Core ver 2.22
<6>[   68.546052] NET: Registered protocol family 31
<6>[   68.546070] Bluetooth: HCI device and connection manager initialized
<6>[   68.546096] Bluetooth: HCI socket layer initialized
<6>[   68.546119] Bluetooth: L2CAP socket layer initialized
<6>[   68.546177] Bluetooth: SCO socket layer initialized
<6>[   68.547750] clocksource: Switched to clocksource arch_sys_counter
<6>[   68.658892] NET: Registered protocol family 2
<6>[   68.659916] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
<6>[   68.659985] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
<6>[   68.660095] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
<6>[   68.660284] TCP: Hash tables configured (established 8192 bind 8192)
<6>[   68.660882] UDP hash table entries: 512 (order: 2, 16384 bytes)
<6>[   68.660939] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
<6>[   68.661220] NET: Registered protocol family 1
<6>[   68.661971] RPC: Registered named UNIX socket transport module.
<6>[   68.661994] RPC: Registered udp transport module.
<6>[   68.662012] RPC: Registered tcp transport module.
<6>[   68.662028] RPC: Registered tcp NFSv4.1 backchannel transport module.
<7>[   68.662713] PCI: CLS 0 bytes, default 64
<6>[   68.663484] Unpacking initramfs...
<6>[   68.725694] Freeing initrd memory: 1008K
<6>[   68.727602] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
<5>[   68.729626] Initialise system trusted keyrings
<6>[   68.729866] workingset: timestamp_bits=30 max_order=19 bucket_order=0
<6>[   68.730744] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<5>[   68.731409] NFS: Registering the id_resolver key type
<5>[   68.731448] Key type id_resolver registered
<5>[   68.731466] Key type id_legacy registered
<5>[   68.736523] Key type asymmetric registered
<5>[   68.736546] Asymmetric key parser 'x509' registered
<6>[   68.736710] bounce: pool size: 64 pages
<6>[   68.736792] io scheduler noop registered (default)
<6>[   68.736812] io scheduler mq-deadline registered
<6>[   68.736830] io scheduler kyber registered
<4>[   68.750995] lp855x 0-002c: 0-002c supply power not found, using dummy regulator
<6>[   68.763812] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
<4>[   68.765116] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
<6>[   68.765793] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
<7>[   68.770194] [drm:drm_core_init] Initialized
<4>[   68.770758] Failed to attached device 54200000.dc to IOMMU_mapping
<4>[   68.779210] Failed to attached device 54240000.dc to IOMMU_mapping
<3>[   68.794264] panel-sharp-lq079l1sx01 54400000.dsi.0: probe succesfull
<6>[   68.806047] loop: module loaded
<6>[   68.808833] libphy: Fixed MDIO Bus: probed
<6>[   68.808857] CAN device driver interface
<6>[   68.808926] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
<6>[   68.808947] igb: Copyright (c) 2007-2014 Intel Corporation.
<6>[   68.809117] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
<6>[   68.809208] usbcore: registered new interface driver pegasus
<6>[   68.809298] usbcore: registered new interface driver asix
<6>[   68.809375] usbcore: registered new interface driver ax88179_178a
<6>[   68.809456] usbcore: registered new interface driver cdc_ether
<6>[   68.809558] usbcore: registered new interface driver smsc75xx
<6>[   68.809650] usbcore: registered new interface driver smsc95xx
<6>[   68.809728] usbcore: registered new interface driver net1080
<6>[   68.809805] usbcore: registered new interface driver cdc_subset
<6>[   68.809888] usbcore: registered new interface driver zaurus
<6>[   68.809988] usbcore: registered new interface driver cdc_ncm
<6>[   68.810254] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[   68.810275] ehci-pci: EHCI PCI platform driver
<6>[   68.810353] tegra-ehci: Tegra EHCI driver
<6>[   68.810942] usbcore: registered new interface driver cdc_acm
<6>[   68.810962] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
<6>[   68.811043] usbcore: registered new interface driver cdc_wdm
<6>[   68.811135] usbcore: registered new interface driver usb-storage
<6>[   68.816941] palmas-rtc 7000d000.i2c:tps65913@58:rtc: rtc core: registered 7000d000.i2c:tps65913@58:rtc as rtc0
<6>[   68.818526] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
<5>[   68.818604] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
<6>[   68.818958] i2c /dev entries driver
<6>[   68.820492] usbcore: registered new interface driver uvcvideo
<6>[   68.820514] USB Video Class driver (1.1.1)
<6>[   68.820530] gspca_main: v2.14.0 registered
<6>[   68.821643] tegra-wdt 60005000.timer: initialized (heartbeat = 120 sec, nowayout = 0)
<4>[   68.823054] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 696000 KHz
<4>[   68.823093] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 714000 KHz
<6>[   68.823465] sdhci: Secure Digital Host Controller Interface driver
<6>[   68.823479] sdhci: Copyright(c) Pierre Ossman
<6>[   68.823489] sdhci-pltfm: SDHCI platform and OF driver helper
<3>[   68.831816] mmc0: Unknown controller version (3). You may experience problems.
<4>[   68.831929] mmc0: Invalid maximum block size, assuming 512 bytes
<6>[   68.863427] mmc0: SDHCI controller on 700b0000.sdhci [700b0000.sdhci] using ADMA
<6>[   68.864563] sdhci-tegra 700b0400.sdhci: Got CD GPIO
<3>[   68.872295] mmc1: Unknown controller version (3). You may experience problems.
<4>[   68.872524] mmc1: Invalid maximum block size, assuming 512 bytes
<6>[   68.904892] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA
<3>[   68.912884] mmc2: Unknown controller version (3). You may experience problems.
<4>[   68.912981] mmc2: Invalid maximum block size, assuming 512 bytes
<6>[   68.944579] mmc2: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA
<6>[   68.945527] usbcore: registered new interface driver usbhid
<6>[   68.945553] usbhid: USB HID core driver
<6>[   68.954701] NET: Registered protocol family 10
<6>[   68.955341] Segment Routing with IPv6
<6>[   68.955423] mip6: Mobile IPv6
<6>[   68.955432] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
<6>[   68.956690] NET: Registered protocol family 17
<6>[   68.956715] NET: Registered protocol family 15
<6>[   68.956728] can: controller area network core (rev 20170425 abi 9)
<6>[   68.956866] NET: Registered protocol family 29
<6>[   68.956880] can: raw protocol (rev 20170425)
<6>[   68.956892] can: broadcast manager protocol (rev 20170425 t)
<6>[   68.956909] can: netlink gateway (rev 20170425) max_hops=1
<6>[   68.957025] Bluetooth: RFCOMM socket layer initialized
<6>[   68.957054] Bluetooth: RFCOMM ver 1.11
<6>[   68.957076] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[   68.957091] Bluetooth: BNEP socket layer initialized
<6>[   68.957103] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[   68.957118] Bluetooth: HIDP socket layer initialized
<5>[   68.957278] Key type dns_resolver registered
<5>[   68.958211] Registering SWP/SWPB emulation handler
<5>[   68.960075] Loading compiled-in X.509 certificates
<6>[   68.962690] persistent_ram: found existing invalid buffer, size 80864, start 80864
<6>[   68.967439] console [pstore-1] enabled
<6>[   68.967607] pstore: Registered ramoops as persistent store backend
<6>[   68.967626] ramoops: attached 0x200000@0xfd400000, ecc: 0/0
<6>[   68.985136] usb1-vbus: supplied by vdd-out2-5v0
<6>[   68.985340] usb2-vbus: supplied by vdd-out2-5v0
<6>[   68.986326] vdd-lcd: supplied by vdd-1v8
<6>[   68.987707] ldoen: supplied by vdd-1v8
<6>[   68.988227] vdd-hdmi: supplied by vdd-out1-5v0
<6>[   68.988996] vdd-cam-1v8: supplied by vdd-1v8
<6>[   68.989768] vdd-cam-1v2: supplied by vdd-1v8
<3>[   68.990296] sharp_panel_add start
<3>[   68.990306] avdd_lcd_vsp_5v5 start
<3>[   68.990354] avdd_lcd_vsn_5v5 start
<3>[   68.990399] dvdd_lcd_1v8 start
<3>[   68.990593] reset-gpio start
<3>[   68.990610] backlight start
<3>[   68.990621] drm_panel_init start
<3>[   68.990629] sharp_panel_add end
<7>[   68.990639] tegra-dsi 54300000.dsi: attaching dual-channel device 54300000.dsi.0
<3>[   68.990643] panel-sharp-lq079l1sx01 54300000.dsi.0: probe succesfull
<7>[   68.990792] [drm:drm_minor_register] 
<7>[   68.990972] [drm:drm_minor_register] new minor registered 128
<7>[   68.990976] [drm:drm_minor_register] 
<7>[   68.991095] [drm:drm_minor_register] new minor registered 0
<7>[   68.991310] [drm:tegra_drm_load] IOMMU apertures:
<7>[   68.991315] [drm:tegra_drm_load]   GEM: 0x0-0xfbffffff
<7>[   68.991320] [drm:tegra_drm_load]   Carveout: 0xfc000000-0xffffffff
<4>[   68.991643] [drm] parse error at position 6 in video mode 'tegrafb'
<7>[   68.991710] [drm:drm_sysfs_connector_add] adding "DSI-1" to sysfs
<7>[   68.991714] [drm:drm_sysfs_hotplug_event] generating hotplug event
<6>[   68.991766] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
<6>[   68.991777] [drm] No driver support for vblank timestamp query.
<7>[   68.991807] [drm:drm_mode_object_get] OBJ ID: 58 (2)
<7>[   68.991813] [drm:drm_setup_crtcs] 
<7>[   68.991822] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:58:DSI-1]
<7>[   68.991829] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:58:DSI-1] status updated from unknown to connected
<7>[   68.991869] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:58:DSI-1] probed modes :
<7>[   68.991876] [drm:drm_mode_debug_printmodeline] Modeline 60:"1536x2048" 60 214825 1536 1672 1700 1728 2048 2062 2064 2072 0x0 0x0
<7>[   68.991881] [drm:drm_setup_crtcs] connector 58 enabled? yes
<7>[   68.991886] [drm:drm_setup_crtcs] looking for cmdline mode on connector 58
<7>[   68.991891] [drm:drm_setup_crtcs] looking for preferred mode on connector 58 0
<7>[   68.991895] [drm:drm_setup_crtcs] found mode 1536x2048
<7>[   68.991899] [drm:drm_setup_crtcs] picking CRTCs for 4096x4096 config
<7>[   68.991905] [drm:drm_setup_crtcs] desired mode 1536x2048 set on crtc 42 (0,0)
<7>[   68.991912] [drm:drm_mode_object_get] OBJ ID: 58 (2)
<6>[   69.003372] mmc2: new high speed MMC card at address 0001
<6>[   69.007409] mmcblk2: mmc2:0001 SDW16G 14.7 GiB 
<6>[   69.012761] mmcblk2boot0: mmc2:0001 SDW16G partition 1 4.00 MiB
<6>[   69.021718] mmcblk2boot1: mmc2:0001 SDW16G partition 2 4.00 MiB
<7>[   69.021832] [drm:drm_atomic_state_init] Allocated atomic state 796ec974
<6>[   69.021835] mmcblk2rpmb: mmc2:0001 SDW16G partition 3 4.00 MiB, chardev (247:0)
<7>[   69.021841] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] 04273643 state to 796ec974
<7>[   69.021848] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-1] 4a00c880 state to 796ec974
<7>[   69.021852] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 4a00c880
<7>[   69.021858] [drm:drm_atomic_get_plane_state] Added [PLANE:36:plane-2] e2d80d7b state to 796ec974
<7>[   69.021861] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e2d80d7b
<7>[   69.021867] [drm:drm_atomic_get_plane_state] Added [PLANE:40:plane-3] 362c4ee3 state to 796ec974
<7>[   69.021870] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 362c4ee3
<7>[   69.021879] [drm:drm_atomic_get_plane_state] Added [PLANE:43:plane-4] 7db40e02 state to 796ec974
<7>[   69.021885] [drm:drm_atomic_get_plane_state] Added [PLANE:47:plane-5] a14cddca state to 796ec974
<7>[   69.021888] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state a14cddca
<7>[   69.021894] [drm:drm_atomic_get_plane_state] Added [PLANE:51:plane-6] 683f675a state to 796ec974
<7>[   69.021897] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 683f675a
<7>[   69.022268] [drm:drm_atomic_get_plane_state] Added [PLANE:55:plane-7] e17f0da4 state to 796ec974
<7>[   69.022272] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e17f0da4
<7>[   69.022692] [drm:drm_atomic_get_crtc_state] Added [CRTC:42:crtc-0] ff6b9fe2 state to 796ec974
<7>[   69.022997] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1536x2048] for CRTC state ff6b9fe2
<7>[   69.023001] [drm:drm_atomic_set_crtc_for_plane] Link plane state 04273643 to [CRTC:42:crtc-0]
<7>[   69.023052] [drm:drm_atomic_set_fb_for_plane] Set [FB:62] for plane state 04273643
<7>[   69.023057] [drm:drm_mode_object_get] OBJ ID: 62 (1)
<7>[   69.023064] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:42:crtc-0] to 796ec974
<7>[   69.023074] [drm:drm_mode_object_get] OBJ ID: 58 (3)
<7>[   69.023079] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:58:DSI-1] bf5bb8d9 state to 796ec974
<7>[   69.023083] [drm:drm_mode_object_get] OBJ ID: 58 (4)
<7>[   69.023087] [drm:drm_atomic_set_crtc_for_connector] Link connector state bf5bb8d9 to [CRTC:42:crtc-0]
<7>[   69.023094] [drm:drm_atomic_get_crtc_state] Added [CRTC:57:crtc-1] ddcd599d state to 796ec974
<7>[   69.023098] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state ddcd599d
<7>[   69.023101] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 7db40e02
<7>[   69.023105] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:57:crtc-1] to 796ec974
<7>[   69.023110] [drm:drm_atomic_check_only] checking 796ec974
<7>[   69.023118] [drm:drm_atomic_helper_check_modeset] [CRTC:42:crtc-0] mode changed
<7>[   69.023122] [drm:drm_atomic_helper_check_modeset] [CRTC:42:crtc-0] enable changed
<7>[   69.023125] [drm:drm_atomic_helper_check_modeset] [CRTC:42:crtc-0] active changed
<7>[   69.023131] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:58:DSI-1]
<7>[   69.023170] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:58:DSI-1] using [ENCODER:59:DSI-59] on [CRTC:42:crtc-0]
<7>[   69.023174] [drm:drm_atomic_helper_check_modeset] [CRTC:42:crtc-0] needs all connectors, enable: y, active: y
<7>[   69.023179] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:42:crtc-0] to 796ec974
<7>[   69.023190] [drm:tegra_dsi_encoder_atomic_check] mul: 3, div: 1, lanes: 8
<7>[   69.023194] [drm:tegra_dsi_encoder_atomic_check] format: 3, vrefresh: 60
<7>[   69.023199] [drm:tegra_dsi_encoder_atomic_check] bclk: 80559375
<7>[   69.023207] [drm:drm_atomic_normalize_zpos] [CRTC:42:crtc-0] calculating normalized zpos values
<7>[   69.023213] [drm:drm_atomic_normalize_zpos] [PLANE:28:plane-0] processing zpos value 0
<7>[   69.023218] [drm:drm_atomic_normalize_zpos] [PLANE:28:plane-0] normalized zpos value 0
<7>[   69.023228] [drm:drm_atomic_commit] committing 796ec974
<7>[   69.023247] [drm:drm_calc_timestamping_constants] crtc 42: hwmode: htotal 1728, vtotal 2072, vdisplay 2048
<7>[   69.023252] [drm:drm_calc_timestamping_constants] crtc 42: clock 214825 kHz framedur 16666663 linedur 8043
<7>[   69.023258] [drm:drm_atomic_helper_commit_modeset_disables] modeset on [ENCODER:59:DSI-59]
<7>[   69.023263] [drm:drm_atomic_helper_commit_modeset_enables] enabling [CRTC:42:crtc-0]
<7>[   69.023323] [drm:drm_sysfs_hotplug_event] generating hotplug event
<7>[   69.023630] [drm:tegra_crtc_atomic_enable] rate: 322500000, div: 1
<7>[   69.023634] [drm:tegra_crtc_atomic_enable] pclk: 322500000
<7>[   69.023649] [drm:drm_atomic_helper_commit_modeset_enables] enabling [ENCODER:59:DSI-59]
<6>[   69.025959]  mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25
<3>[   69.277807] tegra-dsi 54400000.dsi: MIPI calibration failed: -110
<3>[   69.277822] panel-sharp-lq079l1sx01 54300000.dsi.0: Prepare start
<3>[   69.997872] panel-sharp-lq079l1sx01 54300000.dsi.0: Prepare end
<7>[   69.997907] [drm:tegra_dsi_configure] Non-burst video mode with sync events
<7>[   69.997947] [drm:tegra_dsi_configure] Non-burst video mode with sync events
<3>[   69.998196] panel-sharp-lq079l1sx01 54300000.dsi.0: Enable
<7>[   69.998238] [drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
<7>[   70.006328] [drm:drm_handle_vblank] vblank event on 60, current 60
<7>[   70.006423] [drm:drm_mode_object_get] OBJ ID: 62 (2)
<7>[   70.006461] [drm:drm_atomic_state_default_clear] Clearing atomic state 796ec974
<7>[   70.006496] [drm:drm_mode_object_put] OBJ ID: 58 (5)
<7>[   70.006552] [drm:__drm_atomic_state_free] Freeing atomic state 796ec974
<7>[   70.006649] [drm:drm_fb_helper_hotplug_event.part.8] 
<7>[   70.006673] [drm:drm_setup_crtcs] 
<7>[   70.006724] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:58:DSI-1]
<7>[   70.006907] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:58:DSI-1] probed modes :
<7>[   70.006953] [drm:drm_mode_debug_printmodeline] Modeline 60:"1536x2048" 60 214825 1536 1672 1700 1728 2048 2062 2064 2072 0x0 0x0
<7>[   70.006984] [drm:drm_setup_crtcs] connector 58 enabled? yes
<7>[   70.007013] [drm:drm_setup_crtcs] looking for cmdline mode on connector 58
<7>[   70.007040] [drm:drm_setup_crtcs] looking for preferred mode on connector 58 0
<7>[   70.007065] [drm:drm_setup_crtcs] found mode 1536x2048
<7>[   70.007091] [drm:drm_setup_crtcs] picking CRTCs for 1536x2048 config
<7>[   70.007136] [drm:drm_mode_object_put] OBJ ID: 58 (4)
<7>[   70.007173] [drm:drm_setup_crtcs] desired mode 1536x2048 set on crtc 42 (0,0)
<7>[   70.007212] [drm:drm_mode_object_get] OBJ ID: 58 (3)
<7>[   70.007265] [drm:drm_atomic_state_init] Allocated atomic state 6bc8e052
<7>[   70.007301] [drm:drm_mode_object_get] OBJ ID: 62 (3)
<7>[   70.007334] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] 7384ced5 state to 6bc8e052
<7>[   70.007375] [drm:drm_mode_object_get] OBJ ID: 63 (1)
<7>[   70.007408] [drm:drm_atomic_get_crtc_state] Added [CRTC:42:crtc-0] 6c2cbb15 state to 6bc8e052
<7>[   70.007447] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-1] e5c8f9ac state to 6bc8e052
<7>[   70.007473] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e5c8f9ac
<7>[   70.007509] [drm:drm_atomic_get_plane_state] Added [PLANE:36:plane-2] e2e900cd state to 6bc8e052
<7>[   70.007533] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e2e900cd
<7>[   70.007568] [drm:drm_atomic_get_plane_state] Added [PLANE:40:plane-3] efe5a55d state to 6bc8e052
<7>[   70.007591] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state efe5a55d
<7>[   70.007627] [drm:drm_atomic_get_plane_state] Added [PLANE:43:plane-4] 4c59e315 state to 6bc8e052
<7>[   70.007663] [drm:drm_atomic_get_plane_state] Added [PLANE:47:plane-5] 5f9e5145 state to 6bc8e052
<7>[   70.007687] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 5f9e5145
<7>[   70.007721] [drm:drm_atomic_get_plane_state] Added [PLANE:51:plane-6] 29a4f8d0 state to 6bc8e052
<7>[   70.007745] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 29a4f8d0
<7>[   70.007976] [drm:drm_atomic_get_plane_state] Added [PLANE:55:plane-7] 48f68ce2 state to 6bc8e052
<7>[   70.008001] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 48f68ce2
<7>[   70.008031] [drm:drm_mode_object_put] OBJ ID: 63 (2)
<7>[   70.008095] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1536x2048] for CRTC state 6c2cbb15
<7>[   70.008124] [drm:drm_atomic_set_fb_for_plane] Set [FB:62] for plane state 7384ced5
<7>[   70.008150] [drm:drm_mode_object_get] OBJ ID: 62 (4)
<7>[   70.008177] [drm:drm_mode_object_put] OBJ ID: 62 (5)
<7>[   70.008211] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:42:crtc-0] to 6bc8e052
<7>[   70.008256] [drm:drm_mode_object_get] OBJ ID: 58 (5)
<7>[   70.008283] [drm:drm_mode_object_get] OBJ ID: 58 (6)
<7>[   70.008315] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:58:DSI-1] 5acf84e7 state to 6bc8e052
<7>[   70.008345] [drm:drm_mode_object_put] OBJ ID: 58 (6)
<7>[   70.008373] [drm:drm_atomic_set_crtc_for_connector] Link connector state 5acf84e7 to [NOCRTC]
<7>[   70.008400] [drm:drm_mode_object_get] OBJ ID: 58 (5)
<7>[   70.008429] [drm:drm_atomic_set_crtc_for_connector] Link connector state 5acf84e7 to [CRTC:42:crtc-0]
<7>[   70.008479] [drm:drm_atomic_get_crtc_state] Added [CRTC:57:crtc-1] 974ba081 state to 6bc8e052
<7>[   70.008506] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 974ba081
<7>[   70.008532] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 4c59e315
<7>[   70.008561] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:57:crtc-1] to 6bc8e052
<7>[   70.008593] [drm:drm_atomic_check_only] checking 6bc8e052
<7>[   70.008635] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:58:DSI-1]
<7>[   70.008667] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:58:DSI-1] keeps [ENCODER:59:DSI-59], now on [CRTC:42:crtc-0]
<7>[   70.008705] [drm:tegra_dsi_encoder_atomic_check] mul: 3, div: 1, lanes: 8
<7>[   70.008732] [drm:tegra_dsi_encoder_atomic_check] format: 3, vrefresh: 60
<7>[   70.008757] [drm:tegra_dsi_encoder_atomic_check] bclk: 80559375
<7>[   70.008804] [drm:drm_atomic_commit] committing 6bc8e052
<7>[   70.008925] [drm:drm_calc_timestamping_constants] crtc 42: hwmode: htotal 1728, vtotal 2072, vdisplay 2048
<7>[   70.008952] [drm:drm_calc_timestamping_constants] crtc 42: clock 214825 kHz framedur 16666663 linedur 8043
<7>[   70.022944] [drm:drm_handle_vblank] vblank event on 61, current 61
<7>[   70.022979] [drm:drm_mode_object_get] OBJ ID: 62 (4)
<7>[   70.022989] [drm:drm_mode_object_put] OBJ ID: 62 (5)
<7>[   70.023000] [drm:drm_atomic_state_default_clear] Clearing atomic state 6bc8e052
<7>[   70.023009] [drm:drm_mode_object_put] OBJ ID: 58 (6)
<7>[   70.023020] [drm:drm_mode_object_put] OBJ ID: 58 (5)
<7>[   70.023029] [drm:drm_mode_object_put] OBJ ID: 63 (1)
<7>[   70.023043] [drm:drm_mode_object_put] OBJ ID: 62 (4)
<7>[   70.023061] [drm:__drm_atomic_state_free] Freeing atomic state 6bc8e052
<7>[   70.023100] [drm:drm_atomic_state_init] Allocated atomic state 6bc8e052
<7>[   70.023113] [drm:drm_mode_object_get] OBJ ID: 62 (3)
<7>[   70.023124] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] e17f0da4 state to 6bc8e052
<7>[   70.023138] [drm:drm_mode_object_get] OBJ ID: 64 (1)
<7>[   70.023149] [drm:drm_atomic_get_crtc_state] Added [CRTC:42:crtc-0] ddcd599d state to 6bc8e052
<7>[   70.023162] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-1] 683f675a state to 6bc8e052
<7>[   70.023170] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 683f675a
<7>[   70.023182] [drm:drm_atomic_get_plane_state] Added [PLANE:36:plane-2] a14cddca state to 6bc8e052
<7>[   70.023190] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state a14cddca
<7>[   70.023201] [drm:drm_atomic_get_plane_state] Added [PLANE:40:plane-3] 7db40e02 state to 6bc8e052
<7>[   70.023209] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 7db40e02
<7>[   70.023221] [drm:drm_atomic_get_plane_state] Added [PLANE:43:plane-4] 362c4ee3 state to 6bc8e052
<7>[   70.023233] [drm:drm_atomic_get_plane_state] Added [PLANE:47:plane-5] e2d80d7b state to 6bc8e052
<7>[   70.023241] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e2d80d7b
<7>[   70.023253] [drm:drm_atomic_get_plane_state] Added [PLANE:51:plane-6] 4a00c880 state to 6bc8e052
<7>[   70.023261] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 4a00c880
<7>[   70.023273] [drm:drm_atomic_get_plane_state] Added [PLANE:55:plane-7] 04273643 state to 6bc8e052
<7>[   70.023281] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 04273643
<7>[   70.023291] [drm:drm_mode_object_put] OBJ ID: 64 (2)
<7>[   70.023306] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1536x2048] for CRTC state ddcd599d
<7>[   70.023316] [drm:drm_atomic_set_fb_for_plane] Set [FB:62] for plane state e17f0da4
<7>[   70.023325] [drm:drm_mode_object_get] OBJ ID: 62 (4)
<7>[   70.023334] [drm:drm_mode_object_put] OBJ ID: 62 (5)
<7>[   70.023346] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:42:crtc-0] to 6bc8e052
<7>[   70.023362] [drm:drm_mode_object_get] OBJ ID: 58 (5)
<7>[   70.023371] [drm:drm_mode_object_get] OBJ ID: 58 (6)
<7>[   70.023382] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:58:DSI-1] bf5bb8d9 state to 6bc8e052
<7>[   70.023391] [drm:drm_mode_object_put] OBJ ID: 58 (6)
<7>[   70.023401] [drm:drm_atomic_set_crtc_for_connector] Link connector state bf5bb8d9 to [NOCRTC]
<7>[   70.023411] [drm:drm_mode_object_get] OBJ ID: 58 (5)
<7>[   70.023421] [drm:drm_atomic_set_crtc_for_connector] Link connector state bf5bb8d9 to [CRTC:42:crtc-0]
<7>[   70.023437] [drm:drm_atomic_get_crtc_state] Added [CRTC:57:crtc-1] ff6b9fe2 state to 6bc8e052
<7>[   70.023446] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state ff6b9fe2
<7>[   70.023455] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 362c4ee3
<7>[   70.023466] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:57:crtc-1] to 6bc8e052
<7>[   70.023477] [drm:drm_atomic_check_only] checking 6bc8e052
<7>[   70.023491] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:58:DSI-1]
<7>[   70.023501] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:58:DSI-1] keeps [ENCODER:59:DSI-59], now on [CRTC:42:crtc-0]
<7>[   70.023514] [drm:tegra_dsi_encoder_atomic_check] mul: 3, div: 1, lanes: 8
<7>[   70.023523] [drm:tegra_dsi_encoder_atomic_check] format: 3, vrefresh: 60
<7>[   70.023531] [drm:tegra_dsi_encoder_atomic_check] bclk: 80559375
<7>[   70.023546] [drm:drm_atomic_commit] committing 6bc8e052
<7>[   70.023585] [drm:drm_calc_timestamping_constants] crtc 42: hwmode: htotal 1728, vtotal 2072, vdisplay 2048
<7>[   70.023594] [drm:drm_calc_timestamping_constants] crtc 42: clock 214825 kHz framedur 16666663 linedur 8043
<7>[   70.039596] [drm:drm_handle_vblank] vblank event on 62, current 62
<7>[   70.039635] [drm:drm_mode_object_get] OBJ ID: 62 (4)
<7>[   70.039644] [drm:drm_mode_object_put] OBJ ID: 62 (5)
<7>[   70.039655] [drm:drm_atomic_state_default_clear] Clearing atomic state 6bc8e052
<7>[   70.039664] [drm:drm_mode_object_put] OBJ ID: 58 (6)
<7>[   70.039674] [drm:drm_mode_object_put] OBJ ID: 58 (5)
<7>[   70.039684] [drm:drm_mode_object_put] OBJ ID: 64 (1)
<7>[   70.039699] [drm:drm_mode_object_put] OBJ ID: 62 (4)
<7>[   70.039716] [drm:__drm_atomic_state_free] Freeing atomic state 6bc8e052
<6>[   70.069316] Console: switching to colour frame buffer device 192x128
<7>[   70.069350] [drm:drm_atomic_state_init] Allocated atomic state 1315d5ba
<7>[   70.069363] [drm:drm_mode_object_get] OBJ ID: 62 (3)
<7>[   70.069374] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] 48f68ce2 state to 1315d5ba
<7>[   70.069388] [drm:drm_mode_object_get] OBJ ID: 63 (1)
<7>[   70.069399] [drm:drm_atomic_get_crtc_state] Added [CRTC:42:crtc-0] 974ba081 state to 1315d5ba
<7>[   70.069412] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-1] 29a4f8d0 state to 1315d5ba
<7>[   70.069421] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 29a4f8d0
<7>[   70.069433] [drm:drm_atomic_get_plane_state] Added [PLANE:36:plane-2] 5f9e5145 state to 1315d5ba
<7>[   70.069441] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 5f9e5145
<7>[   70.069452] [drm:drm_atomic_get_plane_state] Added [PLANE:40:plane-3] 4c59e315 state to 1315d5ba
<7>[   70.069461] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 4c59e315
<7>[   70.069473] [drm:drm_atomic_get_plane_state] Added [PLANE:43:plane-4] efe5a55d state to 1315d5ba
<7>[   70.069485] [drm:drm_atomic_get_plane_state] Added [PLANE:47:plane-5] e2e900cd state to 1315d5ba
<7>[   70.069493] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e2e900cd
<7>[   70.069505] [drm:drm_atomic_get_plane_state] Added [PLANE:51:plane-6] e5c8f9ac state to 1315d5ba
<7>[   70.069513] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state e5c8f9ac
<7>[   70.069525] [drm:drm_atomic_get_plane_state] Added [PLANE:55:plane-7] 7384ced5 state to 1315d5ba
<7>[   70.069533] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 7384ced5
<7>[   70.069543] [drm:drm_mode_object_put] OBJ ID: 63 (2)
<7>[   70.069564] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1536x2048] for CRTC state 974ba081
<7>[   70.069574] [drm:drm_atomic_set_fb_for_plane] Set [FB:62] for plane state 48f68ce2
<7>[   70.069583] [drm:drm_mode_object_get] OBJ ID: 62 (4)
<7>[   70.069592] [drm:drm_mode_object_put] OBJ ID: 62 (5)
<7>[   70.069604] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:42:crtc-0] to 1315d5ba
<7>[   70.069619] [drm:drm_mode_object_get] OBJ ID: 58 (5)
<7>[   70.069628] [drm:drm_mode_object_get] OBJ ID: 58 (6)
<7>[   70.069639] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:58:DSI-1] 5acf84e7 state to 1315d5ba
<7>[   70.069649] [drm:drm_mode_object_put] OBJ ID: 58 (6)
<7>[   70.069658] [drm:drm_atomic_set_crtc_for_connector] Link connector state 5acf84e7 to [NOCRTC]
<7>[   70.069668] [drm:drm_mode_object_get] OBJ ID: 58 (5)
<7>[   70.069678] [drm:drm_atomic_set_crtc_for_connector] Link connector state 5acf84e7 to [CRTC:42:crtc-0]
<7>[   70.069694] [drm:drm_atomic_get_crtc_state] Added [CRTC:57:crtc-1] 6c2cbb15 state to 1315d5ba
<7>[   70.069703] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 6c2cbb15
<7>[   70.069712] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state efe5a55d
<7>[   70.069722] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:57:crtc-1] to 1315d5ba
<7>[   70.069732] [drm:drm_atomic_check_only] checking 1315d5ba
<7>[   70.069746] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:58:DSI-1]
<7>[   70.069756] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:58:DSI-1] keeps [ENCODER:59:DSI-59], now on [CRTC:42:crtc-0]
<7>[   70.069769] [drm:tegra_dsi_encoder_atomic_check] mul: 3, div: 1, lanes: 8
<7>[   70.069778] [drm:tegra_dsi_encoder_atomic_check] format: 3, vrefresh: 60
<7>[   70.069787] [drm:tegra_dsi_encoder_atomic_check] bclk: 80559375
<7>[   70.069802] [drm:drm_atomic_commit] committing 1315d5ba
<7>[   70.069841] [drm:drm_calc_timestamping_constants] crtc 42: hwmode: htotal 1728, vtotal 2072, vdisplay 2048
<7>[   70.069850] [drm:drm_calc_timestamping_constants] crtc 42: clock 214825 kHz framedur 16666663 linedur 8043
<7>[   70.072901] [drm:drm_handle_vblank] vblank event on 64, current 64
<7>[   70.072932] [drm:drm_mode_object_get] OBJ ID: 62 (4)
<7>[   70.072941] [drm:drm_mode_object_put] OBJ ID: 62 (5)
<7>[   70.072952] [drm:drm_atomic_state_default_clear] Clearing atomic state 1315d5ba
<7>[   70.072961] [drm:drm_mode_object_put] OBJ ID: 58 (6)
<7>[   70.072972] [drm:drm_mode_object_put] OBJ ID: 58 (5)
<7>[   70.072981] [drm:drm_mode_object_put] OBJ ID: 63 (1)
<7>[   70.072995] [drm:drm_mode_object_put] OBJ ID: 62 (4)
<7>[   70.073011] [drm:__drm_atomic_state_free] Freeing atomic state 1315d5ba
<6>[   70.102787] drm drm: fb0:  frame buffer device
<6>[   70.103020] [drm] Initialized tegra 0.0.0 20120330 for drm on minor 0
<6>[   70.103519] input: gpio-keys as /devices/soc0/gpio-keys/input/input0
<6>[   70.104436] palmas-rtc 7000d000.i2c:tps65913@58:rtc: setting system clock to 2018-07-02 00:00:24 UTC (1530489624)
<5>[   70.104666] cfg80211: Loading compiled-in X.509 certificates for regulatory database
<5>[   70.105963] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
<4>[   70.106404] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
<6>[   70.106473] cfg80211: failed to load regulatory.db
<6>[   70.106628] vdd-gpu: disabling
<6>[   70.107063] vdd-touch: disabling
<6>[   70.107941] usb0-vbus: disabling
<6>[   70.107973] usb1-vbus: disabling
<6>[   70.108002] usb2-vbus: disabling
<6>[   70.108033] vdd-lcd: disabling
<6>[   70.108062] ldoen: disabling
<6>[   70.108089] en-lcd-bl: disabling
<6>[   70.108118] vdd-hdmi: disabling
<6>[   70.108147] vdd-cam-1v8: disabling
<6>[   70.108178] vdd-cam-1v2: disabling
<6>[   70.108218] ALSA device list:
<6>[   70.108246]   No soundcards found.
<6>[   70.108769] Freeing unused kernel memory: 1024K

Hi Insei,

As the update in other topic, our suggestion is to get a known good platform with known good BSP software to start your own development. For instance, getting a working Jetson TK1 platform and download our latest TK1 BSP.

Thanks