| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | drm/amdgpu: update mmhub 3.3 client id mappings | Alex Deucher | 2025-08-04 | 1 | -1/+104 |
| | | | | | | | | | | | | | | Update the client id mapping so the correct clients get printed when there is a mmhub page fault. v2: fix typos spotted by David Wu. v3: fix additional typo spotted by David. Reviewed-by: David (Ming Qiang) Wu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit e932f4779a2d329841bb9ca70bb80a4bb2d707b6) Cc: [email protected] | ||||
| * | drm/amdgpu: add support for MMHUB IP version 3.3.2 | Tim Huang | 2025-02-13 | 1 | -0/+1 |
| | | | | | | | | | This initializes MMHUB IP version 3.3.2. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: fix overflowed constant warning in mmhub_set_clockgating() | Bob Zhou | 2024-06-14 | 1 | -1/+1 |
| | | | | | | | | | | To fix potential overflowed constant warning, modify the variables to u32 for getting the return value of RREG32_SOC15(). Signed-off-by: Bob Zhou <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: disable lane0 L1TLB and enable lane1 L1TLB | Yifan Zhang | 2024-06-05 | 1 | -0/+13 |
| | | | | | | | | | This patch to disable lane0 L1TLB and enable lane1 L1TLB. Signed-off-by: Yifan Zhang <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: init SAW registers for mmhub v3.3 | Yifan Zhang | 2024-06-05 | 1 | -0/+40 |
| | | | | | | | | | This patch to configure mmhub3.3 SAW registers Signed-off-by: Yifan Zhang <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: fix mmhub client id out-of-bounds access | Lang Yu | 2024-03-20 | 1 | -4/+3 |
| | | | | | | | | | | Properly handle cid 0x140. Fixes: aba2be41470a ("drm/amdgpu: add mmhub 3.3.0 support") Signed-off-by: Lang Yu <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: add MMHUB 3.3.1 support | Yifan Zhang | 2024-02-19 | 1 | -0/+1 |
| | | | | | | | | | | This patch to add MMHUB 3.3.1 support. v2: squash in fault info fix (Alex) Signed-off-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: don't use legacy invalidation on MMHUB v3.3 | Lang Yu | 2023-10-13 | 1 | -1/+1 |
| | | | | | | | | | | Legacy invalidation is not supported. This is missed during rebase. Signed-off-by: Lang Yu <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: add hub->ctx_distance in setup_vmid_config | Yifan Zhang | 2023-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | add hub->ctx_distance when read CONTEXT1_CNTL, align w/ write back operation. v2: fix coding style errors reported by checkpatch.pl (Christian) Signed-off-by: Yifan Zhang <[email protected]> Acked-by: Christian König <[email protected]> Reviewed-by: Lang Yu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Use function for IP version check | Lijo Lazar | 2023-09-20 | 1 | -1/+1 |
| | | | | | | | | | | 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: calling address translation functions to simplify codes | Yifan Zhang | 2023-09-06 | 1 | -2/+1 |
| | | | | | | | | | Use amdgpu_gmc_vram_pa to simplify codes. Signed-off-by: Yifan Zhang <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: add mmhub 3.3.0 support | Lang Yu | 2023-08-30 | 1 | -0/+590 |
| Add initial implementation for mmhub 3.3.0. v2: squash in client id fix (Alex) Signed-off-by: Lang Yu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
