15:59Ermine: 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:59Ermine: steps
16:26agd5f: Ermine, the signature checks may not be valid for r128. Might have had a different signature or something else
16:28Ermine: hmm, r128 software development guide specifies that the signature is 0xaa55
16:29Ermine: and there is dumped vbios on the internet, which has the proper signature
16:32agd5f: ok, nevermind then
16:34agd5f: Ermine, if radeon_read_bios() doesn't work, then try radeon_read_platform_bios()
16:36Ermine: radeon_get_bios does that already
19:14DottorLeo: hi!
19:15DottorLeo: Is Michel Dänzer here? :)
19:20soreau: DottorLeo: MrCooper
19:20DottorLeo: Thanks
19:39Ermine: I can also convert DRM_ERROR/etc calls to pr_error/etc along the way if you want
19:40Ermine: pr_err*