<?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: How can I save the gpu data in imx6q platform?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/345664#M47709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you wish to save any data you can reserve memory as&lt;/P&gt;&lt;P&gt;global array at linux starting, then use it as you wish.&lt;/P&gt;&lt;P&gt;Also in low power modes gpu may be powered off, check&lt;/P&gt;&lt;P&gt;REG1_TARG register PMU_REG_CORE in low power&lt;/P&gt;&lt;P&gt;routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 09:54:54 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2014-10-23T09:54:54Z</dc:date>
    <item>
      <title>How can I save the gpu data in imx6q platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/345663#M47708</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recently, I want to save the gpu data which in the range of 0x75000000~0x80000000.because when I hibernate and restore my system.my screen is abnormal.someone tell me the reason is that the texture used in GPU is not restored.so I want to save the gpu data to solve the screen abnormal problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp; but I can not save the gpu data ,because my system is panic when I memcpy the gpu data to kernel memory.I do it like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;EM&gt;src=phys_to_virt(0x75000000);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; memcpy(dst,src,5000000);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I know there is someting to wrong with me.but I don't know how to copy gpu data into kernel memory.and I know the gpu data do not belong to kernel memory,&lt;/P&gt;&lt;P&gt;Could you tell me how to copy gpu data into kernel memory,and then copy back? or how to restore the texture used in GPU?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; background-color: white;"&gt;my env is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; background-color: white;"&gt;linux:linux 3.0.35.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; background-color: white;"&gt;platform:imx6q.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; background-color: white;"&gt;Best wishes!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; background-color: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; background-color: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wangzg&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 01:40:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/345663#M47708</guid>
      <dc:creator>wangzhigang</dc:creator>
      <dc:date>2014-10-23T01:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the gpu data in imx6q platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/345664#M47709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you wish to save any data you can reserve memory as&lt;/P&gt;&lt;P&gt;global array at linux starting, then use it as you wish.&lt;/P&gt;&lt;P&gt;Also in low power modes gpu may be powered off, check&lt;/P&gt;&lt;P&gt;REG1_TARG register PMU_REG_CORE in low power&lt;/P&gt;&lt;P&gt;routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/345664#M47709</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-10-23T09:54:54Z</dc:date>
    </item>
    <item>
      <title>This an automatic process.  We are marking this post as s...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/1135958#M161127</link>
      <description>&lt;B&gt;This an automatic process.&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
We are marking this post as solved, due to the either low activity or any reply marked as correct.&lt;BR /&gt;&lt;BR /&gt;
If you have additional questions, please create a new post and reference to this closed post.&lt;BR /&gt;&lt;BR /&gt;
NXP Community!</description>
      <pubDate>Thu, 03 Sep 2020 15:02:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-save-the-gpu-data-in-imx6q-platform/m-p/1135958#M161127</guid>
      <dc:creator>CommunityBot</dc:creator>
      <dc:date>2020-09-03T15:02:16Z</dc:date>
    </item>
  </channel>
</rss>

