Re: [PATCH 31/64] drm/amdgpu/soc15: export common IP functions

2021-09-29 Thread Christian König
Am 28.09.21 um 18:42 schrieb Alex Deucher: So they can be driven by IP discovery table. Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +- drivers/gpu/drm/amd/amdgpu/soc15.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff

[PATCH 31/64] drm/amdgpu/soc15: export common IP functions

2021-09-28 Thread Alex Deucher
So they can be driven by IP discovery table. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +- drivers/gpu/drm/amd/amdgpu/soc15.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c