Applied.  Thanks!

Alex

On Wed, Jun 10, 2020 at 4:06 PM Sandeep Raghuraman <[email protected]> wrote:
>
> Initializes Powertune data for a specific Hawaii card by fixing what looks 
> like a typo in the code. The device ID 66B1 is not a supported device ID for 
> this driver, and is not mentioned elsewhere. 67B1 is a valid device ID, and 
> is a Hawaii Pro GPU.
>
> I have tested on my R9 390 which has device ID 67B1, and it works fine 
> without problems.
>
> Signed-off-by: Sandeep Raghuraman <[email protected]>
>
> ---
>  drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 
> b/drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c
> index 85e5b1ed22c29..56923a96b4502 100644
> --- a/drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c
> @@ -239,7 +239,7 @@ static void ci_initialize_power_tune_defaults(struct 
> pp_hwmgr *hwmgr)
>
>         switch (dev_id) {
>         case 0x67BA:
> -       case 0x66B1:
> +       case 0x67B1:
>                 smu_data->power_tune_defaults = &defaults_hawaii_pro;
>                 break;
>         case 0x67B8:
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to