aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/athub_v3_0.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/amdgpu: update ATHUB_MISC_CNTL offset for athub v3.3Yifan Zhang2024-01-151-0/+8
| | | | | | | | | | | | This patch to update ATHUB_MISC_CNTL offset for athub v3.3 v2: correct a typo (Tim) v3: correct patch title (Lang) Signed-off-by: Yifan Zhang <[email protected]> Acked-by: Alex Deucher <[email protected]> Reviewed-by: Tim Huang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: enable GFX IP v11.5.0 CG and PG supportLi Ma2023-10-131-0/+1
| | | | | | | | Add CG support for GFX/MC/HDP/ATHUB/IH/BIF. Add PG support for GFX. Signed-off-by: Li Ma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-3/+3
| | | | | | | | | Use an inline function for version check. Gives more flexibility to handle any format changes. Signed-off-by: Lijo Lazar <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: add ATHUB IP v3.0.1 Clock Gating supportTim Huang2022-08-161-5/+37
| | | | | | | | | | | Add ATHUB IP v3.0.1 in athub_v3_0_set_clockgating. The regATHUB_MISC_CNTL has different offset for ATHUB IP v3.0.1, so need to add IP version checking to use the right REG offset. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: add support for ATHUB 3.0.2Flora Cui2022-05-051-0/+1
| | | | | | | | Add support 3.0.2 to the ATHUB 3.0 code. Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Flora Cui <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: enable MGCG and LS for ATHUB 3.0Evan Quan2022-05-051-3/+2
| | | | | | | | Enable ATHUB 3.0 MGCG and LS features. Signed-off-by: Evan Quan <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: add athub v3_0 ip blockTianci.Yin2022-05-041-0/+98
Add support for athub v3.0 Signed-off-by: Tianci.Yin <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>