<?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: iMX6DQ IPU in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1168989#M163597</link>
    <description>&lt;P&gt;On further examination of the value of the SDK default uses for the PFS field (0x17), I see that it's setting the Alpha Used (ALU) bit. However the label for the value (0x17) calls it INTERLEAVED_RGB565.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ogj_0-1602864518721.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/127635i228D1C63CDAA80A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ogj_0-1602864518721.png" alt="ogj_0-1602864518721.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ogj_0-1602864518721.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Wouldn't that mean separate (non-interleaved) alpha? I still think I'm a little confused about what data path this field is for.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2020 16:11:10 GMT</pubDate>
    <dc:creator>ogj</dc:creator>
    <dc:date>2020-10-16T16:11:10Z</dc:date>
    <item>
      <title>iMX6DQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1168591#M163548</link>
      <description>&lt;P&gt;I am grinding my way through the IPU section of the RM plus the ipu driver code in the SDK. I have a question about the pixel format select field in word 1 of the channel mega-words (specifically chan 23). In my application I don't use any cameras or other video inputs. I will be using channels 23 and 27 to send ARGB8888 data from the frame buffers to the display. I trying to determine if I need to do anything with the pixel format select field (bits 88:85 of word 1). I assume they are for some other "camera" input that I won't be using. The SDK code sets it to 0x17 which is interesting since it is a 4-bit field and the ipu_cpmem_set_field function doesn't limit the value to the size of the field (see attached file).&lt;/P&gt;&lt;P&gt;Do I have to do anything with the pixel format field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 05:15:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1168591#M163548</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2020-10-16T05:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6DQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1168989#M163597</link>
      <description>&lt;P&gt;On further examination of the value of the SDK default uses for the PFS field (0x17), I see that it's setting the Alpha Used (ALU) bit. However the label for the value (0x17) calls it INTERLEAVED_RGB565.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ogj_0-1602864518721.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/127635i228D1C63CDAA80A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ogj_0-1602864518721.png" alt="ogj_0-1602864518721.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ogj_0-1602864518721.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Wouldn't that mean separate (non-interleaved) alpha? I still think I'm a little confused about what data path this field is for.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 16:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1168989#M163597</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2020-10-16T16:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6DQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1169088#M163605</link>
      <description>&lt;P&gt;I've finally figured out that the PFS field in my case needs to set to something in the 0x5 to 0xF range (NA). Looking back at old presentations, I noticed there used to be a &lt;A href="mailto:IPUFORUM@freescale.com" target="_blank"&gt;IPUFORUM@freescale.com&lt;/A&gt;. Does anything like that exist now?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 02:29:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1169088#M163605</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2020-10-17T02:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6DQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1169212#M163633</link>
      <description>&lt;P&gt;Hi ogj&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you are right, usually this field is used for camera inputs. For displays typically RGB&lt;/P&gt;
&lt;P&gt;format is used, in general case other formats are also supported as described in&lt;/P&gt;
&lt;P&gt;sect.37.1.2.1.2.2 Display Interface&amp;nbsp;&amp;nbsp; &lt;A id="relatedDocsClick_2" href="https://www.nxp.com/webapp/Download?colCode=IMX6DQRM" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 6Dual/6Quad Applications Processor Reference Manual&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The supported formats for pixel data are&lt;BR /&gt;• RGB - color depth fully configurable; up to 8 bits/value (color component)&lt;BR /&gt;• YUV 4:2:2, 8 bits/value (for TV encoder)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 01:22:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1169212#M163633</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-10-19T01:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6DQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1169878#M163688</link>
      <description>&lt;P&gt;Moving on to the IPU DI and generating the display control signals. Since the DI is not a standard LCD controller (that just uses normal values for HSYNC, VSYNC, back porch, front porch, pixel clock, etc.) is there a spreadsheet that one can put these values in and it generates all of the register settings back? Something similar to the reverse of the CPMEM tool.&lt;/P&gt;&lt;P&gt;Also, from going through the ipu_di.c code, it appears there is more than one DI_STP_REP_i register. It appears that there is one di_step_repeat_2 value for each of the DI_SW_GEN0/DI_SW_GEN1 register pairs (is that what the “i” means – multiple registers??). This would mean that (for DI0) there is one at &amp;nbsp;0x4_0148, 0x4_014C, 0x4_0150, and 0x4_0154, with DI_STP_REP_9 being at 0x4_0158. The RM doesn’t mention this.&lt;/P&gt;&lt;P&gt;I’m assuming that the register at 0x4_0148 is for DI_SW_GEN0_1/DI_SW_GEN1_1 and DI_SW_GEN0_2/DI_SW_GEN1_2, and the next register (0x4_014C) is for _GEN0_3/_GEN1_3 and _GEN0_4/_GEN1_4 and so on. Can these registers be written x16?&lt;/P&gt;&lt;P&gt;There are other registers that have an “i” suffix such as DI_DW_SET0_i through DI_DW_SET3_i with big address gaps in between. The original ipu_reg_def.h file shows registers in between these. Have these registers been eliminated?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 22:41:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1169878#M163688</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2020-10-19T22:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6DQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1172634#M163983</link>
      <description>&lt;P&gt;Anyone know the answer about the undocumented&amp;nbsp;&lt;SPAN&gt;DI_STP_REP_i registers?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 23:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6DQ-IPU/m-p/1172634#M163983</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2020-10-23T23:47:11Z</dc:date>
    </item>
  </channel>
</rss>

