Module: Mesa Branch: main Commit: e896b81322b85aa648591cf8e3003f9a02b89ec4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e896b81322b85aa648591cf8e3003f9a02b89ec4
Author: Jordan Justen <[email protected]> Date: Tue May 2 03:41:12 2023 -0400 intel/devinfo: Add has_set_pat_uapi Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22878> --- src/intel/dev/intel_device_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/dev/intel_device_info.h b/src/intel/dev/intel_device_info.h index 2b0fe4e6372..84924081edd 100644 --- a/src/intel/dev/intel_device_info.h +++ b/src/intel/dev/intel_device_info.h @@ -173,6 +173,7 @@ struct intel_device_info bool has_mmap_offset; bool has_userptr_probe; bool has_context_isolation; + bool has_set_pat_uapi; /** * \name Intel hardware quirks
