We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.8 内核并入了 xe 模块,也许可以在龙上用起 Intel 显卡,解锁一把影音生产力。不过初步测试发现这个驱动是没有正确适配非 4K 页面的,这个问题已经在上游报告:
xe
https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1310
此外社区的 @FanFansfan 也提供了如下一个 WIP 补丁,但似乎完成度不高
FanFansfan/loongson-linux@22817c5
The text was updated successfully, but these errors were encountered:
https://github.com/FanFansfan/loongson-linux/commits/loongarch-next-6.8-rc8/ https://gitlab.freedesktop.org/shangyatsen/mesa/-/tree/loongarch 内核应用补丁之后,mesa改下PAGE_SIZE定义就能把glxgears跑起来了。
Sorry, something went wrong.
linux-kernel: (loongarch64) introduce an experimental patch to fix dr…
8260f6a
…m/xe Ref: loongson-community/discussions#46
No branches or pull requests
6.8 内核并入了
xe
模块,也许可以在龙上用起 Intel 显卡,解锁一把影音生产力。不过初步测试发现这个驱动是没有正确适配非 4K 页面的,这个问题已经在上游报告:https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1310
此外社区的 @FanFansfan 也提供了如下一个 WIP 补丁,但似乎完成度不高
FanFansfan/loongson-linux@22817c5
The text was updated successfully, but these errors were encountered: