-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
rocmPackages: 7.0.2 -> 7.1.1 #481349
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
Merged
Merged
rocmPackages: 7.0.2 -> 7.1.1 #481349
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
fb969ce
rocmPackages: 7.0.2 -> 7.1.1
LunNova b17c41c
rocmPackages.clr: enable gfx1150 (Ryzen AI series APU) by default
LunNova 6713c5e
rocmPackages.rocm-runtime: apply fix for segfault when queue allocati…
LunNova 12c0d4c
rocmPackages.amdsmi: fix error: redefinition of 'struct drm_color_ctm…
LunNova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
pkgs/development/rocm-modules/amdsmi/drm-struct-redefinition-fix.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| From b8b4a6bcfe35ba9539a120cfd16573123ddd9241 Mon Sep 17 00:00:00 2001 | ||
| From: "Sv. Lockal" <lockalsash@gmail.com> | ||
| Date: Mon, 15 Dec 2025 03:46:35 +0800 | ||
| Subject: [PATCH] Fix compilation with libdrm-2.4.130 | ||
|
|
||
| Fix error: redefinition of 'struct drm_color_ctm_3x4'. | ||
|
|
||
| drm_color_ctm_3x4 structure is now defined in https://github.com/torvalds/linux/commit/e5719e7f19009d4fbedf685fc22eec9cd8de154f#diff-4c51fb416ec7cc69566cd7b795ee57eb070aa1006ad65d6962081f039ffb2718 | ||
|
|
||
| As this structure is unused and not a part of amdsmi public interface, | ||
| it is safe to remove it. | ||
| --- | ||
| include/amd_smi/impl/amdgpu_drm.h | 9 --------- | ||
| 1 file changed, 9 deletions(-) | ||
|
|
||
| diff --git a/include/amd_smi/impl/amdgpu_drm.h b/include/amd_smi/impl/amdgpu_drm.h | ||
| index b56a5ac4b..0e483d13b 100644 | ||
| --- a/include/amd_smi/impl/amdgpu_drm.h | ||
| +++ b/include/amd_smi/impl/amdgpu_drm.h | ||
| @@ -1625,15 +1625,6 @@ struct drm_amdgpu_info_uq_metadata { | ||
| #define AMDGPU_FAMILY_GC_11_5_0 150 /* GC 11.5.0 */ | ||
| #define AMDGPU_FAMILY_GC_12_0_0 152 /* GC 12.0.0 */ | ||
|
|
||
| -/* FIXME wrong namespace! */ | ||
| -struct drm_color_ctm_3x4 { | ||
| - /* | ||
| - * Conversion matrix with 3x4 dimensions in S31.32 sign-magnitude | ||
| - * (not two's complement!) format. | ||
| - */ | ||
| - __u64 matrix[12]; | ||
| -}; | ||
| - | ||
| #if defined(__cplusplus) | ||
| } | ||
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -333,6 +333,7 @@ outer | |
| "gfx1100" | ||
| "gfx1101" | ||
| "gfx1102" | ||
| "gfx1150" | ||
| "gfx1151" | ||
| ]; | ||
| gfx12 = scopeForArches [ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ROCm/amdsmi#165