RE: [PATCH 3/3] ALSA: hda/hdmi - enable runtime pm for CI AMD display audio

2020-12-06 Thread Quan, Evan
[AMD Official Use Only - Internal Distribution Only] Series is reviewed-by: Evan Quan -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Saturday, December 5, 2020 4:45 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH 3/3] ALSA: hda/hdmi - enabl

[PATCH] drm/amdgpu: add judgement for suspend/resume sequence

2020-12-06 Thread Likun Gao
From: Likun Gao Only APU should deal with the situation that amdgpu suspend/resume with s0i3 support to skip RLC/CP/GFX disable during suspend. Signed-off-by: Likun Gao Change-Id: Icca91b3497f12a6d78f005ee63461cf0e8f24958 --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 +--- 1 file chan

RE: [PATCH] drm/amdgpu: add judgement for suspend/resume sequence

2020-12-06 Thread Feng, Kenneth
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Kenneth Feng Best Regards Kenneth -Original Message- From: Gao, Likun Sent: Monday, December 7, 2020 11:45 AM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Feng, Kenneth ; Gao, Likun Subject: [PATCH] drm/amd

[PATCH] drm/amd/pm: update driver if version for dimgrey_cavefish

2020-12-06 Thread Tao Zhou
Per PMFW 59.16.0. Signed-off-by: Tao Zhou --- drivers/gpu/drm/amd/pm/inc/smu_v11_0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h b/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h index c1cb472f8f0f..e5aa0725147c 100644 --- a/drivers/gpu/drm/

[PATCH] drm/amdgpu/pm: add smc v2_1 printer in amdgpu_ucode_print_smc_hdr()

2020-12-06 Thread Kevin Wang
the smc v2_0 printer is not compatible with the smc v2_1 . 1. add smc v2_1 printer. 2. cleanup code Signed-off-by: Kevin Wang --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 29 +++ 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amd

[PATCH 1/1] drm/amdgpu: fix sdma instance fw version and feature version init

2020-12-06 Thread Stanley . Yang
each sdma instance fw_version and feature_version should be set right value when asic type isn't between SIENNA_CICHILD and CHIP_DIMGREY_CAVEFISH Signed-off-by: Stanley.Yang Change-Id: I1edbf3e0557d771eb4c0b686fa5299a3b5f26e35 --- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 2 +- 1 file changed, 1

[PATCH] drm/amdgpu: change trace event parameter name from 'driect' to 'immediate'

2020-12-06 Thread Kevin Wang
s/direct/immediate/g amdgpu vm has renamed parameter name from 'direct' to 'immedate'. however, the trace event is not updated yet. Signed-off-by: Kevin Wang --- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 24 +++ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git