All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas De Marchi <lucas.demarchi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>,
	intel-xe@lists.freedesktop.org
Subject: [igt-dev] [PATCH igt 3/4] lib/intel_device_info: Add blitter cmd info for Lunar Lake
Date: Tue, 29 Aug 2023 07:11:06 -0700	[thread overview]
Message-ID: <20230829141107.1505705-4-lucas.demarchi@intel.com> (raw)
In-Reply-To: <20230829141107.1505705-1-lucas.demarchi@intel.com>

From: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

Add separate cmd info for LunarLake. This re-uses the commands for PVC
since all the commands being used in IGT match the ones for PVC.

Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 lib/intel_device_info.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index 86a8b3650..d1c268482 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -511,7 +511,8 @@ static const struct intel_device_info intel_lunarlake_info = {
 	.has_4tile = true,
 	.has_gmdid = true,
 	.is_lunarlake = true,
-	.codename = "lunarlake"
+	.codename = "lunarlake",
+	.cmds_info = &gen12_pvc_cmds_info,
 };
 
 static const struct pci_id_match intel_device_match[] = {
-- 
2.40.1

WARNING: multiple messages have this Message-ID (diff)
From: Lucas De Marchi <lucas.demarchi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>,
	intel-xe@lists.freedesktop.org,
	Swati Sharma <swati2.sharma@intel.com>
Subject: [Intel-xe] [PATCH igt 3/4] lib/intel_device_info: Add blitter cmd info for Lunar Lake
Date: Tue, 29 Aug 2023 07:11:06 -0700	[thread overview]
Message-ID: <20230829141107.1505705-4-lucas.demarchi@intel.com> (raw)
In-Reply-To: <20230829141107.1505705-1-lucas.demarchi@intel.com>

From: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

Add separate cmd info for LunarLake. This re-uses the commands for PVC
since all the commands being used in IGT match the ones for PVC.

Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 lib/intel_device_info.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index 86a8b3650..d1c268482 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -511,7 +511,8 @@ static const struct intel_device_info intel_lunarlake_info = {
 	.has_4tile = true,
 	.has_gmdid = true,
 	.is_lunarlake = true,
-	.codename = "lunarlake"
+	.codename = "lunarlake",
+	.cmds_info = &gen12_pvc_cmds_info,
 };
 
 static const struct pci_id_match intel_device_match[] = {
-- 
2.40.1


  parent reply	other threads:[~2023-08-29 14:11 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 ` Lucas De Marchi [this message]
2023-08-29 14:11   ` [Intel-xe] [PATCH igt 3/4] lib/intel_device_info: Add blitter cmd info for Lunar Lake 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 ` [igt-dev] [Intel-xe] [PATCH igt 0/4] " Rodrigo Vivi
2023-08-30 21:07   ` 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=20230829141107.1505705-4-lucas.demarchi@intel.com \
    --to=lucas.demarchi@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    /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.