<?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>i.MX ProcessorsのトピックRe: Ignore framebuffer in hwcomposer_viv</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399710#M58880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Emil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to change the fb check you environment variables if your kernel get video=mxcfbx:off" with x = 1, 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no source code since hwcomposer is part of the GPU vivante driver ans it is provided just in binary form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able tor reproduced this issue with the SabreSD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 15:44:46 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2015-09-29T15:44:46Z</dc:date>
    <item>
      <title>Ignore framebuffer in hwcomposer_viv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399709#M58879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we're running Android 4.4.3_2.0.0-ga on a custom imx6dl board with two displays. I'm having a issue at boot where hwcomposer_viv crashes when trying to initialize the framebuffers. I only want hwcomposer_viv to look at the first framebuffer fb0, and skip the other one (in this case fb2). Is there any way this can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I rename the /dev/graphics/fb2 to something else it works fine, but that's a rather crude workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the source for hwcomposer_viv is not available (?) so it's rather hard to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Emil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 22:07:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399709#M58879</guid>
      <dc:creator>emilmyhrman</dc:creator>
      <dc:date>2015-09-22T22:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore framebuffer in hwcomposer_viv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399710#M58880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Emil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to change the fb check you environment variables if your kernel get video=mxcfbx:off" with x = 1, 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no source code since hwcomposer is part of the GPU vivante driver ans it is provided just in binary form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able tor reproduced this issue with the SabreSD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399710#M58880</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2015-09-29T15:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore framebuffer in hwcomposer_viv </title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399711#M58881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I still believe it is a bug in the vivante hwcomposer since it tries to init all framebuffers matching "/dev/graphics/fb*" by name. But I resolved this by adding a simple rename of the device in our driver for the secondary display so that it ends up being named /dev/graphics/other_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did something like this:&lt;/P&gt;&lt;P&gt;kobject_rename(dev-&amp;gt;kobj, "other_display");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 10:33:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399711#M58881</guid>
      <dc:creator>emilmyhrman</dc:creator>
      <dc:date>2015-10-06T10:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore framebuffer in hwcomposer_viv </title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399712#M58882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently this workaround works for hwcomposer_viv, but when using hwcomposer_fsl (from lollipop) this do no longer work. So still an issue...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:04:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ignore-framebuffer-in-hwcomposer-viv/m-p/399712#M58882</guid>
      <dc:creator>emilmyhrman</dc:creator>
      <dc:date>2015-10-14T22:04:10Z</dc:date>
    </item>
  </channel>
</rss>

