ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
shashanks_ has joined #dri-devel
An0num0us has quit [Read error: Connection reset by peer]
shashanks__ has quit [Ping timeout: 480 seconds]
agd5f_ has joined #dri-devel
penguin42 has quit [Remote host closed the connection]
agd5f has quit [Ping timeout: 480 seconds]
heat has quit [Ping timeout: 480 seconds]
cef has joined #dri-devel
lemonzest has quit [Quit: WeeChat 4.0.4]
lemonzest has joined #dri-devel
Dark-Show has joined #dri-devel
Dark-Show has quit [Quit: Leaving]
Dark-Show has joined #dri-devel
co1umbarius has joined #dri-devel
columbarius has quit [Ping timeout: 480 seconds]
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
youmukonpaku133 has quit [Ping timeout: 480 seconds]
youmukonpaku133 has joined #dri-devel
Dark-Show has quit [Quit: Leaving]
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
oneforall2 has joined #dri-devel
Jeremy_Rand_Talos_ has joined #dri-devel
Jeremy_Rand_Talos has quit [Remote host closed the connection]
guru_ has quit [Ping timeout: 480 seconds]
youmukonpaku133 has quit [Ping timeout: 480 seconds]
Dark-Show has joined #dri-devel
gtristan has joined #dri-devel
<Dark-Show> Had a recent run in with a GLXBadFBConfig issue that I've debugged, turns out it was "user" error on my part. I was using the github.com/mesa3d/mesa which hasn't been updated in a few months. Switching to the gitlab fixed all my issues. Might help someone save some debug time.
oneforall2 has quit [Read error: Connection reset by peer]
<Dark-Show> Is the github mirror dead? Should it be removed?
agd5f has joined #dri-devel
bgs has joined #dri-devel
agd5f_ has quit [Ping timeout: 480 seconds]
Company has quit [Remote host closed the connection]
crabbedhaloablut has joined #dri-devel
junaid has joined #dri-devel
gtristan has quit [Ping timeout: 480 seconds]
tristan has joined #dri-devel
tristan is now known as Guest788
Duke`` has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
fab has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
sima has joined #dri-devel
An0num0us has joined #dri-devel
pcercuei has joined #dri-devel
Guest788 has quit [Ping timeout: 480 seconds]
junaid has quit [Remote host closed the connection]
APic has quit []
APic has joined #dri-devel
tristan has joined #dri-devel
tristan is now known as Guest796
junaid has joined #dri-devel
marioso has quit []
agd5f_ has joined #dri-devel
agd5f has quit [Ping timeout: 480 seconds]
Guest796 has quit [Ping timeout: 480 seconds]
youmukonpaku133 has joined #dri-devel
gouchi has joined #dri-devel
<linkmauve> Asahi people (marcan, alyssa, lina, perhaps I’m missing some), did you end up anywhere with notch support in DRM? I’m playing with a phone which has annoying round corners which userland doesn’t take into account, plus the front camera is in a notch.
Haaninjo has joined #dri-devel
youmukonpaku133 has quit [Read error: Connection reset by peer]
<jannau> linkmauve: no, we currently only render below the notch. tracking issue is https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/87 currently unavaible due to fdo gitlab upgrade
youmukonpaku133 has joined #dri-devel
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
Dark-Show has quit [Quit: Leaving]
tristan has joined #dri-devel
tristan is now known as Guest805
<linkmauve> Thanks, I’ll have a look once the upgrade is done. :)
<An0num0us> I have been browsing compiler/glsl/glsl_to_nir.cpp and on line 166-169 saw if (!param->type->is_vector() || !param->type->is_scalar()) {. Is that intended?
<An0num0us> unsupported = true;
<An0num0us> return visit_stop;
<An0num0us> }
<An0num0us> sorry, new to IRC
<An0num0us> Essentially, it seems that the condition marks the parameter as unsupported regardless of the type class, which seems off to me and there is no comment explaining this. On line 177 the return type is being checked with !glsl_type_is_vector_or_scalar
Mary has quit [Quit: The Lounge - https://thelounge.chat]
Haaninjo has quit [Ping timeout: 480 seconds]
youmukonpaku133 has quit [Ping timeout: 480 seconds]
youmukonpaku133 has joined #dri-devel
Mary has joined #dri-devel
Mary has quit []
Mary has joined #dri-devel
Mary has quit [Quit: The Lounge - https://thelounge.chat]
Mary has joined #dri-devel
Guest805 has quit [Ping timeout: 480 seconds]
tristan has joined #dri-devel
tristan is now known as Guest813
FireBurn has joined #dri-devel
<FireBurn> Is gitlab down just now?
junaid has quit [Remote host closed the connection]
<jannau> FireBurn: yes, see #freedesktop
<daniels> expect it to be down all day
<HdkR> It's really not merge day today
<karolherbst> An0num0us: if gitlab isn't down I'd suggest opening an MR
<karolherbst> but if you think the change is fine you can always submit it
<karolherbst> some of those helpers got added later and not all code got ported over
<karolherbst> although
<karolherbst> the original code kinda looks wrong :D
<karolherbst> An0num0us: anyway.. once gitlab is up again, you can either file an issue or suggest a change. I don't really know what the intention here was but a patter of "!condition || !other_condition" is kinda an odd thing to see as this most certainly evaluates to always true
<karolherbst> especially as is_scalar checks for vector_elements == 1 && ... and is_vector checks for vector_elements > 1 & ...
<karolherbst> *&&
Manas has joined #dri-devel
alyssa has left #dri-devel [#dri-devel]
Manas1 has joined #dri-devel
<Manas1> hi
Manas has quit [Quit: Page closed]
<Manas1> I am new to drm and wanted to know how can I get started with it. Like I dont have any experience with gpu programming but have worked a lot in C. Are there any particular resources I should look in order to get started with it?
heat has joined #dri-devel
Haaninjo has joined #dri-devel
Manas has joined #dri-devel
Manas has left #dri-devel [#dri-devel]
Manas1 has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
<emersion> Manas1: the KMS docs have an "external links" section with tutorials talks etc
Mary has quit [Quit: The Lounge - https://thelounge.chat]
Mary has joined #dri-devel
rasterman has joined #dri-devel
Guest813 has quit [Ping timeout: 480 seconds]
youmukonpaku133 has quit [Remote host closed the connection]
youmukonpaku133 has joined #dri-devel
oneforall2 has joined #dri-devel
dviola has left #dri-devel [WeeChat 4.0.4]
dviola has joined #dri-devel
Ndfkjhw4 has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
sravn has joined #dri-devel
kzd has joined #dri-devel
Surkow|laptop has quit [Read error: Connection reset by peer]
Surkow|laptop has joined #dri-devel
yyds has joined #dri-devel
junaid has joined #dri-devel
Dark-Show has joined #dri-devel
yyds has quit [Remote host closed the connection]
<DavidHeidelberg[m]> airlied: how did you run tinygrad? I did `GPU=1 ./examples/llama.py --prompt "hello!"` it show me it uses GPU, but I see 0 utilization of GPU and utilization of CPU
illwieckz has quit [Quit: I'll be back!]
macromorgan has quit [Quit: Leaving]
Dark-Show has quit [Quit: Leaving]
i-garrison has quit []
marioso has joined #dri-devel
marioso was kicked from #dri-devel by ChanServ [You are not permitted on this channel]
randman has joined #dri-devel
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
<randman> gfxstrand, it's that dma controller gives cisc capabilities to the offload engine, listen when you lay out pc-relative addressing such way, that first you make symmetric answer sets, and compute the aggregate of answers, then you do same with masks, then you have indexed answer sets, so printf is done on dma and also all the io engine stuff, like sound , most of network, and event loop is reconstructed on the cpu, compiler just puts things so that
<randman> outputs such as gpio is handled by dma, you are jason ekstrand i think, i am about to lift a biggest trophy in programming i know what i talk about, you need no locking semaphores and such in anywhere for gpu or cpu, so you are trying to fight too complex war, it is only needed in the kernel, but likely those bits are mature. so i only tried to help you, maybe you overcomplicate things, though they say hard in training and easier in the battle, i
<randman> can not see where such paradigm could be useful in practice. It took me some time after youth talent to be someone again, at 40 there is another trophy i will lift. 11 i lift a rare trophy by winning youth tournament multi-country without losing a set, after this i got injured and fell out, but i fought back to hang in there, and i know what i talk about.
randman has quit [Quit: Leaving]
macromorgan has joined #dri-devel
Company has joined #dri-devel
heat has quit [Remote host closed the connection]
i-garrison has joined #dri-devel
agd5f has joined #dri-devel
kts has joined #dri-devel
agd5f_ has quit [Ping timeout: 480 seconds]
cphealy has quit []
An0num0us has quit [Quit: WeeChat 3.5]
An0num0us has joined #dri-devel
Mary2 has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
cphealy has joined #dri-devel
Mary2 has quit []
rasterman has joined #dri-devel
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
junaid has quit [Remote host closed the connection]
<airlied> DavidHeidelberg[m]: does it crash or anything? I just ran it into a gpu timeout here, need to reboot with the command line to turn them off
<DavidHeidelberg[m]> airlied: first mistake was not habing Mesa installed, w/ installed mesa it's finally not using pocl
gouchi has joined #dri-devel
<DavidHeidelberg[m]> I didn't realized that Debian server setup has no mesa...
lsd|2 has joined #dri-devel
<airlied> I think mine just crashing the gpu, but I don't have the version of rusticl I used before, I'll have to rebuild it
lsd|2 has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
<DavidHeidelberg[m]> What is weird that tx6800 seems similar in performance terms as integrated intel...
<airlied> I should try on integrated
youmukonpaku133 has quit [Read error: Connection reset by peer]
randman has joined #dri-devel
randman was kicked from #dri-devel by ChanServ [You are not permitted on this channel]
youmukonpaku133 has joined #dri-devel
<airlied> seems to be mostly just crashing my gpu
crabbedhaloablut has quit []
<DavidHeidelberg[m]> I'm using debian trixie 23.1.6-1 and on nightly ci-deb-repo it also worked
<DavidHeidelberg[m]> (but cannot re-download and re-test, since FDO is down)
junaid has joined #dri-devel
<airlied> I'll hopefully have a 7900 of some sort this week
anujp has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
junaid has quit [Remote host closed the connection]
junaid has joined #dri-devel
<airlied> running with DEBUG= set doesn't seem as crashy
Haaninjo has quit [Quit: Ex-Chat]
thellstrom has joined #dri-devel
bgs has quit [Remote host closed the connection]
youmukonpaku133 has quit [Ping timeout: 480 seconds]
V has quit [Ping timeout: 480 seconds]
tobiasjakobi has joined #dri-devel
tobiasjakobi has quit [Remote host closed the connection]
V has joined #dri-devel
agd5f_ has joined #dri-devel
agd5f has quit [Ping timeout: 480 seconds]
youmukonpaku133 has joined #dri-devel
fab has quit [Quit: fab]
rasterman has quit [Quit: Gettin' stinky!]
Duke`` has quit [Ping timeout: 480 seconds]
junaid has quit [Remote host closed the connection]
gouchi has quit [Remote host closed the connection]
speles has joined #dri-devel
speles has quit []
sima has quit [Ping timeout: 480 seconds]
co1umbarius has quit [Ping timeout: 480 seconds]
pcercuei has quit [Quit: dodo]
co1umbarius has joined #dri-devel
Leopold has quit []
Leopold_ has joined #dri-devel
Dr_Who has quit []
youmukonpaku133 has quit [Read error: Connection reset by peer]
youmukonpaku133 has joined #dri-devel
ohmltb^ has joined #dri-devel
An0num0us has quit [Ping timeout: 480 seconds]
dviola has left #dri-devel [WeeChat 4.0.4]
dviola has joined #dri-devel
heat has joined #dri-devel
heat_ has joined #dri-devel
heat has quit [Read error: No route to host]