https://bugs.freedesktop.org/show_bug.cgi?id=96605
yann <yann.argotti at intel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|intel-gfx-bugs at lists.freede | |sktop.org | Assignee|intel-gfx-bugs at lists.freede |dri-devel at lists.freedesktop |sktop.org |.org Component|DRM/Intel |IGT Priority|medium |highest --- Comment #2 from yann <yann.argotti at intel.com> --- Commit id e63a0681d95a7288faff19a624548f96dbc73341 tests/gem_close_race: Use drm_open_driver helper Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> introduced the regression due to removal of line - sprintf(device, "/dev/dri/card%d", drm_get_card()); device is not defined anymore. So I may recommend to use fd = drm_open_driver(DRIVER_INTEL); anywhere we need to open the device -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160621/d5416d74/attachment.html>