RE: [PATCH 2/3] drm/amdkfd: Fix bugs regarding CP user queue doorbells mask on SOC15

2019-02-02 Thread Zeng, Oak
Hi Yong, mmCP_MEC_DOORBELL_RANGE_LOWER/UPPER are used at CP to double check a doorbell ringing routed to CP. It is a must to program. We have to keep userqueue_start/end. Sorry for the confusion. Regards, Oak From: amd-gfx On Behalf Of Zhao, Yong Sent: Friday, February 1, 2019 7:04 PM To:

[bugzilla-dae...@bugzilla.kernel.org: [Bug 202493] New: Soft lockup ryzen]

2019-02-02 Thread Borislav Petkov
FYI: First splat triggers the REG_WAIT timeout warning: [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 10us * 3000 tries - dce110_stream_encoder_dp_blank line:944 WARNING: CPU: 14 PID: 1613 at drivers/gpu/drm/amd/amdgpu/../display/dc/dc_helper.c:249 generic_reg_wait+0xdc/0x140

[PATCH] drm/amd/powerplay: update soc boot and max level on vega10

2019-02-02 Thread Kenneth Feng
update soc boot and max level,then uclk isn't stuck at minimum. Signed-off-by: Kenneth Feng --- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

[PATCH] drm/amdgpu: Bump amdgpu version for context priority override.

2019-02-02 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- Depends on https://lists.freedesktop.org/archives/amd-gfx/2019-January/030988.html I saw that 5.1 has not had a bump, so adding one to be able to check for the feature. drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH] Revert "Revert "drm/amd/powerplay: support Vega10 SOCclk and DCEFclk dpm level settings""

2019-02-02 Thread Kenneth Feng
This reverts commit ea37fc706e4cde83b39ad2104eec0241e752b8ea. Since we have another patch to fix the below problem, we need to revert the 'revert' https://bugs.freedesktop.org/show_bug.cgi?id=109462 Acked by Alex Deucher Signed-off-by: Kenneth Feng ---