03:07 bluetail: Hello. I noticed that the Link-Training behavior is differing from w7500 amdgpu to 9070xt. I can no more have a KVM in between without my displays turning off and on again, no matter what mesa version. Direct cabling without adapters works. The issue is when HDMI => KVM => HDMI => DP
05:47 dj-death: valentine: looks like the culprit commit is touching NIR stuff
05:47 dj-death: valentine: but I can't understand how this is not affecting TGL jobs in the same way...
09:11 CounterPillow: yay, more AI spam incoming https://lore.kernel.org/dri-devel/CAOEgbEpEahQVtQxZT-WgT+Wzc8c1qtK1Oh+ZQVhy60Muo2FYXg@mail.gmail.com/T/
11:18 DragoonAethis: FYI: The Intel kernel CI is going down due to lab building maintenance from 17.04 8:00 CEST to 20.04 10:00 CEST - please submit your patches accordingly before the deadline.
12:28 linkmauve: My hardware can only scanout from a YUYV buffer in memory, but can composite from RGB surfaces which reside in VRAM, how should I best expose that feature set in a KMS driver?
12:29 linkmauve: in main* memory
14:15 alarumbe: Hi tzimmermann, I wanted to commit some patches to drm-misc, but was unsure about the right branch to go about it. Since we're in the middle of a merge window, and the bugs these patches fix live in both drm-next and drm-misc-next, which branch do you think would be most suitable for enqueuing them?
14:45 tzimmermann: alarumbe, hi. is the bug only in drm-next? then drm-misc-next-fixes. if the bug is already in upstream linux, then drm-misc-fixes
14:49 bbrezillon: tzimmermann: OOC, does that apply during the MW too?
14:50 bbrezillon: in https://drm.pages.freedesktop.org/maintainer-tools/committer/committer-drm-misc.html#where-do-i-apply-my-patch, the condition is "is the bug in the current rc", but there's no current -rc at this point :D
14:51 tzimmermann: bbrezillon, until -rc1. but yeah, we had patches that got lost in drm-misc-next-fixes. we double-check after the merge window has been closed.
14:52 tzimmermann: you can also wait until -rc1 and then merge into either drm-misc-next or drm-misc-fixes.
14:53 alarumbe: did you mean drm-misc-next-fixes?
14:54 tzimmermann: alarumbe, is your bug currently in upstream (i.e., the new 7.0)?
14:56 alarumbe: tzimmermann: yes
14:56 alarumbe: I guess that means it should go into drm-misc-fixes
14:56 tzimmermann: alarumbe, yes. then drm-misc-fixes is the right branch for the fix
14:57 alarumbe: understood, thanks a lot
14:57 tzimmermann: sure, you're welcome
15:00 javierm: tzimmermann: as bbrezillon mentioned, maybe the docs in "Where Do I Apply My Patch?
15:00 javierm: has to be updated to make it more clear
15:05 tzimmermann: we should have dim support autodetection of the correct branch
15:17 javierm: that's even better