RE: [PATCH 1/2] drm/amdkfd: Fix DQM asserts on Hawaii

2022-01-11 Thread Russell, Kent
[AMD Official Use Only] Reviewed-by: Kent Russell > -Original Message- > From: amd-gfx On Behalf Of Felix > Kuehling > Sent: Monday, January 10, 2022 7:13 PM > To: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 1/2] drm/amdkfd: Fix DQM asserts on Hawaii > &

Re: [PATCH 1/2] drm/amdkfd: Fix DQM asserts on Hawaii

2022-01-10 Thread Felix Kuehling
Ping. On 2021-12-08 3:25 a.m., Felix Kuehling wrote: start_nocpsch would never set dqm->sched_running on Hawaii due to an early return statement. This would trigger asserts in other functions and end up in inconsistent states. Bug: https://github.com/RadeonOpenCompute/ROCm/issues/1624 Signed-o

[PATCH 1/2] drm/amdkfd: Fix DQM asserts on Hawaii

2021-12-08 Thread Felix Kuehling
start_nocpsch would never set dqm->sched_running on Hawaii due to an early return statement. This would trigger asserts in other functions and end up in inconsistent states. Bug: https://github.com/RadeonOpenCompute/ROCm/issues/1624 Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdkfd/kf