On Mon, 23 May 2022 01:57:51 -0700, Tvrtko Ursulin wrote: > > On 13/05/2022 02:36, Ashutosh Dixit wrote: > > Some recent Intel dGfx platforms allow media IP to work at a different > > frequency from the base GT. This patch series exposes sysfs controls for > > this functionality in the new per-gt sysfs. Some enhancements and fixes to > > previous per-gt functionality are also included to complete the new > > functionality: > > * Patches 1 and 2 implement basic sysfs controls for media freq > > * Patch 3 extends previous pcode functions for multiple gt's > > * Patch 4 inits pcode on different gt's > > * Patch 5 adds a couple of pcode helpers > > * Patch 6 uses the new pcode functions to retrieve media RP0/RPn freq > > * Patch 7 fixes memory leaks in the previous per-gt sysfs implementation > > and some code refactoring > > Patches 1, 3 and 5 have been merged to drm-intel-next, and then branch > cross-merged into drm-intel-gt-next. > > You can try re-sending the rest of the series now and see if that goes > smoothly. I sent the patches out Mon but am struggling to get a satisfactory CI run from what it looks like are CI issues (CI runs were fine on previous versions). Will update after we have successful CI. Thanks.