Re: [PATCH v4 01/10] drm/sched: Add drm_sched_submit_* helpers

2023-09-26 Thread Luben Tuikov
On 2023-09-19 01:01, Matthew Brost wrote: > Add scheduler submit ready, stop, and start helpers to hide the > implementation details of the scheduler from the drivers. > > Signed-off-by: Matthew Brost > --- > .../drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 2 +- > drivers/gpu/drm/amd/amdgpu/amd

Re: [PATCH v4 01/10] drm/sched: Add drm_sched_submit_* helpers

2023-09-20 Thread Luben Tuikov
On 2023-09-19 01:58, Christian König wrote: > Am 19.09.23 um 07:01 schrieb Matthew Brost: >> Add scheduler submit ready, stop, and start helpers to hide the >> implementation details of the scheduler from the drivers. >> >> Signed-off-by: Matthew Brost > > Reviewed-by: Christian König for this o

Re: [PATCH v4 01/10] drm/sched: Add drm_sched_submit_* helpers

2023-09-18 Thread Christian König
Am 19.09.23 um 07:01 schrieb Matthew Brost: Add scheduler submit ready, stop, and start helpers to hide the implementation details of the scheduler from the drivers. Signed-off-by: Matthew Brost Reviewed-by: Christian König for this one. No idea when I have time to look into the rest :( But

[PATCH v4 01/10] drm/sched: Add drm_sched_submit_* helpers

2023-09-18 Thread Matthew Brost
Add scheduler submit ready, stop, and start helpers to hide the implementation details of the scheduler from the drivers. Signed-off-by: Matthew Brost --- .../drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 15 +++ drivers/gpu/drm/amd/amdgpu