<?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: IMX53 rotate in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151271#M1175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wouter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in the need for rotating the FRAME buffer on the IMx53 .&lt;/P&gt;&lt;P&gt;Did you succeed in rotating ( so that bootup shows a correct display)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pacthes requried ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 07:14:18 GMT</pubDate>
    <dc:creator>Noel_V</dc:creator>
    <dc:date>2015-06-08T07:14:18Z</dc:date>
    <item>
      <title>IMX53 rotate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151267#M1171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some 1920x1080 screens attached by LVDS to a IMX53 platform. These needs to be rotated by 90 or 180°.&lt;/P&gt;&lt;P&gt;I'd prefere to do this in kernel space because I don't want the user to bother about the screen orientation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I start?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151267#M1171</guid>
      <dc:creator>woutervh</dc:creator>
      <dc:date>2012-10-25T13:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX53 rotate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151268#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Linux BSP documentation package there's a document named "imx5x_IPU_LIB_UG.pdf". It describes IPU API and how you can use IPU to perform these functions accelerated by HW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually your application will need to generate frame to a buffer of XxY size, and then you'd use IPU to rotate it to YxX framebuffer. So a small plugin is usually required to integrate to an existing app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:51:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151268#M1172</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2012-10-25T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMX53 rotate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151269#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I want it in kernel, so that the user/app/whatever doesn't need to use the IPU api...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 14:14:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151269#M1173</guid>
      <dc:creator>woutervh</dc:creator>
      <dc:date>2012-10-25T14:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMX53 rotate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151270#M1174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user side library sits on top of kernel ioctl calls.&amp;nbsp; You should be able to replicate the functionality kernel side that calls the IPU kernel driver functions directly.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 09:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151270#M1174</guid>
      <dc:creator>Philip_FSL</dc:creator>
      <dc:date>2012-10-26T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: IMX53 rotate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151271#M1175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wouter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in the need for rotating the FRAME buffer on the IMx53 .&lt;/P&gt;&lt;P&gt;Did you succeed in rotating ( so that bootup shows a correct display)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pacthes requried ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 07:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX53-rotate/m-p/151271#M1175</guid>
      <dc:creator>Noel_V</dc:creator>
      <dc:date>2015-06-08T07:14:18Z</dc:date>
    </item>
  </channel>
</rss>

