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:
f84d73d
)
drm/lima: Remove drm_sched_init_args->num_rqs usage
author
Tvrtko Ursulin
<tvrtko.ursulin@igalia.com>
Fri, 17 Apr 2026 10:37:36 +0000
(11:37 +0100)
committer
Philipp Stanner
<phasta@kernel.org>
Fri, 17 Apr 2026 12:43:29 +0000
(14:43 +0200)
Remove member no longer used by the scheduler core.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: Qiang Yu <yuq825@gmail.com>
Cc: lima@lists.freedesktop.org
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link:
https://patch.msgid.link/20260417103744.76020-22-tvrtko.ursulin@igalia.com
drivers/gpu/drm/lima/lima_sched.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/lima/lima_sched.c
b/drivers/gpu/drm/lima/lima_sched.c
index
9a1e6b9
..
0a01213
100644
(file)
--- a/
drivers/gpu/drm/lima/lima_sched.c
+++ b/
drivers/gpu/drm/lima/lima_sched.c
@@
-521,7
+521,6
@@
int lima_sched_pipe_init(struct lima_sched_pipe *pipe, const char *name)
lima_sched_timeout_ms : 10000;
const struct drm_sched_init_args args = {
.ops = &lima_sched_ops,
- .num_rqs = DRM_SCHED_PRIORITY_COUNT,
.credit_limit = 1,
.hang_limit = lima_job_hang_limit,
.timeout = msecs_to_jiffies(timeout),