https://bugs.freedesktop.org/show_bug.cgi?id=109315
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |intel-gfx-bugs@lists.freede |.org |sktop.org Component|IGT |DRM/Intel CC| |intel-gfx-bugs@lists.freede | |sktop.org Resolution|WORKSFORME |NOTABUG Summary|[CI] igt@amdgpu/* - skip - |[CI] igt@amdgpu/* / |Test requirement: fd >= 0, |igt@v3d_* - skip - |Last errno: 2, No such file |incompatible chipset |or directory / Test | |requirement: err == 0 Last | |errno: 9, Bad file | |descriptor | Status|RESOLVED |CLOSED QA Contact| |intel-gfx-bugs@lists.freede | |sktop.org
--- Comment #5 from Martin Peres martin.peres@free.fr --- (In reply to Chris Wilson from comment #2)
commit c3aef507e1dfe1e483787d501e9907dab67f6bca (HEAD, upstream/master) Author: Chris Wilson chris@chris-wilson.co.uk Date: Fri Jan 11 16:19:29 2019 +0000
amd: Use drm_open_driver(AMDGPU) Just use the normal library function, with the normal warning message for an unmatched GPU so that CI buglog can filter it. References: https://bugs.freedesktop.org/show_bug.cgi?id=109315 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Martin Peres <martin.peres@free.fr> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Which at least reduces it to a common problem.
Thanks Chris! Moving the bug back to drm/Intel now and making it a generic one for incompatible chipset :)