Searched refs:gc_ip_version (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v12_1.c | 584 uint32_t gc_ip_version = amdgpu_ip_version(adev, GC_HWIP, 0); in gmc_v12_1_get_coherence_flags() local 591 switch (gc_ip_version) { in gmc_v12_1_get_coherence_flags()
|
| H A D | gfx_v9_4_3.c | 2503 u32 gc_ip_version; in gfx_v9_4_3_is_idle() local 2506 gc_ip_version = amdgpu_ip_version(adev, GC_HWIP, 0); in gfx_v9_4_3_is_idle() 2509 if (gc_ip_version == IP_VERSION(9, 4, 4)) { in gfx_v9_4_3_is_idle()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 1250 uint32_t gc_ip_version = KFD_GC_VERSION(node); in svm_range_get_pte_flags() local 1261 switch (gc_ip_version) { in svm_range_get_pte_flags() 1316 else if (gc_ip_version < IP_VERSION(9, 5, 0) && in svm_range_get_pte_flags() 1333 if (gc_ip_version < IP_VERSION(9, 5, 0) || ext_coherent) in svm_range_get_pte_flags() 1374 if (gc_ip_version >= IP_VERSION(12, 0, 0)) in svm_range_get_pte_flags() 1382 if ((gc_ip_version == IP_VERSION(12, 1, 0)) && in svm_range_get_pte_flags()
|