Module: Mesa Branch: lnl-platform-enum Commit: 88a7ce25bebc79bafd44202f4645defc3c229403 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88a7ce25bebc79bafd44202f4645defc3c229403
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]> --- 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
