<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: switching between display interfaces</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424971#M64312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI bo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid this is not possible without ipu driver&lt;/P&gt;&lt;P&gt;modifications. In general one can look for LCD frame buffer&lt;/P&gt;&lt;P&gt;structure at sect.18.3 Modifying Boot Kernel Parameters to Support a New LCD&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf?fasp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;MX53UG&lt;/A&gt; MX53SUG.book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 13:33:39 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-05-13T13:33:39Z</dc:date>
    <item>
      <title>switching between display interfaces</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424970#M64311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure the IPU of the imx6q.&lt;/P&gt;&lt;P&gt;I want to be able to switch the framebuffer interface /dev/fb0, normally connected to the LCD display (IPU0 DI0) to send data to a viewfinder (IPU0 DI1) from time to time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to reconfigure the IPU flow to dynamically change the display interface during normal video flows in the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to change the display interface in ipu-common.c by changing the line _ipu_dc_init(....) in MEM_BG_SYNC case to point directly to display interface 1, and i get the screen there during boot!!&lt;/P&gt;&lt;P&gt;But can i do something similiar from userspace during normal execution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Bo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 12:31:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424970#M64311</guid>
      <dc:creator>bobosv</dc:creator>
      <dc:date>2015-05-12T12:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: switching between display interfaces</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424971#M64312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI bo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid this is not possible without ipu driver&lt;/P&gt;&lt;P&gt;modifications. In general one can look for LCD frame buffer&lt;/P&gt;&lt;P&gt;structure at sect.18.3 Modifying Boot Kernel Parameters to Support a New LCD&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf?fasp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;MX53UG&lt;/A&gt; MX53SUG.book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 13:33:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424971#M64312</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-05-13T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: switching between display interfaces</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424972#M64313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, in the kernel i've got, it seems that swap_channels pretty much does the job, So with som modifications i am now able to swap the display interface on the IPU.&lt;/P&gt;&lt;P&gt;I can switch from DI0 to DI1 and back to DI0&lt;/P&gt;&lt;P&gt;However, now the display on DI1 starts to blink and complains on IRQ error&amp;nbsp; "timeout when waiting for alpha flip irq\n" and&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;"MXCFB_WAIT_FOR_VSYNC: timeout %d\n",&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am able to switch once :smileywink:&lt;/P&gt;&lt;P&gt;Now, which bit is causing the error&amp;nbsp; on IPU0 DI1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Bo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 08:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/switching-between-display-interfaces/m-p/424972#M64313</guid>
      <dc:creator>bobosv</dc:creator>
      <dc:date>2015-05-22T08:23:41Z</dc:date>
    </item>
  </channel>
</rss>

