Re: [bug report] drm/panthor: Call panthor_gpu_coherency_init() after PM resume()

2025-04-15 Thread Dan Carpenter
On Mon, Apr 14, 2025 at 09:34:48AM +0200, Boris Brezillon wrote: > > 235 /* If PM is disabled, we need to call > > panthor_device_resume() manually. */ > > 236 if (!IS_ENABLED(CONFIG_PM)) { > > 237 ret = panthor_device_resume(ptdev->base.dev); > > 23

Re: [bug report] drm/panthor: Call panthor_gpu_coherency_init() after PM resume()

2025-04-14 Thread Boris Brezillon
On Sat, 12 Apr 2025 17:39:58 +0300 Dan Carpenter wrote: > Hello Boris Brezillon, > > Commit 7d5a3b22f5b5 ("drm/panthor: Call panthor_gpu_coherency_init() > after PM resume()") from Apr 4, 2025 (linux-next), leads to the > following Smatch static checker warning: > > drivers/gpu/drm/pantho

[bug report] drm/panthor: Call panthor_gpu_coherency_init() after PM resume()

2025-04-12 Thread Dan Carpenter
Hello Boris Brezillon, Commit 7d5a3b22f5b5 ("drm/panthor: Call panthor_gpu_coherency_init() after PM resume()") from Apr 4, 2025 (linux-next), leads to the following Smatch static checker warning: drivers/gpu/drm/panthor/panthor_device.c:248 panthor_device_init() warn: missing unw