Re: [PATCH] drm/amdgpu:fix psp ip block patch

2017-04-06 Thread Zhang, Jerry (Junwei)
On 04/06/2017 03:31 PM, Monk Liu wrote: should use kernel parm to judge instead of adev member, which hasn't been set at that time Change-Id: I58c83a8615cd4a54440c9de038e45bb70802cc2c Signed-off-by: Monk Liu --- drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +- 1 file changed, 1 insertion(+), 1 del

RE: [PATCH] drm/amdgpu:fix psp ip block patch

2017-04-06 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Monk Liu > Sent: Thursday, April 06, 2017 3:31 AM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Monk > Subject: [PATCH] drm/amdgpu:fix psp ip block patch > > shou

Re: [PATCH] drm/amdgpu:fix psp ip block patch

2017-04-06 Thread Christian König
Am 06.04.2017 um 09:31 schrieb Monk Liu: should use kernel parm to judge instead of adev member, which hasn't been set at that time Change-Id: I58c83a8615cd4a54440c9de038e45bb70802cc2c Signed-off-by: Monk Liu Tested-and-reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/soc15.c

[PATCH] drm/amdgpu:fix psp ip block patch

2017-04-06 Thread Monk Liu
should use kernel parm to judge instead of adev member, which hasn't been set at that time Change-Id: I58c83a8615cd4a54440c9de038e45bb70802cc2c Signed-off-by: Monk Liu --- drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/a