summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2020-04-07 18:10:22 -0700
committerJordan Justen <jordan.l.justen@intel.com>2020-10-27 11:56:38 -0700
commit32dc669e53fcb057ca80d5cd74adfd82c96aa934 (patch)
tree51889a8b963557c502935850506fb89c57055a1f /src
parent8d03cfae7c30b06da2353956dc59b97e5b82bf11 (diff)
intel/dev: Add device info for ADL-Sadl-s
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7322>
Diffstat (limited to 'src')
-rw-r--r--src/intel/dev/gen_device_info.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
index ceec970e67f..c04953b343d 100644
--- a/src/intel/dev/gen_device_info.c
+++ b/src/intel/dev/gen_device_info.c
@@ -63,6 +63,7 @@ static const struct {
{ "tgl", 0x9a49 },
{ "rkl", 0x4c8a },
{ "dg1", 0x4905 },
+ { "adl", 0x4680 },
};
/**
@@ -959,6 +960,14 @@ static const struct gen_device_info gen_device_info_rkl_gt1 = {
GEN12_GT_FEATURES(1),
};
+static const struct gen_device_info gen_device_info_adl_gt05 = {
+ GEN12_GT05_FEATURES,
+};
+
+static const struct gen_device_info gen_device_info_adl_gt1 = {
+ GEN12_GT_FEATURES(1),
+};
+
#define GEN12_DG1_FEATURES \
GEN12_GT_FEATURES(2), \
.is_dg1 = true, \