frieder has quit [Remote host closed the connection]
BobBeck has quit [Server closed connection]
BobBeck has joined #etnaviv
agx has quit [Server closed connection]
agx has joined #etnaviv
suihkulokki has quit [Server closed connection]
suihkulokki has joined #etnaviv
<dougg3>
hi! I've been slowly getting an old PXA168-based device up and running with modern kernels. It has a GC300 in it. I honestly don't know how to even use it, but wanted to mention I ran into "imprecise external abort" when loading the etnaviv kernel module
<dougg3>
i was able to get past it by commenting out etnaviv_gpu_enable_mlcg(), which then led to another one, which I got past by commenting out etnaviv_gpu_setup_pulse_eater(). but I don't think it's actually working, so I'm guessing I wasn't supposed to do that :)
<dougg3>
now it loads, but I get "etnaviv-gpu c0400000.gpu: GPU not yet idle, mask: 0x000000fe". etnaviv_2d_test from libdrm says "etna_gpu_new: No such device or address" so I'm guessing it's not actually working. but the kernel definitely recognizes it as a GC300, so progress!