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

[Feature]: Add ARM64 platfrom support for DG2 #1903

Open
matalama80td3l opened this issue Jan 24, 2025 · 0 comments
Open

[Feature]: Add ARM64 platfrom support for DG2 #1903

matalama80td3l opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
Feature Request Request a feature or enhancement

Comments

@matalama80td3l
Copy link

matalama80td3l commented Jan 24, 2025

What Feature?

Starting from Linux 6.8, the DG2 graphics card can work on the arm64 platform using the new xe kernel driver. However, the media-driver relies on the x86 instruction set, which prevents the DG2 graphics card from performing video codec on the arm64 platform.

As a C/C++ noob, I tried to add sse2neon header to the project and remove some of the x86 restrictions but I received a link error in the final stage of compilation.

What's the usage scenario would be benifited?

Transcode for media delivery

What impacted?

No response

Do you want to contribute a patch to develop this feature?

None

@matalama80td3l matalama80td3l added the Feature Request Request a feature or enhancement label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request a feature or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants