Home
last modified time | relevance | path

Searched refs:venid (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/tests/
Dprime_udl.c46 int venid; in find_and_open_devices() local
63 venid = strtoul(vendor_id, NULL, 16); in find_and_open_devices()
65 if (venid == 0x8086) { in find_and_open_devices()
69 } else if (venid == 0x17e9) { in find_and_open_devices()
Dprime_nv_test.c45 int venid; in find_and_open_devices() local
61 venid = strtoul(vendor_id, NULL, 16); in find_and_open_devices()
63 if (venid == 0x8086) { in find_and_open_devices()
67 } else if (venid == 0x10de) { in find_and_open_devices()
Dprime_nv_api.c38 int venid; in find_and_open_devices() local
54 venid = strtoul(vendor_id, NULL, 16); in find_and_open_devices()
56 if (venid == 0x8086) { in find_and_open_devices()
61 } else if (venid == 0x10de) { in find_and_open_devices()
Dprime_nv_pcopy.c183 int venid; in find_and_open_devices() local
197 venid = strtoul(vendor_id, NULL, 16); in find_and_open_devices()
199 if (venid == 0x8086) { in find_and_open_devices()
202 } else if (venid == 0x10de) { in find_and_open_devices()