<?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 i.MX Framebuffer queries in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155060#M2031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a mx53 QSB along with a TFT touch panel.&lt;/P&gt;&lt;P&gt;When going thro the imxfb.h under arch/arm/plat-mxc/include/mach/imxfb.h&lt;/P&gt;&lt;P&gt;I notice this structure.&lt;/P&gt;&lt;P&gt;struct imx_fb_videomode {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;struct fb_videomode mode;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;u32 pcr;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;unsigned char&amp;nbsp;&amp;nbsp; &amp;nbsp;bpp;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this pcr and bpp symbolize? I'm totally new to framebuffers and any pointers on this would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 12:45:25 GMT</pubDate>
    <dc:creator>positron</dc:creator>
    <dc:date>2012-04-18T12:45:25Z</dc:date>
    <item>
      <title>i.MX Framebuffer queries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155060#M2031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a mx53 QSB along with a TFT touch panel.&lt;/P&gt;&lt;P&gt;When going thro the imxfb.h under arch/arm/plat-mxc/include/mach/imxfb.h&lt;/P&gt;&lt;P&gt;I notice this structure.&lt;/P&gt;&lt;P&gt;struct imx_fb_videomode {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;struct fb_videomode mode;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;u32 pcr;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;unsigned char&amp;nbsp;&amp;nbsp; &amp;nbsp;bpp;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this pcr and bpp symbolize? I'm totally new to framebuffers and any pointers on this would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 12:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155060#M2031</guid>
      <dc:creator>positron</dc:creator>
      <dc:date>2012-04-18T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Framebuffer queries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155061#M2032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bpp is bits per pixel.&lt;/P&gt;&lt;P&gt;It looks like pcr comes from here: &lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN2868.pdf" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN2868.pdf&lt;/A&gt; and is for "panel configuration register". This name does not appear in the mx53 manual though so it's either renamed or not exactly used for mx53. I'm not sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 18:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155061#M2032</guid>
      <dc:creator>KursadOney</dc:creator>
      <dc:date>2012-04-18T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Framebuffer queries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155062#M2033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kursad. I'll have a look at the attachment. Also I wanted to know on what pcr takes. I see some cryptic hex values all around. There is no where, it is explained why. Any ideas to find out the one for my display?&lt;/P&gt;&lt;P&gt;(One can see the pcr values in latest kernel sources)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 01:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155062#M2033</guid>
      <dc:creator>positron</dc:creator>
      <dc:date>2012-04-19T01:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Framebuffer queries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155063#M2034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think those values depend on your display. The user's manual for your display might have them listed. I'd start with some basic harmless values and modify if things look distorted or out of place. The link I put in my original reply goes over those a little bit too. Look for Panel Configuration Register. Older i.mx manual (maybe mx21?) might have more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 13:11:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-Framebuffer-queries/m-p/155063#M2034</guid>
      <dc:creator>KursadOney</dc:creator>
      <dc:date>2012-04-19T13:11:45Z</dc:date>
    </item>
  </channel>
</rss>

