Skip to content
Commit b7043800 authored by Alex Deucher's avatar Alex Deucher Committed by Luben Tuikov
Browse files

drm/amdgpu: move buffer funcs setting up a level



Rather than doing this in the IP code for the SDMA paging
engine, move it up to the core device level init level.
This should fix the scheduler init ordering.

v2: drop extra parens
v3: drop SDMA helpers
v4: Added a Fixes tag because amdgpu dereferences an uninitialized
    scheduler without this patch, and this patch fixes this. (Luben)

Tested-by: default avatarLuben Tuikov <luben.tuikov@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Link: https://lore.kernel.org/r/20231025171928.3318505-1-alexander.deucher@amd.com


Acked-by: default avatarChristian König <christian.koenig@amd.com>
Fixes: 56e44960

 ("drm/sched: Convert the GPU scheduler to variable number of run-queues")
Signed-off-by: default avatarLuben Tuikov <ltuikov89@gmail.com>
parent c07bf163
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment