ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
scrumplex_ has joined #freedesktop
scrumplex has quit [Ping timeout: 480 seconds]
ximion has quit [Quit: Detached from the Matrix]
jarthur has quit []
georgc has joined #freedesktop
gchini has quit [Read error: Connection reset by peer]
swatish2 has joined #freedesktop
benh has quit [Remote host closed the connection]
benh has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
tlwoerner has joined #freedesktop
swatish2 has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
snetry has joined #freedesktop
sentry has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
opoku has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
guludo has quit [Ping timeout: 480 seconds]
sima has joined #freedesktop
swatish2 has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
georgc has quit [Quit: Leaving]
gchini has joined #freedesktop
alarumbe has quit []
samuelig_ is now known as samuelig
zzag_ has quit []
zzag_ has joined #freedesktop
zzag_ has quit []
zzag has joined #freedesktop
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #freedesktop
mvlad has joined #freedesktop
__0x1eaf has joined #freedesktop
scrumplex_ has quit [Quit: Quassel - Signing Off]
scrumplex has joined #freedesktop
kasper93 has quit [Ping timeout: 480 seconds]
swatish2 has quit [Ping timeout: 480 seconds]
kasper93 has joined #freedesktop
swatish2 has joined #freedesktop
kasimir has quit [Remote host closed the connection]
<daniels>
zmike: note that non-merge jobs are explicitly prioritised all the way down so they don't grief pre-merge runs
<daniels>
pq: we need to sync the gitlab-ci.yml with Mesa so that we don't create duplicate pipelines - you're getting one pipeline created for the push to the branch, and another created for the MR - there should only be one
<pq>
daniels, and due to some server delays, I first see the wrong one in the MR page? And something stop it from running?
kasimir has quit [Remote host closed the connection]
kasimir has joined #freedesktop
alanc has quit [Remote host closed the connection]
<daniels>
it's not delays per se, it's just a race. right now, the way the CI rules are constructed, the server will always create two pipelines for a branch that has an open MR. the MR page will always show the MR pipeline if it exists (auto-run) or the branch pipeline (all manual) if not. the way to fix that would be to fix the rules to say 'don't create a branch pipeline if there's an open MR'
alanc has joined #freedesktop
<daniels>
mesa/mesa/.gitlab-ci.yml has a bunch of pretty well-documented rules for this, although they're much more complex because of the different workflow Mesa uses
<pq>
a race, ok
kasper93_ has joined #freedesktop
kasper93 is now known as Guest23021
kasper93_ is now known as kasper93
Guest23021 has quit [Ping timeout: 480 seconds]
kasper93_ has joined #freedesktop
kasper93 is now known as Guest23022
kasper93_ is now known as kasper93
Guest23022 has quit [Ping timeout: 481 seconds]
swatish21 has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
swatish21 has quit [Ping timeout: 480 seconds]
kxkamil2 has quit []
swatish2 has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
frankbinns has quit [Remote host closed the connection]
frankbinns has joined #freedesktop
ximion has joined #freedesktop
kxkamil has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
__0x1eaf has quit [Quit: Lost terminal]
cascardo_ is now known as cascardo
haaninjo has joined #freedesktop
ximion has quit [Remote host closed the connection]
<alanc>
these "CVE Detection in the repo" issues are bordering on spam
<dwfreed>
s/bordering on//
swatish2 has joined #freedesktop
AbleBacon has joined #freedesktop
__0x1eaf has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
kasper93_ has joined #freedesktop
kasper93 is now known as Guest23039
kasper93_ is now known as kasper93
kasper93_ has joined #freedesktop
kasper93 is now known as Guest23040
kasper93_ is now known as kasper93
Guest23039 has quit [Ping timeout: 480 seconds]
Guest23040 has quit [Ping timeout: 480 seconds]
<phryk>
i'm currently trying to work out a minimal example for creating a gbm buffer. i have code that compiles, but dies with "_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)".
<phryk>
so i have a suspicion i would like to confirm: can only one program that manages hardware-accelerated buffers be running at any one time?
<phryk>
i have fuzzy memories of this being a big issue back in the day, but also that dri/drm were supposed to be an extra abstraction that sidesteps the resource contention issue, so i'm unsure if i'm right.
<phryk>
i was honestly kind of hoping i could just have X running on one display and run my own drm rendering stuff on the other.
<MrCooper>
phryk: this is again more suitable for #dri-devel, this channel is about the freedesktop.org infrastructure