-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Support DCN-enabled AMD Graphics cards #100
Conversation
This is needed to support recent hardware in the amdgpu DRM driver. The FPU code in that driver is not performance-critical, so only provide the minimal support. Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Since it is not possible to incrementally add/remove extensions from the compiler's ISA string by appending arguments, any code that wants to modify the ISA string must recreate the whole thing. To support this, factor out the logic for generating the -march argument so it can be reused where needed. Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
RISC-V uses kernel_fpu_begin()/kernel_fpu_end() like several other architectures. Enabling hardware FP requires overriding the ISA string for the relevant compilation units. Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
248261f
to
dea0345
Compare
force pushed to add my own SoB. |
Have run SuperTuxKart on Pioneer + RX7600 ( |
@Icenowy Do you know if this still works on If it does still work for you, can you share your kernel config or any other details about your system configuration? I am trying to get an RX 7800 XT to work with a Pioneer 1.2 board but getting a kernel oops as soon as it finishes loading all the firmwares, after the message |
|
you may try revert "e7d0ed665196 drivers: pci: support msix in PCIe rc0 for milkv mainboard"
…________________________________
发件人: silvanshade ***@***.***>
发送时间: 2024年3月26日 19:52
收件人: sophgo/linux-riscv ***@***.***>
抄送: xiaoguang.xing 邢晓光 ***@***.***>; State change ***@***.***>
主题: Re: [sophgo/linux-riscv] Support DCN-enabled AMD Graphics cards (PR #100)
@Icenowy<https://github.com/Icenowy> Do you know if this still works on sg2042-master branch (as of 257e385<257e385>)?
If it does still work for you, can you share your kernel config or any other details about your system configuration?
I am trying to get an RX 7800 XT to work with a Pioneer 1.2 board but getting a kernel oops as soon as it finishes loading all the firmwares, after the message [drm] Display Core failed to initialize.
―
Reply to this email directly, view it on GitHub<#100 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A5F7XWKIJGAZECJDW3PPKK3Y2FORBAVCNFSM6AAAAABB75TWF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQGIZDAMBXGM>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
No description provided.