[PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Yuxian Dai
for different ASIC support different the number of DPM levels, we should avoid to show the invalid level value. v1 -> v2: follow the suggestion,clarifiy the description for this change Signed-off-by: Yuxian Dai Change-Id: I579ef417ddc8acb4a6cf15c60094743a72d9b050 --- drivers/gpu/drm/amd/p

RE: [PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Dai, Yuxian (David)
[AMD Official Use Only - Internal Distribution Only] On Fri, Apr 17, 2020 at 10:58:59AM +0800, Yuxian Dai wrote: > for different ASIC support different the number of DPM levels, we > should avoid to show the invalid level value. > v1 -> v2: > follow the suggestion,clarifiy the description f

[PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Yuxian Dai
for different ASIC support different the number of DPM levels, we should avoid to show the invalid level value. v1 -> v2: follow the suggestion,clarifiy the description for this change Signed-off-by: Yuxian Dai Change-Id: I579ef417ddc8acb4a6cf15c60094743a72d9b050 --- drivers/gpu/drm/amd/p

Re: [PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Huang Rui
On Fri, Apr 17, 2020 at 10:58:59AM +0800, Yuxian Dai wrote: > for different ASIC support different the number of DPM levels, > we should avoid to show the invalid level value. > v1 -> v2: > follow the suggestion,clarifiy the description for this > change > Signed-off-by: Yuxian Dai > Change-

RE: [PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Dai, Yuxian (David)
[AMD Official Use Only - Internal Distribution Only] On Wed, Apr 15, 2020 at 07:20:31PM +0800, Yuxian Dai wrote: > we should avoid to show the invalid level value when the DPM_LEVELS > supported number changed > > Signed-off-by: Yuxian Dai > Change-Id: Ib66d0cf34a866fa6f0cedd1d5fc642f59236787d

[PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Yuxian Dai
for different ASIC support different the number of DPM levels, we should avoid to show the invalid level value. v1 -> v2: follow the suggestion,clarifiy the description for this change Signed-off-by: Yuxian Dai Change-Id: I579ef417ddc8acb4a6cf15c60094743a72d9b050 --- drivers/gpu/drm/amd/p

Re: [PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-16 Thread Huang Rui
On Wed, Apr 15, 2020 at 07:20:31PM +0800, Yuxian Dai wrote: > we should avoid to show the invalid level value when the > DPM_LEVELS supported number changed > > Signed-off-by: Yuxian Dai > Change-Id: Ib66d0cf34a866fa6f0cedd1d5fc642f59236787d Please add comment in the commit message to explain so

[PATCH] drm/amdgpu/powerplay:avoid to show invalid DPM table info

2020-04-15 Thread Yuxian Dai
we should avoid to show the invalid level value when the DPM_LEVELS supported number changed Signed-off-by: Yuxian Dai Change-Id: Ib66d0cf34a866fa6f0cedd1d5fc642f59236787d --- drivers/gpu/drm/amd/powerplay/renoir_ppt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/pow