From: "Gary Guo" <gary@garyguo.net>
To: "Breno Rodrigues Alves" <breno3011alves@gmail.com>,
<alexander.deucher@amd.com>, <gregkh@linuxfoundation.org>,
<ojeda@kernel.org>
Cc: <christian.koenig@amd.com>, <arnd@arndb.de>,
<rust-for-linux@vger.kernel.org>, <amd-gfx@lists.freedesktop.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2] rust: core: implement rx580 state optimization engine and c-to-rust char dev
Date: Tue, 30 Jun 2026 22:08:40 +0100 [thread overview]
Message-ID: <DJMOWCCMNNEZ.2XWS9942F7KKU@garyguo.net> (raw)
In-Reply-To: <20260630205750.22673-1-breno3011alves@gmail.com>
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@gmail.com>
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
prev parent reply other threads:[~2026-06-30 21:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-30 20:57 [PATCH v2] rust: core: implement rx580 state optimization engine and c-to-rust char dev Breno Rodrigues Alves
2026-06-30 21:08 ` Gary Guo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DJMOWCCMNNEZ.2XWS9942F7KKU@garyguo.net \
--to=gary@garyguo.net \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=arnd@arndb.de \
--cc=breno3011alves@gmail.com \
--cc=christian.koenig@amd.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox