[PATCH] drm/amdgpu/psp: use define rather than magic number for mode1 reset
Huang, Ray
Ray.Huang at amd.com
Mon Nov 19 09:57:34 UTC 2018
> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Alex Deucher
> Sent: Saturday, November 17, 2018 2:25 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>
> Subject: [PATCH] drm/amdgpu/psp: use define rather than magic number
> for mode1 reset
>
> Use the define rather than hardcoded value.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Huang Rui <ray.huang at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
> b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
> index e1ebf770c303..940894e8c67e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
> +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
> @@ -593,7 +593,7 @@ static int psp_v3_1_mode1_reset(struct psp_context
> *psp)
> }
>
> /*send the mode 1 reset command*/
> - WREG32(offset, 0x70000);
> + WREG32(offset, GFX_CTRL_CMD_ID_MODE1_RST);
>
> mdelay(1000);
>
> --
> 2.13.6
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list