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:
@@ -409,7 +409,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
ring_init(&render_ring);
|
||||
if (IS_GEN4(devid) || IS_IRONLAKE(devid))
|
||||
if (IS_GEN4(devid) || IS_GEN5(devid))
|
||||
ring_init(&bsd_ring);
|
||||
if (IS_GEN6(devid)) {
|
||||
ring_init(&bsd6_ring);
|
||||
|
||||
Reference in New Issue
Block a user