Re: [PATCH] drm/amdgpu: Ensure dcefclk isn't created on Aldebaran

2021-04-12 Thread Wang, Kevin(Yang)
: Ensure dcefclk isn't created on Aldebaran Like Arcturus, this isn't available on Aldebaran, so remove it accordingly Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b

Re: [PATCH] drm/amdgpu: Ensure dcefclk isn't created on Aldebaran

2021-04-12 Thread Alex Deucher
On Mon, Apr 12, 2021 at 12:01 PM Kent Russell wrote: > > Like Arcturus, this isn't available on Aldebaran, so remove it > accordingly > > Signed-off-by: Kent Russell Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +++- > 1 file changed, 3 insertions(+), 1

[PATCH] drm/amdgpu: Ensure dcefclk isn't created on Aldebaran

2021-04-12 Thread Kent Russell
Like Arcturus, this isn't available on Aldebaran, so remove it accordingly Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index