Re: [PATCH] drm/amd/amdgpu: Add APU flag and asic_type to gca_config debugfs data

2022-02-15 Thread Alex Deucher
On Tue, Feb 15, 2022 at 10:29 AM Tom St Denis wrote: > > Needed by umr to detect if ip discovered ASIC is an APU or not. > > Signed-off-by: Tom St Denis I'm not sure we want to expose the asic_type outside of the driver as we may theoretically change the ordering in the kernel and then

[PATCH] drm/amd/amdgpu: Add APU flag and asic_type to gca_config debugfs data

2022-02-15 Thread Tom St Denis
Needed by umr to detect if ip discovered ASIC is an APU or not. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c