All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/perf: Enable perf OA tests for ADLP
@ 2021-06-23 23:40 Umesh Nerlige Ramappa
  2021-06-24  9:54 ` Lionel Landwerlin
  2021-06-28  9:57 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Umesh Nerlige Ramappa @ 2021-06-23 23:40 UTC (permalink / raw)
  To: igt-dev, Ashutosh Dixit, Lionel G Landwerlin

ADLP and ADLS use the same OA metrics. Add ADLP support for OA tests.

Resolves: https://gitlab.freedesktop.org/drm/intel/-/issues/3551
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
---
 lib/i915/perf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/i915/perf.c b/lib/i915/perf.c
index 9d5ab7a5..9cfa3bca 100644
--- a/lib/i915/perf.c
+++ b/lib/i915/perf.c
@@ -277,7 +277,7 @@ intel_perf_for_devinfo(uint32_t device_id,
 		intel_perf_load_metrics_rkl(perf);
 	} else if (devinfo->is_dg1) {
 		intel_perf_load_metrics_dg1(perf);
-	} else if (devinfo->is_alderlake_s) {
+	} else if (devinfo->is_alderlake_s || devinfo->is_alderlake_p) {
 		intel_perf_load_metrics_adl(perf);
 	} else {
 		return unsupported_i915_perf_platform(perf);
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] i915/perf: Enable perf OA tests for ADLP
  2021-06-23 23:40 [igt-dev] [PATCH i-g-t] i915/perf: Enable perf OA tests for ADLP Umesh Nerlige Ramappa
@ 2021-06-24  9:54 ` Lionel Landwerlin
  2021-06-28  9:57 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Lionel Landwerlin @ 2021-06-24  9:54 UTC (permalink / raw)
  To: Umesh Nerlige Ramappa, igt-dev, Ashutosh Dixit

On 24/06/2021 02:40, Umesh Nerlige Ramappa wrote:
> ADLP and ADLS use the same OA metrics. Add ADLP support for OA tests.
>
> Resolves: https://gitlab.freedesktop.org/drm/intel/-/issues/3551
> Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
> ---
>   lib/i915/perf.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/i915/perf.c b/lib/i915/perf.c
> index 9d5ab7a5..9cfa3bca 100644
> --- a/lib/i915/perf.c
> +++ b/lib/i915/perf.c
> @@ -277,7 +277,7 @@ intel_perf_for_devinfo(uint32_t device_id,
>   		intel_perf_load_metrics_rkl(perf);
>   	} else if (devinfo->is_dg1) {
>   		intel_perf_load_metrics_dg1(perf);
> -	} else if (devinfo->is_alderlake_s) {
> +	} else if (devinfo->is_alderlake_s || devinfo->is_alderlake_p) {
>   		intel_perf_load_metrics_adl(perf);
>   	} else {
>   		return unsupported_i915_perf_platform(perf);

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for i915/perf: Enable perf OA tests for ADLP
  2021-06-23 23:40 [igt-dev] [PATCH i-g-t] i915/perf: Enable perf OA tests for ADLP Umesh Nerlige Ramappa
  2021-06-24  9:54 ` Lionel Landwerlin
@ 2021-06-28  9:57 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2021-06-28  9:57 UTC (permalink / raw)
  To: Umesh Nerlige Ramappa; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 230 bytes --]

== Series Details ==

Series: i915/perf: Enable perf OA tests for ADLP
URL   : https://patchwork.freedesktop.org/series/91832/
State : failure

== Summary ==

Series 91832 revision 1 was fully merged or fully failed: no git log



[-- Attachment #1.2: Type: text/html, Size: 698 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-28  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23 23:40 [igt-dev] [PATCH i-g-t] i915/perf: Enable perf OA tests for ADLP Umesh Nerlige Ramappa
2021-06-24  9:54 ` Lionel Landwerlin
2021-06-28  9:57 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.