Machine reboots running Mesh Shader GravityMark on 6800M
This is on the latest git Mesa ce0ca7ed21d6c621812db82fce70d4e06881818f on GravityMark 1.77 running:
DRI_PRIME=1 ./run_windowed_vk_ms.sh
The machine totally locks up and reboots and nothing is saved to any of my logs, I tried remoting into the machine and dmesg -w doesn't display anything before the reboot
I've bisected this back to:
commit 1728baa7e4e60054bf13dd9b1212d133cbd53b3f
Author: Christian König <christian.koenig@amd.com>
AuthorDate: Thu Sep 29 14:04:01 2022 +0200
Commit: Christian König <christian.koenig@amd.com>
CommitDate: Thu Nov 3 12:45:20 2022 +0100
drm/amdgpu: use scheduler dependencies for CS
Entirely remove the sync obj in the job.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Luben Tuikov <luben.tuikov@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221014084641.128280-11-christian.koenig@amd.com
I tried reverting this patch, but was unsuccessful