<?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: vProfiler in android and GPU frequency and Load</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665083#M102271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The environment variable VIV_PROFILE can be used to enable or disable vProfiler. By default, vProfiler is disabled in the driver. The command below will enable vProfiler. Set VIV_PROFILE equal to 0 to disable vProfiler. export VIV_PROFILE=1&lt;/P&gt;&lt;P&gt;To enable vProfiler Option in Kernel only need to add a sentence "galcore.gpuProfiler=1" in the attribute of bootargs in your boot configuration. For example, we can configuration bootargs like: setenv bootargs 'console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=400M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=512M androidboot.serialno=1e09a1d4d72d78a9 galcore.gpuProfiler=1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general suggestion and general procedure to enable vprofiler and vanalizer could be found in the VDK documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/i.mx-application-processors/i.mx-6-processors/i.mx-6quad-processors-high-performance-3d-graphics-hd-video-arm-cortex-a9-core:i.MX6Q?tab=Design_Tools_Tab" title="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/i.mx-application-processors/i.mx-6-processors/i.mx-6quad-processors-high-performance-3d-graphics-hd-video-arm-cortex-a9-core:i.MX6Q?tab=Design_Tools_Tab"&gt;i.MX6Q|i.MX 6Quad Processors|Quad Core|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2017 16:47:54 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2017-03-01T16:47:54Z</dc:date>
    <item>
      <title>vProfiler in android and GPU frequency and Load</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665082#M102270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to sample the vivante GPU load and frequency in i.MX 6 SoloX&amp;nbsp;but the kernel doesn't give me access to any of the GPU variables. I tried activating the vProfiler as noted in the&amp;nbsp;i.MX 6 Graphics User’s Guide but I cannot find ANYWHERE "Vivante Driver Development Guide" nor&amp;nbsp;“How to Build the GCCORE Drivers for Android Platform.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, there is no "install-recovery.sh" in which I can add the needed :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/system/bin/sh&lt;BR /&gt;#&lt;BR /&gt;insmod /system/lib/modules/galcore.ko gpuProfiler=1 [OPTIONS]&lt;BR /&gt;chmod 777 /dev/graphics/*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Finally, is there a way to read the GPU frequency and load ?&amp;nbsp;Very urgent please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 16:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665082#M102270</guid>
      <dc:creator>oussamadjedidi</dc:creator>
      <dc:date>2017-02-24T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: vProfiler in android and GPU frequency and Load</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665083#M102271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The environment variable VIV_PROFILE can be used to enable or disable vProfiler. By default, vProfiler is disabled in the driver. The command below will enable vProfiler. Set VIV_PROFILE equal to 0 to disable vProfiler. export VIV_PROFILE=1&lt;/P&gt;&lt;P&gt;To enable vProfiler Option in Kernel only need to add a sentence "galcore.gpuProfiler=1" in the attribute of bootargs in your boot configuration. For example, we can configuration bootargs like: setenv bootargs 'console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=400M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=512M androidboot.serialno=1e09a1d4d72d78a9 galcore.gpuProfiler=1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general suggestion and general procedure to enable vprofiler and vanalizer could be found in the VDK documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/i.mx-application-processors/i.mx-6-processors/i.mx-6quad-processors-high-performance-3d-graphics-hd-video-arm-cortex-a9-core:i.MX6Q?tab=Design_Tools_Tab" title="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/i.mx-application-processors/i.mx-6-processors/i.mx-6quad-processors-high-performance-3d-graphics-hd-video-arm-cortex-a9-core:i.MX6Q?tab=Design_Tools_Tab"&gt;i.MX6Q|i.MX 6Quad Processors|Quad Core|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:47:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665083#M102271</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2017-03-01T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: vProfiler in android and GPU frequency and Load</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665084#M102272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Bio&lt;/P&gt;&lt;P&gt;Do you mean we don't need to modify Android BSP code but only set&amp;nbsp;galcore.gpuProfiler=1 can enable the vProfiler?&lt;/P&gt;&lt;P&gt;Just tried to set it in my boot command, but the command "$setprop VIV_PROFILE 1" still can generator nothing...&lt;/P&gt;&lt;P&gt;And&amp;nbsp;seems there have no onProperty change can be found in the init*.rc for&amp;nbsp;VIV_PROFILE, VP_OUTPUT, ...etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 10:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/vProfiler-in-android-and-GPU-frequency-and-Load/m-p/665084#M102272</guid>
      <dc:creator>yuchaohsu</dc:creator>
      <dc:date>2018-01-19T10:55:31Z</dc:date>
    </item>
  </channel>
</rss>

