ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
Nasina has joined #dri-devel
Nasina has quit [Remote host closed the connection]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
vedm_ has joined #dri-devel
u-amarsh04 has quit []
amarsh04 has joined #dri-devel
Nasina has joined #dri-devel
vedm has quit [Ping timeout: 480 seconds]
Company has quit [Ping timeout: 480 seconds]
epoch101 has quit []
alane has quit []
alane has joined #dri-devel
Company has joined #dri-devel
Company has quit []
Nasina 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
epoch101 has joined #dri-devel
epoch101 has quit []
epoch101 has joined #dri-devel
amarsh04 has quit []
glennk has joined #dri-devel
amarsh04 has joined #dri-devel
Nasina has quit [Ping timeout: 480 seconds]
epoch101 has quit []
Nasina has joined #dri-devel
Daanct12 has joined #dri-devel
cef has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
cef has joined #dri-devel
nerdopolis has quit [Ping timeout: 480 seconds]
oneforall2 has quit [Remote host closed the connection]
oneforall2 has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Fijxu has quit [Quit: XD!!]
dsimic is now known as Guest13129
dsimic has joined #dri-devel
Guest13129 has quit [Ping timeout: 480 seconds]
Fijxu has joined #dri-devel
calico has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Read error: Connection reset by peer]
Daanct12 has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
Daanct12 has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
sguddati has joined #dri-devel
dolphin has joined #dri-devel
Daanct12 has joined #dri-devel
itoral has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
yrlf has quit [Ping timeout: 480 seconds]
tzimmermann has joined #dri-devel
sguddati has quit [Ping timeout: 480 seconds]
haaninjo has joined #dri-devel
haaninjo has quit []
jfalempe has joined #dri-devel
jsa1 has joined #dri-devel
yrlf has joined #dri-devel
feaneron has quit [Ping timeout: 480 seconds]
pjakobsson has joined #dri-devel
frieder has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
fab has joined #dri-devel
rasterman has joined #dri-devel
vliaskov has joined #dri-devel
aravind has joined #dri-devel
bolson has quit [Ping timeout: 480 seconds]
Nasina has quit [Ping timeout: 480 seconds]
warpme has joined #dri-devel
lynxeye has joined #dri-devel
Nasina has joined #dri-devel
<mlankhorst> drm-tip is broken?
<mlankhorst> drivers/gpu/drm/panel/panel-auo-a030jtn01.c:203:9: error: ‘panel’ undeclared (first use in this function)
<tzimmermann> mlankhorst, a number of panel drivers appear to have build issues
<tzimmermann> apparently came with v6.15-rc1
<tzimmermann> maybe an incorrect merge
fab has quit [Ping timeout: 480 seconds]
<mlankhorst> Yeah, did someone attempt to fix it yet? it's breaking CI
<tzimmermann> mlankhorst: there's "drm/panel: Use refcounted allocation in place of devm_kzalloc()" on dri-devel
<tzimmermann> with some discussion
jkrzyszt has joined #dri-devel
sguddati has joined #dri-devel
<jani> ugh, at least three patches in the series with build failures, and nobody built it once before it was merged? not great
<jani> not to mention testing
tzimmermann has quit [Quit: Leaving]
tzimmermann has joined #dri-devel
hansg has joined #dri-devel
<Lynne> is there any way to force or at least coerce rdna3 into buffering BDA loads?
<Lynne> most of the time in my shader is spent simply waiting for the buffer load to finish, according to rgp
<Lynne> I can load everything I need upfront in a 32-byte array, but then nvidia perf almost halves as their hardware seems to cache just fine
vedm_ has quit []
benjaminl has quit [Read error: Connection reset by peer]
benjaminl has joined #dri-devel
<gnuiyl> mripard: Anything more needed to do for https://patchwork.freedesktop.org/series/135786/#rev8 ? If no, can you please help push patch 1-13?
warpme has quit []
sguddati has quit [Ping timeout: 480 seconds]
haaninjo has joined #dri-devel
apinheiro has joined #dri-devel
<jani> jfalempe: tzimmermann: saw the #if defined discussion from yesterday. maybe consider using IS_ENABLED() to simplify. #if IS_ENABLED(CONFIG_OF) && (IS_ENABLED(CONFIG_COMMON_CLK) || IS_ENABLED(CONFIG_REGULARTOR))
<jani> I'd go so far as to say checks for CONFIG_ macros should *always* use IS_ENABLED() instead of #ifdef or #if defined
glennk has quit [Remote host closed the connection]
Company has joined #dri-devel
phasta has joined #dri-devel
warpme has joined #dri-devel
fab has joined #dri-devel
Nasina has quit [Remote host closed the connection]
phasta_ has joined #dri-devel
phasta has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
kts has joined #dri-devel
coldfeet has joined #dri-devel
<kj2> I was working on a Crucible benchmark but started hitting linking errors like `crtstuff.c:(.text+0x76): relocation truncated to fit: R_X86_64_PC32 against `.bss'` where I think it's starting to hit the limit of the distance between some sections
<kj2> All tests and benchmarks seems to be linked together into the single executable so I was thinking of maybe separating things. Thought I'd ask here before trying to do that in case people have objections
fab has quit [Ping timeout: 480 seconds]
hansg has quit [Quit: Leaving]
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
<javierm> tzimmermann: I just reviewed the Sitronix ST7571 driver. Please chime in if I said anything that's wrong there
Nasina has quit [Remote host closed the connection]
Nasina has joined #dri-devel
<tzimmermann> didn'i ack it already :/
warpme has quit []
<tzimmermann> javierm ^
<javierm> tzimmermann: yes, you did and that's why I'm pointing it out
<tzimmermann> i cannot say much about the bindings, but the other pathces have my r-b
<javierm> tzimmermann: it's OK if you want to merge it as as. But IMO it needs some changes
<javierm> *as is
<tzimmermann> javierm, thanks for the additional reivew. those are quite a number of good points
<javierm> tzimmermann: you are welcome
<javierm> tzimmermann: the only comment that I was not 100% sure was the last one about the lifecycle
<javierm> but IIRC from our previous conversations and posted fixes, we need both a .remove and .shutdown handlers
coldfeet has quit [Quit: Lost terminal]
<javierm> to do drm_dev_unplug() + drm_atomic_helper_shutdown() and drm_atomic_helper_shutdown() respectively
warpme has joined #dri-devel
<tzimmermann> javierm, thanks for the efidrm module review BTW
<javierm> tzimmermann: yw
Nasina has quit [Read error: Connection reset by peer]
<tzimmermann> the recent change to ssh.gitlab has destroyed my setup
<tzimmermann> so i ran 'dim setup' to start anew
<tzimmermann> doing 'dim rebuild-tip' returns 'Branch setup for the integration repo is borked'
<tzimmermann> any ideas?
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
nerdopolis has joined #dri-devel
Nasina has joined #dri-devel
glennk has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
feaneron 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]
itoral has quit [Remote host closed the connection]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
warpme has quit []
guludo has joined #dri-devel
warpme has joined #dri-devel
phasta_ has quit []
fab has joined #dri-devel
<jani> auch
<jani> the problem with 'dim setup' is that people run it maybe once per several years. there's no incentive to polish it
<jani> tzimmermann: nightly.conf needs an update to ssh URLs, and I guess it also needs a mechanism to migrate
calico has joined #dri-devel
<jani> I wonder if this could Just Work http://paste.debian.net/1368248/
kts has joined #dri-devel
<jani> sadly, no. but I also don't understand why it isn't working :(
davispuh has joined #dri-devel
<jani> Hostname ssh.gitlab.freedesktop.org
<jani> Host gitlab.freedesktop.org
<jani> that's what I added to my .ssh/config and moved on, but obviously dim setup should do better
fab has quit [Quit: fab]
<tzimmermann> jani, thanks for the help. i'll see what i can do
warpme has quit []
<jani> tzimmermann: I wonder why we use the plain git@gitlab.freedesktop.org:drm/tip.git style at all. IIUC that could be ssh://git@gitlab.freedesktop.org/drm/tip.git with the protocol clearly stated
<jani> I've also been getting sporadic permission denied errors from gitlab recently
<demarchi> tzimmermann: that was fixed last week
<demarchi> tzimmermann: do you have latest maintainer-tools checkout?
<demarchi> tzimmermann: oops, it helps if I actually merge the MR
<demarchi> just did. Quick local fix if you don't want to setup it again: cd drm-tip; git checkout -B drm-tip drm-tip/drm-tip
<jani> demarchi: that's not enough though because of the SSH url change
<demarchi> jani: it is if you also added the .ssh/config change
<demarchi> s/change/setting
<tzimmermann> demarchi, thanks. i'll try that
<jani> demarchi: yes, with that it is, but arguably we shouldn't rely on that
warpme has joined #dri-devel
<tzimmermann> i do have the workaround for .ssh/config BTW.
<jani> demarchi: and we had people internally who saw the issues with ssh change, tried dim setup, and that didn't fix it
<demarchi> jani: agreed... I was going to look on the nightly.conf yesterday, but got busy with other stuff
<jfalempe> jani: in the end, tzimmermann found a way to remove this code, so no need for complex #if this time.
<jani> jfalempe: oh good
<demarchi> jani: looking at your diff... it seems it would work
<demarchi> jani: did you try that already?
<jani> demarchi: I tried it and it changed stuff but it didn't work
<jani> I got distracted, dunno what gives
<demarchi> `git remove -v` should answer if it changed it all
<tzimmermann> demarchi, jani, manually setting drm-tip did the job. thanks!
Nasina has joined #dri-devel
<demarchi> jani: we could move the ssh:// to be the first, so we have this prompt:
Aura has quit [Remote host closed the connection]
<demarchi> drm-rerere $ dim ub
<demarchi> Update drm to new ssh://git@ssh.gitlab.freedesktop.org/drm/kernel.git? (y/N)
<jani> right
<demarchi> maybe also remove the one with no protocol in it?
<demarchi> the only possible breakage I may think.... it may break people's setup if they have a insteadOf in git config
<demarchi> jani: on top of your diff... https://dpaste.com/3FAJZTWXQ
<demarchi> that worked for me
Daanct12 has quit [Read error: Connection reset by peer]
<jani> demarchi: that basically drops all git@ssh.gitlab.freedesktop.org:drm/tip.git style urls, but I guess they should still work, and if the user has them configured, I think it's going to break
<demarchi> it still has the ssh://git@ style as the first one
<jani> by providing a lot of flexibility we've created a monster
Nasina has quit [Ping timeout: 480 seconds]
<jani> demarchi: but does dim take that into account when trying to find the remote name based on the URL?
<demarchi> jani: I always thought "why are we not using google's repo" to sync the repos
<demarchi> jani: yes, it's in the old_urls
<demarchi> if the remote is configured with anything that matches an entry in the old_urls array, it will suggest to change to the first from the current array
<jani> demarchi: d'oh, too many levels of abstraction with this diff on top of diff :)
<jani> demarchi: want to send a patch? I don't think we do MR's for drm-rerere
<demarchi> the only breakage I can imagine is if people have git's insteadOf entries in their conf and match explicitly on git@, without ssh://
<demarchi> jani: but we could leave the git@ without protocol too if you think it's risky
<jani> nah, break it and require people to put in the protocl ;)
dolphin has quit [Quit: Leaving]
rsalvaterra has quit []
epoch101 has joined #dri-devel
<jani> *if* it even breaks
<demarchi> it's not very common to see people using insteadOf
rsalvaterra has joined #dri-devel
<demarchi> I actually used sometimes to redirect git:// to https://, because of silly company proxies
<demarchi> jani: do I add your s-o-b too?
<jani> demarchi: I don't care
Nasina has joined #dri-devel
<jani> not exactly copyright worthy either
Nasina has quit [Read error: Connection reset by peer]
Daanct12 has joined #dri-devel
<demarchi> jani: alright, done
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
<jani> demarchi: thanks! I also had a lightbulb moment and figured out what my issue was
<jani> I had the IdentityFile set for gitlab.freedesktop.org but not for ssh.gitlab.freedesktop.org, so it ended up using the wrong key
kzd has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
<demarchi> jani: yeah... i use *.gitlab.freedesktop.org
<demarchi> in my .ssh/config to set the username and identityfile
<javierm> tzimmermann: as mentioned before, I may be wrong with the .remove and .shutdown i2c driver callbacks
<javierm> if that's the case, I should fix my drivers because I've both currently and calling the aformentioned drm helpers
<javierm> tzimmermann: it would be great if you can comment on the thread since you are quite familiar with these objects lifecycles
bolson has joined #dri-devel
Daanct12 has quit [Quit: WeeChat 4.6.0]
Nasina has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
jsa1 has joined #dri-devel
krushia has joined #dri-devel
<tzimmermann> javierm, i think it only needs the unplug call
<tzimmermann> after that, the shutdown doesn't do anything
<tzimmermann> technically it's then disabled, but that appears pointless
<tzimmermann> for shutdown, it might do shutdown, i think
sima has joined #dri-devel
hansg has joined #dri-devel
shalem has joined #dri-devel
shalem has quit [Remote host closed the connection]
jsa1 has quit [Ping timeout: 480 seconds]
yuq825 has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
yuq825 has joined #dri-devel
sguddati has joined #dri-devel
Duke`` has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
warpme has quit []
sguddati has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
epoch101_ has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
epoch101_ has quit [Ping timeout: 480 seconds]
alih has joined #dri-devel
airlied_ has joined #dri-devel
bwidawsk has quit [Read error: No route to host]
jstultz has quit [Read error: No route to host]
nicolejadeyee has quit [Read error: No route to host]
lileo has quit [Read error: No route to host]
narmstrong has quit [Read error: No route to host]
linyaa has quit [Read error: No route to host]
mdnavare_ has quit [Read error: Connection reset by peer]
zx2c4 has quit [Read error: No route to host]
jluthra has quit [Read error: No route to host]
hashar has quit [Read error: Connection reset by peer]
steev has quit [Write error: connection closed]
linusw has quit [Read error: Connection reset by peer]
buhman has quit [Write error: connection closed]
ddavenport____ has quit [Read error: No route to host]
hwentlan_ has quit [Write error: connection closed]
jnoorman has quit [Write error: connection closed]
angular_mike_______ has quit [Read error: No route to host]
cheako has quit [Write error: connection closed]
ogabbay has quit [Read error: No route to host]
conchuod has quit [Write error: connection closed]
cengiz_io has quit [Write error: connection closed]
robher has quit [Write error: connection closed]
NishanthMenon has quit [Read error: No route to host]
samuelig has quit [Read error: Connection reset by peer]
seanpaul has quit [Write error: connection closed]
kathleen_ has quit [Write error: connection closed]
markco has quit [Write error: connection closed]
hfink has quit [Read error: No route to host]
CosmicPenguin has quit [Read error: No route to host]
fgcrl has quit [Read error: Connection reset by peer]
_alice has quit [Write error: connection closed]
DemiMarie has quit [Write error: connection closed]
norris has quit [Read error: No route to host]
dianders has quit [Read error: No route to host]
pundir has quit [Read error: Connection reset by peer]
dschuermann has quit [Write error: connection closed]
SanchayanMaity__ has quit [Write error: connection closed]
vgpu-arthur___ has quit [Write error: connection closed]
ernstp has quit [Write error: connection closed]
TimurTabi has quit [Write error: connection closed]
arnd has quit [Read error: No route to host]
MTCoster has quit [Read error: No route to host]
lvrp16_ has quit [Read error: No route to host]
zzag has quit [Read error: No route to host]
tfiga has quit [Read error: No route to host]
krh has quit [Read error: No route to host]
olv has quit [Write error: connection closed]
zzoon has quit [Write error: connection closed]
jimjams has quit [Write error: connection closed]
eric_engestrom has quit [Read error: No route to host]
CosmicPenguin has joined #dri-devel
ddavenport____ has joined #dri-devel
kathleen_ has joined #dri-devel
angular_mike_______ has joined #dri-devel
hwentlan_ has joined #dri-devel
rodrigovivi has quit [Read error: No route to host]
haasn has quit [Read error: No route to host]
ogabbay has joined #dri-devel
mdnavare_ has joined #dri-devel
hashar has joined #dri-devel
hfink has joined #dri-devel
olv has joined #dri-devel
airlied has quit [Ping timeout: 480 seconds]
zzag has joined #dri-devel
TimurTabi has joined #dri-devel
tfiga has joined #dri-devel
zdobersek has quit [Read error: No route to host]
nicolejadeyee has joined #dri-devel
sskras has quit [Read error: Connection reset by peer]
lool has quit [Read error: Connection reset by peer]
buhman has joined #dri-devel
ernstp has joined #dri-devel
lvrp16_ has joined #dri-devel
zmike has quit [Read error: No route to host]
conchuod has joined #dri-devel
austriancoder has quit [Read error: Connection reset by peer]
robclark has quit [Read error: No route to host]
cwabbott has quit [Read error: Connection reset by peer]
linusw has joined #dri-devel
seanpaul has joined #dri-devel
jimjams has joined #dri-devel
norris has joined #dri-devel
zx2c4 has joined #dri-devel
markco has joined #dri-devel
zdobersek has joined #dri-devel
arnd has joined #dri-devel
DemiMarie has joined #dri-devel
lileo has joined #dri-devel
narmstrong has joined #dri-devel
SanchayanMaity__ has joined #dri-devel
haasn has joined #dri-devel
pundir has joined #dri-devel
vgpu-arthur___ has joined #dri-devel
jnoorman has joined #dri-devel
dianders has joined #dri-devel
_alice has joined #dri-devel
lool has joined #dri-devel
samuelig has joined #dri-devel
NishanthMenon has joined #dri-devel
dschuermann has joined #dri-devel
bwidawsk has joined #dri-devel
zzoon has joined #dri-devel
MTCoster has joined #dri-devel
eric_engestrom has joined #dri-devel
krh has joined #dri-devel
zmike has joined #dri-devel
jluthra has joined #dri-devel
robclark has joined #dri-devel
austriancoder has joined #dri-devel
cengiz_io has joined #dri-devel
steev has joined #dri-devel
cwabbott has joined #dri-devel
jstultz has joined #dri-devel
linyaa has joined #dri-devel
sskras has joined #dri-devel
fgcrl has joined #dri-devel
rodrigovivi has joined #dri-devel
cheako has joined #dri-devel
robher has joined #dri-devel
yshui has quit [Ping timeout: 480 seconds]
yshui has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Ping timeout: 480 seconds]
djbw has joined #dri-devel
etehtsea has quit [Ping timeout: 480 seconds]
etehtsea has joined #dri-devel
tzimmermann has quit [Quit: Leaving]
coldfeet has joined #dri-devel
glennk has quit [Read error: Connection reset by peer]
kts has joined #dri-devel
glennk has joined #dri-devel
<demarchi> jani: however the fix to the nightly.conf assumes people can still fetch drm-rerere
<demarchi> otherwise they will simply see it block
<jani> demarchi: true, but same is true for updating maintainer-tools
<demarchi> yep
<jani> mmh, okay, some people might have maintainer tools cloned via https
<jani> but I don't think we can reasonably automate everything
<demarchi> jani: I think moving all the repos to be via https by default would make sense
<jani> how does that work with pushing nowadays?
<demarchi> because 1) it's possible to setup push via https and 2) most people set up the environment before becoming a committer
<demarchi> jani: it's on gitlab settings
djbw has quit [Ping timeout: 480 seconds]
jsa1 has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
rcf has quit [Quit: WeeChat 4.4.2]
rcf has joined #dri-devel
fab has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
pcercuei has joined #dri-devel
sima has quit [Ping timeout: 480 seconds]
hansg has quit [Remote host closed the connection]
Nasina has joined #dri-devel
djbw has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
Nasina has quit [Remote host closed the connection]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
vliaskov has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
<dj-death> alyssa: you didn't find any nir_lower_tex shortcomings then?
<dj-death> alyssa: for maintenance8
<alyssa> dj-death: not for agx anyway
<alyssa> but I see what your issue is, I'm just spread very thin right now
<dj-death> alyssa: no worries
<dj-death> we're likely the only ones in that situation I think
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
DavidGee[m] has joined #dri-devel
coldfeet has quit [Quit: Lost terminal]
fab has quit [Remote host closed the connection]
lynxeye has quit [Quit: Leaving.]
jkrzyszt has quit [Quit: Konversation terminated!]
epoch101 has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
iive has joined #dri-devel
Nasina has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
haaninjo has quit [Quit: Ex-Chat]
Nasina has quit [Read error: Connection reset by peer]
mattrope has quit [Remote host closed the connection]
Nasina has joined #dri-devel
Calandracas has quit [Remote host closed the connection]
guludo has quit [Ping timeout: 480 seconds]
Calandracas has joined #dri-devel
vliaskov has joined #dri-devel
eloy_ has quit [Remote host closed the connection]
eloy_ has joined #dri-devel
kxkamil has quit [Remote host closed the connection]
kxkamil has joined #dri-devel
JEEB has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
vliaskov_ has joined #dri-devel
benjaminl has quit [Read error: Connection reset by peer]
benjaminl has joined #dri-devel
vliaskov has quit [Ping timeout: 480 seconds]
Nasina has quit [Remote host closed the connection]
a_fantom has joined #dri-devel
fantom has quit [Ping timeout: 480 seconds]
vliaskov_ has quit [Ping timeout: 480 seconds]
glennk has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel