Re: [Intel-gfx] [PATCH 01/11] drm/i915/perf: pass stream to enable metric set vfuncs

2018-03-27 Thread Lionel Landwerlin

On 26/03/18 20:33, Matthew Auld wrote:

On 26 March 2018 at 20:21, Matthew Auld  wrote:

On 26 March 2018 at 10:08, Lionel Landwerlin
 wrote:

We want to use some of the properties of the perf stream to program
the hardware in a later commit.

Signed-off-by: Lionel Landwerlin 
---
  drivers/gpu/drm/i915/i915_drv.h  |  2 +-
  drivers/gpu/drm/i915/i915_perf.c | 10 ++
  2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 800230ba1c3b..f1a38c92bb1f 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1504,7 +1504,7 @@ struct i915_oa_ops {
  * disabling EU clock gating as required.
  */
 int (*enable_metric_set)(struct drm_i915_private *dev_priv,
-const struct i915_oa_config *oa_config);
+const struct i915_perf_stream *stream);

We can just drop dev_priv, since we have stream->dev_priv.

With that:
Reviewed-by: Matthew Auld 

Actually can we also do the same thing for disable_metric_set, for symmetry?


Sure, thanks.

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH 01/11] drm/i915/perf: pass stream to enable metric set vfuncs

2018-03-26 Thread Matthew Auld
On 26 March 2018 at 20:21, Matthew Auld  wrote:
> On 26 March 2018 at 10:08, Lionel Landwerlin
>  wrote:
>> We want to use some of the properties of the perf stream to program
>> the hardware in a later commit.
>>
>> Signed-off-by: Lionel Landwerlin 
>> ---
>>  drivers/gpu/drm/i915/i915_drv.h  |  2 +-
>>  drivers/gpu/drm/i915/i915_perf.c | 10 ++
>>  2 files changed, 7 insertions(+), 5 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_drv.h 
>> b/drivers/gpu/drm/i915/i915_drv.h
>> index 800230ba1c3b..f1a38c92bb1f 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.h
>> +++ b/drivers/gpu/drm/i915/i915_drv.h
>> @@ -1504,7 +1504,7 @@ struct i915_oa_ops {
>>  * disabling EU clock gating as required.
>>  */
>> int (*enable_metric_set)(struct drm_i915_private *dev_priv,
>> -const struct i915_oa_config *oa_config);
>> +const struct i915_perf_stream *stream);
>
> We can just drop dev_priv, since we have stream->dev_priv.
>
> With that:
> Reviewed-by: Matthew Auld 

Actually can we also do the same thing for disable_metric_set, for symmetry?
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH 01/11] drm/i915/perf: pass stream to enable metric set vfuncs

2018-03-26 Thread Matthew Auld
On 26 March 2018 at 10:08, Lionel Landwerlin
 wrote:
> We want to use some of the properties of the perf stream to program
> the hardware in a later commit.
>
> Signed-off-by: Lionel Landwerlin 
> ---
>  drivers/gpu/drm/i915/i915_drv.h  |  2 +-
>  drivers/gpu/drm/i915/i915_perf.c | 10 ++
>  2 files changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index 800230ba1c3b..f1a38c92bb1f 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -1504,7 +1504,7 @@ struct i915_oa_ops {
>  * disabling EU clock gating as required.
>  */
> int (*enable_metric_set)(struct drm_i915_private *dev_priv,
> -const struct i915_oa_config *oa_config);
> +const struct i915_perf_stream *stream);

We can just drop dev_priv, since we have stream->dev_priv.

With that:
Reviewed-by: Matthew Auld 
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx