mesa/src/intel/dev
Mark Janes 8eceff48cd intel/dev: use GFX_VERx10 to detect genX compilation
Depending on the ordering of includes, GFX_VER may not defined for
intel_device_info.h.  The failure mode of this case is silent:
BITSET_TEST will be called when it could be compiled out.

GFX_VERx10 should be used in place of GFX_VER.  GFX_VERx10 is defined
by a compiler flag, and is always present for genX compilation units.

Fixes: 3c9a8f7a6d ("intel/dev: generate helpers to identify platform workarounds")
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21908>
2023-03-23 23:23:52 +00:00
..
i915 intel: Add TODO about removal of 2Mb alignment in i915 2023-03-20 17:18:04 +00:00
xe intel: Set mem_alignment in Xe kmd 2023-03-20 17:18:04 +00:00
gen_wa_helpers.py intel/dev: fix macro naming convention in gen_wa_helpers.py 2023-03-23 23:23:52 +00:00
intel_debug.c intel/compiler: Add swsb_stall debug option 2023-03-10 06:55:39 +00:00
intel_debug.h intel/compiler: Add swsb_stall debug option 2023-03-10 06:55:39 +00:00
intel_dev_info.c intel/devinfo: printout URB entries 2023-03-23 08:08:49 +00:00
intel_device_info.c intel/dev: fold Gfx12 URB entries in Gfx12 HW info 2023-03-23 08:08:49 +00:00
intel_device_info.h intel/dev: use GFX_VERx10 to detect genX compilation 2023-03-23 23:23:52 +00:00
intel_device_info_override_test.c intel: Convert missing i915 engine types to intel 2022-10-15 20:04:51 +00:00
intel_device_info_test.c intel/dev: move verification function to a header 2022-08-02 11:17:58 +00:00
intel_device_info_test.h intel/dev: Adjust prefetch_size values for MTL engines 2022-09-22 02:14:47 +00:00
intel_hwconfig.c intel/dev: Split hwconfig i915 specific code 2023-01-20 17:26:08 +00:00
intel_hwconfig.h intel/dev: Split hwconfig i915 specific code 2023-01-20 17:26:08 +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
intel_kmd.c intel/dev: Add INTEL_KMD_TYPE_XE 2023-03-03 05:25:35 +00:00
intel_kmd.h intel/dev: Add INTEL_KMD_TYPE_XE 2023-03-03 05:25:35 +00:00
mesa_defs.json intel/dev: generate helpers to identify platform workarounds 2023-03-02 00:01:27 +00:00
meson.build intel/dev: Implement Xe functions to fill intel_device_info 2023-03-03 05:25:35 +00:00