<?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: i.mx53 Android 4.2.2 400x272 Resolution LCD SurfaceFlinger Error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695693#M107889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately for that kernel version i.MX53 gpu drivers are not supported&lt;/P&gt;&lt;P&gt;as discussed on&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/609745?commentID=609745#comment-609745" title="https://community.nxp.com/message/609745?commentID=609745#comment-609745"&gt;https://community.nxp.com/message/609745?commentID=609745#comment-609745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 22:59:10 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-09-06T22:59:10Z</dc:date>
    <item>
      <title>i.mx53 Android 4.2.2 400x272 Resolution LCD SurfaceFlinger Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695692#M107888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying porting a 480x272 LCD to our custom i.mx53 board.&lt;/P&gt;&lt;P&gt;This is our LCD structure in &lt;STRONG&gt;mxc_lcdif.c&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"0", 60, 480, 272, 111000, 2, 2, 2, 2, 41, 10,&lt;BR /&gt; FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&lt;BR /&gt; FB_VMODE_NONINTERLACED,&lt;BR /&gt; 0,&lt;BR /&gt; },&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;We have tried part of this structure and it works on Linux, but when we use it on Android 4.2.2. and Linux 30.35, we see some errors like this: (logcat ouput)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I/SurfaceFlinger(15714): SurfaceFlinger is starting&lt;BR /&gt;I/SurfaceFlinger(15714): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...&lt;BR /&gt;D/libEGL (15714): loaded /system/lib/egl/libEGL_imx51.so&lt;BR /&gt;D/libEGL (15714): loaded /system/lib/egl/libGLESv1_CM_imx51.so&lt;BR /&gt;D/libEGL (15714): loaded /system/lib/egl/libGLESv2_imx51.so&lt;BR /&gt;W/imx5x.gralloc(15714): 32bpp setting of Framebuffer catched!&lt;BR /&gt;I/imx5x.gralloc(15714): using (fd=16)&lt;BR /&gt;I/imx5x.gralloc(15714): id = DISP3 BG&lt;BR /&gt;I/imx5x.gralloc(15714): xres = 480 px&lt;BR /&gt;I/imx5x.gralloc(15714): yres = 272 px&lt;BR /&gt;I/imx5x.gralloc(15714): xres_virtual = 480 px&lt;BR /&gt;I/imx5x.gralloc(15714): yres_virtual = 1088 px&lt;BR /&gt;I/imx5x.gralloc(15714): bpp = 32&lt;BR /&gt;I/imx5x.gralloc(15714): r = 0:8&lt;BR /&gt;I/imx5x.gralloc(15714): g = 8:8&lt;BR /&gt;I/imx5x.gralloc(15714): b = 16:8&lt;BR /&gt;I/imx5x.gralloc(15714): width = 203 mm (60.059113 dpi)&lt;BR /&gt;I/imx5x.gralloc(15714): height = 152 mm (45.452629 dpi)&lt;BR /&gt;I/imx5x.gralloc(15714): refresh rate = 33.30 Hz&lt;BR /&gt;I/hwcomposer(15714): &amp;lt;hwc_get_framebuffer_info,238&amp;gt; Vsync rate 33.299999 fps, frame time 30030030 ns&lt;BR /&gt;I/hwcomposer(15714): &amp;lt;hwc_device_open,276&amp;gt;&lt;BR /&gt;I/SurfaceFlinger(15714): Using composer version 1.0&lt;BR /&gt;W/SurfaceFlinger(15714): getting VSYNC period from fb HAL: 30030030&lt;BR /&gt;W/SurfaceFlinger(15714): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID&lt;BR /&gt;W/SurfaceFlinger(15714): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID&lt;BR /&gt;W/GraphicBufferAllocator(15714): WOW! gralloc alloc failed, waiting for pending frees!&lt;BR /&gt;W/GraphicBufferAllocator(15714): alloc(480, 272, 1, 00001a00, ...) failed -12 (Out of memory)&lt;BR /&gt;D/GraphicBufferAllocator(15714): Allocated buffers:&lt;BR /&gt;D/GraphicBufferAllocator(15714): 0x4167b668: 510.00 KiB | 480 ( 480) x 272 | 1 | 0x00001a00&lt;BR /&gt;D/GraphicBufferAllocator(15714): 0x4167b7e8: 510.00 KiB | 480 ( 480) x 272 | 1 | 0x00001a00&lt;BR /&gt;D/GraphicBufferAllocator(15714): Total allocated (estimate): 1020.00 KB&lt;BR /&gt;&lt;STRONG&gt;E/SurfaceFlinger(15714): GraphicBufferAlloc::createGraphicBuffer(w=480, h=272) failed (Out of memory), handle=0x0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;E/BufferQueue(15714): [FramebufferSurface] dequeueBuffer: SurfaceComposer::createGraphicBuffer failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;F/libc (15714): Fatal signal 11 (SIGSEGV) at 0x00000020 (code=1), thread 15715 (SurfaceFlinger)&lt;/STRONG&gt;&lt;BR /&gt;I/DEBUG ( 2350): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***&lt;BR /&gt;I/DEBUG ( 2350): Build fingerprint: 'Freescale/imx53_smd/imx53_smd:4.2.2/1.1.0-rc3/eng.root.20170203.d2a45e2:eng/dev-keys'&lt;BR /&gt;I/DEBUG ( 2350): Revision: '1388577'&lt;BR /&gt;I/DEBUG ( 2350): pid: 15714, tid: 15715, name: SurfaceFlinger &amp;gt;&amp;gt;&amp;gt; /system/bin/surfaceflinger &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;I/DEBUG ( 2350): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share your advice about this problem?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 14:24:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695692#M107888</guid>
      <dc:creator>cxbere</dc:creator>
      <dc:date>2017-09-06T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53 Android 4.2.2 400x272 Resolution LCD SurfaceFlinger Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695693#M107889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately for that kernel version i.MX53 gpu drivers are not supported&lt;/P&gt;&lt;P&gt;as discussed on&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/609745?commentID=609745#comment-609745" title="https://community.nxp.com/message/609745?commentID=609745#comment-609745"&gt;https://community.nxp.com/message/609745?commentID=609745#comment-609745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 22:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695693#M107889</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-06T22:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53 Android 4.2.2 400x272 Resolution LCD SurfaceFlinger Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695694#M107890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, but I didn't understand. You mean that there is no way to use 480x272 LCD on Linux 3.0.35 and i.mx53, isn't it?&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 04:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695694#M107890</guid>
      <dc:creator>cxbere</dc:creator>
      <dc:date>2017-09-07T04:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53 Android 4.2.2 400x272 Resolution LCD SurfaceFlinger Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695695#M107891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use it, but not using gpu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 05:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695695#M107891</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-07T05:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53 Android 4.2.2 400x272 Resolution LCD SurfaceFlinger Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695696#M107892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any way to do this, on Android 4.2.2 and Linux 3.0.15? How can I patch for this aim ? Are there any patches, documents, examples or etc?&lt;/P&gt;&lt;P&gt;Could you please share your advice?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 06:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Android-4-2-2-400x272-Resolution-LCD-SurfaceFlinger-Error/m-p/695696#M107892</guid>
      <dc:creator>cxbere</dc:creator>
      <dc:date>2017-09-07T06:11:29Z</dc:date>
    </item>
  </channel>
</rss>

