mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-13 15:20:31 +01:00
intel/l3: Add Xe3P (GFX_VERx10==350)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40208>
This commit is contained in:
parent
faefb3eec0
commit
1a12bca465
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ get_l3_list(const struct intel_device_info *devinfo)
|
|||
return &empty_l3_list;
|
||||
|
||||
case 30:
|
||||
case 35:
|
||||
return &empty_l3_list;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue