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]
---
 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 a77000c2e0bb..548f61515519 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3032,7 +3032,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,
        };
-- 
2.48.0

Reply via email to