ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard + Bifrost + Valhall - Logs https://oftc.irclog.whitequark.org/panfrost
kinkinkijkin has quit [Quit: Leaving]
pbrobinson has quit [Ping timeout: 480 seconds]
warpme has joined #panfrost
linkmauve has left #panfrost [#panfrost]
linkmauve has joined #panfrost
pbrobinson has joined #panfrost
rasterman has joined #panfrost
pbrobinson has quit [Ping timeout: 480 seconds]
pbrobinson has joined #panfrost
pbrobinson has quit [Remote host closed the connection]
pbrobinson has joined #panfrost
pbrobinson has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #panfrost
pbrobinson has joined #panfrost
warpme has quit []
pbrobinson has quit [Ping timeout: 480 seconds]
rtp has quit [Remote host closed the connection]
rtp has joined #panfrost
warpme has joined #panfrost
warpme has quit []
rasterman has quit [Quit: Gettin' stinky!]
rasterman has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
<robclark> bbrezillon: btw, looking at panthor vs xe+nouveau's drm_gpuvm usage... it appears that the latter update the drm_gpuvm (ie. allocate gpuva ops, create/insert new drm_gpuva's, etc) synchronously and only postpone the actual pgtable updates to job->run()... whereas panthor defers it all to job->run() (having to pre-allocate more things).. was there a reason for that?