Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Feb 2022 13:09:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 259670] graphics/drm-kmod: sporadic GPU hang with i915kms
Message-ID:  <bug-259670-7141-4GykXcmqvX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259670-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259670-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=3D259670

--- Comment #6 from Emmanuel Vadot <manu@freebsd.org> ---
Yeah something like :
diff --git a/kconfig.mk b/kconfig.mk
index 6ade219bfb13..d12856f86937 100644
--- a/kconfig.mk
+++ b/kconfig.mk
@@ -15,7 +15,8 @@ KCONFIG=3D      DRM_AMDGPU_CIK \
                DRM_I915_TIMESLICE_DURATION=3D1 \
                DRM_I915_MAX_REQUEST_BUSYWAIT=3D8000 \
                DRM_MIPI_DSI \
-               DRM_PANEL_ORIENTATION_QUIRKS
+               DRM_PANEL_ORIENTATION_QUIRKS \
+               DRM_I915_DEBUG_GEM

 .if empty(NO_FBDEV)
 KCONFIG+=3D      DRM_FBDEV_EMULATION \

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259670-7141-4GykXcmqvX>