From bb860c0bfe53060925b1dce50da4e6e94cfc8cae Mon Sep 17 00:00:00 2001 From: huangli2018 Date: Wed, 20 Dec 2023 15:47:43 +0800 Subject: [PATCH 04/13] Add device ID for ARL Add device ID for ARL Upstream-Status: Backport [https://github.com/intel/media-driver/commit/95cbfce81cafa3c24d9d4601d41a855093bc51fb] Signed-off-by: Lim Siew Hoon --- .../linux/Xe_M_plus/ddi/media_sysinfo_mtl.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/media_softlet/linux/Xe_M_plus/ddi/media_sysinfo_mtl.cpp b/media_softlet/linux/Xe_M_plus/ddi/media_sysinfo_mtl.cpp index 426bd795f..7b73dfaff 100644 --- a/media_softlet/linux/Xe_M_plus/ddi/media_sysinfo_mtl.cpp +++ b/media_softlet/linux/Xe_M_plus/ddi/media_sysinfo_mtl.cpp @@ -1,6 +1,6 @@ /*===================== begin_copyright_notice ================================== -Copyright (c) 2022, Intel Corporation +Copyright (c) 2023, Intel Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -218,4 +218,13 @@ static struct GfxDeviceInfo arlInfo = { }; static bool arlsDevice7d67 = DeviceInfoFactory:: - RegisterDevice(0x7D67, &arlInfo); \ No newline at end of file + RegisterDevice(0x7D67, &arlInfo); + +static bool arlhDevice7d51 = DeviceInfoFactory:: + RegisterDevice(0x7D51, &arlInfo); + +static bool arlhDevice7dd1 = DeviceInfoFactory:: + RegisterDevice(0x7DD1, &arlInfo); + +static bool arlhDevice7d41 = DeviceInfoFactory:: + RegisterDevice(0x7D41, &arlInfo); \ No newline at end of file -- 2.40.1