Date: Thu, 01 Jul 2021 19:02:11 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 256354] x11-drivers/xf86-video-intel: work around execbuffer2 test failure Message-ID: <bug-256354-7141-XrupAuM0h7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256354-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-256354-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256354 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dca4de4fd36ff7ca59898ab2910213f0= 60458f528 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(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256354-7141-XrupAuM0h7>