mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
intel: Enable has_set_pat_uapi for Xe
Xe KMD requires that all platforms supported by it set PAT information. This will be implemented in Iris and ANV in the next patches. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25462>
This commit is contained in:
parent
183fd14143
commit
05b3967ddc
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ intel_device_info_xe_get_info_from_fd(int fd, struct intel_device_info *devinfo)
|
|||
devinfo->has_context_isolation = true;
|
||||
devinfo->has_mmap_offset = true;
|
||||
devinfo->has_caching_uapi = false;
|
||||
devinfo->has_set_pat_uapi = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue