Module: Mesa Branch: main Commit: b80bcd83279a39d68fd8d539a9bc7c99d07b0fad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b80bcd83279a39d68fd8d539a9bc7c99d07b0fad
Author: Jordan Justen <[email protected]> Date: Tue Jun 28 11:54:41 2022 -0700 intel/dev: Add LNL platform enum Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24421> --- 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 500774b3b8a..93dae1c35a5 100644 --- a/src/intel/dev/intel_device_info.h +++ b/src/intel/dev/intel_device_info.h @@ -81,6 +81,7 @@ enum intel_platform { INTEL_PLATFORM_GROUP_END(ATSM, INTEL_PLATFORM_ATSM_G11), INTEL_PLATFORM_GROUP_START(MTL, INTEL_PLATFORM_MTL_M), INTEL_PLATFORM_GROUP_END(MTL, INTEL_PLATFORM_MTL_P), + INTEL_PLATFORM_LNL, }; #undef INTEL_PLATFORM_GROUP_START
