RE: amdgpu crashes on OOM
From: Alex Xu (Hello71)
Date: Mon Oct 26 2020 - 10:51:09 EST
Excerpts from Deucher, Alexander's message of October 26, 2020 10:34 am:
> It was using kvzalloc, but was accidently dropped when that code was refactored. I just sent a patch to fix it.
Ah, that explains why I wasn't seeing it before. I was only looking at
changes in amdgpu_dm_atomic_commit_tail, not dc_create_state.
Thanks,
Alex.