What | Removed | Added |
---|---|---|
QA Contact | intel-gfx-bugs@lists.freedesktop.org | |
Assignee | intel-gfx-bugs@lists.freedesktop.org | dri-devel@lists.freedesktop.org |
Component | DRM/Intel | IGT |
Priority | medium | highest |
Comment # 2
on bug 96605
from yann
Commit id e63a0681d95a7288faff19a624548f96dbc73341 tests/gem_close_race: Use drm_open_driver helper Signed-off-by: Daniel Vetter <daniel.vetter@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.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel