“GPU troubleshooting grid”的版本间的差异

来自百问网嵌入式Linux wiki
 
第1行: 第1行:
{{DISPLAYTITLE:GPU故障排除}}
+
Some typical issues related to the '''GPU''' framework are listed below. Solutions or debugging methods are proposed for these issues.
  
[[Category:Linux_Operating_System]]
+
If your issue is not listed, try also looking in the articles in the [[:Category:GPU|GPU]] or [[:Category:Troubleshooting grids|troubleshooting grids]] categories.
[[Category:Visual]]
+
 
[[Category:GPU]]
+
{{:Troubleshooting grid table template}}
 +
<onlyinclude>
 +
<includeonly>
 +
! colspan="2" | GPU
 +
|-
 +
</includeonly>
 +
|
 +
<pre>
 +
[ 45.679109] Unhandled fault: imprecise external abort (0xc06) at 0xae1a0000
 +
[ 45.684628] pgd = d1e98000
 +
[ 45.687334] [ae1a0000] *pgd=d1e9f835, *pte=f8000747, *ppte=f8000c37
 +
[ 45.693842] Unhandled fault: imprecise external abort (0xc06) at 0xae1a0000
 +
[ 45.700480] pgd = d1dc0000
 +
[ 45.703156] [ae1a0000] *pgd=00000000
 +
</pre>
 +
||
 +
Maybe the '''GPU reserved memory''' area in the kernel device tree is not ''aligned'' with the board DDR memory size, please have a look at the "gpu_reserved" entry in the kernel device tree, and update it if necessary.
 +
</onlyinclude>
 +
|}
 +
 
 +
<noinclude>
 +
{{ArticleBasedOnModel | Contributors:Troubleshooting_grid_article_model}}
 +
{{PublicationRequestId | 10288 | 2019-01-15 | PhilipS}}
 +
[[Category:GPU]]
 +
[[Category:Troubleshooting grids]]
 +
</noinclude>

2020年5月8日 (五) 22:38的最新版本

Some typical issues related to the GPU framework are listed below. Solutions or debugging methods are proposed for these issues.

If your issue is not listed, try also looking in the articles in the GPU or troubleshooting grids categories.


Symptom Resolution
 
[ 45.679109] Unhandled fault: imprecise external abort (0xc06) at 0xae1a0000
[ 45.684628] pgd = d1e98000
[ 45.687334] [ae1a0000] *pgd=d1e9f835, *pte=f8000747, *ppte=f8000c37
[ 45.693842] Unhandled fault: imprecise external abort (0xc06) at 0xae1a0000
[ 45.700480] pgd = d1dc0000
[ 45.703156] [ae1a0000] *pgd=00000000

Maybe the GPU reserved memory area in the kernel device tree is not aligned with the board DDR memory size, please have a look at the "gpu_reserved" entry in the kernel device tree, and update it if necessary.


<securetransclude src="ProtectedTemplate:ArticleBasedOnModel" params="Contributors:Troubleshooting_grid_article_model"></securetransclude> <securetransclude src="ProtectedTemplate:PublicationRequestId" params="10288 | 2019-01-15 | PhilipS"></securetransclude>