Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-12-02 Thread Brian Starkey
Hi Peiyong, On Mon, Nov 30, 2020 at 02:33:59PM -0800, Peiyong Lin wrote: > On Tue, Nov 17, 2020 at 1:31 PM Peiyong Lin wrote: > > > > On Thu, Oct 22, 2020 at 10:34 AM Peiyong Lin wrote: > > > > > > Historically there is no common trace event for GPU frequency, in > > > downstream Android each

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-30 Thread Peiyong Lin
On Tue, Nov 17, 2020 at 1:31 PM Peiyong Lin wrote: > > On Thu, Oct 22, 2020 at 10:34 AM Peiyong Lin wrote: > > > > Historically there is no common trace event for GPU frequency, in > > downstream Android each different hardware vendor implements their own > > way to expose GPU frequency, for

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-17 Thread Peiyong Lin
On Thu, Oct 22, 2020 at 10:34 AM Peiyong Lin wrote: > > Historically there is no common trace event for GPU frequency, in > downstream Android each different hardware vendor implements their own > way to expose GPU frequency, for example as a debugfs node. This patch > standardize it as a common

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-17 Thread Alex Deucher
On Tue, Nov 17, 2020 at 1:00 PM Rafael J. Wysocki wrote: > > On 11/16/2020 10:05 PM, Steven Rostedt wrote: > > On Mon, 16 Nov 2020 12:55:29 -0800 > > Peiyong Lin wrote: > > > >> Hi there, > >> > >> May I ask whether the merge window has passed? If so is it possible to > >> ask for a review? > >

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-17 Thread Rafael J. Wysocki
On 11/16/2020 10:05 PM, Steven Rostedt wrote: On Mon, 16 Nov 2020 12:55:29 -0800 Peiyong Lin wrote: Hi there, May I ask whether the merge window has passed? If so is it possible to ask for a review? This is up to the maintainers of power management to accept this. Rafael? I'd say up to

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-16 Thread Steven Rostedt
On Mon, 16 Nov 2020 12:55:29 -0800 Peiyong Lin wrote: > Hi there, > > May I ask whether the merge window has passed? If so is it possible to > ask for a review? This is up to the maintainers of power management to accept this. Rafael? -- Steve

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-16 Thread Peiyong Lin
On Thu, Oct 22, 2020 at 10:34 AM Peiyong Lin wrote: > > Historically there is no common trace event for GPU frequency, in > downstream Android each different hardware vendor implements their own > way to expose GPU frequency, for example as a debugfs node. This patch > standardize it as a common

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-10-27 Thread Greg Kroah-Hartman
On Mon, Oct 26, 2020 at 03:25:22PM -0700, Peiyong Lin wrote: > Hi there, > > May I ask for a review please? Please do not top-post, and you just sent this a few days ago, in the middle of the merge window when we could not do anything. Give maintainers time to catch up, and they will get to

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-10-26 Thread Peiyong Lin
Hi there, May I ask for a review please? Thanks, Peiyong On Thu, Oct 22, 2020 at 10:34 AM Peiyong Lin wrote: > > Historically there is no common trace event for GPU frequency, in > downstream Android each different hardware vendor implements their own > way to expose GPU frequency, for

[PATCH v4] Add power/gpu_frequency tracepoint.

2020-10-22 Thread Peiyong Lin
Historically there is no common trace event for GPU frequency, in downstream Android each different hardware vendor implements their own way to expose GPU frequency, for example as a debugfs node. This patch standardize it as a common trace event in upstream linux kernel to help the ecosystem