mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
intel/l3: Define l3 config for ARL
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/27352>
This commit is contained in:
parent
546652b31a
commit
a443a824ad
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ get_l3_list(const struct intel_device_info *devinfo)
|
|||
|
||||
case 12:
|
||||
if (intel_device_info_is_dg2(devinfo) ||
|
||||
intel_device_info_is_mtl(devinfo)) {
|
||||
intel_device_info_is_mtl_or_arl(devinfo)) {
|
||||
/* XXX - Some MTL configs may need special-casing here, but
|
||||
* we have no way to identify them right now.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue