On Wed, May 8, 2019 at 2:43 AM Evan Quan <evan.q...@amd.com> wrote:
>
> Update Vega10 ACG Avfs GB parameters.
>
> Change-Id: Ic3d5b170b93a7a92949262323ca710dbf9ac49b4
> Signed-off-by: Evan Quan <evan.q...@amd.com>

Series is:
Acked-by: Alex Deucher <alexander.deuc...@amd.com>

> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 
> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> index b298aba1206b..9585ba51d853 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> @@ -2267,8 +2267,8 @@ static int vega10_populate_avfs_parameters(struct 
> pp_hwmgr *hwmgr)
>                         pp_table->AcgAvfsGb.m1                   = 
> avfs_params.ulAcgGbFuseTableM1;
>                         pp_table->AcgAvfsGb.m2                   = 
> avfs_params.ulAcgGbFuseTableM2;
>                         pp_table->AcgAvfsGb.b                    = 
> avfs_params.ulAcgGbFuseTableB;
> -                       pp_table->AcgAvfsGb.m1_shift             = 0;
> -                       pp_table->AcgAvfsGb.m2_shift             = 0;
> +                       pp_table->AcgAvfsGb.m1_shift             = 24;
> +                       pp_table->AcgAvfsGb.m2_shift             = 12;
>                         pp_table->AcgAvfsGb.b_shift              = 0;
>
>                 } else {
> --
> 2.21.0
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to