<?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: Disable GPU on i.MX8X</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Disable-GPU-on-i-MX8X/m-p/1231856#M169593</link>
    <description>&lt;P&gt;GPU automatically goes in power mode off when nothing is redrawn on screen. So there is no need to do it manually.&lt;/P&gt;
&lt;P&gt;By the way you can check GPU status with via its sysfs entry:&lt;/P&gt;
&lt;P&gt;# cat /sys/kernel/debug/gc/idle&lt;BR /&gt;Start: 5217156788 ns&lt;BR /&gt;End: 28642408610 ns&lt;BR /&gt;On: 21105480 ns&lt;BR /&gt;Off: 22775044156 ns&lt;BR /&gt;Idle: 0 ns&lt;BR /&gt;Suspend: 629102186 ns&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 05:39:14 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2021-02-17T05:39:14Z</dc:date>
    <item>
      <title>Disable GPU on i.MX8X</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-GPU-on-i-MX8X/m-p/1231002#M169510</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are looking to decrease the temperature on a TQMa8Xx module, based on the i.MX8X processor.&lt;/P&gt;&lt;P&gt;Our idea is to disable unnecessary systems like the GPU and VPU. I have tried disabling them on the device tree with this patch:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;amp;gpu_3d0 {
-	status = "okay";
+	status = "disabled";
 };
 
 &amp;amp;imx8_gpu_ss {
-	status = "okay";
+	status = "disabled";
 };
 &lt;/LI-CODE&gt;&lt;P&gt;But I am not sure it worked, how could we check if the GPU/VPU are powered and enabled?&lt;/P&gt;&lt;P&gt;Also, I have found this post &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Power-management-service/ta-p/1111312" target="_self"&gt;System Controller Firmware 101 - Power management service&lt;/A&gt; which points to the SCU firmware code. We can modify the SCU, but I am not sure which files or lines need to be modified to disable the power on the GPU.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Antonio Cuadros.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 13:45:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-GPU-on-i-MX8X/m-p/1231002#M169510</guid>
      <dc:creator>Acuadros</dc:creator>
      <dc:date>2021-02-15T13:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disable GPU on i.MX8X</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-GPU-on-i-MX8X/m-p/1231856#M169593</link>
      <description>&lt;P&gt;GPU automatically goes in power mode off when nothing is redrawn on screen. So there is no need to do it manually.&lt;/P&gt;
&lt;P&gt;By the way you can check GPU status with via its sysfs entry:&lt;/P&gt;
&lt;P&gt;# cat /sys/kernel/debug/gc/idle&lt;BR /&gt;Start: 5217156788 ns&lt;BR /&gt;End: 28642408610 ns&lt;BR /&gt;On: 21105480 ns&lt;BR /&gt;Off: 22775044156 ns&lt;BR /&gt;Idle: 0 ns&lt;BR /&gt;Suspend: 629102186 ns&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 05:39:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-GPU-on-i-MX8X/m-p/1231856#M169593</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2021-02-17T05:39:14Z</dc:date>
    </item>
  </channel>
</rss>

