<Lyude>
daniels: will try in a sec, hitting a random segfault in mali_kbase now when it tries to call kbase_reg_read(), and I'm not sure what's causing it o_O
<Lyude>
hm, not sure it's what I'm looking for either. I've got clock control working now on mali_kbase but I'm still hitting the hang in kbase_pm_poweroff_wait when the GPU hits an error
<Lyude>
(@daniels)
<daniels>
Lyude: oh ok, that was just to support -EPROBE_DEFER so you wouldn't lose clock/power control just due to bad ordering
<Lyude>
by power control do you mean regulator support?
<Lyude>
i think that is still broken so maybe it does apply
<Lyude>
daniels: what system did you use this on, was it the same kind of exynos soc you sent to me?
<daniels>
Lyude: yeah exactly (to both)
<Lyude>
daniels: alright
<Lyude>
tomeu: btw; have you been getting the GPU Fault 0x00000088 (SHAREABILITY_FAULT) at 0x0000008518962ee0 error on your soc too?
<Lyude>
hm, hold on a second
<Lyude>
mali d00c0000.gpu: GPU Fault 0x00000080 (DELAYED_BUS_FAULT) at 0x0000008118d60ee0
<Lyude>
i think the bus just isn't on
<narmstrong>
Lyude: please note I *never* tested the meson platform code, I only copied the code I used on the ARM utgard driver !
<narmstrong>
I we had a libmali for the t820 we would have debugged it a while ago
<Lyude>
narmstrong: oh yeah i'm aware!
<Lyude>
which is why I figured it might be something as silly as that :p
<Lyude>
figured you might just be interested since i'm making progress, slowly but surely
<Lyude>
narmstrong: are there any hwdocs on how the mali hw is setup at least? or just general hwdocs for the vim2
cwabbott has joined #panfrost
<Lyude>
YES, figured out a workaround the gpu reset issue
<Lyude>
just, don't turn the gpu off. ever
<Lyude>
that makes sense i guess
<Lyude>
[alyssa]: i think i am very close, just dealing with some memory access issues now (which is not terribly surprising considering the kbase change)