mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 01:11:51 -04:00
drm/amdgpu: Remove drm_sched_init_args->num_rqs usage
Remove member no longer used by the scheduler core. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Christian König <christian.koenig@amd.com> Cc: amd-gfx@lists.freedesktop.org Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20260417103744.76020-19-tvrtko.ursulin@igalia.com
This commit is contained in:
committed by
Philipp Stanner
parent
06879a9ad5
commit
2462a0ce23
@@ -2224,7 +2224,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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user