05:50 Ermine: 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:37 Venemo: 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:40 Ermine: Venemo: thank you, I've saw this one
14:46 Venemo: okay
20:13 Ermine: 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:19 agd5f: Ermine, I would just fix the test.
20:22 Ermine: i mean, one can trigger the bug by reading amdgpu_dm_capabilities in debugfs
20:25 agd5f: the code to handle amdgpu_dm_capabilities should be fixed then
20:26 Ermine: okay