Registered User mNo edit summary Tag: 2017 source edit |
Registered User mNo edit summary Tag: 2017 source edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{ApplicableFor | <noinclude> | ||
|MPUs list=STM32MP13x,STM32MP15x,STM32MP25x | {{ApplicableFor | ||
|MPUs checklist=STM32MP13x,STM32MP15x,STM32MP25x | |MPUs list=STM32MP13x, STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
}}</noinclude> | |MPUs checklist=STM32MP13x, STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
}} | |||
</noinclude> | |||
The table below contains some typical issues related to the '''DRM/KMS''' framework, as well as solutions or debugging methods. | The table below contains some typical issues related to the '''DRM/KMS''' framework, as well as solutions or debugging methods. | ||
Line 15: | Line 17: | ||
</includeonly> | </includeonly> | ||
| | | | ||
{{Board$}} ./myQtApplication | {{Board$}}./myQtApplication | ||
Could not queue DRM page flip! (Permission denied) | Could not queue DRM page flip! (Permission denied) | ||
Could not queue DRM page flip! (Permission denied) | Could not queue DRM page flip! (Permission denied) | ||
|| | || | ||
The '''psplash-drm''' userland splash screen is running and is then the DRM master, avoiding other DRM applications to access to DRM/KMS. Stop this '''psplash-drm''' application with the command below before running your use case: | The '''psplash-drm''' userland splash screen is running and is then the DRM master, avoiding other DRM applications to access to DRM/KMS. Stop this '''psplash-drm''' application with the command below before running your use case: | ||
{{Board$}} psplash-drm-quit | {{Board$}}psplash-drm-quit | ||
Note: You may need to enter "export QT_QPA_EGLFS_ALWAYS_SET_MODE=1" before running your Qt application. For further information, refer to the Qt documentation. | Note: You may need to enter "export QT_QPA_EGLFS_ALWAYS_SET_MODE=1" before running your Qt application. For further information, refer to the Qt documentation. | ||
|- | |- | ||
| | | | ||
{{Board$}} echo 32 > /sys/class/backlight/5a000000.dsi.0/brightness | {{Board$}}echo 32 > /sys/class/backlight/5a000000.dsi.0/brightness | ||
sh: write error: No such device or address | sh: write error: No such device or address | ||
|| | || | ||
Line 30: | Line 32: | ||
|- | |- | ||
| | | | ||
<syntaxhighlight lang="shell-session"> | |||
I/TC: Resumed | |||
E/TC:0 tzc_it_handler:79 TZC permission failure | |||
E/TC:0 dump_fail_filter:417 Overrun violation on filter 0 | |||
E/TC:0 dump_fail_filter:420 Permission violation on filter 0 | |||
E/TC:0 dump_fail_filter:425 Violation @0xdce1ff80, non-secure | |||
unprivileged read, AXI ID 403 | |||
E/TC:0 Panic at core/arch/arm/plat-stm32mp1/plat_tzc400.c:84 | |||
<tzc_it_handler> | |||
E/TC:0 TEE load address @ 0xde000000 | |||
</syntaxhighlight> | |||
|| | || | ||
This trace indicates that the [[TZC internal peripheral]] is detecting a "permission violation" made by the master whose AXI ID is 0x403. It corresponds to the [[LTDC internal peripheral]] (LTDC NSAID=0b0011. For further information, refer to the [[STM32 MPU resources | STM32 reference manuals]]). | This trace indicates that the [[TZC internal peripheral]] is detecting a "permission violation" made by the master whose AXI ID is 0x403. It corresponds to the [[LTDC internal peripheral]] (LTDC NSAID=0b0011. For further information, refer to the [[STM32 MPU resources | STM32 reference manuals]]). | ||
Line 46: | Line 50: | ||
|- | |- | ||
| | | | ||
{{Board$}} dmesg | grep -i ltdc | {{Board$}}dmesg | grep -i ltdc | ||
[ 341.85] [drm] ltdc fifo underrun: please verify display mode | [ 341.85] [drm] ltdc fifo underrun: please verify display mode | ||
[ 1045.48] [drm] ltdc fifo underrun: please verify display mode | [ 1045.48] [drm] ltdc fifo underrun: please verify display mode |
Latest revision as of 14:34, 7 October 2024
The table below contains some typical issues related to the DRM/KMS framework, as well as solutions or debugging methods.
If your issue is not listed, refer to the articles in the DRM/KMS or troubleshooting grids categories.
Symptom | Resolution |
---|---|
DRM page flip! (Permission denied) Could not queue DRM page flip! (Permission denied)./myQtApplication Could not queue |
The psplash-drm userland splash screen is running and is then the DRM master, avoiding other DRM applications to access to DRM/KMS. Stop this psplash-drm application with the command below before running your use case:
psplash-drm-quit
Note: You may need to enter "export QT_QPA_EGLFS_ALWAYS_SET_MODE=1" before running your Qt application. For further information, refer to the Qt documentation. |
echo 32 > /sys/class/backlight/5a000000.dsi.0/brightness
sh: write error: No such device or address
|
On this board, the panel backlight is related to a MIPI® DSI panel. This backlight can be modified only if the panel is already powered on. That is probably not the case here. |
I/TC: Resumed
E/TC:0 tzc_it_handler:79 TZC permission failure
E/TC:0 dump_fail_filter:417 Overrun violation on filter 0
E/TC:0 dump_fail_filter:420 Permission violation on filter 0
E/TC:0 dump_fail_filter:425 Violation @0xdce1ff80, non-secure
unprivileged read, AXI ID 403
E/TC:0 Panic at core/arch/arm/plat-stm32mp1/plat_tzc400.c:84
<tzc_it_handler>
E/TC:0 TEE load address @ 0xde000000
|
This trace indicates that the TZC internal peripheral is detecting a "permission violation" made by the master whose AXI ID is 0x403. It corresponds to the LTDC internal peripheral (LTDC NSAID=0b0011. For further information, refer to the STM32 reference manuals).
|
dmesg | grep -i ltdc
[ 341.85] [drm] ltdc fifo underrun: please verify display mode
[ 1045.48] [drm] ltdc fifo underrun: please verify display mode
|
The "LTDC fifo underrun" messages occur when the LTDC input fifo is not filled fast enough. These messages may appear occasionally (during the display initialization for instance) and are often non-blocking. However, it happens that these messages are numerous, generating display problems like visual artifacts and this can come from:
To fix this problem, check your DDR & AXI system parameters, adjust the DVFS policy, decrease the display resolution, use a single LTDC layer for the display composition, monitor the system with Linux monitoring tools and the DDR usage with DDRPERFM internal peripheral, "simplify" the use case...
|