ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
glennk has quit [Ping timeout: 480 seconds]
smaeul has quit [Ping timeout: 480 seconds]
Calandracas has joined #dri-devel
Calandracas_ has quit [Remote host closed the connection]
Company has quit [Quit: Leaving]
smaeul has joined #dri-devel
guludo has quit [Quit: WeeChat 4.6.3]
rcf has quit [Quit: WeeChat 4.5.2]
rcf has joined #dri-devel
smaeul has quit [Ping timeout: 480 seconds]
olivial has quit [Read error: Connection reset by peer]
olivial has joined #dri-devel
djbw has quit [Ping timeout: 480 seconds]
smaeul has joined #dri-devel
nerdopolis has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
epoch101 has quit []
glennk has joined #dri-devel
user21 has quit [Ping timeout: 480 seconds]
agd5f_ has joined #dri-devel
agd5f has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
adavy has quit [Remote host closed the connection]
adavy has joined #dri-devel
davispuh has quit [Ping timeout: 480 seconds]
kzd has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15939
kasper93_ is now known as kasper93
sima has joined #dri-devel
Guest15939 has quit [Ping timeout: 480 seconds]
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15942
kasper93_ is now known as kasper93
Guest15942 has quit [Ping timeout: 480 seconds]
Company has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15944
kasper93_ is now known as kasper93
mehdi-djait3397165695212282475 has joined #dri-devel
Guest15944 has quit [Ping timeout: 480 seconds]
woskova has quit []
woskova has joined #dri-devel
tzimmermann has joined #dri-devel
dolphin has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15945
kasper93_ is now known as kasper93
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15946
kasper93_ is now known as kasper93
Guest15945 has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
fab has joined #dri-devel
sghuge has joined #dri-devel
Guest15946 has quit [Ping timeout: 480 seconds]
vliaskov_ has joined #dri-devel
user21 has joined #dri-devel
user21 has quit [Ping timeout: 480 seconds]
bolson has quit [Ping timeout: 480 seconds]
fab has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
<jani> airlied: how about that drm-misc-next pull request that mlankhorst kindly sent? https://lore.kernel.org/r/23ded62c-6a62-4195-9c08-4dfb81eafd72@linux.intel.com
jsa1 has quit [Ping timeout: 480 seconds]
rasterman has joined #dri-devel
jsa1 has joined #dri-devel
jkrzyszt has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
fab has joined #dri-devel
user21 has joined #dri-devel
JRepin has quit []
JRepin has joined #dri-devel
lynxeye has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
rasterman has joined #dri-devel
<dolphin> airlied, sima: drm-intel-next-fixes PR sent, the CI looks bit ugly before there is a backmerge of later -rc than -rc1
parthiban has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
Nasina has joined #dri-devel
mehdi-djait3397165695212282475 has quit []
mehdi-djait3397165695212282475 has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
apinheiro has joined #dri-devel
kts has joined #dri-devel
kasper93 has quit [Read error: Connection reset by peer]
kts has quit [Ping timeout: 480 seconds]
kasper93 has joined #dri-devel
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15957
kasper93_ is now known as kasper93
jsa1 has joined #dri-devel
kasper93_ has joined #dri-devel
kasper93 is now known as Guest15958
kasper93_ is now known as kasper93
Guest15957 has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
Guest15958 has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
jsa1 has quit [Ping timeout: 480 seconds]
fab has joined #dri-devel
<jadahl> is there some proper way to detect whether a i915 driven gpu is dedicated or integrated? currently looking at code that just compares the DEVPATH against /devices/pci0000:00/0000:00:02.0/drm/* but is there no better way than that?
<dolphin> jadahl: why is that a bad way?
Nasina has quit [Read error: Connection reset by peer]
<jadahl> I don't know, is it? seems a bit arbitrary to me
<dolphin> well, other ways are to check the presence of the VRAM or not
<jadahl> right
feaneron has joined #dri-devel
Nasina has joined #dri-devel
<dolphin> or maybe hwmon directory, but it's all kind of indirect
<jadahl> checking for vram presence is what's done for the xe driver
<jadahl> can one do that with i915 as well?
<jadahl> from userspace
<emersion> jadahl: vulkan has a device type field
<jadahl> interesting
* jadahl goes and links to that
<emersion> happy to help pushing this along if you're interested
Nasina has quit [Read error: Connection reset by peer]
<jadahl> the context is switcheroo-control, so using vulkan or EGL is roughly the same (it uses none so far)
<dolphin> jadahl: however "comparing DEVPATH" sounded more like you are writing a shell script?
<jadahl> dolphin: it's an udev rule
guludo has joined #dri-devel
<dolphin> I'm pretty sure DEVPATH is a solid way for i915 at least, you're only really covering dg1 and dg2
<jadahl> dolphin: ok, good to know, thanks
Nasina has joined #dri-devel
pixelcluster_ has quit []
pixelcluster has joined #dri-devel
<jfalempe> tzimmermann: Hi, may I push this https://patchwork.freedesktop.org/series/147997/ to drm-misc-next, or should I wait for more reviews?
Nasina has quit [Remote host closed the connection]
Nasina has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
mvlad has joined #dri-devel
nerdopolis has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
<tzimmermann> jfalempe, i've already looked over an earlier rev and v3 seems quite nice. i'd say it's ready to go in
<tzimmermann> regressions in such changes tend to be easy stuff were something simply got lost; so no big deal
manyfingersfree has joined #dri-devel
manyfingersfree has quit [Remote host closed the connection]
isakinakamura has joined #dri-devel
isakinakamura has quit [Remote host closed the connection]
dolphin has quit [Quit: Leaving]
<pixelcluster> eric_engestrom: dang, it looks like https://gitlab.freedesktop.org/mesa/mesa/-/commit/45235bf73c741271974d34b6d9024fbad589d3fb broke during backporting :/
<pixelcluster> it's quite an insidious issue - on 25.1+, where the commit was backported from, "radv_disable_dedicated_sparse_queue" is correct, but on 25.0.x it should be "radv_legacy_sparse_binding"
<pixelcluster> what's the best way to fix this here - MR against staging/25.0?
<jfalempe> tzimmermann: thanks, I will push it.
<kisak> ^ yes, non-trivial backports should be merge requests against the staging branch so that the extra info around the non-trivial change is retained
<javierm> jfalempe: I didn't answer because I was the one who acked the patch but I agree with tzimmermann that usually there's no reason to way that much for changes like this
phasta has joined #dri-devel
<tzimmermann> javierm, hi. i'd also like you to look over the lut-update series
<jfalempe> javierm: ok, thanks, I will be more pro-active next time :)
<javierm> tzimmermann: sure! I can take a look tomorrow. I didn't look in detail because I noticed that jfalempe was already reviewing it :)
<javierm> jfalempe: that's OK. I should also be better at pushing patches that I review/ack
<javierm> it's just that I never know if the person posting already has drm-misc rights to push or not
<tzimmermann> javierm, there are two drivers of yours affected
<javierm> tzimmermann: right. I'll review it. Thanks!
<tzimmermann> thank you
agd5f_ has quit [Read error: No route to host]
<javierm> tzimmermann: oh, I didn't know there was that
danilo has joined #dri-devel
melnary has quit [Ping timeout: 480 seconds]
melnary has joined #dri-devel
dakr has quit [Read error: Connection reset by peer]
nerdopolis has quit [Ping timeout: 480 seconds]
agd5f has joined #dri-devel
kzd has joined #dri-devel
<javierm> tzimmermann: hmm, the commiter heuristic seems to not be accurate
kxkamil has quit []
mehdi-djait3397165695212282475 has quit []
mehdi-djait3397165695212282475 has joined #dri-devel
tango_ has quit [Quit: I'm never quite so stupid as when I'm being smart (Linus van Pel)]
tango_ has joined #dri-devel
<tzimmermann> javierm, IDK how up-to-date this list is
user21 has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
chiku has joined #dri-devel
caitcatd- has joined #dri-devel
kts has joined #dri-devel
caitcatdev has quit [Ping timeout: 480 seconds]
Sid127 has quit [Ping timeout: 480 seconds]
phasta is now known as Guest15969
Guest15969 has quit []
frankbinns has quit [Remote host closed the connection]
frankbinns has joined #dri-devel
phasta has joined #dri-devel
MrCooper_ has joined #dri-devel
MrCooper has quit [Ping timeout: 480 seconds]
smaeul_ has joined #dri-devel
smaeul has quit [Read error: Connection reset by peer]
olivial has quit [Read error: Connection reset by peer]
MrCooper_ is now known as MrCooper
smaeul_ has quit []
smaeul has joined #dri-devel
smaeul has quit []
smaeul has joined #dri-devel
FireBurn has joined #dri-devel
Duke`` has joined #dri-devel
kxkamil has joined #dri-devel
tintou has quit [Read error: Connection reset by peer]
tyalie has quit [Read error: Connection reset by peer]
vliaskov_ has quit [Remote host closed the connection]
fantom has quit [Ping timeout: 480 seconds]
jadahl has quit [Remote host closed the connection]
jadahl has joined #dri-devel
dviola has left #dri-devel [WeeChat 4.6.2]
dviola has joined #dri-devel
tomba has quit [Ping timeout: 480 seconds]
DodoGTA has quit [Read error: Connection reset by peer]
tomba has joined #dri-devel
sven has quit [Ping timeout: 480 seconds]
sven has joined #dri-devel
evadot has quit [Remote host closed the connection]
evadot has joined #dri-devel
fantom has joined #dri-devel
lcn has quit [Ping timeout: 480 seconds]
lcn has joined #dri-devel
mriesch has quit [Ping timeout: 480 seconds]
dsimic is now known as Guest15981
dsimic has joined #dri-devel
rpavlik has quit [Ping timeout: 480 seconds]
Guest15981 has quit [Ping timeout: 480 seconds]
fantom_ has joined #dri-devel
fantom has quit [Ping timeout: 480 seconds]
dbrouwer has quit [Read error: Connection reset by peer]
leandrohrb has quit [Remote host closed the connection]
cyrinux9490 has quit [Ping timeout: 480 seconds]
mal has quit [Remote host closed the connection]
rpavlik has joined #dri-devel
cyrinux9490 has joined #dri-devel
mal has joined #dri-devel
dbrouwer1 has joined #dri-devel
leandrohrb has joined #dri-devel
mohan43u has quit [Read error: Connection reset by peer]
mohan43u has joined #dri-devel
fantom_ has quit [Ping timeout: 480 seconds]
fantom_ has joined #dri-devel
mriesch has joined #dri-devel
fab has joined #dri-devel
MrCooper_ has joined #dri-devel
MrCooper has quit [Ping timeout: 480 seconds]
phasta has quit [Quit: WeeChat 4.6.2]
JEEB has quit []
olivial has joined #dri-devel
MrCooper_ is now known as MrCooper
<MrCooper> emersion: could have just moved https://gitlab.freedesktop.org/mesa/drm/-/issues/116 to the proper project :)
<emersion> MrCooper: i wanted the reporter to follow the proper template there
<MrCooper> k
DodoGTA has joined #dri-devel
bolson has joined #dri-devel
Jeremy_Rand_Talos__ has joined #dri-devel
Jeremy_Rand_Talos_ has quit [Remote host closed the connection]
tzimmermann has quit [Quit: Leaving]
kts has quit [Quit: Konversation terminated!]
tobiasjakobi has joined #dri-devel
tobiasjakobi has quit [Remote host closed the connection]
MrCooper_ has joined #dri-devel
MrCooper has quit [Ping timeout: 480 seconds]
fab has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
yshui has quit [Ping timeout: 480 seconds]
yshui has joined #dri-devel
epoch101 has joined #dri-devel
Caterpillar has joined #dri-devel
JRepin has quit [Remote host closed the connection]
JRepin has joined #dri-devel
asrivats has quit [Read error: Connection reset by peer]
davispuh has joined #dri-devel
asrivats has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
djbw has joined #dri-devel
parthiban has joined #dri-devel
asrivats has quit [Ping timeout: 480 seconds]
MrCooper__ has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
MrCooper_ has quit [Ping timeout: 480 seconds]
guludo has quit [Ping timeout: 480 seconds]
cyrinux94907 has joined #dri-devel
asrivats has joined #dri-devel
cyrinux9490 has quit [Ping timeout: 480 seconds]
helmhotz has joined #dri-devel
asrivats has quit [Ping timeout: 480 seconds]
haaninjo has joined #dri-devel
jsa1 has joined #dri-devel
mehdi-djait3397165695212282475 has quit [Ping timeout: 480 seconds]
parthiban has quit [Ping timeout: 480 seconds]
<alyssa> v3d kernel oops
<alyssa> not sure who works on v3d.ko these days
<alyssa> mairacanal: maybe? ^^
asrivats has joined #dri-devel
guludo has joined #dri-devel
asrivats has quit [Remote host closed the connection]
qpla_ has quit [Read error: Connection reset by peer]
sima has quit [Ping timeout: 480 seconds]
amdiscoordhero has joined #dri-devel
cascardo_ has joined #dri-devel
cascardo has quit [Ping timeout: 480 seconds]
helmhotz has quit []
jsa1 has quit [Ping timeout: 480 seconds]
amdiscoordhero has quit [Remote host closed the connection]
mvlad has quit [Remote host closed the connection]
Nasina has joined #dri-devel
<eric_engestrom> pixelcluster: oh no, "drirc option was renamed" is something that I had not even though of as a possibility when applying backports :/
<eric_engestrom> I see your MR; merging it :)
djbw has quit [Ping timeout: 480 seconds]
haaninjo has quit [Quit: Ex-Chat]
Nasina has quit [Read error: Connection reset by peer]
tintou has joined #dri-devel
Nasina has joined #dri-devel
djbw has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Duke`` has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Company has quit [Quit: Leaving]
Nasina has quit [Read error: Connection reset by peer]
guludo has quit [Quit: WeeChat 4.6.3]
Nasina has joined #dri-devel
Nasina has quit [Ping timeout: 480 seconds]
agd5f_ has joined #dri-devel
agd5f has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
julionitra has joined #dri-devel
jkrzyszt_ has joined #dri-devel
jkrzyszt has quit [Ping timeout: 480 seconds]