05:50Ermine: or, as an option, i can try to add some bogus hubbub to dce, that would be safer than checking for NULL each time
14:37Venemo: Ermine: for reference, you can check which chip has which display HW here: https://github.com/torvalds/linux/blob/master/Documentation/gpu/amdgpu/dgpu-asic-info-table.csv
14:40Ermine: Venemo: thank you, I've saw this one
14:46Venemo: okay
20:13Ermine: Here's proof-of-concept patch which adds bogus struct hubbub to dce112: https://tpaste.us/DrzX . So far it fixes amd_mall test. Should I continue with this approach?
20:19agd5f: Ermine, I would just fix the test.
20:22Ermine: i mean, one can trigger the bug by reading amdgpu_dm_capabilities in debugfs
20:25agd5f: the code to handle amdgpu_dm_capabilities should be fixed then
20:26Ermine: okay