[Bug 249932] graphics/drm-fbsd12.0-kmod: panic on certain graphics operations

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 30 12:51:53 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249932

--- Comment #9 from Greg V <greg at 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

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


More information about the freebsd-x11 mailing list