Add missing UHD 620 in Kaby Lake-R

This commit is contained in:
Hoang Hong Quan
2024-08-05 19:31:04 +07:00
parent 0eb14523a0
commit 21bb3a5f53

View File

@@ -15,7 +15,10 @@ class GPUIdentifier:
elif device_id.startswith(("09", "19")):
gpu_codename = "Skylake"
elif device_id.startswith("59"):
gpu_codename = "Kaby Lake"
if device_id.endswith("17"):
gpu_codename = "Kaby Lake-R"
else:
gpu_codename = "Kaby Lake"
elif device_id.startswith("87"):
gpu_codename = "Amber Lake"
elif device_id.startswith(("3E", "5A")):