Skip to content

drm/v3d: Increase the autosuspend delay#7284

Open
mairacanal wants to merge 1 commit intoraspberrypi:rpi-6.18.yfrom
mairacanal:v3d/downstream/increase-autosuspend-delay
Open

drm/v3d: Increase the autosuspend delay#7284
mairacanal wants to merge 1 commit intoraspberrypi:rpi-6.18.yfrom
mairacanal:v3d/downstream/increase-autosuspend-delay

Conversation

@mairacanal
Copy link
Contributor

The downstream implementation of power management for v3d used a 100ms delay and it has been tested for many years with success. Use the same delay with the runtime PM implementation.

Although the shorter 50ms delay is not problematic in RPi 5, it can cause occasional GPU resets on RPi 4 during intensive workloads, due to the overhead of negotiating with the ASB bridge during frequent power domain transitions.


I observed this issue while running some high definition traces in RPi 4. Considering that the downstream implementation used to use a 100ms delay, I believe it would be safer to keep the delay that was already widely tested. With a 100ms delay, I wasn't able to reproduce the GPU resets anymore.

The downstream implementation of power management for v3d used a 100ms
delay and it has been tested for many years with success. Use the same
delay with the runtime PM implementation.

Although the shorter 50ms delay is not problematic in RPi 5, it can
cause occasional GPU resets on RPi 4 during intensive workloads, due
to the overhead of negotiating with the ASB bridge during frequent
power domain transitions.

Signed-off-by: Maíra Canal <mcanal@igalia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant