Re: [Intel-gfx] [PATCH v3 0/9] drm/i915/perf: add OA interrupt support

2019-04-26 Thread Lionel Landwerlin
FYI, MDAPI got tired of waiting for this to land upstream : https://github.com/intel/metrics-discovery/commit/7b6399d5d5e5ef5fcc018a48853b46d0803da441 Apart from squashing the last commit, any other change needed? Thanks, -Lionel On 03/04/2019 00:36, Lionel Landwerlin wrote: On 02/04/2019

Re: [Intel-gfx] [PATCH v3 0/9] drm/i915/perf: add OA interrupt support

2019-04-02 Thread Lionel Landwerlin
On 02/04/2019 14:49, Joonas Lahtinen wrote: Quoting Lionel Landwerlin (2019-03-25 12:34:44) Ping? The last patch should be squashed, I think we want to minimize the amount of versions. Or do you intend to backport only portion of the series somewhere? No backport intended :) Can you link

Re: [Intel-gfx] [PATCH v3 0/9] drm/i915/perf: add OA interrupt support

2019-04-02 Thread Joonas Lahtinen
Quoting Lionel Landwerlin (2019-03-25 12:34:44) > Ping? The last patch should be squashed, I think we want to minimize the amount of versions. Or do you intend to backport only portion of the series somewhere? Can you link to the userspace side changes? Regards, Joonas > > On 26/02/2019 14:29,

Re: [Intel-gfx] [PATCH v3 0/9] drm/i915/perf: add OA interrupt support

2019-03-25 Thread Lionel Landwerlin
Ping? On 26/02/2019 14:29, Lionel Landwerlin wrote: Hi all, This third iteration adds an i915 perf revision number through getparam so that application can more easily find out what feature of i915-perf are available. The patches containing uAPI updates have been updated to indicate what versi

[Intel-gfx] [PATCH v3 0/9] drm/i915/perf: add OA interrupt support

2019-02-26 Thread Lionel Landwerlin
Hi all, This third iteration adds an i915 perf revision number through getparam so that application can more easily find out what feature of i915-perf are available. The patches containing uAPI updates have been updated to indicate what version is required to those changes to be available. Cheer