13:45 MrCooper: agd5f: looks like amdgpu_unsupported_pciidlist is lacking the device IDs of the .1 function of older Radeons, so amdgpu tries to probe those
13:46 MrCooper: (IIRC those .1 functions are for Windows 2000 multi-monitor support)
15:08 agd5f: MrCooper, got an example? I thought I covered those with /* radeon secondary ids */
15:11 MrCooper: agd5f: specifically, I have an RV370 with 0x5b70 (0x5b60 primary)
15:17 agd5f: MrCooper, I'll add it. thanks
15:17 MrCooper: thank you
17:14 karolherbst: arsenm: any idea on how well inter module function calls would work with the amdgcn-- target? It's not about calling functions of different objects/modules, just functions inside the same translation unit
17:55 arsenm: karolherbst: should work perfectly. indirect should also work
18:00 arsenm: there's even a non-0 chance divergent indirect calls work
18:36 karolherbst: cool