alyssa changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://freenode.irclog.whitequark.org/panfrost - <daniels> avoiding X is a huge feature
stikonas has quit [Remote host closed the connection]
vstehle has quit [Ping timeout: 240 seconds]
phh has quit [Quit: No Ping reply in 180 seconds.]
phh has joined #panfrost
megi has quit [Ping timeout: 268 seconds]
chewitt has joined #panfrost
chewitt has quit [Ping timeout: 276 seconds]
maccraft123 has quit [Quit: WeeChat 2.6]
davidlt has joined #panfrost
vstehle has joined #panfrost
kaspter has quit [Remote host closed the connection]
kaspter has joined #panfrost
kaspter has quit [Ping timeout: 246 seconds]
kaspter has joined #panfrost
<tomeu> narmstrong: is the idea to submit a lava job to a board which would start up a new runner in the board and then generate a gitlab ci job for that runner?
<tomeu> narmstrong: btw, guess there isn't a db410c in your lab I could run some tests on?
chewitt has joined #panfrost
camus has joined #panfrost
kaspter has quit [Ping timeout: 265 seconds]
camus is now known as kaspter
<narmstrong> tomeu: yeah sort of, the lava job would be generated by a new docker+machine backend, but it's only an idea (maybe stupid)
<narmstrong> tomeu: I don't think so, let me check
<narmstrong> tomeu: nop, no db410c
pH5 has joined #panfrost
chewitt has quit [Ping timeout: 240 seconds]
afaerber has quit [Quit: Leaving]
yann has joined #panfrost
maccraft123 has joined #panfrost
maccraft123 has quit [Quit: WeeChat 2.6]
megi has joined #panfrost
rhyskidd has quit [Quit: rhyskidd]
chewitt has joined #panfrost
fysa has quit [Read error: Connection reset by peer]
maccraft123 has joined #panfrost
fysa has joined #panfrost
tgall_foo has joined #panfrost
warpme_ has joined #panfrost
<daniels> narmstrong: it's not a stupid idea, I just want to understand what it's intended to help with and how you envisage it helping :)
maccraft123 has quit [Quit: WeeChat 2.6]
maccraft123 has joined #panfrost
<alyssa> tomeu: I noticed .clear_flags = MALI_CLEAR_SLOW | 0x101100, in one trace but
<alyssa> .clear_flags = MALI_CLEAR_FAST | 0x101100,
<alyssa> I am, uh, rather sure the flags have little do with SLOW/FAST; that's not really how bits work ;p
<alyssa> Might be worth investigating at some point (SFBD thing -- not sure what the analogue on MFBD is ..)
<alyssa> Also note that the blob doesn't seem to enable checksumming so it's clearly optional
<alyssa> Possibly this is related to the presence/absense of depth/stencil buffers
adjtm has quit [Ping timeout: 268 seconds]
adjtm has joined #panfrost
<narmstrong> daniels: one thing it could solve is retrieving the dEQP results back in the gitlab CI artifacts
<narmstrong> without any specific operation or third party server involved
<daniels> narmstrong: hmm, there's no way to capture that from LAVA?
<narmstrong> daniels: it’s in the process of being done, but it will involve a public server where to send logs, we can’t use the gitlab job credentials since the job yaml could be public
<daniels> oh I see - I thought lava let you store and retrieve artifacts along with the logs ... ?
adjtm has quit [Ping timeout: 265 seconds]
robmur01 has quit [Remote host closed the connection]
robmur01 has joined #panfrost
<narmstrong> nop, not yet anyway
maccraft123 has quit [Ping timeout: 265 seconds]
pH5 has quit [Quit: bye]
<narmstrong> just looking, would be "easy" to leverage the boot2docker image to run as a lava job, then create a docker instance with that on a specific board, the drawback is we would need a runner per board-type
fysa has quit [Read error: Connection reset by peer]
pH5 has joined #panfrost
BenG83 has joined #panfrost
yann has quit [Ping timeout: 268 seconds]
<alyssa> hMmmm
<alyssa> Code gen isn't too terrible either
maccraft123 has joined #panfrost
maccraft123 has quit [Quit: WeeChat 2.6]
<alyssa> A whole bunch of these work under panfrost, I just checked :-)
enunes has quit [Ping timeout: 265 seconds]
maccraft123 has joined #panfrost
warpme_ has quit [Quit: Connection closed for inactivity]
yann has joined #panfrost
maccraft123 has quit [Quit: WeeChat 2.6]
maccraft123 has joined #panfrost
NeuroScr has joined #panfrost
maccraft123 has quit [Client Quit]
maccraft123 has joined #panfrost
enunes has joined #panfrost
enunes has quit [Ping timeout: 240 seconds]
enunes has joined #panfrost
maccraft123 has quit [Quit: WeeChat 2.6]
maccraft123 has joined #panfrost
enunes has quit [Ping timeout: 276 seconds]
<endrift> anarsoul: so it looks like the latest kernel has issues turning the screen on, so I'll need to wait for those to be fixed. That might be why my kernel didn't seem to be booting, but without any console it's hard to tell
maccraft123 has quit [Ping timeout: 265 seconds]
maccraft123 has joined #panfrost
<anarsoul> I have serial adapter
<anarsoul> getting my pbp today :)
<urjaman> if i didnt know better, i'd think that's some really weird programming language
<anarsoul> endrift: you can make one yourself, just get 3.5mm jack and some usb ttl uart
<anarsoul> if you're hacking on mainline anything would work since you can change baudrate to 38400 instead of weird 1500000 that rk uses as default
<anarsoul> 115200 won't work
<Lyude> I need to merge the patches I have for 1500000 baud support on conserver at some point
BenG83 has quit [Remote host closed the connection]
<alyssa> 1.5MHz baud? huh?
<anarsoul> alyssa: rockchip used 24mhz clock as a base for uart
enunes has joined #panfrost
<alyssa> Fascinating
BenG83 has joined #panfrost
<anarsoul> guess what you can get with integer divider? :)
<alyssa> Yupyup
<alyssa> Argh LCRA is green on RK3399 but a mess on RK3288 what happened :|
<urjaman> i've used 1.5Mbaud in one AVR thing, it was clocked 12Mhz from an FT232R
* alyssa should fix Neverball
maccraft123 has quit [Quit: WeeChat 2.6]
stikonas has joined #panfrost
maccraft123 has joined #panfrost
<alyssa> Ohhhhhhh
<alyssa> Interaction between different classes of spilling
<alyssa> Need to be able to spill recursively, gotcha
adjtm has joined #panfrost
<alyssa> Guess I'll fix that when LCRA lands since LCRA makes this a lot easier.
enunes has quit [Read error: Connection reset by peer]
enunes has joined #panfrost
afaerber has joined #panfrost
pH5 has quit [Quit: -_-]
davidlt has quit [Ping timeout: 276 seconds]
maccraft has joined #panfrost
maccraft123 has quit [Ping timeout: 268 seconds]
enunes has quit [Quit: ZNC 1.7.2 - https://znc.in]
tgall_foo has quit [Quit: Textual IRC Client: www.textualapp.com]
NeuroScr has quit [Quit: NeuroScr]
maccraft123 has joined #panfrost
maccraft has quit [Ping timeout: 240 seconds]
jernej has quit [Remote host closed the connection]
enunes has joined #panfrost
jernej has joined #panfrost
NeuroScr has joined #panfrost
<endrift> anarsoul: wait, I can use the audio port as a console?
<anarsoul> endrift: yes, there's a switch inside to toggle between audio and serial
<endrift> Is there a guide on this somewhere?
<anarsoul> should be somewhere on their wiki
<endrift> thanks
<anarsoul> np
<endrift> I'm still probably gonna wait until the screen issue is fixed; I doubt I'm gonna work on it myself
<anarsoul> :(