<?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>topic Re: Clone / Mirror Framebuffer in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537166#M85109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, mx6 can support dual display, you should add them using uboot command, but if you need to support dual 1080p@60, I don't think IPU can support it, the max pixel rate of IPU is 240MHZ, for more detailed information about IPU, please refer to the Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 03:59:22 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2016-08-19T03:59:22Z</dc:date>
    <item>
      <title>Clone / Mirror Framebuffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537165#M85108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using 2 displays, both with a resolution of 1920x1080.&lt;/P&gt;&lt;P&gt;the first is connected via hdmi -&amp;gt; /dev/fb0&lt;/P&gt;&lt;P&gt;the second is using lvds -&amp;gt; /dev/fb2&lt;/P&gt;&lt;P&gt;i am not using any windowing system like x11 or wayland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to clone the output from fb0 to fb2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already found this thread &lt;A _jive_internal="true" href="https://community.nxp.com/thread/318030"&gt;https://community.nxp.com/thread/318030&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but i think its outdated.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 12:50:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537165#M85108</guid>
      <dc:creator>chris_</dc:creator>
      <dc:date>2016-08-18T12:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clone / Mirror Framebuffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537166#M85109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, mx6 can support dual display, you should add them using uboot command, but if you need to support dual 1080p@60, I don't think IPU can support it, the max pixel rate of IPU is 240MHZ, for more detailed information about IPU, please refer to the Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 03:59:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537166#M85109</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2016-08-19T03:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clone / Mirror Framebuffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537167#M85110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am currently passing the following video parameters to the kernel:&lt;/P&gt;&lt;P&gt;video=fbmem=24M \&lt;/P&gt;&lt;P&gt;video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 \&lt;/P&gt;&lt;P&gt;video=mxcfb1:dev=ldb,LDB-1080P60,if=RGB24,bpp=32 \&lt;/P&gt;&lt;P&gt;but this results in getting two independent framebuffer devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using a imx6 quad which has two ipus.&lt;/P&gt;&lt;P&gt;but i can also lower the display-resolution if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant find any u-boot command or kernel-parameter for&lt;/P&gt;&lt;P&gt;cloning the displays.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 07:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537167#M85110</guid>
      <dc:creator>chris_</dc:creator>
      <dc:date>2016-08-19T07:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clone / Mirror Framebuffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537168#M85111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have also the same question.&lt;/P&gt;&lt;P&gt;I know that it should be possible, because i've already seen, that the same content is displayed simultaneously to HDMI and lvds (cloned).&lt;/P&gt;&lt;P&gt;We have encountered, that there is something different in device tree settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you found any solution yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 18:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Clone-Mirror-Framebuffer/m-p/537168#M85111</guid>
      <dc:creator>benediktniederm</dc:creator>
      <dc:date>2016-11-02T18:55:30Z</dc:date>
    </item>
  </channel>
</rss>

