Skip to content

ve2: add support for create/destroy hw context #560

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rajkumar-xilinx
Copy link
Contributor

-Support hw context create/destroy ioctls
-Add new ve2 resourse solver drivers to manage aie columns
resources among hw contexts.
-Add new ve2 management driver for cert firmware

-Support hw context create/destroy ioctls
-Add new ve2 resourse solver drivers to manage aie columns
 resources among hw contexts.
-Add new ve2 management driver for cert firmware

Signed-off-by: Raj Kumar Rampelli <raj.kumar.rampelli@amd.com>
@rajkumar-xilinx rajkumar-xilinx marked this pull request as draft May 27, 2025 19:39
@EugeneHiew
Copy link

Can one of the admins verify this patch?

@rajkumar-xilinx
Copy link
Contributor Author

Internal review in progress, so marked as draft.

@mamin506 mamin506 requested a review from chvamshi-xilinx May 28, 2025 16:46

if (xdna->dev_handle)
xdna->dev_handle->xrs_hdl = xrsm_init(&xrs_cfg);
if (!xdna->dev_handle || !xdna->dev_handle->xrs_hdl) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xdna->dev_handle
This one checks twice.

@@ -0,0 +1,219 @@
/* SPDX-License-Identifier: GPL-2.0 */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Handshake region is got updated in CERT. Could you please check once and update accordingly

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

Successfully merging this pull request may close these issues.

3 participants