ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel driver has landed in mainline, userspace driver is part of mesa - Logs at https://oftc.irclog.whitequark.org/lima/
agoldmints[m] has joined #lima
camus has joined #lima
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
chewitt has joined #lima
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
camus1 has joined #lima
camus has quit [Read error: Connection reset by peer]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
chewitt has quit [Quit: Zzz..]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #lima
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
HayashiEsme[m] has joined #lima
chewitt has joined #lima
chewitt has quit [Quit: Zzz..]
fredldotme has joined #lima
fredldotme has quit [Remote host closed the connection]
fredldotme has joined #lima
fredldotme has quit [Remote host closed the connection]
fredldotme has joined #lima
mvnetbiz[m] has joined #lima
fredldotme has quit [Remote host closed the connection]
fredldotme has joined #lima
fredldotme has quit [Remote host closed the connection]
fredldotme has joined #lima
fredldotme has quit []
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
<tlwoerner> i added cooling info to the DT (https://paste.ee/p/2cnhJ) but i still get: lima ff300000.gpu: Failed to register cooling device
<tlwoerner> i think i need to define a power domain
<tlwoerner> someone needs to write a tutorial (or offer a course) on how to convert a schematic to a DT ;-)
<tlwoerner> maybe someday there will be a tool to do that automatically ;-)
chewitt has joined #lima
<tlwoerner> all of the kernel panics look similar to: https://paste.ee/p/fCU4Q
apol[m] has joined #lima
icecream95 has joined #lima
icecream95 is now known as Guest2223
chewitt has quit [Quit: Zzz..]
drod has joined #lima
dllud_ has joined #lima
dllud has quit [Read error: Connection reset by peer]
<anarsoul> tlwoerner: it's a panic in pretty hot codepath, so it usually indicates hw issue (or hw instability)
adjtm has quit [Quit: Leaving]
adjtm has joined #lima
adjtm has quit []
<tlwoerner> xdarklight: adding cooling info to the DT didn't quell the "failed to register cooling device" error
<xdarklight> tlwoerner: grep CONFIG_DEVFREQ_THERMAL .config
<xdarklight> is this enabled in your kernel .config?
<tlwoerner> oooh… # CONFIG_DEVFREQ_THERMAL is not set ;-)
Guest2223 is now known as icecream95
megi has quit [Remote host closed the connection]
megi has joined #lima
adjtm has joined #lima
<anarsoul> I looked through my notes when I implemented point_size support
<anarsoul> try playing with bit 0x2000 in PLBU_CMD_PRIMITIVE_SETUP()
<anarsoul> IIRC it has some impact on point/lines clipping behavior
<anarsoul> we always set it to 1, but blob sometimes sets it to 0
<anarsoul> grep through your blob dumps :)
<anarsoul> I couldn't figure out when it should be set or cleared and having it always set makes more tests passing
<anarsoul> we may need to set it for rast->point_tri_clip as imirkin suggests
<anarsoul> see 65a5b24aeea34b370cd38083ccbbd38efcac1d4e
<anarsoul> we used to set it to 0x0 for points