mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove not used GT type info
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
a5067d6b0b
commit
72edadb265
@ -70,7 +70,7 @@ class DrmTestsFixture {
|
||||
typedef Test<DrmTestsFixture> DrmTests;
|
||||
|
||||
void initializeTestedDevice() {
|
||||
for (uint32_t i = 0; deviceDescriptorTable[i].eGtType != GTTYPE::GTTYPE_UNDEFINED; i++) {
|
||||
for (uint32_t i = 0; deviceDescriptorTable[i].deviceId != 0; i++) {
|
||||
if (defaultHwInfo->platform.eProductFamily == deviceDescriptorTable[i].pHwInfo->platform.eProductFamily) {
|
||||
deviceId = deviceDescriptorTable[i].deviceId;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user