From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7F5E3C23 for ; Mon, 19 Jun 2023 10:35:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47833C433C0; Mon, 19 Jun 2023 10:35:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687170930; bh=R1GLm0OJ33aDb1QhjRGLnyrjyQyeT36QmwFRyITXe/M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hO/eRyoBkGF7HYmJ5XSoUkh+Kh/0k0XeTTyFyCCZXAtKf3CkV+AdKNfIkjqIx+DSj dCgUDEThJYJF/n0lIgOk9w4al9yiyVQ3FDCPQ+C0NTpbyADwTWH+g7Lzswx+P/hs2X Pml+g3q4StBFQXt+S14C/xxdjZn5eYu+0REoGAvA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, michel@daenzer.net, =?UTF-8?q?Michel=20D=C3=A4nzer?= , Alex Deucher Subject: [PATCH 6.3 086/187] drm/amdgpu: add missing radeon secondary PCI ID Date: Mon, 19 Jun 2023 12:28:24 +0200 Message-ID: <20230619102201.781021869@linuxfoundation.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230619102157.579823843@linuxfoundation.org> References: <20230619102157.579823843@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Alex Deucher commit e61f67749b351c19455ce3085af2ae9af80023bc upstream. 0x5b70 is a missing RV370 secondary id. Add it so we don't try and probe it with amdgpu. Cc: michel@daenzer.net Reviewed-by: Michel Dänzer Tested-by: Michel Dänzer Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -1623,6 +1623,7 @@ static const u16 amdgpu_unsupported_pcii 0x5874, 0x5940, 0x5941, + 0x5b70, 0x5b72, 0x5b73, 0x5b74,