mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
drm/amdgpu: add support for getting sub_device id and
sub_vendor_id in cgs interface. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c04399f194
commit
2fef37c62c
2 changed files with 8 additions and 0 deletions
|
@ -119,6 +119,8 @@ enum cgs_system_info_id {
|
|||
CGS_SYSTEM_INFO_PG_FLAGS,
|
||||
CGS_SYSTEM_INFO_GFX_CU_INFO,
|
||||
CGS_SYSTEM_INFO_GFX_SE_INFO,
|
||||
CGS_SYSTEM_INFO_PCIE_SUB_SYS_ID,
|
||||
CGS_SYSTEM_INFO_PCIE_SUB_SYS_VENDOR_ID,
|
||||
CGS_SYSTEM_INFO_ID_MAXIMUM,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue