Re: [PATCH 1/3] drm/panthor: Fix runtime suspend sequence after OPP transition error

2024-10-14 Thread Boris Brezillon
On Fri, 11 Oct 2024 23:56:59 +0100 Adrián Larumbe wrote: > In case an OPP transition to a suspension state fails during the runtime > PM suspend call, if the driver's subsystems were successfully resumed, > we should return -EAGAIN so that the device's runtime PM status remains > 'active'. > > I

Re: [PATCH 1/3] drm/panthor: Fix runtime suspend sequence after OPP transition error

2024-10-11 Thread Liviu Dudau
On Fri, Oct 11, 2024 at 11:56:59PM +0100, Adrián Larumbe wrote: > In case an OPP transition to a suspension state fails during the runtime > PM suspend call, if the driver's subsystems were successfully resumed, > we should return -EAGAIN so that the device's runtime PM status remains > 'active'. >

[PATCH 1/3] drm/panthor: Fix runtime suspend sequence after OPP transition error

2024-10-11 Thread Adrián Larumbe
In case an OPP transition to a suspension state fails during the runtime PM suspend call, if the driver's subsystems were successfully resumed, we should return -EAGAIN so that the device's runtime PM status remains 'active'. If FW reload failed, then we should fall through, so that the PM core ca