18b3ad5a09
With the old value, anv didn't think that the hardware supported 48-bit addresses, and hit this assert: assert(device->supports_48bit_addresses == !device->use_relocations); The new value of 1ull << 48 is the one reported on my Icelake machine. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16933>