On 10/17/25 06:36, Tvrtko Ursulin wrote:
Remove member no longer used by the scheduler core.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: Min Ma <[email protected]>
Cc: Lizhi Hou <[email protected]>
Cc: Oded Gabbay <[email protected]>
---
  drivers/accel/amdxdna/aie2_ctx.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/drivers/accel/amdxdna/aie2_ctx.c b/drivers/accel/amdxdna/aie2_ctx.c
index ab4d66f1325d..e95e10556b00 100644
--- a/drivers/accel/amdxdna/aie2_ctx.c
+++ b/drivers/accel/amdxdna/aie2_ctx.c
@@ -528,7 +528,6 @@ int aie2_hwctx_init(struct amdxdna_hwctx *hwctx)
        struct amdxdna_dev *xdna = client->xdna;
        const struct drm_sched_init_args args = {
                .ops = &sched_ops,
-               .num_rqs = DRM_SCHED_PRIORITY_COUNT,
Reviewed-by: Lizhi Hou <[email protected]>
                .credit_limit = HWCTX_MAX_CMDS,
                .timeout = msecs_to_jiffies(HWCTX_MAX_TIMEOUT),
                .name = "amdxdna_js",

Reply via email to