• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » OMAP™ Applications Processors » OMAP 4 Forum » All Tags » DSI
Share
OMAP™ Applications Processors
  • Forums

Browse by Tags

OMAP™ Applications Processors

Welcome to the OMAP™ Applications Processors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
DSI
  • android
  • android 4.0
  • Android ICS
  • android4.0
  • blaze
  • boot
  • bootloader
  • Display
  • DMA
  • DSS
  • ducati
  • HDMI
  • ICS building panda 4430
  • OM4460
  • omap4
  • OMAP4 Forum Guidelines
  • OMAP4 GPMC
  • omap4430
  • OMAP4430 Tesla Bios-syslink
  • OMAP4460
  • omap4460 security
  • omappedia
  • Panda Board
  • Pandabaord
  • U-Boot
Related Posts
  • Forum Post: Re: Problems with DSI configuration

    Jorge Bustamante Jorge Bustamante
    Hi Marcin, There are quite some restrictions to these values. You can take a look on this patch: thttp://review.omapzoom.org/#/c/16063/ This patch is for K3.0 (Icescream), not sure if it is ported for older kernels but you could get the idea. Basically you determine DISPC timings based...
    on Feb 17, 2012
  • Forum Post: how to solve this problem omap4460

    Johnny Johnny
    hi all: I have this issue ,the log is : [ 8.440734] (stk) :line discipline installed [ 8.447204] (stk) :TIInit_10.6.15.btsshell@android:/ $ [ 8.567443] PVR: Installing MISR with cookie c09692d8 [ 8.575653] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie c79f5300 [ 8.584411] PVR: OSUnMapPhysToLin...
    on Apr 16, 2012
  • Forum Post: the omap4430 error "omapdss DISPC error: SYNC_LOST, disabling LCD"

    Johnny Johnny
    hi all: I worked on omap4430 blaze tablet using the kernel 3.0.8, and i used the chimei lcd to display. I registered on platform as showed: struct omap_dss_device omap4_lcd_device = { .type = OMAP_DISPLAY_TYPE_DPI, .name = "lcd", .driver_name = "chimei_lcd_panel", .data = &omap4_lcd_panel...
    on Apr 13, 2012
  • Forum Post: RE: splash screen support in uboot@Blaze board(OMAP4c)

    richard lkml richard lkml
    Hi Gina, Thanks for pointing me out to this [splash screen support in uboot@Blaze board(OMAP4c)] I did configure all clocks/registers. To verify the same, i printed the DSS/DISPC/DSI registers in the kernel and hard-coded those values in U-Boot. Also did panel configuration. But unfortunately...
    on Jun 13, 2012
  • Forum Post: RE: Mipi DSI settings on ILI9486 panel

    Rafael Rodriguez Rafael Rodriguez
    Hi Wu The following registers draw my attention. You have: DSI_VM_TIMING1 ff011009 DSI_VM_TIMING3 02a101e0 DSI_TX_FIFO_VC_EMPTINESS 00000000 You should have DSI_VM_TIMING1 0001200a 00000000 000000010010 000000001010 DSI_HSA=0 DSI_HFP=18 DSI_HBP=10 DSI_VM_TIMING3 02a201e0 0000001010100010...
    on Oct 25, 2012
  • Forum Post: RE: Mipi DSI settings on ILI9486 panel

    zengxing yuan zengxing yuan
    Hi Rafael, We used omap4460 in our design,we want to output 1280x800P60(VESA standards),from CSI1 port,how to configure panel timings? We use JR_4AI-1.4-P1_ OMAP4460 ,board-44xx-tablet-panel.c static struct omap_dss_device tablet_lcd_device = { .name = "lcd", .driver_name = "tc358765"...
    on Nov 26, 2012
  • Forum Post: MIPI DSI in videomode problems

    Ruud Siebierski Ruud Siebierski
    Hi, I'm trying to get a MIPI-DSI panel running in videomode. The panel already was running in command-mode using the taal-driver. Now we also want to get videomode working. The panel is 800x480 pixels. The kernel I'm using is from the Linaro Android 12.04 build. It seems like there is no...
    on Nov 13, 2012
  • Forum Post: RE: MIPI DSI Data Lane ERRCONTENTIONLP1_3

    JH Tsou JH Tsou
    Is there any setup to let Data Lane output signal (waveform) without Panel attached ? or any driver can do that for pandaboard es ?
    on Feb 8, 2013
  • Forum Post: MIPI DSI Data Lane ERRCONTENTIONLP1_3

    JH Tsou JH Tsou
    I'm trying use pandaboard es to work with iphone4s panel which support MIPI DSI. I use panel-taal.c and modify board-omap4panda.c from spd4430.c . But i can't observe LP mode Data Lane waveform. But HS clock waveform can be observed. This may cause panel power-on sequence fail. How can i fix...
    on Feb 7, 2013
  • Forum Post: About MIPI DSI clock frequency for 720p@60fps of OMAP4460

    RY9983 RY9983
    Hello. I am gonna use MIPI DSI I/F of OMAP4460. I would like to display 720p@60fps using 2 data lanes. I did a search but I can not find, so may I have your help? - What frequency should I set as DSI Clock for 720p@60fps on OMAP4460? Best regards, RY
    on Feb 27, 2013
  • Forum Post: RE: How to output HS clock under Low power mode ?

    JH Tsou JH Tsou
    Dear all: omapdss_dsi_vc_enable_hs(dssdev, td->channel, true); //===> will output HS clock and HS Data REG_FLD_MOD(dsidev, DSI_CLK_CTRL, 1, 13, 13); // ===> always DDR clock output omapdss_dsi_vc_enable_hs(dssdev, td->channel, false); // ===> Low power mode I try below: 1. omapdss_dsi_vc_enable_hs...
    on Mar 19, 2013
  • Forum Post: How to output HS clock under Low power mode ?

    JH Tsou JH Tsou
    Dear all: How to output HS clock under LP mode ? I find "REG_FLD_MOD(dsidev, DSI_CLK_CTRL, 1, 13, 13); " can always output HS clock regardless LP or HS mode. But how to toggle HS clock output immediately ?
    on Mar 14, 2013
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use