From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: igt-dev@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Subject: Re: [igt-dev] [Intel-xe] [PATCH igt 0/4] Add LNL support to xe tests
Date: Wed, 30 Aug 2023 17:07:22 -0400 [thread overview]
Message-ID: <ZO+virfAA5GrPPHE@intel.com> (raw)
In-Reply-To: <20230829141107.1505705-1-lucas.demarchi@intel.com>
On Tue, Aug 29, 2023 at 07:11:03AM -0700, Lucas De Marchi wrote:
> Add Lunar Lake support so xe driver can be tested. This brings the new
> xe_pciids.h from kernel since now the PCI IDs is not going to be added
> on the i915 side.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
for the series
>
> Janga Rahul Kumar (1):
> tests/xe_debugfs: skip page table level check for Xe2
>
> Lucas De Marchi (2):
> lib: Add xe_pciids.h
> lib/intel_chipset: Add Lunar Lake support
>
> Zbigniew Kempczyński (1):
> lib/intel_device_info: Add blitter cmd info for Lunar Lake
>
> docs/reference/igt-gpu-tools/meson.build | 1 +
> lib/intel_chipset.h | 5 +
> lib/intel_device_info.c | 14 ++
> lib/xe_pciids.h | 215 +++++++++++++++++++++++
> tests/xe/xe_debugfs.c | 23 +--
> 5 files changed, 248 insertions(+), 10 deletions(-)
> create mode 100644 lib/xe_pciids.h
>
> --
> 2.40.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: igt-dev@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Subject: Re: [Intel-xe] [PATCH igt 0/4] Add LNL support to xe tests
Date: Wed, 30 Aug 2023 17:07:22 -0400 [thread overview]
Message-ID: <ZO+virfAA5GrPPHE@intel.com> (raw)
In-Reply-To: <20230829141107.1505705-1-lucas.demarchi@intel.com>
On Tue, Aug 29, 2023 at 07:11:03AM -0700, Lucas De Marchi wrote:
> Add Lunar Lake support so xe driver can be tested. This brings the new
> xe_pciids.h from kernel since now the PCI IDs is not going to be added
> on the i915 side.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
for the series
>
> Janga Rahul Kumar (1):
> tests/xe_debugfs: skip page table level check for Xe2
>
> Lucas De Marchi (2):
> lib: Add xe_pciids.h
> lib/intel_chipset: Add Lunar Lake support
>
> Zbigniew Kempczyński (1):
> lib/intel_device_info: Add blitter cmd info for Lunar Lake
>
> docs/reference/igt-gpu-tools/meson.build | 1 +
> lib/intel_chipset.h | 5 +
> lib/intel_device_info.c | 14 ++
> lib/xe_pciids.h | 215 +++++++++++++++++++++++
> tests/xe/xe_debugfs.c | 23 +--
> 5 files changed, 248 insertions(+), 10 deletions(-)
> create mode 100644 lib/xe_pciids.h
>
> --
> 2.40.1
>
next prev parent reply other threads:[~2023-08-30 21:07 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-29 14:11 [igt-dev] [PATCH igt 0/4] Add LNL support to xe tests Lucas De Marchi
2023-08-29 14:11 ` [Intel-xe] " Lucas De Marchi
2023-08-29 14:11 ` [igt-dev] [PATCH igt 1/4] lib: Add xe_pciids.h Lucas De Marchi
2023-08-29 14:11 ` [Intel-xe] " Lucas De Marchi
2023-08-31 6:28 ` [igt-dev] " Balasubramani Vivekanandan
2023-08-31 6:28 ` Balasubramani Vivekanandan
2023-08-31 6:55 ` [igt-dev] " Balasubramani Vivekanandan
2023-08-31 6:55 ` Balasubramani Vivekanandan
2023-09-01 9:21 ` [igt-dev] " Lucas De Marchi
2023-09-01 9:21 ` Lucas De Marchi
2023-09-01 12:17 ` [igt-dev] " Vivi, Rodrigo
2023-09-01 12:17 ` Vivi, Rodrigo
2023-08-29 14:11 ` [igt-dev] [PATCH igt 2/4] lib/intel_chipset: Add Lunar Lake support Lucas De Marchi
2023-08-29 14:11 ` [Intel-xe] " Lucas De Marchi
2023-08-31 6:48 ` [igt-dev] " Balasubramani Vivekanandan
2023-08-31 6:48 ` Balasubramani Vivekanandan
2023-08-31 6:51 ` [igt-dev] " Balasubramani Vivekanandan
2023-08-31 6:51 ` Balasubramani Vivekanandan
2023-08-31 17:15 ` [igt-dev] " Matt Roper
2023-08-31 17:15 ` Matt Roper
2023-08-29 14:11 ` [igt-dev] [PATCH igt 3/4] lib/intel_device_info: Add blitter cmd info for Lunar Lake Lucas De Marchi
2023-08-29 14:11 ` [Intel-xe] " Lucas De Marchi
2023-08-30 23:48 ` [igt-dev] " Srivatsa, Anusha
2023-08-30 23:48 ` [Intel-xe] " Srivatsa, Anusha
2023-08-29 14:11 ` [igt-dev] [PATCH igt 4/4] tests/xe_debugfs: skip page table level check for Xe2 Lucas De Marchi
2023-08-29 14:11 ` [Intel-xe] " Lucas De Marchi
2023-08-30 23:50 ` [igt-dev] " Srivatsa, Anusha
2023-08-30 23:50 ` [Intel-xe] " Srivatsa, Anusha
2023-08-29 14:26 ` [igt-dev] ✗ GitLab.Pipeline: warning for Add LNL support to xe tests Patchwork
2023-08-29 14:59 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-29 15:26 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-08-29 15:28 ` [Intel-xe] ✗ CI.Patch_applied: failure " Patchwork
2023-08-29 21:38 ` [igt-dev] ✗ Fi.CI.IGT: " Patchwork
2023-08-30 21:07 ` Rodrigo Vivi [this message]
2023-08-30 21:07 ` [Intel-xe] [PATCH igt 0/4] " Rodrigo Vivi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZO+virfAA5GrPPHE@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.