From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 462B6C32773 for ; Fri, 19 Aug 2022 11:05:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348521AbiHSLFS (ORCPT ); Fri, 19 Aug 2022 07:05:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348576AbiHSLEn (ORCPT ); Fri, 19 Aug 2022 07:04:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D695AFAC4E for ; Fri, 19 Aug 2022 04:04:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 693236171A for ; Fri, 19 Aug 2022 11:04:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99889C433C1; Fri, 19 Aug 2022 11:04:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660907078; bh=Q1fuI6kaHUAKv7wckjSX+NjcOnO//x+YueLRXxDkRVo=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=OiH9oAxVgOifiMh44MQ7+gci9H9HpPzkUVcSXO2NlagkWNs+eW2yhvdrtgbBPsYYk rNzaSQ6i6Udw9TmNlTPvYQnZ9Pe/IdaQr5FY1wwpRW0/XK+o7vPgd6w6GAo71JNbnY 9s6GtGMpRvVicUzj64cVvG6tpr3SWtC1H1GBpu+KrPW+z6AlJFPVU6IHF1LZpOtNXn VuHxQI4LBR1x0czrNCfqsU7uDKyhX6njsOkBIsMl/iuzyGaqit1yLwUgHRFJaugeHw 0IxtxOfAj/x/+FP9LfZ19q9XRtgUaCu0Zfvd9UDqidQr/gaql2+USeEBSgVC63HgtQ 2YkTgG9vK/aEQ== Date: Fri, 19 Aug 2022 06:04:37 -0500 From: Bjorn Helgaas To: "Lazar, Lijo" Cc: Christian =?iso-8859-1?Q?K=F6nig?= , Alex Deucher , Xinhui Pan , regressions@lists.linux.dev, David Airlie , linux-pci@vger.kernel.org, amd-gfx@lists.freedesktop.org, Tom Seewald , Kai-Heng Feng , Daniel Vetter , Stefan Roese Subject: Re: [Bug 216373] New: Uncorrected errors reported for AMD GPU Message-ID: <20220819110437.GA2432401@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Aug 19, 2022 at 02:03:59PM +0530, Lazar, Lijo wrote: > Or, it could be amdgpu or some other software component - > > register mmio base: 0x95E00000 > Address 0x95e7f000 > > 0x95e7f000 indicates access from CPU to a register offset 0x7FE000. This > doesn't look like a valid register offset for this chip (device > [1002:73df]). Any other clues in dmesg? The complete dmesg is at https://bugzilla.kernel.org/attachment.cgi?id=301596