mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 07:20:16 +01:00
intel/dev/common: Add xe2 support to get_l3_list()
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/26742>
This commit is contained in:
parent
df0fe0dfbd
commit
05b628b5af
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ get_l3_list(const struct intel_device_info *devinfo)
|
|||
else
|
||||
return &tgl_l3_list;
|
||||
|
||||
case 20:
|
||||
return &empty_l3_list;
|
||||
|
||||
default:
|
||||
unreachable("Not implemented");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue