[Bug 256354] x11-drivers/xf86-video-intel: work around execbuffer2 test failure

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Jul 2021 19:02:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256354

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=ca4de4fd36ff7ca59898ab2910213f060458f528

commit ca4de4fd36ff7ca59898ab2910213f060458f528
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2021-07-01 18:40:17 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-07-01 19:01:14 +0000

    x11-drivers/xf86-video-intel: work around execbuffer2 test failure

    Work around execbuffer2 test failure. I was not able to enable DRI3 with
    SNA.  It turned out DRM_IOCTL_I915_GEM_EXECBUFFER2 ioctl returns a
    different error code, i.e., ENOENT instead of EFAULT. Allow both to
    return true.

    PR:             256354
    Approved by:    x11 (manu)

 x11-drivers/xf86-video-intel/Makefile              |  1 +
 .../files/patch-src_sna_kgem.c (new)               | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.