[SWDEV-503717] Remove occurrences of "Fusion" in docs

Tiny PR to remove occurrences of "Kernel **Fusion** Driver" in
public-facing docs.

Signed-off-by: Peter Park <peter.park@amd.com>

[ROCm/amdsmi commit: d9bba639df]
This commit is contained in:
Park, Peter
2025-01-07 17:11:46 -05:00
committato da GitHub
parent e32383b6c5
commit 3968f88b4c
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
@@ -350,7 +350,7 @@ except AmdSmiException as e:
### amdsmi_get_gpu_kfd_info
Description: Returns KFD(kernel fusion driver) information for the given GPU
Description: Returns KFD (kernel driver) information for the given GPU
This correlates to GUID in rocm-smi
Input parameters:
+2 -2
Vedi File
@@ -2324,7 +2324,7 @@ amdsmi_get_gpu_pci_bandwidth(amdsmi_processor_handle processor_handle,
* | ((BUS & 0xFF) << 8) | ((DEVICE & 0x1F) <<3 )
* | (FUNCTION & 0x7)
*
* | Name | Field | KFD property KFD -> PCIe ID (uint64_t)
* | Name | Field | KFD property | KFD -> PCIe ID (uint64_t) |
* -------------- | ------- | ---------------- | ---------------------------- |
* | Domain | [63:32] | "domain" | (DOMAIN & 0xFFFFFFFF) << 32 |
* | Partition id | [31:28] | "location id" | (LOCATION & 0xF0000000) |
@@ -4763,7 +4763,7 @@ amdsmi_status_t
amdsmi_get_gpu_asic_info(amdsmi_processor_handle processor_handle, amdsmi_asic_info_t *info);
/**
* @brief Returns the KFD (Kernel Fusion Driver) information for the device
* @brief Returns the KFD (kernel driver) information for the device
*
* @platform{gpu_bm_linux} @platform{guest_1vf} @platform{guest_mvf}
*