Kenneth Raplee
Kenneth Raplee
I'll try that out and report back. I also updated my bug description to be more specific.
> But I doubt that it will help And you're right, it didn't. After trying a couple more ideas, I spent a good amount of time re-learning how to create...
It seems you're correct about the missing `vmap_pfn()` implementation. It triggered an "oops" panic by using the `panic("oops");` based on your instructions. What I did was created this custom patch...
@wulf7 [core.txt.0](https://gist.github.com/kenrap/2cae4ba66e84d61704c42c0a7f8c72b5)
I guess I should note that after doing a lot of experimentation, there was one time I was "lucky" enough at random to get `i915kms.ko` to load with my Intel...
Will get on it, thanks! 😎
@wulf7 [core.txt.1](https://gist.github.com/kenrap/b4f78809760072401d73aa3ac2eef3cb)
I still kept that same patch in the files directory of my drm-kmod port like last time. But I rebuilt the package in an updated poudriere jail using a non-clean...
Actually, you were spot on. I was moving the patch around outside of the files directory and it didn't get applied for the second round. My apologies. Gonna do a...
@wulf7 [core.txt.2 ](https://gist.github.com/kenrap/828db148adb0bf038e8cb0110e821ae0) This time with interesting `GPU HANG` output.