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:
José Roberto de Souza 2023-09-20 12:03:27 -07:00 committed by Marge Bot
parent 183fd14143
commit 05b3967ddc

View file

@ -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;
}