Re: [PATCH v2] rust: core: implement rx580 state optimization engine and c-to-rust char dev
From: Gary Guo
Date: Tue Jun 30 2026 - 17:09:08 EST
On Tue Jun 30, 2026 at 9:57 PM BST, Breno Rodrigues Alves wrote:
> This patch introduces an automated indexed state mechanism to optimize
> VRAM latency and command loops for the Radeon RX 580 architecture.
> Additionally, it provides a converted C-to-Rust sample char driver.
>
> Signed-off-by: Breno Rodrigues Alves <breno3011alves@xxxxxxxxx>
Please stop sending LLM generated slop that you haven't even build tested.
Best,
Gary
> ---
> RUST_GUIDELINES.md | 3 ++
> drivers/char/Kconfig | 8 +++++
> drivers/char/Makefile | 1 +
> drivers/char/alves_char_dev.rs | 26 ++++++++++++++
> drivers/gpu/drm/amd/amdgpu/Kbuild | 1 +
> drivers/gpu/drm/amd/amdgpu/alves_core.rs | 45 ++++++++++++++++++++++++
> 6 files changed, 84 insertions(+)
> create mode 100644 RUST_GUIDELINES.md
> create mode 100644 drivers/char/alves_char_dev.rs
> create mode 100644 drivers/gpu/drm/amd/amdgpu/Kbuild
> create mode 100644 drivers/gpu/drm/amd/amdgpu/alves_core.rs