00:01
agoldmints[m] has joined #lima
02:01
camus has joined #lima
02:31
camus1 has joined #lima
02:36
camus has quit [Ping timeout: 480 seconds]
03:28
camus has joined #lima
03:31
camus1 has quit [Ping timeout: 480 seconds]
03:46
chewitt has joined #lima
03:51
camus1 has joined #lima
03:56
camus has quit [Ping timeout: 480 seconds]
05:19
camus has joined #lima
05:24
camus1 has quit [Ping timeout: 480 seconds]
05:42
camus1 has joined #lima
05:42
camus has quit [Read error: Connection reset by peer]
06:42
camus has joined #lima
06:47
camus1 has quit [Ping timeout: 480 seconds]
06:54
chewitt has quit [Quit: Zzz..]
07:11
jernej has joined #lima
07:47
camus1 has joined #lima
07:51
camus has quit [Ping timeout: 480 seconds]
08:23
HayashiEsme[m] has joined #lima
08:36
chewitt has joined #lima
08:42
chewitt has quit [Quit: Zzz..]
09:02
fredldotme has joined #lima
09:27
fredldotme has quit [Remote host closed the connection]
09:27
fredldotme has joined #lima
10:33
fredldotme has quit [Remote host closed the connection]
10:34
fredldotme has joined #lima
10:36
mvnetbiz[m] has joined #lima
10:38
fredldotme has quit [Remote host closed the connection]
10:43
fredldotme has joined #lima
10:46
fredldotme has quit [Remote host closed the connection]
11:06
fredldotme has joined #lima
11:10
fredldotme has quit []
11:59
camus has joined #lima
12:04
camus1 has quit [Ping timeout: 480 seconds]
12:25
<
tlwoerner >
i think i need to define a power domain
12:45
<
tlwoerner >
someone needs to write a tutorial (or offer a course) on how to convert a schematic to a DT ;-)
12:45
<
tlwoerner >
maybe someday there will be a tool to do that automatically ;-)
12:52
chewitt has joined #lima
14:17
apol[m] has joined #lima
15:34
icecream95 has joined #lima
15:35
icecream95 is now known as Guest2223
15:38
chewitt has quit [Quit: Zzz..]
15:43
drod has joined #lima
17:34
dllud_ has joined #lima
17:34
dllud has quit [Read error: Connection reset by peer]
17:53
<
anarsoul >
tlwoerner: it's a panic in pretty hot codepath, so it usually indicates hw issue (or hw instability)
18:50
adjtm has quit [Quit: Leaving]
18:52
adjtm has joined #lima
19:15
<
tlwoerner >
xdarklight: adding cooling info to the DT didn't quell the "failed to register cooling device" error
19:17
<
xdarklight >
tlwoerner: grep CONFIG_DEVFREQ_THERMAL .config
19:17
<
xdarklight >
is this enabled in your kernel .config?
19:22
<
tlwoerner >
oooh… # CONFIG_DEVFREQ_THERMAL is not set ;-)
20:18
Guest2223 is now known as icecream95
20:43
megi has quit [Remote host closed the connection]
20:44
megi has joined #lima
20:51
adjtm has joined #lima
23:28
<
anarsoul >
I looked through my notes when I implemented point_size support
23:28
<
anarsoul >
try playing with bit 0x2000 in PLBU_CMD_PRIMITIVE_SETUP()
23:29
<
anarsoul >
IIRC it has some impact on point/lines clipping behavior
23:29
<
anarsoul >
we always set it to 1, but blob sometimes sets it to 0
23:29
<
anarsoul >
grep through your blob dumps :)
23:30
<
anarsoul >
I couldn't figure out when it should be set or cleared and having it always set makes more tests passing
23:31
<
anarsoul >
we may need to set it for rast->point_tri_clip as imirkin suggests
23:39
<
anarsoul >
see 65a5b24aeea34b370cd38083ccbbd38efcac1d4e
23:39
<
anarsoul >
we used to set it to 0x0 for points