On Fri, 2026-03-06 at 16:34 +0000, Tvrtko Ursulin wrote:
> Remove member no longer used by the scheduler core.
> 
> Signed-off-by: Tvrtko Ursulin <[email protected]>
> Cc: Alex Deucher <[email protected]>
> Cc: "Christian König" <[email protected]>
> Cc: [email protected]

Christian, Alex, can you ack that?

Mostly pro-forma, but in case you might do something with the scheduler
runqueues within amdgpu, it's probably good if you're explicitly aware.


P.

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index 3e19b51a2763..5a51bd9087e4 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -2917,7 +2917,6 @@ static int amdgpu_device_init_schedulers(struct 
> amdgpu_device *adev)
>  {
>       struct drm_sched_init_args args = {
>               .ops = &amdgpu_sched_ops,
> -             .num_rqs = DRM_SCHED_PRIORITY_COUNT,
>               .timeout_wq = adev->reset_domain->wq,
>               .dev = adev->dev,
>       };

Reply via email to