Skip to content
Snippets Groups Projects
Commit 7a049244 authored by Felix Kuehling's avatar Felix Kuehling Committed by Alex Deucher
Browse files

drm/amdkfd: Add chained_runlist_idle_disable flag to pm4_mes_runlist


New flag to disable an idle runlist optimization that is causing soft
hangs with some diffult-to-reproduce customer workloads. This will
serve as a workaround until the problem can be reproduced and the
root-cause determined.

Signed-off-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: default avatarOak Zeng <Oak.Zeng@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f4fd28b6
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ struct pm4_mes_runlist { ...@@ -120,7 +120,7 @@ struct pm4_mes_runlist {
uint32_t ib_size:20; uint32_t ib_size:20;
uint32_t chain:1; uint32_t chain:1;
uint32_t offload_polling:1; uint32_t offload_polling:1;
uint32_t reserved2:1; uint32_t chained_runlist_idle_disable:1;
uint32_t valid:1; uint32_t valid:1;
uint32_t process_cnt:4; uint32_t process_cnt:4;
uint32_t reserved3:4; uint32_t reserved3:4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment