projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4788c25
)
Revert "accel/ethosu: Remove drm_sched_init_args->num_rqs usage"
author
Tvrtko Ursulin
<tvrtko.ursulin@igalia.com>
Tue, 11 Aug 2026 16:31:32 +0000
(17:31 +0100)
committer
Tvrtko Ursulin
<tursulin@ursulin.net>
Tue, 11 Aug 2026 16:34:05 +0000
(17:34 +0100)
This reverts commit
06879a9ad55bc4a7aa2e1bb7ee9fa658cdddee79
.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: Luke.Wildhardt@proton.me
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Philipp Stanner <phasta@kernel.org>
Cc: Christian König <ckoenig.leichtzumerken@gmail.com>
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link:
https://lore.kernel.org/r/20260811163139.99746-14-tvrtko.ursulin@igalia.com
drivers/accel/ethosu/ethosu_job.c
patch
|
blob
|
history
diff --git
a/drivers/accel/ethosu/ethosu_job.c
b/drivers/accel/ethosu/ethosu_job.c
index
b769246
..
1e24652
100644
(file)
--- a/
drivers/accel/ethosu/ethosu_job.c
+++ b/
drivers/accel/ethosu/ethosu_job.c
@@
-296,6
+296,7
@@
int ethosu_job_init(struct ethosu_device *edev)
struct device *dev = edev->base.dev;
struct drm_sched_init_args args = {
.ops = ðosu_sched_ops,
+ .num_rqs = DRM_SCHED_PRIORITY_COUNT,
.credit_limit = 1,
.timeout = msecs_to_jiffies(JOB_TIMEOUT_MS),
.name = dev_name(dev),