mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Search for the first Intel dri device.
This is vital in a multi-GPU system so that we only test the Intel card and not the discrete GPUs. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -1197,7 +1197,7 @@ int main(int argc, char **argv)
|
||||
if (HAS_PCH_SPLIT(devid) || getenv("HAS_PCH_SPLIT")) {
|
||||
intel_check_pch();
|
||||
dump_cpt();
|
||||
} else if (IS_IRONLAKE(devid))
|
||||
} else if (IS_GEN5(devid))
|
||||
dump_ironlake();
|
||||
else
|
||||
dump_eaglelake();
|
||||
|
||||
Reference in New Issue
Block a user