Runtime PM auto-suspension doesn't work without pm_runtime_mark_last_busy(),
add it.

Reviewed-by: Ulf Hansson <ulf.hans...@linaro.org>
Signed-off-by: Dmitry Osipenko <dig...@gmail.com>
---
 drivers/gpu/drm/tegra/submit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/tegra/submit.c b/drivers/gpu/drm/tegra/submit.c
index 3bbd8de5711c..6d6dd8c35475 100644
--- a/drivers/gpu/drm/tegra/submit.c
+++ b/drivers/gpu/drm/tegra/submit.c
@@ -504,6 +504,7 @@ static void release_job(struct host1x_job *job)
        kfree(job_data->used_mappings);
        kfree(job_data);
 
+       pm_runtime_mark_last_busy(client->base.dev);
        pm_runtime_put_autosuspend(client->base.dev);
 }
 
-- 
2.33.1

Reply via email to