> in panfrost_job_hw_submit, …

* Can the term “reference count” become relevant also for this commit message
  besides other possible adjustments?

* Would you like to add the tag “Fixes”?


…
> +++ b/drivers/gpu/drm/panfrost/panfrost_job.c
…
> @@ -184,6 +183,9 @@  static void panfrost_job_hw_submit(struct panfrost_job 
> *job, int js)
>                               job, js, jc_head);
>
>       job_write(pfdev, JS_COMMAND_NEXT(js), JS_COMMAND_START);
> +out:
> +     pm_runtime_put_sync_autosuspend(pfdev->dev);
> +     return;
>  }
…

Perhaps use the label “put_sync” instead?

Regards,
Markus
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to