From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr700046.outbound.protection.outlook.com ([40.107.70.46]:10755 "EHLO NAM04-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731252AbeGRBqx (ORCPT ); Tue, 17 Jul 2018 21:46:53 -0400 Message-ID: <5B4E93A8.4080401@amd.com> Date: Wed, 18 Jul 2018 09:11:04 +0800 From: "Zhang, Jerry (Junwei)" MIME-Version: 1.0 To: Alex Deucher , CC: Alex Deucher , Subject: Re: [PATCH] drm/amdgpu: add another ATPX quirk for TOPAZ References: <20180717193854.20054-1-alexander.deucher@amd.com> In-Reply-To: <20180717193854.20054-1-alexander.deucher@amd.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 07/18/2018 03:38 AM, Alex Deucher wrote: > Needs ATPX rather than _PR3. > > Bug: https://bugzilla.kernel.org/show_bug.cgi?id=200517 > Signed-off-by: Alex Deucher > Cc: stable@vger.kernel.org Reviewed-by: Junwei Zhang > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c > index b33f1680c9a3..a028661d9e20 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c > @@ -575,6 +575,7 @@ static const struct amdgpu_px_quirk amdgpu_px_quirk_list[] = { > { 0x1002, 0x6900, 0x1002, 0x0124, AMDGPU_PX_QUIRK_FORCE_ATPX }, > { 0x1002, 0x6900, 0x1028, 0x0812, AMDGPU_PX_QUIRK_FORCE_ATPX }, > { 0x1002, 0x6900, 0x1028, 0x0813, AMDGPU_PX_QUIRK_FORCE_ATPX }, > + { 0x1002, 0x6900, 0x1025, 0x125A, AMDGPU_PX_QUIRK_FORCE_ATPX }, > { 0, 0, 0, 0, 0 }, > }; > >