- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024
04:53 PM
ADL SDK, get subsystem vendor id
Is there a reliable way to expose the subsystem vendor id of my grapic card (f.e. 0x1DA2, "Sapphire")?
I get vendor id and some other useful information from AdapterInfo struct of ADL2_Adapter_AdapterInfo_Get, but
somehow the subsystem vendor id seems to be hidden inside the strUDID or strPNPString.
(https://github.com/GPUOpen-LibrariesAndSDKs/display-library)
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024
02:46 AM
I switched to newer ADLX library (https://gpuopen.com/adlx/), which has all the required information and is much easier to initialize.
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024
02:46 AM
I switched to newer ADLX library (https://gpuopen.com/adlx/), which has all the required information and is much easier to initialize.
