I am trying to run IGT tool on Intel KBL NUC but all test cases are failing with below error
shiva@shiva /usr/libexec/igt-gpu-tools $ ./i915_query
IGT-Version: 1.23-NO-GIT (x86_64) (Linux: 5.0.9-741.native x86_64)
Test requirement not met in function drm_open_driver, file …/lib/drmtest.c:371:
Test requirement: !(fd<0)
No known gpu found for chipset flags 0x1 (intel)
Last errno: 2, No such file or directory
Subtest query-garbage: SKIP
Subtest query-garbage-items: SKIP
Subtest query-topology-kernel-writes: SKIP
Subtest query-topology-unsupported: SKIP
Subtest query-topology-coherent-slice-mask: SKIP
Subtest query-topology-matches-eu-total: SKIP
Subtest query-topology-known-pci-ids: SKIP
before running test i had executed below steps
systemctl | grep -i getty
Do we have any proper procedure to run igt-gpu-tools on bare metal clear Linux ?
there are multiple issues are observed, sometimes I am getting “No known GPU found” and sometimes “Can’t become DRM master, please check if no other DRM client is running”
Installed version: 30440
sudo /usr/libexec/igt-gpu-tools/i915_query
IGT-Version: 1.23-NO-GIT (x86_64) (Linux: 5.1.17-796.native x86_64)
Test requirement not met in function drm_open_driver, file …/lib/drmtest.c:371:
Test requirement: !(fd<0)
No known gpu found for chipset flags 0x1 (intel)
Last errno: 2, No such file or directory
Subtest query-garbage: SKIP
Subtest query-garbage-items: SKIP
Subtest query-topology-kernel-writes: SKIP
Subtest query-topology-unsupported: SKIP
Subtest query-topology-coherent-slice-mask: SKIP
Subtest query-topology-matches-eu-total: SKIP
Subtest query-topology-known-pci-ids: SKIP
This seems an issue with the tool, the hardware, or the kernel driver - Nothing particularly about ClearLinux from a quick glance that could influence this… We’ll need to poke some other teams about this issue and see if they can help - this may take a bit.