Home
last modified time | relevance | path

Searched refs:AMDGPU_GMC_FAULT_HASH_ORDER (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gmc.h56 #define AMDGPU_GMC_FAULT_HASH_ORDER 8 macro
57 #define AMDGPU_GMC_FAULT_HASH_SIZE (1 << AMDGPU_GMC_FAULT_HASH_ORDER)
A Damdgpu_gmc.c393 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
439 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults_remove()

Completed in 6 milliseconds