mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 10:40:11 +01:00
intel/dev: Define engine prefetch 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
c616ce8153
commit
362ccd3874
1 changed files with 1 additions and 1 deletions
|
|
@ -1598,7 +1598,7 @@ intel_device_info_calc_engine_prefetch(const struct intel_device_info *devinfo,
|
|||
}
|
||||
}
|
||||
|
||||
if (intel_device_info_is_mtl(devinfo)) {
|
||||
if (intel_device_info_is_mtl_or_arl(devinfo)) {
|
||||
switch (engine_class) {
|
||||
case INTEL_ENGINE_CLASS_RENDER:
|
||||
return 2048;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue