Re: [PATCH] drm/amdgpu: move buffer funcs setting up a level (v2)

2023-10-24 Thread Christian König
Am 25.10.23 um 06:24 schrieb Luben Tuikov: From: Alex Deucher 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: Fix checkpatch parens complaint; long lines. (Luben) Signed-off-by:

[PATCH] drm/amdgpu: move buffer funcs setting up a level (v2)

2023-10-24 Thread Luben Tuikov
From: Alex Deucher 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: Fix checkpatch parens complaint; long lines. (Luben) Signed-off-by: Alex Deucher Tested-by: Luben Tuikov --- d