);
Sat, 08 Jan 2022 10:09:28 -0800 (PST)
From: Rob Clark
To: dri-devel@lists.freedesktop.org
Subject: [PATCH v3 2/2] drm/msm/gpu: Cancel idle/boost work on suspend
Date: Sat, 8 Jan 2022 10:09:11 -0800
Message-Id: <20220108180913.814448-3-robdcl...@gmail.com>
X-Mailer: git-send-email 2.33
From: Rob Clark
With system suspend using pm_runtime_force_suspend() we can't rely on
the pm_runtime_get_if_in_use() trick to deal with devfreq callbacks
after (or racing with) suspend. So flush any pending idle or boost
work in the suspend path.
Signed-off-by: Rob Clark
---
drivers/gpu/drm/m