[v0.11] Displaying Graphics Tier in Intel iGPUs

This commit is contained in:
Dr-Noob
2021-11-27 14:02:02 +01:00
parent e7c4d5bf91
commit 2034bac006
6 changed files with 87 additions and 49 deletions

View File

@@ -11,10 +11,15 @@ typedef uint32_t GPUCHIP;
typedef uint32_t MICROARCH;
struct uarch {
// NVIDIA specific
int32_t cc_major;
int32_t cc_minor;
int32_t compute_capability;
// Intel specific
int32_t gt;
int32_t eu;
MICROARCH uarch;
GPUCHIP chip;