mesa/src/intel/dev
Kenneth Graunke 18b3ad5a09 intel: Set a more useful fake devinfo->gtt_size in no-hw mode
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>
2022-06-10 00:56:36 +00:00
..
intel_debug.c intel: fix stall debug option 2022-05-06 08:27:47 +00:00
intel_debug.h anv/intel: add a new debug flag for stalling after every draw/dispatch 2022-04-19 07:32:01 +00:00
intel_dev_info.c intel_dev_info: Add --hwconfig command line parameter 2022-04-28 21:56:32 +00:00
intel_device_info.c intel: Set a more useful fake devinfo->gtt_size in no-hw mode 2022-06-10 00:56:36 +00:00
intel_device_info.h intel/dev: Add INTEL_PLATFORM_DG2_G12 2022-05-12 03:03:57 -07:00
intel_device_info_test.c intel/dev: Add max_threads_per_psd field to devinfo for gfx8+ 2022-01-19 00:29:35 +00:00
intel_hwconfig.c intel_dev_info: Add --hwconfig command line parameter 2022-04-28 21:56:32 +00:00
intel_hwconfig.h intel_dev_info: Add --hwconfig command line parameter 2022-04-28 21:56:32 +00:00
intel_hwconfig_types.h intel/dev: Add intel_hwconfig_types.h from random post on the internet 2022-01-19 00:29:35 +00:00
meson.build Use proper types for meson objects 2022-04-18 13:03:08 +03:00