答复: [PATCH] drm/amdgpu: fix baco handling for soc15

2019-01-27 Thread Qu, Jim
Reviewed-by: Jim Qu Thanks JimQu 发件人: amd-gfx 代表 Grodzovsky, Andrey 发送时间: 2019年1月26日 5:03:30 收件人: Alex Deucher; amd-gfx@lists.freedesktop.org 抄送: Deucher, Alexander 主题: Re: [PATCH] drm/amdgpu: fix baco handling for soc15 Reviewed-and-Tested-by

Re: [PATCH] drm/amdgpu: fix baco handling for soc15

2019-01-25 Thread Grodzovsky, Andrey
Reviewed-and-Tested-by: Andrey Grodzovsky Andrey On 01/25/2019 03:31 PM, Alex Deucher wrote: > Need to check if the operation is one that involves > registers before getting the register offset. Fixes a > crash in when handling commands without a register offset, > e.g., wait. > > Signed-off-b

[PATCH] drm/amdgpu: fix baco handling for soc15

2019-01-25 Thread Alex Deucher
Need to check if the operation is one that involves registers before getting the register offset. Fixes a crash in when handling commands without a register offset, e.g., wait. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/hwmgr/common_baco.c | 9 ++--- 1 file changed, 6 ins