mbox series

[0/3] drm/msm/gpu: More system suspend fixes

Message ID 20220310234611.424743-1-robdclark@gmail.com
Headers show
Series drm/msm/gpu: More system suspend fixes | expand

Message

Rob Clark March 10, 2022, 11:46 p.m. UTC
From: Rob Clark <robdclark@chromium.org>

In particular, we want to park the scheduler threads so that suspend
is not racing with the kthread pushing more jobs to the driver.

Rob Clark (3):
  drm/msm/gpu: Rename runtime suspend/resume functions
  drm/msm/gpu: Park scheduler threads for system suspend
  drm/msm/gpu: Remove mutex from wait_event condition

 drivers/gpu/drm/msm/adreno/adreno_device.c | 79 ++++++++++++++++++----
 1 file changed, 65 insertions(+), 14 deletions(-)