[Bug 96605] [IGT] [BXT / KBL] gem_close_race / basic-threads & basic-process fail [regresion]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 21 07:14:24 UTC 2016


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.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160621/4955d247/attachment.html>


More information about the intel-gfx-bugs mailing list