Re: [PATCH] tools/xe-perf-recorder: expose some OA stream open properties
"Dixit, Ashutosh" <[email protected]> Wed, 29 Jul 2026 19:46:56 -0700
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 27 Jul 2026 23:40:50 -0700, Shekhar Chauhan wrote: > > Couple of things to note: > > On 7/28/2026 12:06, Shekhar Chauhan wrote: > > xe-perf-recorder only passes 5 of the OA stream open properties to > > DRM_XE_OBSERVATION_OP_STREAM_OPEN, leaving the rest without an open > > source consumer. Add few of the remaining ones. > 1. I missed out on adding "PATCH i-g-t" prefix, I did send it with a > subject-prefix="PATCH i-g-t" hoping it'll append that, but turns out, it > didn't, so I think I should explicitly do that while doing a git > format-patch. I remember being told to add it in the gitconfig, but, I > didn't wanna do it for all the patches that I send, so I didn't add there. No, this is is what I said: This can be configured in your .git/config: [format] subjectprefix = PATCH i-g-t So this .git/config in your IGT repo, not your global ~/.gitconfig.