ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
croissant has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
YuGiOhJCJ has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
olivial has quit [Read error: Connection reset by peer]
olivial has joined #dri-devel
haaninjo has quit [Quit: Ex-Chat]
Lyude has quit [Read error: Connection reset by peer]
kzd has joined #dri-devel
Lyude has joined #dri-devel
The_Company has joined #dri-devel
jewins has quit [Ping timeout: 480 seconds]
Company has quit [Ping timeout: 480 seconds]
jewins has joined #dri-devel
<luc> karolherbst: hi, could you please explain a bit what's mean by "<karolherbst> but if you installed it yourself, you have to enable the spirv-llvm-translator tooling before handling libclc", i suppose i encounter the same issue as FireBurn's before: there's no spirv-mesa3d-.spv and spirv64-mesa3d-.spv under my llvm install path /usr/local/share/clc,
<luc> i have managed to compile SPIRV-LLVM-Translator as llvm subproject following its readme, but still nothing but .bc files under /usr/local/share/clc, is there something i'm missing?
<luc> here's how i build llvm-19.1.0: cmake .. -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=“BPF;AMDGPU;host” -DLLVM_ENABLE_PROJECTS="clang;libclc“ -DLLVM_BUILD_RUNTIME=OFF -DLLVM_USE_LINKER=mold -DLLVM_ENABLE_DUMP=ON -DCMAKE_INSTALL_PREFIX=/usr/local
luc_ has joined #dri-devel
luc_ has quit []
feaneron has joined #dri-devel
sally has joined #dri-devel
sally has quit []
the_sea_peoples has quit [Ping timeout: 480 seconds]
sally has joined #dri-devel
olivial has left #dri-devel [#dri-devel]
olivial has joined #dri-devel
davispuh has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
croissant_ has quit []
nerdopolis has quit [Ping timeout: 480 seconds]
croissant has joined #dri-devel
coldfeet has joined #dri-devel
glennk has joined #dri-devel
coldfeet has quit [Quit: Lost terminal]
feaneron has quit [Ping timeout: 480 seconds]
smaeul has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
The_Company has quit []
chiku has quit [Read error: Connection reset by peer]
caitcatdev has quit [Remote host closed the connection]
Sid127 has joined #dri-devel
caitcatdev has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
asrivats has quit [Ping timeout: 480 seconds]
asrivats has joined #dri-devel
Nasina has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
Kayden has joined #dri-devel
jewins has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
helmhotz_ has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
sima has joined #dri-devel
jsa1 has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
fab has quit [Quit: fab]
fab has joined #dri-devel
illwieckz_ has joined #dri-devel
smaeul has joined #dri-devel
illwieckz has quit [Ping timeout: 480 seconds]
epoch101 has quit []
fab has quit [Quit: fab]
tzimmermann has joined #dri-devel
lsntvt has joined #dri-devel
asrivats has quit [Ping timeout: 480 seconds]
blaztinn has quit [Remote host closed the connection]
blaztinn has joined #dri-devel
jbarnes has quit [Read error: Connection reset by peer]
kerneltoast has quit [Read error: Connection reset by peer]
austriancoder has quit [Read error: Connection reset by peer]
rg3igalia has quit [Read error: Connection reset by peer]
pendingchaos has quit [Read error: Connection reset by peer]
kerneltoast has joined #dri-devel
rg3igalia has joined #dri-devel
pendingchaos has joined #dri-devel
austriancoder has joined #dri-devel
jbarnes has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
<mlankhorst> Gah, forgot to actually send the pull-request yesterday..
krh has joined #dri-devel
fab has joined #dri-devel
fab has quit [Read error: Connection reset by peer]
fab has joined #dri-devel
fab is now known as Guest18812
jbarnes has quit [Read error: Connection reset by peer]
jbarnes has joined #dri-devel
warpme has joined #dri-devel
frankbinns has quit [Ping timeout: 480 seconds]
jkrzyszt has joined #dri-devel
LeviYun has quit [Ping timeout: 480 seconds]
rasterman has joined #dri-devel
lynxeye has joined #dri-devel
frankbinns has joined #dri-devel
olivial has quit [Read error: Connection reset by peer]
olivial has joined #dri-devel
bolson has quit [Ping timeout: 480 seconds]
valpackett has quit [Ping timeout: 480 seconds]
Guest18812 has quit []
fab_ has joined #dri-devel
fab_ is now known as Guest18818
frankbinns1 has joined #dri-devel
mripard has joined #dri-devel
frankbinns2 has joined #dri-devel
frankbinns has quit [Ping timeout: 480 seconds]
frankbinns1 has quit [Ping timeout: 480 seconds]
Cahata has joined #dri-devel
Cahata has left #dri-devel [#dri-devel]
frankbinns has joined #dri-devel
frankbinns1 has joined #dri-devel
<karolherbst> luc: need to enable the spirv libclc target
frankbinns2 has quit [Ping timeout: 480 seconds]
frankbinns has quit [Ping timeout: 480 seconds]
OftenTimeConsuming has quit [Remote host closed the connection]
<luc> karolherbst: yes, but in my case, -DLIBCLC_TARGETS_TO_BUILD="spirv-mesa3d-;spirv64-mesa3d-" still fails.
<karolherbst> how does it fail?
<luc> it ends up the problem is cmake
<luc> when SPIRV-LLVM-Translator is built as LLVM subproject, its cmake project name `LLVM_SPIRV` and libclc's cmake `find_program(LLVM_SPIRV llvm-spirv PATHS ...)` seem to have cmake confusing, in my case, cmake always failed to find llvm-spirv. the workaround is renaming LLVM_SPIRV to LLVM_SPIRV_XXXX in libclc CMakeLists.txt
<luc> as long as rename LLVM_SPIRV in libclc find_program, it works
OftenTimeConsuming has joined #dri-devel
<tzimmermann> javierm, jfalempe, thanks for reviewing
<jfalempe> tzimmermann: you're welcome.
<tzimmermann> jfalempe, have a minute?
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
<jfalempe> Sure,
<tzimmermann> jfalempe, i've recently tried to untangle the POST code in the ast driver. specifically the file https://elixir.bootlin.com/linux/v6.15.3/source/drivers/gpu/drm/ast/ast_post.c
<tzimmermann> and i've notived that some code does not seem to handle AST2600 at all
<tzimmermann> even though it should
<tzimmermann> in ast_set_de_ext_reg(), there are special cases for AST2300 to AST2500. but AST2600 then uses values for old AST2000
<tzimmermann> it's the 'if (IS_AST_GEN)' cases
<tzimmermann> ans the same happens in the dram-post code, which handles AST2500 but uses old values for AST2600
<tzimmermann> jfalempe, i've reached out to aspeed but got no answer so far. should we attempt to fix this?
apinheiro has joined #dri-devel
<jfalempe> tzimmermann: I think the ast2600 support was a bit hacky when added, and I remember there was already other places when it was not handled properly.
<tzimmermann> right IIRC
<javierm> tzimmermann: you are welcome. I still have a couple of your patch series in my TODO to review. At least I could go through some of them
<jfalempe> So the choice is to risk some regression by fixing the code.
<tzimmermann> javier, yeah there's a vesadrm series :)
badal has joined #dri-devel
<tzimmermann> jfalempe, i'd send out my cleanup first. on top of that, a 'fix' could be done easily on top without Fixes tag or backports. we could revert that as needed
<tzimmermann> would that work for you?
<jfalempe> tzimmermann: I can help to test on a few ast2600 model, to spot regression early.
<tzimmermann> sure, that's welcome. i do have a dev board as well
badal__ has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
chewitt has joined #dri-devel
jsa1 has joined #dri-devel
frankbinns2 has joined #dri-devel
frankbinns1 has quit [Read error: Connection reset by peer]
haaninjo has joined #dri-devel
badal has quit [Remote host closed the connection]
badal__ has quit [Remote host closed the connection]
K900 has quit [Remote host closed the connection]
K900 has joined #dri-devel
vliaskov has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
asrivats has joined #dri-devel
caitcatd| has quit [Read error: Connection reset by peer]
Sid127- has quit [Read error: Connection reset by peer]
caitcatd- has joined #dri-devel
chiku has joined #dri-devel
Guest18818 has quit []
Nasina has quit [Read error: Connection reset by peer]
Sid127- has joined #dri-devel
caitcatd- has quit [Read error: Connection reset by peer]
chiku has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
caitcatd- has joined #dri-devel
Nasina has quit [Remote host closed the connection]
Calandracas has quit [Remote host closed the connection]
Calandracas has joined #dri-devel
caitcatd| has joined #dri-devel
caitcatd- has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
warpme has quit []
warpme has joined #dri-devel
badal has joined #dri-devel
Feijstag has joined #dri-devel
Nasina has joined #dri-devel
fantom has quit [Ping timeout: 480 seconds]
<zamundaaa[m]> <Xan[m]> "this is the correct room to..." <- This can be the right place to talk about such problems, but an issue on the relevant kernel driver's gitlab repo is better
Nasina has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
frankbinns2 has quit [Remote host closed the connection]
frankbinns2 has joined #dri-devel
lsntvt has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
badal has quit [Remote host closed the connection]
guludo has joined #dri-devel
warpme has quit []
davispuh has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
fab has joined #dri-devel
warpme has joined #dri-devel
feaneron has joined #dri-devel
<zamundaaa[m]> It's not a single bug, it's the end result of multiple hard to debug issues
<MrCooper> FWIW, not seeing their messages on IRC
K900 has quit [Remote host closed the connection]
K900 has joined #dri-devel
psykose has quit [Remote host closed the connection]
psykose has joined #dri-devel
ellyq_ has joined #dri-devel
kts has joined #dri-devel
YuGiOhJCJ has quit []
kxkamil has quit [Ping timeout: 480 seconds]
jewins has joined #dri-devel
<karolherbst> probably needs to authenticate on the IRC side
kzd has joined #dri-devel
Feijstag has quit [Ping timeout: 480 seconds]
valpackett has joined #dri-devel
nerdopolis has joined #dri-devel
<dwfreed> indeed, this channel is +M and they are not identified
<karolherbst> I wished the matrix bridge would tell users :)
<dwfreed> I wish the matrix bridge would do a lot of things, but at this point my biggest wish is that it would just die
<karolherbst> you have the power to just block it tho :P
<ukleinek> then all the people who wail about it should better die, too I guess :-)
<karolherbst> the bridge has many issues and apparently they are ignored and I don't have enough spoons dealing with it myself
epoch101 has joined #dri-devel
<karolherbst> like imagine you have a chat room, and then some software (e.g. facebook) bridges it and lets its user interact. But your moderation tools don't work on the some software (e.g. facebook) side, so now you are forced to deal with spam there. That's the matrix bridge.
<karolherbst> anyway... if there is _anybody_ willing to fix those issues, please you'll get my infinite gratitude. Heck, I'd even pay for it.
luc_ has joined #dri-devel
luc_ has quit []
<dwfreed> karolherbst: people tend to get cranky when we do things unilaterally, though
<karolherbst> yeah I mean.. for sure
<karolherbst> people are also being cranky having to deal with the bridge... like I have nothing against it if it would have been opt-in from the start with a disclaimer on what additional obligations that comes with
<karolherbst> or well... seeing issues being addressed
<dwfreed> You're not wrong; and I think at this point most of our communities that have a larger matrix presense are no longer using the matrix.org bridge
<dwfreed> I'll probably bring it up in a month ish after my vacation
<karolherbst> at least the spam issue is hopefully? solved? Dunno who keeps an eye on it
<dwfreed> It isn't, we still regularly get matrix spam
<karolherbst> I thought a spam bot was set up on the matrix side to deal with it, though no idea how reliable that one is
<dwfreed> some communities run mjolnir on their matrix rooms
<karolherbst> yeah, I think somebody set it up for this channel, but I forgot who that was
kts has quit [Ping timeout: 480 seconds]
ellyq_ has quit []
warpme has quit []
frankbinns2 is now known as frankbinns
the_sea_peoples has joined #dri-devel
dviola has quit [Quit: WeeChat 4.6.3]
<robclark> daniels: I guess __DRI_IMAGE_FORMAT should == PIPE_FORMAT these days? So should I just remove the dri format from dri2_format_mapping before adding new entries?
bolson has joined #dri-devel
<MrCooper> I suspect so, see also the thread starting at https://gitlab.freedesktop.org/mesa/mesa/-/issues/12626#note_2785947
tobiasjakobi has joined #dri-devel
tobiasjakobi has quit [Remote host closed the connection]
<robclark> hmm, BE strikes it's head again.. maybe the format table needs to have some ifdef for BE vs LE.. but since the __DRI_IMAGE_FORMAT_x's are 1:1 with PIPE_FORMAT_x it seems to be fine to drop that and simplify the table.
<robclark> (also the reverse component order in the naming between drm and pipe is giving me a headache ;-))
<MrCooper> per my comments re this topic, different variants per endianness shouldn't be necessary
<MrCooper> since there are endianness-invariant mappings between DRM & pipe formats (at least the common ones)
<robclark> hmm, ok, so as long as we don't use the "native endian" variants of PIPE_FORMATs (ie. PIPE_FORMAT_BGRA8888_UNORM, etc) we should be good
Duke`` has joined #dri-devel
<robclark> hmm, but the format table is currently using PIPE_FORMAT_BGRA8888_UNORM, etc :-/
tzimmermann has quit [Quit: Leaving]
<robclark> hmm, and also the __DRI_IMAGE_FORMATS only match for rgb, it is kinda a miss-mash for yuv
epoch101 has quit [Ping timeout: 480 seconds]
adaltun has joined #dri-devel
dsimic is now known as Guest18904
dsimic has joined #dri-devel
Guest18904 has quit [Ping timeout: 480 seconds]
adaltun has quit []
epoch101 has joined #dri-devel
mripard has quit [Quit: WeeChat 4.6.3]
coldfeet has joined #dri-devel
chewitt has quit [Remote host closed the connection]
frankbinns has quit [Ping timeout: 480 seconds]
jfalempe has quit [Quit: jfalempe]
chewitt has joined #dri-devel
jfalempe has joined #dri-devel
chewitt has quit []
jhli_ has quit [Remote host closed the connection]
Jeremy_Rand_Talos has quit [Remote host closed the connection]
Jeremy_Rand_Talos has joined #dri-devel
coldfeet has quit [Quit: Lost terminal]
<robclark> hmm, https://patchwork.freedesktop.org/series/130386/ appears to have been dropped. Any volunteer to push it to drm-misc?
jkrzyszt has quit [Quit: Konversation terminated!]
gnuiyl has quit [Remote host closed the connection]
jhli has joined #dri-devel
gnuiyl has joined #dri-devel
roboporo[m] has joined #dri-devel
roboporo is now known as Guest18953
roboporo[m] is now known as roboporo
roboporo has left #dri-devel [User left]
Guest18953 is now known as roboporo
frankbinns has joined #dri-devel
kts has joined #dri-devel
helmhotz has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
fab has quit [Quit: fab]
olivial has quit [Read error: Connection reset by peer]
olivial has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
jewins1 has joined #dri-devel
jewins1 has quit []
jewins has quit [Ping timeout: 480 seconds]
jsa1 has quit [Ping timeout: 480 seconds]
fantom has joined #dri-devel
feaneron has quit [Ping timeout: 480 seconds]
epoch101 has quit [Ping timeout: 480 seconds]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
warpme has joined #dri-devel
valpackett has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
lph_ is now known as lph
Nasina has joined #dri-devel
<karolherbst> zmike: there ya go, I did it, probably in the worst possible way: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35806
lph has quit [Remote host closed the connection]
lph has joined #dri-devel
Kayden has quit [Quit: Leaving]
Kayden has joined #dri-devel
iive has joined #dri-devel
warpme has quit []
sima has quit [Ping timeout: 480 seconds]
Nasina has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
<Wolf480pl> noob question about MR workflow: when I push a "v2" of a patchset, should all commits have "v2" in their name, even ones that I didn't change, and ones that did not exist in v1? Or do I version each commit separately?
<austriancoder> how should I handle this xfb case? output1: buffer=1 offset=0, location=2, component_offset=2, component_mask=0xc, stream=0
<austriancoder> component_mask of 0xc with an offset of 2?
vliaskov has quit [Ping timeout: 480 seconds]
<austriancoder> I see this pattern with dEQP-GLES3.functional.transform_feedback.array.separate.points.lowp_vec2
guludo has quit [Quit: WeeChat 4.6.3]
<zmike> karolherbst: thanks I hate it
<karolherbst> runs unigine heaven, I think my job here is done :P
Duke`` has quit [Ping timeout: 480 seconds]
feaneron has joined #dri-devel
idr has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
lion328 has quit [Quit: Leaving]
zzyiwei has joined #dri-devel
lion328 has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
lph has quit [Remote host closed the connection]
lph has joined #dri-devel
Calandracas_ has joined #dri-devel
Calandracas has quit [Remote host closed the connection]
roboporo has left #dri-devel [WeeChat 4.6.3]
roboporo has joined #dri-devel
helmhotz has quit [Remote host closed the connection]