mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
Treat PPT like CPT as we do in the kernel
Set the pch type to CPT if we detect a PPT as well.
This commit is contained in:
parent
af6a25c187
commit
503cfa2707
@ -82,7 +82,8 @@ intel_check_pch(void)
|
||||
return;
|
||||
|
||||
if (pch_dev->vendor_id == 0x8086 &&
|
||||
(pch_dev->device_id & 0xff00) == 0x1c00)
|
||||
(((pch_dev->device_id & 0xff00) == 0x1c00) ||
|
||||
(pch_dev->device_id & 0xff00) == 0x1e00))
|
||||
pch = PCH_CPT;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user