ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
Haaninjo has quit [Quit: Ex-Chat]
JohnnyonFlame has quit [Remote host closed the connection]
JohnnyonFlame has joined #dri-devel
caitcatdev has joined #dri-devel
glennk has quit [Ping timeout: 480 seconds]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
Sid127 has joined #dri-devel
iive has quit [Quit: They came for me...]
<marex> Hi, can you think of any reason why dma_alloc_wc() would fail for some 4 MiB allocation, while it would work just fine for 1 MiB allocation ?
<marex> the system is freshly booted, so I dont think fragmentation is the problem
JohnnyonFlame has quit [Read error: Connection reset by peer]
JohnnyonFlame has joined #dri-devel
u-amarsh04 has joined #dri-devel
yyds has joined #dri-devel
columbarius has joined #dri-devel
RAOF_ has quit [Read error: Connection reset by peer]
co1umbarius has quit [Ping timeout: 480 seconds]
RAOF has joined #dri-devel
zxrom has quit []
anujp has quit [Ping timeout: 480 seconds]
Mangix has quit [Ping timeout: 480 seconds]
<airlied> gfxstrand: is that legal as a function temp in nir? decl_var INTERP_MODE_NONE none uvec4[] temp_A
u-amarsh04 has quit []
<airlied> something in var splitting seems to fall over when it hits it
amarsh04 has joined #dri-devel
amarsh04 has quit []
u-amarsh04 has joined #dri-devel
konstantin_ has joined #dri-devel
konstantin is now known as Guest3215
konstantin_ is now known as konstantin
Guest3215 has quit [Ping timeout: 480 seconds]
Mangix has joined #dri-devel
molinari has quit [Ping timeout: 480 seconds]
u-amarsh04 has quit []
davispuh has quit [Ping timeout: 480 seconds]
sukuna has quit [Remote host closed the connection]
u-amarssh04 has joined #dri-devel
aravind has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
simondnnsn has quit [Read error: Connection reset by peer]
ninjaaaaa has quit [Read error: Connection reset by peer]
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
marriedwithcode has joined #dri-devel
marriedwithcode has quit [Remote host closed the connection]
heat has quit [Ping timeout: 480 seconds]
slattann has joined #dri-devel
slattann has left #dri-devel [#dri-devel]
slattann has joined #dri-devel
u-amarssh04 has quit []
Duke`` has joined #dri-devel
u-amarsh04 has joined #dri-devel
kugel is now known as Guest3231
kugel has joined #dri-devel
Guest3231 has quit [Ping timeout: 480 seconds]
kzd has joined #dri-devel
kts has joined #dri-devel
itoral has joined #dri-devel
sgruszka__ has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
sgruszka__ has quit [Remote host closed the connection]
sgruszka__ has joined #dri-devel
u-amarsh04 has quit [Remote host closed the connection]
Lyude has quit [Ping timeout: 480 seconds]
sgruszka__ has quit [Remote host closed the connection]
sgruszka__ has joined #dri-devel
Lyude has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
yyds_ has joined #dri-devel
amarsh04 has joined #dri-devel
yyds has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
fab has joined #dri-devel
fab is now known as Guest3234
sgruszka__ has quit [Remote host closed the connection]
sgruszka__ has joined #dri-devel
tzimmermann has joined #dri-devel
sima has joined #dri-devel
molinari has joined #dri-devel
<kchibisov> Does anyone know about the way to ensure that update reached the screen with GLX/X11 stuff? We basically have an issue that when we draw without vsync (even with vsync sometimes) the update doesn't really reach the screen on X11 in some cases, even though we've drawn everything. The same doesn't happen on e.g. Wayland.
<kchibisov> it mostly happens with llvmpipe driver, and nvidia driver has the same issue sometimes.
glennk has joined #dri-devel
<airlied> kchibisov: does the frame get dropped or something?
<kchibisov> it's like never shown until I try to draw one more time.
<airlied> okay you call swapbuffers and it never appears?
<kchibisov> yes.
glennk has quit [Remote host closed the connection]
<airlied> when you call another swapbuffers, you get the undisplayed frame or the newest one?
kzd has quit [Quit: kzd]
<kchibisov> If I call without any drawing?
<kchibisov> so just swapBuffers(), swapBuffers()?
<airlied> that or with drawing something different
<kchibisov> I think I get newest if I get drawing.
<airlied> can't really think of anywhere llvmpipe might screw up there, could be a dri3/present issue I suppose
<kchibisov> it just happens mostly with llvmpipe, but it seems like dri/present.
<kchibisov> Hence I ask who to figure out whether it was presented oro not.
<kchibisov> it's like really easy to repro on gnome though, because it's not something _rare_.
<airlied> not sure there is anything you can ask
<airlied> I suppose does it happen in an uncomposited desktop?
<airlied> it could be a compositing manager bug
<airlied> where it doesn't see the update
<kchibisov> I'm actually not certain about it.
<airlied> MrCooper: might have some better debugging ideas or possible failure cases
<airlied> like llvmpipe doesn't really do any double buffering on the GLX path
<airlied> it just does a PutImage to a MIT-SHM pixmap if its there
warpme has joined #dri-devel
<kchibisov> I think the issue is also present with EGL.
sgruszka__ has quit [Remote host closed the connection]
* kchibisov goes to retest it.
sgruszka__ has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
jkrzyszt has joined #dri-devel
<kchibisov> So, swap_buffers() -> glFinish() -> freeze; glFinish() -> swap_buffers() -> freeze; swap_buffers() -> swap_buffers() (no drawing) -> no freeze.
<kchibisov> And just swap_buffers is also freeze.
<kchibisov> Freeze, as in frame is not getting to display.
<kchibisov> the app is running and polling the X connection.
<kchibisov> And the bug is the same on EGL and fix is exactly the same (do swap_buffers(); swap_buffers()).
<kchibisov> And I can not repro that on i3 with/without compositor, so looks a bit like a gnome/mutter bug.
itoral_ has joined #dri-devel
<airlied> yeah or some damage posting bug
krei-se has joined #dri-devel
itoral has quit [Ping timeout: 480 seconds]
<kchibisov> it's X11 and we don't do damage there ¯\_(ツ)_/¯
jsa has joined #dri-devel
warpme has quit []
frieder has joined #dri-devel
kts has joined #dri-devel
slattann has quit [Ping timeout: 480 seconds]
thellstrom has quit [Read error: Connection reset by peer]
JPEW has quit [Read error: Connection reset by peer]
jbarnes has quit [Read error: Connection reset by peer]
thellstrom has joined #dri-devel
JPEW has joined #dri-devel
jbarnes has joined #dri-devel
Calandracas has quit [Read error: Connection reset by peer]
Calandracas has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
mvlad has joined #dri-devel
slattann has joined #dri-devel
<pq> kchibisov, but the compositing manager might, I guess
rasterman has joined #dri-devel
vliaskov has joined #dri-devel
lynxeye has joined #dri-devel
Haaninjo has joined #dri-devel
heat has joined #dri-devel
rgallaispou has joined #dri-devel
<MrCooper> kchibisov: if it happens in GNOME x11 but not in GNOME Wayland, a mutter issue seems most likely
itoral_ has quit [Remote host closed the connection]
heat is now known as Guest3246
heat has joined #dri-devel
Guest3246 has quit [Read error: No route to host]
Leopold_ has quit [Ping timeout: 480 seconds]
<kchibisov> Any suggestions on how to report it?
Leopold_ has joined #dri-devel
<kchibisov> I can share how to repro (given that you likely don't have to build anything), but that's about it.
Haaninjo has quit [Quit: Ex-Chat]
Guest3234 has quit [Ping timeout: 480 seconds]
xroumegue has quit [Ping timeout: 480 seconds]
sgruszka__ has quit [Remote host closed the connection]
sgruszka__ has joined #dri-devel
xroumegue has joined #dri-devel
DodoGTA has quit [Quit: DodoGTA]
DodoGTA has joined #dri-devel
kts has joined #dri-devel
simondnnsn has quit [Ping timeout: 480 seconds]
ninjaaaaa has quit [Ping timeout: 480 seconds]
Aura has quit [Ping timeout: 480 seconds]
apinheiro has joined #dri-devel
<robmur01> marex: yes, smells of MAX_ORDER
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
ghishadow has quit []
ghishadow has joined #dri-devel
Company has joined #dri-devel
ghishadow has quit []
<MrCooper> kchibisov: filing an issue with repro steps at https://gitlab.gnome.org/GNOME/mutter/-/issues should be a good start
pcercuei has joined #dri-devel
simondnnsn has quit [Ping timeout: 480 seconds]
ninjaaaaa has quit [Ping timeout: 480 seconds]
simondnnsn has joined #dri-devel
kts has quit [Remote host closed the connection]
ninjaaaaa has joined #dri-devel
ghishadow has joined #dri-devel
kts has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
grillo_05 has joined #dri-devel
mort_2 has joined #dri-devel
pjakobsson_ has joined #dri-devel
phryk_ has joined #dri-devel
odrling_ has joined #dri-devel
Daanct12 has joined #dri-devel
Emantor_ has joined #dri-devel
Thymo has joined #dri-devel
sgruszka__ has quit [Remote host closed the connection]
sgruszka__ has joined #dri-devel
samuelig_ has joined #dri-devel
vup2 has joined #dri-devel
eloy__ has joined #dri-devel
shoragan_ has joined #dri-devel
loki_val has joined #dri-devel
cr0n_ has joined #dri-devel
tjaalton_ has joined #dri-devel
kxkamil2 has joined #dri-devel
kugel_ has joined #dri-devel
bnieuwenhuizen_ has joined #dri-devel
apinheiro has quit [reticulum.oftc.net helix.oftc.net]
crabbedhaloablut has quit [reticulum.oftc.net helix.oftc.net]
simon-perretta-img has quit [reticulum.oftc.net helix.oftc.net]
kxkamil has quit [reticulum.oftc.net helix.oftc.net]
kgz has quit [reticulum.oftc.net helix.oftc.net]
vup has quit [reticulum.oftc.net helix.oftc.net]
mort_ has quit [reticulum.oftc.net helix.oftc.net]
kugel has quit [reticulum.oftc.net helix.oftc.net]
odrling has quit [reticulum.oftc.net helix.oftc.net]
phryk has quit [reticulum.oftc.net helix.oftc.net]
Danct12 has quit [reticulum.oftc.net helix.oftc.net]
eloy_ has quit [reticulum.oftc.net helix.oftc.net]
lemonzest has quit [reticulum.oftc.net helix.oftc.net]
Emantor has quit [reticulum.oftc.net helix.oftc.net]
pjakobsson has quit [reticulum.oftc.net helix.oftc.net]
Thymo_ has quit [reticulum.oftc.net helix.oftc.net]
grillo_0 has quit [reticulum.oftc.net helix.oftc.net]
valentine1 has quit [reticulum.oftc.net helix.oftc.net]
rawoul has quit [reticulum.oftc.net helix.oftc.net]
Namarrgon has quit [reticulum.oftc.net helix.oftc.net]
pochu has quit [reticulum.oftc.net helix.oftc.net]
shoragan has quit [reticulum.oftc.net helix.oftc.net]
wv[m] has quit [reticulum.oftc.net helix.oftc.net]
swick[m] has quit [reticulum.oftc.net helix.oftc.net]
koike has quit [reticulum.oftc.net helix.oftc.net]
libv has quit [reticulum.oftc.net helix.oftc.net]
AlexisHernndezGuzmn[m] has quit [reticulum.oftc.net helix.oftc.net]
PiGLDN[m] has quit [reticulum.oftc.net helix.oftc.net]
QiuWenbo[m] has quit [reticulum.oftc.net helix.oftc.net]
K0bin[m] has quit [reticulum.oftc.net helix.oftc.net]
kusma has quit [reticulum.oftc.net helix.oftc.net]
aura[m] has quit [reticulum.oftc.net helix.oftc.net]
vdavid003[m] has quit [reticulum.oftc.net helix.oftc.net]
FL4SHK[m] has quit [reticulum.oftc.net helix.oftc.net]
koki23[m] has quit [reticulum.oftc.net helix.oftc.net]
bubblethink[m] has quit [reticulum.oftc.net helix.oftc.net]
Mis012[m] has quit [reticulum.oftc.net helix.oftc.net]
ram15[m] has quit [reticulum.oftc.net helix.oftc.net]
tak2hu[m] has quit [reticulum.oftc.net helix.oftc.net]
daniliberman[m] has quit [reticulum.oftc.net helix.oftc.net]
marmarek[m] has quit [reticulum.oftc.net helix.oftc.net]
ofirbitt[m] has quit [reticulum.oftc.net helix.oftc.net]
cwfitzgerald[m] has quit [reticulum.oftc.net helix.oftc.net]
pedrohlc[m] has quit [reticulum.oftc.net helix.oftc.net]
mwalle has quit [reticulum.oftc.net helix.oftc.net]
gallo[m] has quit [reticulum.oftc.net helix.oftc.net]
cr0n has quit [reticulum.oftc.net helix.oftc.net]
dcbaker has quit [reticulum.oftc.net helix.oftc.net]
shadeslayer has quit [reticulum.oftc.net helix.oftc.net]
tjaalton has quit [reticulum.oftc.net helix.oftc.net]
aissen has quit [reticulum.oftc.net helix.oftc.net]
q66 has quit [reticulum.oftc.net helix.oftc.net]
Wallbraker has quit [reticulum.oftc.net helix.oftc.net]
samuelig has quit [reticulum.oftc.net helix.oftc.net]
bnieuwenhuizen has quit [reticulum.oftc.net helix.oftc.net]
KunalAgarwal[m][m] has quit [reticulum.oftc.net helix.oftc.net]
siddh has quit [reticulum.oftc.net helix.oftc.net]
pochu_ has joined #dri-devel
libv has joined #dri-devel
lemonzest has joined #dri-devel
rawoul has joined #dri-devel
guludo has joined #dri-devel
shadeslayer has joined #dri-devel
shadeslayer is now known as Guest3300
kgz has joined #dri-devel
kusma has joined #dri-devel
apinheiro has joined #dri-devel
Namarrgon has joined #dri-devel
aissen has joined #dri-devel
q66 has joined #dri-devel
mwalle has joined #dri-devel
samuelig_ is now known as samuelig
Guest3300 is now known as shadeslayer
koike has joined #dri-devel
koike is now known as Guest3304
simon-perretta-img has joined #dri-devel
FL4SHK[m] has joined #dri-devel
tjaalton_ is now known as tjaalton
yyds_ has quit [Remote host closed the connection]
BesterGester has quit [Quit: The Lounge - https://thelounge.chat]
BesterGester has joined #dri-devel
siddh has joined #dri-devel
dcbaker has joined #dri-devel
aura[m] has joined #dri-devel
gallo[m] has joined #dri-devel
krumelmonster has quit [Ping timeout: 480 seconds]
dorcaslitunya has joined #dri-devel
krumelmonster has joined #dri-devel
daniliberman[m] has joined #dri-devel
dorcaslitunya has quit [Remote host closed the connection]
Wallbraker has joined #dri-devel
warpme has joined #dri-devel
ernstp_ has quit []
cmichael has joined #dri-devel
ernstp has joined #dri-devel
vdavid003[m] has joined #dri-devel
Aura has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
fab has joined #dri-devel
jbarnes has quit [Remote host closed the connection]
jbarnes has joined #dri-devel
simon-perretta-img has joined #dri-devel
zxrom has joined #dri-devel
dorcaslitunya has joined #dri-devel
turo has joined #dri-devel
tak2hu[m] has joined #dri-devel
ofirbitt[m] has joined #dri-devel
turol has quit [Ping timeout: 480 seconds]
apinheiro has quit [Quit: Leaving]
turo has quit [Ping timeout: 480 seconds]
simon-perretta-img has quit [Read error: Connection reset by peer]
ninjaaaaa has quit [Ping timeout: 480 seconds]
simondnnsn has quit [Ping timeout: 480 seconds]
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
simon-perretta-img has joined #dri-devel
warpme has quit []
kts has joined #dri-devel
rosefromthedead has quit [Remote host closed the connection]
ella-0 has quit [Remote host closed the connection]
kchibisov has quit [Remote host closed the connection]
mainiomano has quit [Remote host closed the connection]
cmarcelo has quit [Remote host closed the connection]
rpigott has quit [Remote host closed the connection]
kuruczgy has quit [Remote host closed the connection]
pitust has quit [Remote host closed the connection]
kennylevinsen has quit [Remote host closed the connection]
ifreund has quit [Remote host closed the connection]
sumoon has quit [Remote host closed the connection]
cmarcelo has joined #dri-devel
mainiomano has joined #dri-devel
rpigott has joined #dri-devel
kchibisov has joined #dri-devel
ifreund has joined #dri-devel
ella-0 has joined #dri-devel
rosefromthedead has joined #dri-devel
kennylevinsen has joined #dri-devel
pitust has joined #dri-devel
sumoon has joined #dri-devel
kuruczgy has joined #dri-devel
simon-perretta-img has quit [Read error: Connection reset by peer]
warpme has joined #dri-devel
rgallaispou has quit [Read error: Connection reset by peer]
turol has joined #dri-devel
simon-perretta-img has joined #dri-devel
greenjustin_ has joined #dri-devel
minecrell has quit [Read error: Connection timed out]
dorcaslitunya has quit [Remote host closed the connection]
minecrell has joined #dri-devel
davispuh has joined #dri-devel
rgallaispou has joined #dri-devel
greenjustin has quit [Ping timeout: 480 seconds]
simondnnsn has quit [Ping timeout: 480 seconds]
ninjaaaaa has quit [Ping timeout: 480 seconds]
kzd has joined #dri-devel
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
QiuWenbo[m] has joined #dri-devel
cwfitzgerald[m] has joined #dri-devel
KunalAgarwal[m][m] has joined #dri-devel
pedrohlc[m] has joined #dri-devel
warpme has quit []
jsa has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
slattann has quit [Ping timeout: 480 seconds]
<gfxstrand> eric_engestrom: ci_run_n_monitor isn't working again. :weary:
<gfxstrand> Or maybe it's just not un-canceling jobs properly?
simon-perretta-img has quit [Ping timeout: 480 seconds]
<gfxstrand> I guess --force-manual got things running again?
<gfxstrand> I don't think that's actually what I want to do but it unblocked stuff
simon-perretta-img has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
<gfxstrand> I swear, we need CI for ci_run_n_monitory.py. :-P
<gfxstrand> Or a CTS or something
<gfxstrand> Sometimes it does what I want but a lot of times it just.... doesn
<gfxstrand> 't
bubblethink[m] has joined #dri-devel
<eric_engestrom> gfxstrand: in a (very long) meeting now, but yeah I noticed yesterday that jobs were not cancelled properly
<eric_engestrom> I just checked, there hasn't been any changes to the script recently (last change merged was on 2024-02-29) so it must be a change on the server side
<eric_engestrom> gitlab server, I mean
<eric_engestrom> I'l ask on #freedesktop if there's been any update recently
rz_ has joined #dri-devel
rz has quit [Ping timeout: 480 seconds]
<gfxstrand> They're cancelled. They're not uncanceling
khilman has left #dri-devel [#dri-devel]
krushia has quit [Read error: No route to host]
krushia has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
simondnnsn has quit [Ping timeout: 480 seconds]
ninjaaaaa has quit [Ping timeout: 480 seconds]
<tomeu> is any driver doing anything in their generated register setter macros for warning about field overflows?
<tomeu> I keep forgetting about these and end up scratching my head for way too long when there is a mismatch between the blob's value and mine
heat is now known as Guest3329
Guest3329 has quit [Read error: Connection reset by peer]
heat has joined #dri-devel
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
Duke`` has joined #dri-devel
simondnnsn has quit [Ping timeout: 480 seconds]
ninjaaaaa has quit [Ping timeout: 480 seconds]
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
PiGLDN[m] has joined #dri-devel
<alyssa> tomeu: genxml pack functions assert that there's no overflow
frieder has quit [Remote host closed the connection]
<alyssa> this found a LOT of bugs in panfrost back in the day
<tomeu> heh, yeah
<tomeu> thanks, will take a look
Mis012[m] has joined #dri-devel
koki23[m] has joined #dri-devel
sgruszka__ has quit []
kts has quit [Ping timeout: 480 seconds]
AlexisHernndezGuzmn[m] has joined #dri-devel
<eric_engestrom> gfxstrand: ah, so it's retry that's failing for you
<eric_engestrom> I had noticed cancel not cancelling
<eric_engestrom> talking with bentiss we think it's a new gitlab bug
<eric_engestrom> I'll make tests tomorrow
sukuna has joined #dri-devel
rgallaispou has left #dri-devel [#dri-devel]
simon-perretta-img has quit [Ping timeout: 480 seconds]
Kayden has quit [Quit: Leaving]
simon-perretta-img has joined #dri-devel
anujp has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
turo has joined #dri-devel
turol has quit [Ping timeout: 480 seconds]
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
vliaskov has quit [Ping timeout: 480 seconds]
karolherbst has quit [Quit: Konversation terminated!]
karolherbst has joined #dri-devel
apinheiro has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
wv[m] has joined #dri-devel
DPA2 has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
DPA has quit [Ping timeout: 480 seconds]
valentine1 has joined #dri-devel
tzimmermann has quit [Quit: Leaving]
sarthakbhatt has joined #dri-devel
jsa has joined #dri-devel
jeeeun841351908 has joined #dri-devel
molinari has quit [Remote host closed the connection]
molinari has joined #dri-devel
ram15[m] has joined #dri-devel
Daanct12 is now known as Danct12
fab has joined #dri-devel
konstantin_ has joined #dri-devel
konstantin is now known as Guest3343
konstantin_ is now known as konstantin
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
Guest3343 has quit [Ping timeout: 480 seconds]
heat is now known as Guest3344
heat has joined #dri-devel
Guest3344 has quit [Read error: Connection reset by peer]
jsa has quit [Ping timeout: 480 seconds]
marmarek[m] has joined #dri-devel
K0bin[m] has joined #dri-devel
junaid has joined #dri-devel
cmichael has quit [Quit: Leaving]
fab has quit [Quit: fab]
Guest3347 has joined #dri-devel
swick[m] has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
Lucretia has joined #dri-devel
simon-perretta-img has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
anujp has quit [Ping timeout: 480 seconds]
Guest3347 has quit [Read error: Connection reset by peer]
alyssa has quit [Quit: alyssa]
anujp has joined #dri-devel
naseer has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
ninjaaaaa has quit [Read error: No route to host]
simondnnsn has quit [Write error: connection closed]
ninjaaaaa has joined #dri-devel
simondnnsn has joined #dri-devel
ninjaaaaa has quit [Read error: Connection reset by peer]
simondnnsn has quit [Read error: Connection reset by peer]
simondnnsn has joined #dri-devel
ninjaaaaa has joined #dri-devel
Kayden has joined #dri-devel
mvlad has quit [Remote host closed the connection]
Haaninjo has joined #dri-devel
zxrom has quit [Remote host closed the connection]
zxrom has joined #dri-devel
vliaskov has joined #dri-devel
sima has quit [Ping timeout: 480 seconds]
molinari has quit [Read error: No route to host]
heat has quit [Read error: Connection reset by peer]
heat_ has joined #dri-devel
a-865 has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
anujp has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
junaid has quit [Quit: Lost terminal]
Duke`` has quit [Ping timeout: 480 seconds]
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
sarthakbhatt has quit []
kts has joined #dri-devel
iive has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
Kayden has quit [Quit: home]
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
kzd has quit [Quit: kzd]
kts has quit [Ping timeout: 480 seconds]
anujp has quit [Ping timeout: 480 seconds]
jkrzyszt has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
kzd has joined #dri-devel
Milardo has joined #dri-devel
anujp has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
simon-perretta-img has quit [Remote host closed the connection]
simon-perretta-img has joined #dri-devel
guludo has quit [Ping timeout: 480 seconds]
jernej_ has joined #dri-devel
jernej has quit [Read error: Connection reset by peer]
<marex> robmur01: I got further when I onforced intel_iommu=on (sigh)