15:59 Ermine: Sorry for the noob question in advance. I'm working on r128, and while trying to load VBIOS from it, I get "invalid PCI ROM signature" message twice. I guess one goes from radeon_read_bios and another one is from legacy_read_disabled_bios? Do those messages mean that I have to figure out how to enable VBIOS? r128 DDX seems to just read it from where PCI ROM BAR points to without extra
15:59 Ermine: steps
16:26 agd5f: Ermine, the signature checks may not be valid for r128. Might have had a different signature or something else
16:28 Ermine: hmm, r128 software development guide specifies that the signature is 0xaa55
16:29 Ermine: and there is dumped vbios on the internet, which has the proper signature
16:32 agd5f: ok, nevermind then
16:34 agd5f: Ermine, if radeon_read_bios() doesn't work, then try radeon_read_platform_bios()
16:36 Ermine: radeon_get_bios does that already
19:14 DottorLeo: hi!
19:15 DottorLeo: Is Michel Dänzer here? :)
19:20 soreau: DottorLeo: MrCooper
19:20 DottorLeo: Thanks
19:39 Ermine: I can also convert DRM_ERROR/etc calls to pr_error/etc along the way if you want
19:40 Ermine: pr_err*