Re: [PATCH] drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v2)

2022-02-17 Thread StDenis, Tom
Cc: amd-gfx list Subject: Re: [PATCH] drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v2) On Tue, Feb 15, 2022 at 6:47 PM Tom St Denis wrote: > > Needed by umr to detect if ip discovered ASIC is an APU or not. > > (v2): Remove asic type from packet it's not strictly neede

Re: [PATCH] drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v2)

2022-02-16 Thread Alex Deucher
On Tue, Feb 15, 2022 at 6:47 PM Tom St Denis wrote: > > Needed by umr to detect if ip discovered ASIC is an APU or not. > > (v2): Remove asic type from packet it's not strictly needed > > Signed-off-by: Tom St Denis > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 5 - > 1 file

[PATCH] drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v2)

2022-02-15 Thread Tom St Denis
Needed by umr to detect if ip discovered ASIC is an APU or not. (v2): Remove asic type from packet it's not strictly needed Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git