cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

Meldryt
Journeyman III

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)

0 Likes
1 Solution
Meldryt
Journeyman III

I switched to newer ADLX library (https://gpuopen.com/adlx/), which has all the required information and is much easier to initialize.

View solution in original post

0 Likes
1 Reply
Meldryt
Journeyman III

I switched to newer ADLX library (https://gpuopen.com/adlx/), which has all the required information and is much easier to initialize.

0 Likes