> -----Original Message-----
> From: Liu, Aaron <[email protected]>
> Sent: Monday, September 16, 2019 9:40 AM
> To: [email protected]
> Cc: Deucher, Alexander <[email protected]>; Huang, Ray
> <[email protected]>; Liu, Aaron <[email protected]>
> Subject: [PATCH] drm/amdgpu: remove program of lbpw for renoir
> 
> These is no LBPW on Renoir. So removing program of lbpw for renoir.
> 
> Signed-off-by: Aaron Liu <[email protected]>

Reviewed-by: Huang Rui <[email protected]>

> ---
>  drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> index b75ef89..fe21ef8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> @@ -1646,7 +1646,6 @@ static int gfx_v9_0_rlc_init(struct amdgpu_device
> *adev)
> 
>       switch (adev->asic_type) {
>       case CHIP_RAVEN:
> -     case CHIP_RENOIR:
>               gfx_v9_0_init_lbpw(adev);
>               break;
>       case CHIP_VEGA20:
> @@ -3013,7 +3012,6 @@ static int gfx_v9_0_rlc_resume(struct
> amdgpu_device *adev)
> 
>       switch (adev->asic_type) {
>       case CHIP_RAVEN:
> -     case CHIP_RENOIR:
>               if (amdgpu_lbpw == 0)
>                       gfx_v9_0_enable_lbpw(adev, false);
>               else
> --
> 2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to