Date: Sun, 19 Apr 2015 18:54:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 199548] i915_kms: missing iicbus_set_nonstop symbol after 277478 revision Message-ID: <bug-199548-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199548 Bug ID: 199548 Summary: i915_kms: missing iicbus_set_nonstop symbol after 277478 revision Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: dan@obluda.cz CC: kib@FreeBSD.org >From revision 277487 commit (rewrite of the i915 gem io to more closely follow Linux model) onward: sys/dev/drm2/i915/intel_iic.c, function intel_iicbb_attach() There is iicbus_set_nonstop(idev, true) called on function's end. Such symbol doesn't exist in kernel nor is mentioned elsewhere in source codes It prevent i915kms.ko to load because of unresolved symbol The 277487 has been MFCed to STABLE/10 tree, so it is affected now as well. I'm unsure about the purpose of such call as even Google know no other source code mentioning function of such name. -- 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-199548-8>