summaryrefslogtreecommitdiff
path: root/samples/workqueue/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorMaíra Canal <mcanal@igalia.com>2026-03-30 14:51:43 -0300
committerMaíra Canal <mcanal@igalia.com>2026-04-02 07:53:16 -0300
commitaaefbdde9abdc43699e110679c0e10972a5e1c59 (patch)
tree5e3da23d837b9fc7413fb15c04177688f54a30ea /samples/workqueue/git@git.tavy.me:linux-stable.git
parentf8995c2df519f382525ca4bc90553ad2ec611067 (diff)
drm/vc4: Release runtime PM reference after binding V3D
The vc4_v3d_bind() function acquires a runtime PM reference via pm_runtime_resume_and_get() to access V3D registers during setup. However, this reference is never released after a successful bind. This prevents the device from ever runtime suspending, since the reference count never reaches zero. Release the runtime PM reference by adding pm_runtime_put_autosuspend() after autosuspend is configured, allowing the device to runtime suspend after the delay. Fixes: 266cff37d7fc ("drm/vc4: v3d: Rework the runtime_pm setup") Reviewed-by: Melissa Wen <mwen@igalia.com> Link: https://patch.msgid.link/20260330-vc4-misc-fixes-v1-1-92defc940a29@igalia.com Signed-off-by: Maíra Canal <mcanal@igalia.com>
Diffstat (limited to 'samples/workqueue/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions