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
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
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