Update 3rdparty ADL and RGP repositories from upstream

* ADL is updated to common-lib-amd-ADL @ 04b97aa31
* RGP is updated to DevDriverTools @ 7772fd0f
This commit is contained in:
baldurk
2018-05-01 18:30:43 +01:00
parent 08e1c30f5a
commit 3b5b0081ab
6 changed files with 1483 additions and 389 deletions
@@ -0,0 +1 @@
This comes from https://github.com/GPUOpen-Tools/common-lib-amd-ADL @ 04b97aa3138c282d9c2b84b3b2f3d06decbea6df
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -18,18 +18,6 @@
#include "ADLGetDriverVersion.h"
/// Structure used to query driver version info
typedef struct ADLVersionsInfo
{
/// Driver Release (Packaging) Version (e.g. 8.71-100128n-094835E-ATI)
char strDriverVer[ADL_MAX_PATH];
/// Catalyst Version(e.g. "10.1").
char strCatalystVersion[ADL_MAX_PATH];
/// Web link to an XML file with information about the latest AMD drivers and locations (e.g. "http://www.amd.com/us/driverxml" )
char strCatalystWebLink[ADL_MAX_PATH];
} ADLVersionsInfo, *LPADLVersionsInfo;
// Definitions of the used ADL function pointers.
typedef int(*ADL2_MAIN_CONTROL_CREATE)(ADL_MAIN_MALLOC_CALLBACK, int, ADL_CONTEXT_HANDLE*);
typedef int(*ADL2_MAIN_CONTROL_DESTROY)(ADL_CONTEXT_HANDLE);
@@ -299,3 +299,5 @@ namespace DevDriver
DD_CHECK_SIZE(RGPPayload, kMaxPayloadSizeInBytes);
}
}
#pragma pack(pop)
@@ -0,0 +1,2 @@
This comes from https://github.com/GPUOpen-Tools/DevDriverTools @ 7772fd0f51055b80fe897bbdaae0e7944687a71d