[PATCH] drm/fourcc: fix AMD modifiers PACKERS field doc

2020-11-15 Thread Simon Ser
This field doesn't alias with BANK_XOR_BITS: PACKERS is bits 26:28 while BANK_XOR_BITS is bits 23:25. Fixes: 8ba16d599374 ("drm/fourcc: Add AMD DRM modifiers.") Signed-off-by: Simon Ser Cc: Bas Nieuwenhuizen Cc: Alex Deucher Cc: Daniel Vetter --- include/uapi/drm/drm_fourcc.h | 2 +- 1 file c

[PATCH 1/2] drm/amd/pm: add the fine grain tuning function for vangogh

2020-11-15 Thread Xiaojian Du
This patch is to add the fine grain tuning function for vangogh. This function uses the pp_od_clk_voltage sysfs file to configure the min and max value of gfx clock frequency or restore the default value. Command guide: echo "s level value" > pp_od_clk_voltage "s" - set the sclk frequency

[PATCH 2/2] drm/amd/pm: enable the fine grain tuning function for vangogh

2020-11-15 Thread Xiaojian Du
This patch is to enale the fine grain tuning function for vangogh. Signed-off-by: Xiaojian Du --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c index 7b698c5

Re: [PATCH] drm/fourcc: fix AMD modifiers PACKERS field doc

2020-11-15 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Sun, Nov 15, 2020 at 10:39 AM Simon Ser wrote: > > This field doesn't alias with BANK_XOR_BITS: PACKERS is bits 26:28 while > BANK_XOR_BITS is bits 23:25. > > Fixes: 8ba16d599374 ("drm/fourcc: Add AMD DRM modifiers.") > Signed-off-by: Simon Ser > Cc: Bas Nieuwe

RE: [PATCH 1/2] drm/amd/pm: add the fine grain tuning function for vangogh

2020-11-15 Thread Quan, Evan
[AMD Official Use Only - Internal Distribution Only] To be consistent with other ASICs, "echo r" is enough to restore to the default values. No need to followed by a "echo c". With that fixed, the series is reviewed-by: Evan Quan -Original Message- From: Du, Xiaojian Sent: Sunday, Nove

RE: [PATCH 2/2] drm/amdgpu/powerplay/smu10: drop unused variable

2020-11-15 Thread Liang, Prike
[AMD Official Use Only - Internal Distribution Only] Thanks help handle this and that should be also handled in my last patch series sent out. Sorry for this rebase splash error and will take care on this. Thanks, Prike > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher >

[PATCH] drm/amdgpu: update golden setting for sienna_cichlid

2020-11-15 Thread Likun Gao
From: Likun Gao Update golden setting for sienna_cichlid. Signed-off-by: Likun Gao Change-Id: I968f405a11b640174f5bc03eacc5f4edee47815a --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/dr

[PATCH] drm/amd/pm: update driver if file for sienna cichlid

2020-11-15 Thread Likun Gao
From: Likun Gao Update driver if file for sienna cichlid. Signed-off-by: Likun Gao Change-Id: Ibcffb2a668202f941b1e8e7a22924976c910cf35 --- .../pm/inc/smu11_driver_if_sienna_cichlid.h | 16 +- drivers/gpu/drm/amd/pm/inc/smu_v11_0.h| 2 +- .../amd/pm/swsmu/smu11/sienna_ci