summaryrefslogtreecommitdiff
path: root/src/intel/dev/intel_device_info.c
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2021-08-03 13:39:12 -0700
committerMarge Bot <emma+marge@anholt.net>2022-01-25 12:47:44 +0000
commit4e0eca7dc34942759638ab00eb006ba40284a7c5 (patch)
treed3d439de37db995d7752d6198d7f74cfaf8a4e57 /src/intel/dev/intel_device_info.c
parent1b513f4958ea8f7fdd3bd76cba81289343a6c372 (diff)
intel/dev: Add device info for RPL
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=52407c220c44c8dcc6aa8aa35ffc8a2db3c849a9 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/14664>
Diffstat (limited to 'src/intel/dev/intel_device_info.c')
-rw-r--r--src/intel/dev/intel_device_info.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c
index d41d5ca3598..7ade65f39c6 100644
--- a/src/intel/dev/intel_device_info.c
+++ b/src/intel/dev/intel_device_info.c
@@ -69,6 +69,7 @@ static const struct {
{ "dg1", 0x4905 },
{ "adl", 0x4680 },
{ "sg1", 0x4907 },
+ { "rpl", 0xa780 },
};
/**
@@ -1022,6 +1023,12 @@ static const struct intel_device_info intel_device_info_adl_gt2 = {
.display_ver = 13,
};
+static const struct intel_device_info intel_device_info_rpl = {
+ GFX12_FEATURES(1, 1, 4),
+ .num_subslices = dual_subslices(2),
+ .platform = INTEL_PLATFORM_RPL,
+};
+
#define GFX12_DG1_SG1_FEATURES \
GFX12_GT_FEATURES(2), \
.platform = INTEL_PLATFORM_DG1, \