diff options
| author | Tao Zhou <[email protected]> | 2025-04-11 08:13:23 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-05-13 13:32:05 +0000 |
| commit | 9b5b71895bb23193597c7734cf337ec557d32e7c (patch) | |
| tree | f3566eeb9e02578f88e209e45942276e512df3f5 /drivers/gpu/drm/amd/amdgpu/umc_v12_0.h | |
| parent | drm/amdgpu: add get_retire_flip_bits for UMC (diff) | |
| download | kernel-9b5b71895bb23193597c7734cf337ec557d32e7c.tar.gz kernel-9b5b71895bb23193597c7734cf337ec557d32e7c.zip | |
drm/amdgpu: implement get_retire_flip_bits for UMC v12
The RAS bad page retire flip bits can be set per vram type,
vram vendor and NPS mode.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/umc_v12_0.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/umc_v12_0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v12_0.h b/drivers/gpu/drm/amd/amdgpu/umc_v12_0.h index 056bbc038312..ccdd6cd430f8 100644 --- a/drivers/gpu/drm/amd/amdgpu/umc_v12_0.h +++ b/drivers/gpu/drm/amd/amdgpu/umc_v12_0.h @@ -55,8 +55,6 @@ #define UMC_V12_0_NA_MAP_PA_NUM 8 /* R13 bit shift should be considered, double the number */ #define UMC_V12_0_BAD_PAGE_NUM_PER_CHANNEL (UMC_V12_0_NA_MAP_PA_NUM * 2) -/* C2, C3, C4, R13, four bits in MCA address are looped in retirement */ -#define UMC_V12_0_RETIRE_LOOP_BITS 4 /* column bits in SOC physical address */ #define UMC_V12_0_PA_C2_BIT 15 |
