00:09
<
macc24 >
when firefox window is fullscreened, the scrolling is really laggy
00:09
<
macc24 >
where the weirdness comes in - there seems to be a cutoff between 'really good' and 'laggy'
00:10
<
macc24 >
i have opengl acceleration enabled in firefox
00:11
<
macc24 >
it looks like it happens on terminal windows too
00:11
<
macc24 >
and content tht is displayed is (mostly) fine
00:11
<
macc24 >
keyboard input is lagless too
00:14
<
HdkR >
GPU saturated to the point that presentation is having a hard time keeping up?
00:15
<
macc24 >
but when i scroll using my keyboard it's fine
00:16
<
macc24 >
i should check with other mouse
00:24
<
macc24 >
with my other mouse it is laggy too
00:24
<
macc24 >
touchscreen - even worse
00:26
<
macc24 >
when i have window at fullscreen size with most of it offscreen it is good
00:29
raster has quit [Remote host closed the connection]
00:30
raster has joined #panfrost
00:31
BorgCuba has quit [Quit: Leaving]
00:32
archetech has quit [Quit: Konversation terminated!]
00:33
<
macc24 >
scaling the output by 2 using swaymsg also doesn't help
00:34
archetech has joined #panfrost
00:44
icecream95 has joined #panfrost
00:44
raster has quit [Quit: Gettin' stinky!]
00:46
raster has joined #panfrost
00:50
popolon has quit [Quit: WeeChat 3.0]
00:50
stikonas has quit [Remote host closed the connection]
00:51
stikonas has joined #panfrost
00:52
<
macc24 >
at this point i don't know if i'm imagining it or not, but it looks like youtube video seems to help it by forcing fps of firefox to 60
01:03
stikonas has quit [Remote host closed the connection]
01:06
stikonas has joined #panfrost
01:07
<
macc24 >
now i wonder if it's related to reclocking of gpu
01:31
stikonas has quit [Remote host closed the connection]
01:36
stikonas has joined #panfrost
01:38
stikonas has quit [Remote host closed the connection]
01:53
kaspter has joined #panfrost
02:04
vstehle has quit [Ping timeout: 260 seconds]
02:21
urjaman has quit [Read error: Connection reset by peer]
02:22
urjaman has joined #panfrost
02:33
raster has quit [Quit: Gettin' stinky!]
03:17
chewitt has quit [Quit: Zzz..]
04:53
camus has joined #panfrost
04:54
kaspter has quit [Ping timeout: 246 seconds]
04:54
camus is now known as kaspter
05:08
archetech has quit [Quit: Konversation terminated!]
05:50
kaspter has quit [Ping timeout: 256 seconds]
05:50
kaspter has joined #panfrost
05:54
archetech has joined #panfrost
06:00
vstehle has joined #panfrost
06:04
yann|work has joined #panfrost
06:07
davidlt has joined #panfrost
06:07
yann has quit [Ping timeout: 246 seconds]
06:36
awordnot has quit [Ping timeout: 265 seconds]
06:41
awordnot has joined #panfrost
07:00
embed-3d has quit [Quit: No Ping reply in 180 seconds.]
07:01
embed-3d has joined #panfrost
07:02
tlwoerner has quit [Remote host closed the connection]
07:02
tlwoerner has joined #panfrost
07:31
camus has joined #panfrost
07:32
kaspter has quit [Ping timeout: 260 seconds]
07:32
camus is now known as kaspter
07:33
<
bbrezillon >
macc24: can you compile in debug optimized mode or provide me with an apitrace I can replay?
08:01
<
macc24 >
bbrezillon: yeah i can recompile in debug optimized mode
08:14
kinkinkijduet has joined #panfrost
08:16
kaspter has quit [Ping timeout: 240 seconds]
08:16
kaspter has joined #panfrost
08:35
nlhowell has joined #panfrost
08:47
kinkinkijduet has quit [Quit: Leaving]
08:48
<
icecream95 >
bbrezillon: I can't see anything obviously wrong with your re-ordering of two function calls, though you should add a Suggested-by to the commit message
08:48
<
icecream95 >
I am slightly worried about the possibility of there eventually being a case where the space required for the BO increases after format conversion
09:03
<
bbrezillon >
icecream95: I'll add the suggested-by
09:04
<
bbrezillon >
tiled -> linear conversion should always fit in the allocated BO
09:06
<
bbrezillon >
but I can add an assert if you want
09:08
icecream95 has quit [Ping timeout: 240 seconds]
09:11
raster has joined #panfrost
09:28
kaspter has quit [Ping timeout: 240 seconds]
09:29
kaspter has joined #panfrost
09:57
stikonas has joined #panfrost
10:21
<
macc24 >
ok bbrezillon i recompiled mesa with debugoptimized option
10:21
<
macc24 >
now what to do after reproducing bug
10:22
nlhowell has quit [Ping timeout: 260 seconds]
10:22
<
bbrezillon >
macc24: your backtrace should now contain lines :)
10:23
<
macc24 >
not much has changed in backtrace
10:24
<
bbrezillon >
hm, that's weird
10:28
<
bbrezillon >
macc24: are you sure /opt/lib/aarch64-linux-gnu/dri//mediatek_dri.so is the one you just compiled?
10:29
<
macc24 >
i think so
10:30
<
macc24 >
will recompile it just to be sure
10:30
* macc24
regrets executing "rm -rf build"
10:41
<
macc24 >
bbrezillon: so it wasn't one that i just compiled
10:55
<
bbrezillon >
macc24: ok, I think I'll need an apitrace to debug that one
10:56
<
bbrezillon >
it's something in panfrost_ptr_map() but I can't find out easily without reproducing locally
11:06
<
macc24 >
bbrezillon: i can't get application.trace of it
11:06
<
macc24 >
i run apitrace mpv video.mp4, it does segmentation fault thing and then it exits without leaving the trace
11:08
<
macc24 >
ok i got it, had to switch to egl api in apitrace
11:13
kaspter has quit [Ping timeout: 260 seconds]
11:13
kaspter has joined #panfrost
11:21
<
macc24 >
after building mesa from bifrost-gles3-ci
11:33
popolon has joined #panfrost
11:50
<
bbrezillon >
macc24: nothing special, I just pointed it out because you asked if there were Bifrost fixes in the pipe
12:32
tomboy64 has quit [Remote host closed the connection]
12:34
tomboy64 has joined #panfrost
13:37
archetech has quit [Quit: Leaving]
13:40
mchehab has quit [Remote host closed the connection]
13:42
bbrezillon has quit [Ping timeout: 246 seconds]
13:43
kaspter has quit [Quit: kaspter]
13:43
mchehab has joined #panfrost
13:48
bbrezillon has joined #panfrost
13:57
alpernebbi has joined #panfrost
14:22
chewitt has joined #panfrost
15:18
kaspter has joined #panfrost
15:41
<
macc24 >
bbrezillon: about this firefox issue: blink based browsers(qutebrowser) don't have this
15:42
<
macc24 >
but qutebrowser had major graphical glitches before hanging my laptop after few seconds
15:49
kaspter has quit [Quit: kaspter]
15:52
robmur01 has quit [Ping timeout: 260 seconds]
15:57
robmur01 has joined #panfrost
16:14
nlhowell has joined #panfrost
17:36
robmur01_ has joined #panfrost
17:37
robmur01 has quit [Ping timeout: 260 seconds]
17:42
robmur01_ has quit [Ping timeout: 240 seconds]
18:45
kinkinkijduet has joined #panfrost
19:21
stikonas has quit [Remote host closed the connection]
19:22
stikonas has joined #panfrost
19:27
stikonas has quit [Remote host closed the connection]
19:28
stikonas has joined #panfrost
19:30
archetech has joined #panfrost
20:11
alpernebbi has quit [Quit: alpernebbi]
20:23
davidlt has quit [Ping timeout: 272 seconds]
20:57
icecream95 has joined #panfrost
21:00
raster has quit [Quit: Gettin' stinky!]
21:10
<
macc24 >
bbrezillon: the lag issue happens in evince too
21:34
archetech has quit [Quit: Leaving]
21:37
archetech has joined #panfrost
22:09
kinkinkijduet has quit [Ping timeout: 244 seconds]
22:20
raster has joined #panfrost
22:25
raster has quit [Client Quit]
22:26
raster has joined #panfrost
22:29
indy has quit [Ping timeout: 264 seconds]
22:40
leper` is now known as Spastus
22:41
Spastus is now known as leper`
22:45
indy has joined #panfrost
23:00
robmur01 has joined #panfrost
23:05
robmur01 has quit [Remote host closed the connection]
23:31
raster has quit [Quit: Gettin' stinky!]
23:41
archetech has quit [Quit: Konversation terminated!]
23:51
raster has joined #panfrost