[Bug 262043] update of drm-*kmod breaks AMD GPU support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 12:15:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262043
--- Comment #3 from Vladimir Kondratyev <wulf@freebsd.org> ---
You may start with testing of this patch:
diff --git a/sys/compat/linuxkpi/common/src/linux_i2cbb.c
b/sys/compat/linuxkpi/common/src/linux_i2cbb.c
index 06d9ecd6a1f..8aee6c94856 100644
--- a/sys/compat/linuxkpi/common/src/linux_i2cbb.c
+++ b/sys/compat/linuxkpi/common/src/linux_i2cbb.c
@@ -129,7 +129,7 @@ driver_t lkpi_iicbb_driver = {
sizeof(struct lkpi_iicbb_softc),
};
-DRIVER_MODULE(lkpi_iicbb, lkpi_iic, lkpi_iicbb_driver, lkpi_iicbb_devclass, 0,
0);
+DRIVER_MODULE(lkpi_iicbb, drmn, lkpi_iicbb_driver, lkpi_iicbb_devclass, 0, 0);
DRIVER_MODULE(iicbb, lkpi_iicbb, iicbb_driver, iicbb_devclass, 0, 0);
MODULE_DEPEND(lkpi_iicbb, iicbb, IICBB_MINVER, IICBB_PREFVER, IICBB_MAXVER);
--
You are receiving this mail because:
You are the assignee for the bug.