mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Brand string update
Updating device brand strings Based on public support in Windows driver 31.0.101.4034 https://www.intel.com/content/www/us/en/download/729157 Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3bf4291558
commit
2f22af7426
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -65,7 +65,7 @@ NAMEDDEVICE(0x4692, AdlsHwConfig, "Intel(R) UHD Graphics 730")
|
||||
NAMEDDEVICE(0x4693, AdlsHwConfig, "Intel(R) UHD Graphics 710")
|
||||
NAMEDDEVICE(0xA780, AdlsHwConfig, "Intel(R) UHD Graphics 770")
|
||||
DEVICE(0xA781, AdlsHwConfig)
|
||||
DEVICE(0xA782, AdlsHwConfig)
|
||||
NAMEDDEVICE(0xA782, AdlsHwConfig, "Intel(R) UHD Graphics 730")
|
||||
DEVICE(0xA783, AdlsHwConfig)
|
||||
DEVICE(0xA788, AdlsHwConfig)
|
||||
DEVICE(0xA789, AdlsHwConfig)
|
||||
@@ -73,8 +73,8 @@ DEVICE(0xA78B, AdlsHwConfig)
|
||||
#endif
|
||||
|
||||
#ifdef SUPPORT_ADLN
|
||||
DEVICE(0x46D0, AdlnHwConfig)
|
||||
DEVICE(0x46D1, AdlnHwConfig)
|
||||
NAMEDDEVICE(0x46D0, AdlnHwConfig, "Intel(R) UHD Graphics")
|
||||
NAMEDDEVICE(0x46D1, AdlnHwConfig, "Intel(R) UHD Graphics")
|
||||
DEVICE(0x46D2, AdlnHwConfig)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user