diff options
| author | Ruijing Dong <[email protected]> | 2025-05-02 15:19:26 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-05-07 22:23:40 +0000 |
| commit | b7e84fb708392b37e5dbb2a95db9b94a0e3f0aa2 (patch) | |
| tree | 04734471befa79109aa0421a8959fe4a3a5bfcc7 /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | |
| parent | drm/amd/display: Fix wrong handling for AUX_DEFER case (diff) | |
| download | kernel-b7e84fb708392b37e5dbb2a95db9b94a0e3f0aa2.tar.gz kernel-b7e84fb708392b37e5dbb2a95db9b94a0e3f0aa2.zip | |
drm/amdgpu/vcn: using separate VCN1_AON_SOC offset
VCN1_AON_SOC_ADDRESS_3_0 offset varies on different
VCN generations, the issue in vcn4.0.5 is caused by
a different VCN1_AON_SOC_ADDRESS_3_0 offset.
This patch does the following:
1. use the same offset for other VCN generations.
2. use the vcn4.0.5 special offset
3. update vcn_4_0 and vcn_5_0
Acked-by: Saleemkhan Jamadar <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Signed-off-by: Ruijing Dong <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
(cherry picked from commit 5c89ceda9984498b28716944633a9a01cbb2c90d)
Cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h index cdcdae7f71ce..83adf81defc7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h @@ -66,7 +66,6 @@ #define VCN_ENC_CMD_REG_WAIT 0x0000000c #define VCN_AON_SOC_ADDRESS_2_0 0x1f800 -#define VCN1_AON_SOC_ADDRESS_3_0 0x48000 #define VCN_VID_IP_ADDRESS_2_0 0x0 #define VCN_AON_IP_ADDRESS_2_0 0x30000 |
