[PATCH 14/18] drm/amdgpu: move si_dma.c away from sid.h and si_enums.h

2025-03-21 Thread Alexandre Demers
Replace defines for the ones in oss_1_0_d.h and oss_1_0_sh_mask.h Taking the opportunity to add some comments taken from cik_sdma.c Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/si_dma.c | 108 drivers/gpu/drm/amd/amdgpu/sid.h| 36 -- 2

[PATCH 14/18] drm/amdgpu: move si_dma.c away from sid.h and si_enums.h

2025-03-17 Thread Alexandre Demers
Taking the opportunity to add some comments from cik_sdma.c Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/si_dma.c | 108 drivers/gpu/drm/amd/amdgpu/sid.h| 36 -- 2 files changed, 61 insertions(+), 83 deletions(-) diff --git a/drivers/g