This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAPFB rotation on OMAP4460 custom board

Other Parts Discussed in Thread: TWL6030

Hello,

I am working on a custom board based on OMAP4460.I want to rotate the lcd using omapfb.

The LCD resolution is 480x800. It is a 24bit RGB parallel LCD,connected to the DPI of OMAPDSS.

In the bootargs i have added omapfb.tiler=y 

I observe the following 

echo 1 > /sys/class/graphics/fb0/rotate
[ 50.193420] OMAPFB: check_var(0)
[ 50.193450] OMAPFB: check_fb_var 0
[ 50.193481] OMAPFB: max frame size 33554432, line size 1920
[ 50.193481] OMAPFB: xres = 480, yres = 800, vxres = 480, vyres = 800
[ 50.193511] OMAPFB: set_par(0)
[ 50.193542] OMAPFB: set_fb_fix
[ 50.193542] OMAPFB: apply_changes, fb 0, ovl 0
[ 50.193572] OMAPFB: setup_overlay 0, posx 0, posy 0, outw 800, outh 480
[ 50.193603] OMAPFB: paddr a9a00000, vaddr ca000000
[ 50.193725] omapdss OVERLAY: check_overlay 0: (0,0 800x480 -> 800x480) disp (480x800)
[ 50.193786] omapdss OVERLAY: check_overlay failed 1: 480 < 0 + 800
[ 50.193817] OMAPFB: ovl->setup_overlay_info failed
[ 50.193817] OMAPFB: setup_overlay failed
[ 50.193817] OMAPFB: apply_changes failed
[ 50.193847] detected fb_set_par error, error code: -22

When i rotate the framebuffer by 180 degree, i dont get any error, but the display does not rotate.

Am i missing anything ?

How do i rotate the framebuffer by 90 degree ?

Any pointers would be helpful.

Thank you for your time.

Regards,

Sanjay

  • The paddr printed a9a00000 is not a tiled address. I think its important to first verify if your framebuffer is indeed tiled. Please attach your kernel logs, there could be a mention of framebuffer allocation in the logs.

  • Also after device is booted, run the following command, and save the results that appear and upload here.

     On GB

    echo 3 > /sys/module/tiler_omap/parameters/alloc_debug

     

    ON ICS

    cat /sys/kernel/debug/tiler/map/1x1

  • Hello Ranjith Parakkal,

    Thank you very much for the reply.

    Please find the kernel log and tiler map below

    Starting kernel ...

    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0.21-00003-OMAP-Android+ (sanjay@mistral-Veriton-Series) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-
    202) ) #29 SMP PREEMPT Tue Nov 20 11:26:24 IST 2012
    [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
    [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [ 0.000000] Machine: OMAP4 iris board
    [ 0.000000] Reserving 67108864 bytes SDRAM for VRAM
    [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
    [ 0.000000] OMAP4460 ES1.1
    [ 0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xd000
    [ 0.000000] On node 0 totalpages: 161792
    [ 0.000000] free_area_init_node: node 0, pgdat c080ea00, node_mem_map c0961000
    [ 0.000000] Normal zone: 256 pages used for memmap
    [ 0.000000] Normal zone: 0 pages reserved
    [ 0.000000] Normal zone: 32512 pages, LIFO batch:7
    [ 0.000000] HighMem zone: 1792 pages used for memmap
    [ 0.000000] HighMem zone: 127232 pages, LIFO batch:31
    [ 0.000000] PERCPU: Embedded 7 pages/cpu @c116c000 s5792 r8192 d14688 u32768
    [ 0.000000] pcpu-alloc: s5792 r8192 d14688 u32768 alloc=8*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 159744
    [ 0.000000] Kernel command line: console=ttyO2,115200n8 mem=1G vmalloc=768M androidboot.console=ttyO2 omap_wdt.timer_margin=30 con
    sole=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=2 init=/init v
    ram=64M omapfb.vram=0:32M,1:32M omapfb.debug=1 omapfb.tiler=1
    [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
    [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
    [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.000000] Memory: 512MB 120MB = 632MB total
    [ 0.000000] Memory: 629164k/1200984k available, 838824k reserved, 516096K highmem
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
    [ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .init : 0xc0008000 - 0xc004c000 ( 272 kB)
    [ 0.000000] .text : 0xc004c000 - 0xc07a4000 (7520 kB)
    [ 0.000000] .data : 0xc07a4000 - 0xc080f560 ( 430 kB)
    [ 0.000000] .bss : 0xc080f584 - 0xc09602d0 (1348 kB)
    [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] NR_IRQS:410
    [ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
    [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [ 0.000061] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
    [ 0.007904] pid_max: default: 32768 minimum: 301
    [ 0.070678] Mount-cache hash table entries: 512
    [ 0.070678] Initializing cgroup subsys debug
    [ 0.071441] Initializing cgroup subsys cpuacct
    [ 0.071441] Initializing cgroup subsys freezer
    [ 0.071441] CPU: Testing write buffer coherency: ok
    [ 0.071990] L310 cache controller enabled
    [ 0.071990] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
    [ 0.150146] CPU1: Booted secondary processor
    [ 0.165740] Brought up 2 CPUs
    [ 0.220520] SMP: Total of 2 processors activated (2792.83 BogoMIPS).
    [ 0.223876] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
    [ 0.223876] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
    [ 0.223907] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
    [ 0.223907] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
    [ 0.223937] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
    [ 0.223937] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
    [ 0.223937] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
    [ 0.223968] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
    [ 0.223968] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
    [ 0.224029] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
    [ 0.224029] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for thermal_sensor
    [ 0.224090] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ohci
    [ 0.224090] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ehci
    [ 0.224090] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
    [ 0.224090] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.
    [ 0.228302] _omap4_module_wait_ready: Timeout waiting for module enable (mcpdm_fck: clkctrl = 0x30002)
    [ 0.229583] omap_hwmod: mcpdm: cannot be enabled (3)
    [ 0.235290] print_constraints: dummy:
    [ 0.235290] NET: Registered protocol family 16
    [ 0.235290] GPMC revision 6.0
    [ 0.236114] EMIF0 is enabled with IRQ142
    [ 0.237152] EMIF1 is enabled with IRQ143
    [ 0.237182] Last reset was cold reset (PRM_RSTST=0x1)
    [ 0.237182]
    [ 0.237670] OMAP GPIO hardware version 0.1
    [ 0.239044] omap_mux_init: Add partition: #1: core, flags: 2
    [ 0.239044] omap_mux_init: Add partition: #2: wkup, flags: 2
    [ 0.252319] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
    [ 0.253021] omap_hwmod_mux_init: Could not allocate device mux entry
    [ 0.435791] HSI: skipping omap_device registration
    [ 0.436279] OMAP DMA hardware revision 0.0
    [ 0.436279] omap_rproc_get_pool: dsp - no carveout memory is available at all
    [ 0.436279] omap_rproc_get_pool: ipu - carveout memory is unavailable: 0x0, 0x0
    [ 0.445739] bio: create slab <bio-0> at 0
    [ 0.446411] reg-fixed-voltage reg-fixed-voltage.1: Could not obtain regulator enable GPIO 37: -16
    [ 0.446411] reg-fixed-voltage: probe of reg-fixed-voltage.1 failed with error -16
    [ 0.446411] i2c-core: driver [twl] using legacy suspend method
    [ 0.446746] i2c-core: driver [twl] using legacy resume method
    [ 0.447052] SCSI subsystem initialized
    [ 0.448028] usbcore: registered new interface driver usbfs
    [ 0.448028] usbcore: registered new interface driver hub
    [ 0.448577] usbcore: registered new device driver usb
    [ 0.449279] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    [ 0.449279] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [ 0.452880] twl6030: PIH (irq 39) chaining IRQs 368..387
    [ 0.455749] print_constraints: VUSB: 3300 mV normal standby
    [ 1.275115] <3>Unknown charger detected! 3
    [ 1.275665] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    [ 1.276367] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    [ 1.277618] print_constraints: VDAC: 1800 mV normal standby
    [ 1.278472] print_constraints: VAUX1_6030: 3000 mV normal standby
    [ 1.279388] print_constraints: VAUX2_6030: 3000 mV normal standby
    [ 1.280303] print_constraints: VAUX3_6030: 3300 mV normal standby
    [ 1.281219] print_constraints: VDD3:
    [ 1.281921] print_constraints: VMEM: at 1125 mV
    [ 1.282867] print_constraints: CLK32KG:
    [ 1.283752] print_constraints: CLK32KAUDIO:
    [ 1.284118] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
    [ 1.284790] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
    [ 1.285034] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
    [ 1.285552] omap-rproc omap-rproc.0: dsp is available
    [ 1.286041] omap-rproc omap-rproc.1: ipu is available
    [ 1.286041] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [ 1.286041] Bluetooth: Core ver 2.16
    [ 1.286041] NET: Registered protocol family 31
    [ 1.286041] Bluetooth: HCI device and connection manager initialized
    [ 1.287017] Bluetooth: HCI socket layer initialized
    [ 1.287017] Bluetooth: L2CAP socket layer initialized
    [ 1.287017] Bluetooth: SCO socket layer initialized
    [ 1.287078] Switching to clocksource 32k_counter
    [ 1.289276] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
    [ 1.290771] Switched to NOHz mode on CPU #0
    [ 1.290802] Switched to NOHz mode on CPU #1
    [ 1.573242] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    [ 1.590179] musb-hdrc: MHDRC RTL version 2.0
    [ 1.590209] musb-hdrc: setup fifo_mode 4
    [ 1.590209] musb-hdrc: 28/31 max ep, 16384/16384 memory
    [ 1.590484] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
    [ 1.590850] NET: Registered protocol family 2
    [ 1.590850] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    [ 1.592254] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 1.592254] TCP bind hash table entries: 16384 (order: 6, 393216 bytes)
    [ 1.593200] TCP: Hash tables configured (established 16384 bind 16384)
    [ 1.593292] TCP reno registered
    [ 1.593322] UDP hash table entries: 64 (order: 0, 4096 bytes)
    [ 1.593322] UDP-Lite hash table entries: 64 (order: 0, 4096 bytes)
    [ 1.593811] NET: Registered protocol family 1
    [ 1.594116] RPC: Registered named UNIX socket transport module.
    [ 1.594268] RPC: Registered udp transport module.
    [ 1.594268] RPC: Registered tcp transport module.
    [ 1.594299] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.091888] omap_init_opp_table: no hwmod or odev for hsi, [22] cannot add OPPs.
    [ 2.091888] omap_init_opp_table: no hwmod or odev for hsi, [23] cannot add OPPs.
    [ 2.443603] ram_console: got buffer at a0000000, size 200000
    [ 2.443603] ram_console: uncorrectable error in header
    [ 2.443603] ram_console: no valid data in buffer (sig = 0x00160018)
    [ 2.444671] console [ram-1] enabled
    [ 2.444671] omap-iommu omap-iommu.0: ducati registered
    [ 2.461212] omap-iommu omap-iommu.1: tesla registered
    [ 2.468627] highmem bounce pool size: 64 pages
    [ 2.468627] ashmem: initialized
    [ 2.477783] fuse init (API version 7.16)
    [ 2.478363] msgmni has been set to 220
    [ 2.478363] Registering char device tf_driver (122:0)
    [ 2.478363] SMCAG01.06.0 D
    [ 2.480804] io scheduler noop registered
    [ 2.480987] io scheduler deadline registered
    [ 2.480987] io scheduler cfq registered (default)
    [ 2.481170] start plist test
    [ 2.489624] end plist test
    [ 2.490447] IRIS Backlight Initialization done.
    [ 2.490905] IRIS LCD Backlight Driver Initialized.
    [ 2.491851] OMAP DSS rev 4.0
    [ 2.493927] spi write1
    [ 2.495697] spi write2
    [ 4.360290] dsscomp: initializing.
    [ 4.360290] misc dsscomp: display0=iris_dpi_panel
    [ 4.360290] misc dsscomp: display1=hdmi_panel
    [ 4.362487] misc dsscomp: found 2 displays and 4 overlays, WB overlay 1
    [ 4.362915] could not allocate slot
    [ 4.363372] omap-rproc omap-rproc.1: powering up ipu
    [ 4.363830] virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
    [ 4.363830] virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
    [ 4.365478] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [ 4.365722] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [ 4.366577] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [ 5.495819] console [ttyO2] enabled
    [ 5.499938] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [ 5.508697] omap_ion_probe: adding heap secure_input of type 2 with ba300000@5a00000
    [ 5.517730] omap_ion_probe: adding heap tiler of type 4 with ada00000@6000000
    [ 5.525695] omap_ion_probe: adding heap nonsecure_tiler of type 4 with a0200000@2000000
    [ 5.539978] brd: module loaded
    [ 5.549530] loop: module loaded
    [ 5.553253] at24 2-0050: 4 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ 5.561096] (stk) :sysfs entries created
    [ 5.561096] (stk) : debugfs entries created
    [ 5.580139] PPP generic driver version 2.4.2
    [ 5.580139] PPP Deflate Compression module registered
    [ 5.592285] PPP BSD Compression module registered
    [ 5.598266] PPP MPPE Compression module registered
    [ 5.603729] NET: Registered protocol family 24
    [ 5.610778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 5.618377] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [ 5.624664] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [ 5.633087] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    [ 5.646728] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [ 5.646759] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 5.660858] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 5.660858] usb usb1: Product: OMAP-EHCI Host Controller
    [ 5.674896] usb usb1: Manufacturer: Linux 3.0.21-00003-OMAP-Android+ ehci_hcd
    [ 5.682891] usb usb1: SerialNumber: ehci-omap.0
    [ 5.682891] hub 1-0:1.0: USB hub found
    [ 5.692871] hub 1-0:1.0: 3 ports detected
    [ 5.753356] usbcore: registered new interface driver cdc_acm
    [ 5.759918] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 5.768859] usbcore: registered new interface driver uas
    [ 5.768859] Initializing USB Mass Storage driver...
    [ 5.768859] usbcore: registered new interface driver usb-storage
    [ 5.787170] USB Mass Storage support registered.
    [ 5.792541] usbcore: registered new interface driver usbserial
    [ 5.799194] usbserial: USB Serial Driver core
    [ 6.069854] usb 1-1: new high speed USB device number 2 using ehci-omap
    [ 6.106536] android_usb gadget: Mass Storage Function, version: 2009/09/11
    [ 6.114074] android_usb gadget: Number of LUNs=1
    [ 6.119262] lun0: LUN: removable file: (no medium)
    [ 6.124694] android_usb gadget: android_usb ready
    [ 6.130310] musb-hdrc musb-hdrc: MUSB HDRC host driver
    [ 6.130310] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2
    [ 6.144104] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 6.151702] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 6.151702] usb usb2: Product: MUSB HDRC host driver
    [ 6.165252] usb usb2: Manufacturer: Linux 3.0.21-00003-OMAP-Android+ musb-hcd
    [ 6.173248] usb usb2: SerialNumber: musb-hdrc
    [ 6.173278] hub 2-0:1.0: USB hub found
    [ 6.173278] hub 2-0:1.0: 1 port detected
    [ 6.487548] mousedev: PS/2 mouse device common for all mice
    [ 6.494659]
    [ 6.494659] Requesting GPIO 2 for key 0
    [ 6.500457] Requesting GPIO 3 for key 1
    [ 6.504821] Requesting GPIO 4 for key 2
    [ 6.509277] Requesting GPIO 98 for key 3
    [ 6.514099] input: iris-keypad as /devices/platform/iris-keypad/input/input0
    [ 6.522369] usb 1-1: New USB device found, idVendor=04cc, idProduct=1521
    [ 6.529724] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 6.538177] input: ft5x0x_ts as /devices/platform/omap/omap_i2c.2/i2c-2/2-003a/input/input1
    [ 6.538177] hub 1-1:1.0: USB hub found
    [ 6.551513] hub 1-1:1.0: 7 ports detected
    [ 6.709442] ft5x0x_ts 2-003a: fft5x0x_i2c_Read: i2c read error.
    [ 6.716156] ft5x0x_ts 2-003a: fft5x0x_i2c_Read: i2c read error.
    [ 6.722869] ft5x0x_ts 2-003a: fft5x0x_i2c_Read: i2c read error.
    [ 6.729553] Successfully added driver ft5x0x_ts
    [ 6.734954] lsm303dlh 4-0019: 3-Axis Accelerometer, ID : 51
    [ 6.741271] input: lsm303dlh as /devices/platform/omap/omap_i2c.4/i2c-4/4-0019/input/input2
    [ 6.752380]
    [ 6.752380] LSM303DLHC accelerometer sensor initialised
    [ 6.760498] lsm303dlh_m 4-001e: Magnetometer, ID : 48:34:33
    [ 6.766784] input: lsm303dlh_m as /devices/platform/omap/omap_i2c.4/i2c-4/4-001e/input/input3
    [ 6.777404] l3gd20_gyro 4-006a: Gyrosensor, ID : d4
    [ 6.782958] input: l3gd20_gyro as /devices/platform/omap/omap_i2c.4/i2c-4/4-006a/input/input4
    [ 6.794372] input: proximity as /devices/virtual/input/input5
    [ 6.801269] twl6030_pwrbutton_probe: Enter
    [ 6.806945] input: twl6030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl6030_pwrbutton/input/input6
    [ 6.821228] input: max44009 as /devices/virtual/input/input7
    [ 6.828277] max44009 2-004a: driver version 1.0 enabled
    [ 6.835266] twl_rtc twl_rtc: Power up reset detected.
    [ 6.842407] twl_rtc twl_rtc: Enabling TWL-RTC.
    [ 6.849243] using rtc device, twl_rtc, for alarms
    [ 6.854370] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [ 6.862243] i2c /dev entries driver
    [ 6.867034] lirc_dev: IR Remote Control driver registered, major 249
    [ 6.874298] IR NEC protocol handler initialized
    [ 6.879394] IR RC5(x) protocol handler initialized
    [ 6.884735] IR RC6 protocol handler initialized
    [ 6.889831] IR JVC protocol handler initialized
    [ 6.894989] IR Sony protocol handler initialized
    [ 6.900146] IR RC5 (streamzap) protocol handler initialized
    [ 6.906341] IR LIRC bridge handler initialized
    [ 6.911437] Linux video capture interface: v2.00
    [ 6.916870] dmm: probe base: fd300000, irq 145
    [ 6.943817] usb 1-1.7: new low speed USB device number 3 using ehci-omap
    [ 7.098297] usb 1-1.7: New USB device found, idVendor=0461, idProduct=4d81
    [ 7.106048] usb 1-1.7: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [ 7.114044] usb 1-1.7: Product: USB Optical Mouse
    [ 7.445159] twl6030_bci twl6030_bci: Battery Voltage at Bootup is 4067 mV
    [ 7.452880] Battery capacity on boot 99 (1237500)
    [ 7.468383] OMAP Watchdog Timer Rev 0x01: initial timeout 30 sec
    [ 7.475097]
    [ 7.475097] after test and set bit
    [ 7.480895]
    [ 7.480895] before set timeout
    [ 7.487762] device-mapper: uevent: version 1.0.3
    [ 7.493377] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
    [ 7.502929] Bluetooth: HCI UART driver ver 2.2
    [ 7.508056] Bluetooth: HCI H4 protocol initialized
    [ 7.513397] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    [ 7.523193] (stc): st_register(2)
    [ 7.526916] (stc): chnl_id list empty :2
    [ 7.531494] (stk) : st_kim_start
    [ 7.539428] ft5x0x_ts 2-003a: fft5x0x_i2c_Read: i2c read error.
    [ 7.546295] ft5x0x_ts 2-003a: ft5x0x_read_Touchdata read touchdata failed.
    [ 7.555114] input: USB Optical Mouse as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.7/1-1.7:1.0/input/input8
    [ 7.568634] generic-usb 0003:0461:4D81.0001: input: USB HID v1.11 Mouse [USB Optical Mouse] on usb-ehci-omap.0-1.7/input0
    [ 7.580841] usbcore: registered new interface driver usbhid
    [ 7.587249] usbhid: USB HID core driver
    [ 7.592102] logger: created 256K log 'log_main'
    [ 7.597381] logger: created 256K log 'log_events'
    [ 7.602752] logger: created 256K log 'log_radio'
    [ 7.608215] logger: created 256K log 'log_system'
    [ 7.618133] OMAP HSI: HSI driver version 0.4.3
    [ 7.624023] OMAP HSI: Platform DRIVER register FAILED: -19
    [ 7.633880] usbcore: registered new interface driver snd-usb-audio
    [ 7.644622] IRIS SoC init
    [ 7.650482] (stk) :ldisc_install = 1
    [ 7.654846] twl6040-codec twl6040-codec: couldn't get VDDHF regulator -19
    [ 7.692626] asoc: null-codec-dai <-> MultiMedia1 mapping ok
    [ 7.700988] asoc: null-codec-dai <-> MultiMedia2 mapping ok
    [ 7.709594] asoc: null-codec-dai <-> Voice mapping ok
    [ 7.717010] asoc: null-codec-dai <-> Tones mapping ok
    [ 7.724121] asoc: null-codec-dai <-> Vibra mapping ok
    [ 7.731231] asoc: null-codec-dai <-> MODEM mapping ok
    [ 7.738067] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
    [ 7.746337] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [ 7.754821] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
    [ 7.762786] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
    [ 7.771545] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
    [ 7.782470] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
    [ 7.789489] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
    [ 7.796356] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
    [ 7.803405] asoc: twl6040-vib <-> mcpdm-vib mapping ok
    [ 7.810241] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [ 7.818206] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [ 7.825958] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [ 7.833953] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
    [ 7.840789] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
    [ 7.848571] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
    [ 7.856811] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
    [ 7.864624] asoc: null-codec-dai <-> omap-abe-vxrec-dai mapping ok
    [ 7.875244] input: IRIS Headset Jack as /devices/platform/soc-audio/sound/card0/input9
    [ 7.887756] asoc: hdmi-audio-codec <-> hdmi-audio-dai mapping ok
    [ 7.895507] ALSA device list:
    [ 7.898956] #0: TI OMAP4 Board
    [ 7.902587] #1: OMAP4HDMI
    [ 7.905975] GACT probability NOT on
    [ 7.909881] Mirror/redirect action on
    [ 7.914031] u32 classifier
    [ 7.917083] Actions configured
    [ 7.920959] Netfilter messages via NETLINK v0.30.
    [ 7.926391] nf_conntrack version 0.5.0 (9830 buckets, 39320 max)
    [ 7.934906] ctnetlink v0.93: registering with nfnetlink.
    [ 7.940917] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
    [ 7.948638] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
    [ 7.955871] xt_time: kernel timezone is -0000
    [ 7.963714] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 7.970581] arp_tables: (C) 2002 David S. Miller
    [ 7.975921] TCP cubic registered
    [ 7.979583] mmc0: host does not support reading read-only switch. assuming write-enable.
    [ 7.981323] NET: Registered protocol family 10
    [ 7.987548] Mobile IPv6
    [ 7.987609] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 7.987976] IPv6 over IPv4 tunneling driver
    [ 7.994506] NET: Registered protocol family 17
    [ 7.994537] NET: Registered protocol family 15
    [ 7.994842] Bridge firewalling registered
    [ 8.021331] Bluetooth: RFCOMM TTY layer initialized
    [ 8.026824] Bluetooth: RFCOMM socket layer initialized
    [ 8.032623] Bluetooth: RFCOMM ver 1.11
    [ 8.036834] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 8.042785] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [ 8.042877] mmc0: new high speed SDHC card at address e624
    [ 8.043365] mmcblk0: mmc0:e624 SU32G 29.7 GiB
    [ 8.044952] mmcblk0: p1 p2 p3
    [ 8.064086] NET: Registered protocol family 35
    [ 8.069610] NET: Registered protocol family 37
    [ 8.074676] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [ 8.083435] ThumbEE CPU extension supported.
    [ 8.088287] Registering SWP/SWPB emulation handler
    [ 8.100708] Reprogramming LPDDR2 timings to 400000000 Hz
    [ 8.106994] sr_init: No PMIC hook to init smartreflex
    [ 8.112915] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
    [ 8.121765] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
    [ 8.131408] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
    [ 8.134857] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [ 8.145141] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [ 8.146606] mmc1: new SDIO card at address 0001
    [ 8.161437] SmartReflex class 1.5 driver: initialized (86400000ms)
    [ 8.169311] Power Management for TI OMAP4.
    [ 8.174072] OMAP4 PM: Static dependency added between MPUSS and DUCATI <-> L4_PER/CFG and L3_1.
    [ 8.185943] sr_class1p5_calib_work: core: Calibration complete: Voltage Nominal=1127000Calib=1025500 margin=13000
    [ 8.205566] clock: disabling unused clocks to save power
    [ 8.212493] OMAPFB: omapfb_init
    [ 8.216156] OMAPFB: omapfb_probe
    [ 8.219940] OMAPFB: create 2 framebuffers
    [ 8.224426] OMAPFB: fb_infos allocated
    [ 8.228637] OMAPFB: allocating 33554432 bytes for fb 0
    [ 8.234588] sr_class1p5_calib_work: mpu: Calibration complete: Voltage Nominal=1203000Calib=1040000 margin=30000
    [ 8.271820] sr_class1p5_calib_work: iva Stop sampling: Voltage Nominal=950000 samples=12
    [ 8.280822] sr_class1p5_calib_work: iva: Calibration complete: Voltage Nominal=950000Calib=860920 margin=13000
    [ 8.303192] sr_class1p5_calib_work: core: Calibration complete: Voltage Nominal=962000Calib=898900 margin=38000
    [ 8.314697] sr_class1p5_calib_work: mpu: Calibration complete: Voltage Nominal=1025000Calib=960000 margin=30000
    [ 8.810821] (stk) :ldisc installation timeout
    [ 8.815490] (stk) :ldisc_install = 0
    [ 8.847564] OMAPFB: allocated VRAM paddr a9a00000, vaddr ca000000
    [ 8.855072] OMAPFB: allocating 33554432 bytes for fb 1
    [ 9.486236] OMAPFB: allocated VRAM paddr aba00000, vaddr cd000000
    [ 9.493408] OMAPFB: region0 phys a9a00000 virt ca000000 size=33554432
    [ 9.501159] OMAPFB: region1 phys aba00000 virt cd000000 size=33554432
    [ 9.508575] OMAPFB: fbmems allocated
    [ 9.512878] OMAPFB: check_fb_var 0
    [ 9.517028] OMAPFB: max frame size 33554432, line size 1920
    [ 9.523193] OMAPFB: xres = 480, yres = 800, vxres = 480, vyres = 800
    [ 9.530273] OMAPFB: set_fb_fix
    [ 9.533660] OMAPFB: check_fb_var 1
    [ 9.537475] OMAPFB: max frame size 33554432, line size 1920
    [ 9.543579] OMAPFB: xres = 480, yres = 800, vxres = 480, vyres = 800
    [ 9.550598] OMAPFB: set_fb_fix
    [ 9.554016] OMAPFB: fb_infos initialized
    [ 9.558746] OMAPFB: framebuffers registered
    [ 9.563385] OMAPFB: apply_changes, fb 0, ovl 0
    [ 9.568298] OMAPFB: setup_overlay 0, posx 0, posy 0, outw 480, outh 800
    [ 9.575592] OMAPFB: paddr a9a00000, vaddr ca000000
    [ 9.580963] OMAPFB: apply_changes, fb 1, ovl 1
    [ 9.585876] OMAPFB: setup_overlay 1, posx 0, posy 0, outw 480, outh 800
    [ 9.593322] OMAPFB: paddr aba00000, vaddr cd000000
    [ 9.598602] OMAPFB: create_framebuffers done
    [ 9.603485] cannot apply mgr(lcd) on inactive device
    [ 9.609039] omapfb omapfb: failed to apply dispc config
    [ 9.615203] OMAPFB: mgr->apply'ed
    [ 9.619018] omapdss DPI: Could not find exact pixel clock. Requested 23500 kHz, got 24380 kHz
    [ 9.631256] IRIS Backlight Initialization done.
    [ 9.636230] OMAPFB: create sysfs for fbs
    [ 9.640655] OMAPFB: create sysfs for fbs
    [ 9.646606] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:02 UTC (946684802)
    [ 9.656677] Waiting 2sec before mounting root device...
    [ 9.974884] (stk) : timed out waiting for ldisc to be un-installed
    [ 10.090179] (stk) :ldisc_install = 1
    [ 10.094177] sr_class1p5_calib_work: mpu Stop sampling: Voltage Nominal=1380000 samples=0
    [ 10.103424] sr_class1p5_calib_work: mpu: Calibration complete: Voltage Nominal=1380000Calib=1200000 margin=30000
    [ 11.256134] (stk) :ldisc installation timeout
    [ 11.260986] (stk) :ldisc_install = 0
    [ 11.674163] EXT2-fs (mmcblk0p2): warning: mounting ext3 filesystem as ext2
    [ 11.682830] EXT2-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
    [ 11.694580] VFS: Mounted root (ext2 filesystem) on device 179:2.
    [ 11.701812] Freeing init memory: 272K
    [ 11.732421] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
    [ 12.221588] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 5572820
    [ 12.230377] omap-rproc omap-rproc.1: BIOS image version is 2
    [ 12.266784] init: cannot find '/system/bin/setup_fs', disabling 'setup_fs'
    [ 12.280670] omap_hwmod: ipu: failed to hardreset
    [ 12.285797] omap-iommu omap-iommu.0: ducati: version 2.1
    [ 12.291107] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
    [ 12.307373] omap-rproc omap-rproc.1: remote processor ipu is now up
    [ 12.323547] omap_rpmsg_mbox_callback: received echo reply from ipu !
    [ 12.330444] omap_rpmsg_mbox_callback: received echo reply from ipu !
    [ 12.338043] omap_rpmsg_mbox_callback: received echo reply from ipu !
    [ 12.345092] omap_rpmsg_mbox_callback: received echo reply from ipu !
    [ 12.352355] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [ 12.360931] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [ 12.369445] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx0 addr 0x3c
    [ 12.377410] rpmsg_omx rpmsg-omx0: new OMX connection srv channel: 1024 -> 60!
    [ 12.423065] (stk) : timed out waiting for ldisc to be un-installed
    [ 12.459564] Compat-wireless backport release:
    [ 12.464660] Backport based on wl12xx.git v3.1-rc6-14178-gfb320e3
    [ 12.471984] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx1 addr 0x3c
    [ 12.480316] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
    [ 12.558319] (stk) :ldisc_install = 1
    [ 12.613159] (stc): st_tty_open
    [ 12.616790] (stk) :line discipline installed
    [ 12.621765] (stk) :TIInit_7.2.31.bts
    [ 12.650817] PVR: PVRCore_Init
    [ 12.654785] PVR: PVRSRVDriverProbe(pDevice=c78a5c00)
    [ 12.661651] PVR: SGX register base: 0x56000000
    [ 12.666595] PVR: SGX register size: 65535
    [ 12.671051] PVR: SGX IRQ: 53
    [ 12.674316] PVR: EnableSystemClocks: Enabling System Clocks
    [ 12.681060] PVR: PVRCore_Init: major device 247
    [ 12.738800] omaplfbOMAPLFBInit: Blitsville gc2d not present, blits disabled
    [ 12.746978] omaplfb: OMAPLFBInitIonOmap: Device 0: Requesting 2 TILER 2D framebuffers
    [ 12.799652] cfg80211: Calling CRDA to update world regulatory domain
    [ 13.055908] cfg80211: World regulatory domain updated:
    [ 13.062744] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 13.073089] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 13.083007] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 13.091613] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 13.100677] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 13.110565] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 13.289093] PVR: Installing MISR with cookie bf03cf38
    [ 13.294799] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie c7b27100
    [ 13.302825] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from c8de0000
    [ 13.310119] PVR: SysFinalise: Version string: SGX revision = 1.2.0
    [ 13.542388] (stc): add_channel_to_table: id 2
    [ 13.548278] (stc): st_register(3)
    [ 13.551910] (stc): add_channel_to_table: id 3
    [ 13.557403] (stc): st_register(4)
    [ 13.561035] (stc): add_channel_to_table: id 4
    [ 14.326568] sr_class1p5_calib_work: core: Calibration complete: Voltage Nominal=1250000Calib=1038160 margin=13000
    [ 14.832366] wl12xx: driver version: BETA_01202012_01-1449-g29c722c
    [ 14.839813] OMAPFB: user mmap region start a9a00000, len 33554432, off a9a00000
    [ 14.848449] wl12xx: compilation time: Mon Oct 22 14:34:09 2012
    [ 14.858428] android_usb: already disabled
    [ 14.863647] mtp_bind_config
    [ 14.866882] adb_bind_config
    root@android:/ # [ 14.915100] warning: `adbd' uses 32-bit capabilities (legacy support in use)
    [ 14.923553] adb_open
    [ 14.970184] misc dsscomp: [c6c3d800] ignoring set failure -22
    [ 14.983734] IRIS Backlight Initialization done.
    [ 15.609497] (stc): remove_channel_from_table: id 2
    [ 15.615295] (stc): remove_channel_from_table: id 3
    [ 15.620971] (stc): remove_channel_from_table: id 4
    [ 15.626281] (stc): all chnl_ids unregistered
    [ 15.631530] (stk) :ldisc_install = 0
    [ 15.635742] (stc): st_tty_close
    [ 27.670776] request_suspend_state: wakeup (3->0) at 27664672855 (2000-01-01 00:00:20.516906740 UTC)
    [ 27.859191] init: no such service 'dhcpcd_:-h android-ef7a026e40f268f4 '
    [ 27.914001] acc_open
    [ 27.916442] acc_release

    root@android:/ # cat /sys/kernel/debug/tiler/map/1x1
    BEGIN TILER MAP
    000:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    001:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    002:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    003:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    004:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    005:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    006:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    007:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    008:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    009:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    010:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    011:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    012:aaaaaaaaaaaaaaaaaaaaaaaaaaaa(64*25)aaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    013:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    014:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    015:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    016:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    017:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    018:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    019:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    020:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    021:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    022:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    023:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    024:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    025:

    026:

    027:

    028:

    029:

    030:

    031:

    032:

    033:

    034:

    035:

    036:

    037:

    038:

    039:

    040:

    041:

    042:

    043:

    044:

    045:

    046:

    047:

    048:

    049:

    050:

    051:

    052:

    053:

    054:

    055:

    056:

    057:

    058:

    059:

    060:

    061:

    062:

    063:

    064:

    065:

    066:

    067:

    068:

    069:

    070:

    071:

    072:

    073:

    074:

    075:

    076:

    077:

    078:

    079:

    080:

    081:

    082:

    083:

    084:

    085:

    086:

    087:

    088:

    089:

    090:

    091:

    092:

    093:

    094:

    095:

    096:<================================================================================================================================
    ===============================================================================================================================
    097:=================================================================================================================================
    ===============================================================================================================================
    098:=================================================================================================================================
    ===============================================================================================================================
    099:=================================================================================================================================
    ===============================================================================================================================
    100:=================================================================================================================================
    ===============================================================================================================================
    101:=================================================================================================================================
    ===============================================================================================================================
    102:=================================================================================================================================
    ===============================================================================================================================
    103:=============================================================================================================================1638
    4K=============================================================================================================================
    104:=================================================================================================================================
    ===============================================================================================================================
    105:=================================================================================================================================
    ===============================================================================================================================
    106:=================================================================================================================================
    ===============================================================================================================================
    107:=================================================================================================================================
    ===============================================================================================================================
    108:=================================================================================================================================
    ===============================================================================================================================
    109:=================================================================================================================================
    ===============================================================================================================================
    110:=================================================================================================================================
    ===============================================================================================================================
    111:=================================================================================================================================
    ==============================================================================================================================>
    112:<================================================================================================================================
    ===============================================================================================================================
    113:=================================================================================================================================
    ===============================================================================================================================
    114:=================================================================================================================================
    ===============================================================================================================================
    115:=================================================================================================================================
    ===============================================================================================================================
    116:=================================================================================================================================
    ===============================================================================================================================
    117:=================================================================================================================================
    ===============================================================================================================================
    118:=================================================================================================================================
    ===============================================================================================================================
    119:=============================================================================================================================1638
    4K=============================================================================================================================
    120:=================================================================================================================================
    ===============================================================================================================================
    121:=================================================================================================================================
    ===============================================================================================================================
    122:=================================================================================================================================
    ===============================================================================================================================
    123:=================================================================================================================================
    ===============================================================================================================================
    124:=================================================================================================================================
    ===============================================================================================================================
    125:=================================================================================================================================
    ===============================================================================================================================
    126:=================================================================================================================================
    ===============================================================================================================================
    127:=================================================================================================================================
    ==============================================================================================================================>
    END TILER MAP
    root@android:/ #

    Thank you very much for your time.

    Regards,

    Sanjay

  • Hi Sanjay,

    I'm seeing the same problem and I got the same "/sys/kernel/debug/tiler/map/1x1" file. I'm wondering if you have fixed your problem? Mind to share the solution if you had solved this?

    I'm trying to rotate the screen to 180 degrees due to LCD mounting issue. It is a custom Omap4460 tablet design running on ICS 4.0.

    Thanks

    -Mooi Mooi