Skip to content
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

Collecting Validation and Usage Reports for Various GPU Series in UEFI #128

Open
MarsDoge opened this issue Dec 18, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@MarsDoge
Copy link
Member

Description

To better understand the compatibility and performance of our UEFI project across different GPUs, we encourage developers to share their testing results and usage experiences. Your feedback is crucial for improving the project!

Submission Requirements

Please provide your GPU validation and usage information using the template below.

Test Environment

  • GPU Brand and Model: (e.g., NVIDIA RTX 4090 or AMD Radeon RX 6900 XT)
  • GPU Driver Version: (if applicable, e.g., UEFI GOP version or driver firmware version)
  • UEFI Firmware and Version: (e.g., edk2_202408_LoongArch64_pc_XA61200_MultiArchSupport_rel.fd)
  • Testing Platform: (e.g., 3A6000 XA61200, etc.)

Test Results

  • Did it run successfully?: Yes
  • Feature Testing:
    • UEFI GOP support: Passed
    • Display output: Passed
    • Resolution support: (e.g., 1920x1080 supported, etc.)
    • Performance: (e.g., X11perf, 3D Mark Test Record)
  • Bugs or Issues Found: (If any, include steps to reproduce, logs, and other relevant details)

Additional Information

  • Were specific UEFI Setup enabled or tested?: (e.g., Enable Above4G, ResizeBar, Sriov, etc.)
  • Other notes or observations: Nvidia 4090 operating system layer has poor performance using Nouveau driver.

We look forward to your feedback! If you have any questions, feel free to discuss them in this issue.
With this, let's build up our GPUs support list.

MultiArchUefiSupport UEFI Binary: https://github.com/loongson/Firmware/tree/main/MultiArchUefiSupport

@MarsDoge MarsDoge added the enhancement New feature or request label Dec 18, 2024
@xen0n
Copy link
Contributor

xen0n commented Dec 18, 2024

Template for easy copy-pasting:

### Test Environment

* GPU Brand and Model: xx
* GPU Driver Version
    * UEFI GOP version: xx / I don't know
    * GPU firmware version: xx / I don't know
* UEFI Firmware and Version: `edk2_202408_LoongArch64_pc_XA61200_MultiArchSupport_rel.fd` change to original filename of your firmware image in use
* Testing Platform: your motherboard model

### Test Results

* Did it run successfully?: Yes / No
* Feature Testing
    * UEFI GOP support: works / FAILS: symptoms
    * Display output: works / FAILS: symptoms
    * Resolution support: e.g., 1920x1080 supported, etc.
    * Performance
        * x11perf: not tested / XXX
        * 3D Mark Test Record: not tested / XXX
        * other benchmarks you have run
* Bugs or Issues Found
    * if any: describe in items
    * if none: n/a

### Additional Information

* Were specific UEFI Setup enabled or tested?
    * Above4G: not applicable / not tested / works / FAILS: symptoms
    * Resizable BAR: not applicable / not tested / works / FAILS: symptoms
    * SR-IOV: not applicable / not tested / works / FAILS: symptoms
* Other notes or observations
    * if any: describe with items
    * if none: n/a

方便复制粘贴的中文模板:

### 测试环境

* GPU 品牌与型号: xx
* GPU 驱动版本
    * UEFI GOP 版本: xx / 不知道
    * GPU 固件版本: xx / 不知道
* UEFI 固件版本: `edk2_202408_LoongArch64_pc_XA61200_MultiArchSupport_rel.fd` 改为您在用的固件的原始文件名
* 测试平台: 您的主板型号

### 测试结果

* 正常工作吗? 是 / 否
* 功能测试
    * UEFI GOP 支持: 工作正常 / 工作不正常: 症状
    * 显示输出: 工作正常 / 工作不正常: 症状
    * 分辨率支持情况: 例: 支持 1920x1080,等等
    * 性能
        * x11perf: 未测试 / XXX
        * 3D Mark 跑分: 未测试 / XXX
        * 其他您测试过的项目
* 发现的问题
    * 如有: 逐条描述
    * 如无: 无

### 额外信息

* 是否开启其他 UEFI 特性测试过?
    * Above4G: 不适用 / 未测试 / 工作正常 / 工作不正常: 症状
    * Resizable BAR: 不适用 / 未测试 / 工作正常 / 工作不正常: 症状
    * SR-IOV: 不适用 / 未测试 / 工作正常 / 工作不正常: 症状
* 其他观察结果与笔记
    * 如有: 逐条描述
    * 如无: 无

@xry111
Copy link

xry111 commented Dec 18, 2024

  • Other notes or observations: Nvidia 4090 operating system layer has poor performance using Nouveau driver.

Just FYI: on x86 it's reported using Zink on the top of the Nouveau Vulkan driver produces a better performance than the Nouveau Gallium driver. Maybe it can help LoongArch too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants