mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-17 15:18:21 +02:00
intel/dev: Add PTL device info
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/31838>
This commit is contained in:
parent
6242b70354
commit
bd52bef69e
1 changed files with 6 additions and 0 deletions
|
|
@ -1265,6 +1265,12 @@ static const struct intel_device_info intel_device_info_lnl = {
|
|||
.ver = 30, \
|
||||
.verx10 = 300
|
||||
|
||||
UNUSED static const struct intel_device_info intel_device_info_ptl = {
|
||||
XE3_FEATURES,
|
||||
.platform = INTEL_PLATFORM_PTL,
|
||||
.has_local_mem = false,
|
||||
};
|
||||
|
||||
void
|
||||
intel_device_info_topology_reset_masks(struct intel_device_info *devinfo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue