Re: [PATCH] drm/amdgpu: move UVD and VCE sched entity init after sched init

2023-11-10 Thread Christian König
Am 08.11.23 um 19:41 schrieb Alex Deucher: We need kernel scheduling entities to deal with handle clean up if apps are not cleaned up properly. With commit 56e449603f0ac5 ("drm/sched: Convert the GPU scheduler to variable number of run-queues") the scheduler entities have to be created after

Re: [PATCH] drm/amdgpu: move UVD and VCE sched entity init after sched init

2023-11-09 Thread Alex Deucher
On Thu, Nov 9, 2023 at 4:35 PM Luben Tuikov wrote: > > On 2023-11-09 11:13, Alex Deucher wrote: > > Ping? > > > > On Wed, Nov 8, 2023 at 1:42 PM Alex Deucher > > wrote: > >> > >> We need kernel scheduling entities to deal with handle clean up > >> if apps are not cleaned up properly. With

Re: [PATCH] drm/amdgpu: move UVD and VCE sched entity init after sched init

2023-11-09 Thread Luben Tuikov
On 2023-11-09 11:13, Alex Deucher wrote: > Ping? > > On Wed, Nov 8, 2023 at 1:42 PM Alex Deucher wrote: >> >> We need kernel scheduling entities to deal with handle clean up >> if apps are not cleaned up properly. With commit 56e449603f0ac5 >> ("drm/sched: Convert the GPU scheduler to variable

Re: [PATCH] drm/amdgpu: move UVD and VCE sched entity init after sched init

2023-11-09 Thread Alex Deucher
Ping? On Wed, Nov 8, 2023 at 1:42 PM Alex Deucher wrote: > > We need kernel scheduling entities to deal with handle clean up > if apps are not cleaned up properly. With commit 56e449603f0ac5 > ("drm/sched: Convert the GPU scheduler to variable number of run-queues") > the scheduler entities

[PATCH] drm/amdgpu: move UVD and VCE sched entity init after sched init

2023-11-08 Thread Alex Deucher
We need kernel scheduling entities to deal with handle clean up if apps are not cleaned up properly. With commit 56e449603f0ac5 ("drm/sched: Convert the GPU scheduler to variable number of run-queues") the scheduler entities have to be created after scheduler init, so change the ordering to fix