Re: [PATCH] drm/panthor: Fix the panthor_gpu_coherency_init() error path

2025-04-17 Thread Boris Brezillon
On Mon, 14 Apr 2025 15:01:20 +0200 Boris Brezillon wrote: > The panthor_gpu_coherency_init() call has been moved around, but the > error path hasn't been adjusted accordingly. Make sure we undo what > has been done before this call in case of failure. > > Fixes: 7d5a3b22f5b5 ("drm/panthor: Call

Re: [PATCH] drm/panthor: Fix the panthor_gpu_coherency_init() error path

2025-04-16 Thread Steven Price
On 14/04/2025 14:01, Boris Brezillon wrote: > The panthor_gpu_coherency_init() call has been moved around, but the > error path hasn't been adjusted accordingly. Make sure we undo what > has been done before this call in case of failure. > > Fixes: 7d5a3b22f5b5 ("drm/panthor: Call panthor_gpu_cohe

Re: [PATCH] drm/panthor: Fix the panthor_gpu_coherency_init() error path

2025-04-15 Thread Liviu Dudau
On Mon, Apr 14, 2025 at 03:01:20PM +0200, Boris Brezillon wrote: > The panthor_gpu_coherency_init() call has been moved around, but the > error path hasn't been adjusted accordingly. Make sure we undo what > has been done before this call in case of failure. > > Fixes: 7d5a3b22f5b5 ("drm/panthor:

[PATCH] drm/panthor: Fix the panthor_gpu_coherency_init() error path

2025-04-14 Thread Boris Brezillon
The panthor_gpu_coherency_init() call has been moved around, but the error path hasn't been adjusted accordingly. Make sure we undo what has been done before this call in case of failure. Fixes: 7d5a3b22f5b5 ("drm/panthor: Call panthor_gpu_coherency_init() after PM resume()") Reported-by: Dan Car