Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 12:51:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 249932] graphics/drm-fbsd12.0-kmod: panic on certain graphics operations
Message-ID:  <bug-249932-7141-ZCBsCGVpM3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249932-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249932-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=3D249932

--- Comment #9 from Greg V <greg@unrelenting.technology> ---
Okay, just change

#ifdef CONFIG_DRM_DEBUG_MM

to

#if defined(CONFIG_DRM_DEBUG_MM) && defined(__linux__)

in drivers/gpu/drm/drm_mm.c

--=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-249932-7141-ZCBsCGVpM3>