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 C0EC6C61DA4 for ; Mon, 6 Feb 2023 08:10:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230033AbjBFIKG (ORCPT ); Mon, 6 Feb 2023 03:10:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229987AbjBFIKD (ORCPT ); Mon, 6 Feb 2023 03:10:03 -0500 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10F527D96; Mon, 6 Feb 2023 00:10:01 -0800 (PST) Received: by mail-ej1-x631.google.com with SMTP id m2so31768279ejb.8; Mon, 06 Feb 2023 00:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=IrVBgpz++k/jaruDa1uMCVIOMDhP/bhNUu7kGKYaKvo=; b=TKqdkCCAdY3DlvgQHIWx9r85kUhKgQpLRkGtHNcNMIYBqproawf3g08gPHgvjFbpxI ZRbcji0Z++Dth+Rt8Wqziri/sKqDdapUoKc9YhCQAoWLn/vyK9Wvde9n2ZwBOl2+v1v+ Pm/WsNqgguRi6a6cP0UcVkfvrXRHMRh+Uki0rhNnZXgBe5j4Vj58Jvv8rzzW7V8x1bXP i65BweWv3L/HKzE2DltSY9gOlRI+4VrRKOUIYAYWmN62Qng0dAegSFOOGOF7tXcfVI9s vmM4N0pn0v2dpjH43iCNvDhCCB7SEK5S+BFp3Xno98KuM345AajkNFPZdbZDmKSUJzku +AMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=IrVBgpz++k/jaruDa1uMCVIOMDhP/bhNUu7kGKYaKvo=; b=QkrHs21xQLLK0Javs+GjUMI9bOKQGVge1gKElf5dK4VdnZW30iD86uaZEHHopie2Hk 0+JhNhpciZWj7zAGLS9Vn8Qi/q3BjU9ZF3OQpxAoefCzilMYl7i0zdmLg76qt1cS+LKx kklqxfQLhYzpEGtbcc71Qo17SN6lei6upVOkc/lsdsFQNMnH0p+kWRmfB0Kenq/z3E9E R1oam1xuUBbL9fXmCBFbgp9TqncovQqfq3vSDeZfN+cOnWSLMKc4JIzGz0sNdiN7zJbb rGq6YonbdSi9PzY/IxACCsJeoZ0NES6uGkW5J2NNRDOyqEmhFr1gwwEsuLL02ca8SXVI ZZeg== X-Gm-Message-State: AO0yUKUWZBd3CZQKAaK8XN+yTjYhw6SWvior/+dTeYSNDov8wxGjlwCl DwI0NovKoKj73A/tQkFGYzO0tlxxyTasl39SBDvpHdi+Seg= X-Google-Smtp-Source: AK7set+fdflE8hwEMFYEovEk/jsml7fo1urgY2xH7UccQlvai11ylI2p7RY/YsbjW6SXGmJZd15zmdy6CmqcsUfbZV0= X-Received: by 2002:a17:907:2c4f:b0:8a5:8539:aaac with SMTP id hf15-20020a1709072c4f00b008a58539aaacmr369762ejc.304.1675670999419; Mon, 06 Feb 2023 00:09:59 -0800 (PST) MIME-Version: 1.0 References: <20230205210751.3842103-1-airlied@gmail.com> In-Reply-To: From: Dave Airlie Date: Mon, 6 Feb 2023 18:09:46 +1000 Message-ID: Subject: Re: [PATCH] nvidiafb: detect the hardware support before removing console. To: Zeno Davatz Cc: Bjorn Helgaas , Bjorn Helgaas , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Dave Airlie Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Feb 2023 at 18:01, Zeno Davatz wrote: > > Dear Dave > > On Mon, Feb 6, 2023 at 8:54 AM Dave Airlie wrote: > > > > On Mon, 6 Feb 2023 at 17:52, Zeno Davatz wrote: > > > > > > Dear Dave > > > > > > Thank you for your patch. > > > > > > On Sun, Feb 5, 2023 at 10:07 PM Dave Airlie wrote: > > > > > > > > From: Dave Airlie > > > > > > > > This driver removed the console, but hasn't yet decided if it could > > > > take over the console yet. Instead of doing that, probe the hw for > > > > support and then remove the console afterwards. > > > > > > > > Signed-off-by: Dave Airlie > > > > Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=216859 > > > > Reported-by: Zeno Davatz > > > > --- > > > > drivers/video/fbdev/nvidia/nvidia.c | 81 +++++++++++++++-------------- > > > > 1 file changed, 42 insertions(+), 39 deletions(-) > > > > > > > > diff --git a/drivers/video/fbdev/nvidia/nvidia.c b/drivers/video/fbdev/nvidia/nvidia.c > > > > index 1960916098d4..e60a276b4855 100644 > > > > --- a/drivers/video/fbdev/nvidia/nvidia.c > > > > +++ b/drivers/video/fbdev/nvidia/nvidia.c > > > > @@ -1197,17 +1197,17 @@ static int nvidia_set_fbinfo(struct fb_info *info) > > > > return nvidiafb_check_var(&info->var, info); > > > > } > > > > > > > > -static u32 nvidia_get_chipset(struct fb_info *info) > > > > +static u32 nvidia_get_chipset(struct pci_dev *pci_dev, > > > > + volatile u32 __iomem *REGS) > > > > { > > > > - struct nvidia_par *par = info->par; > > > > - u32 id = (par->pci_dev->vendor << 16) | par->pci_dev->device; > > > > + u32 id = (pci_dev->vendor << 16) | pci_dev->device; > > > > > > > > printk(KERN_INFO PFX "Device ID: %x \n", id); > > > > > > > > if ((id & 0xfff0) == 0x00f0 || > > > > (id & 0xfff0) == 0x02e0) { > > > > /* pci-e */ > > > > - id = NV_RD32(par->REGS, 0x1800); > > > > + id = NV_RD32(REGS, 0x1800); > > > > > > > > if ((id & 0x0000ffff) == 0x000010DE) > > > > id = 0x10DE0000 | (id >> 16); > > > > @@ -1220,12 +1220,11 @@ static u32 nvidia_get_chipset(struct fb_info *info) > > > > return id; > > > > } > > > > > > > > -static u32 nvidia_get_arch(struct fb_info *info) > > > > +static u32 nvidia_get_arch(u32 Chipset) > > > > { > > > > - struct nvidia_par *par = info->par; > > > > u32 arch = 0; > > > > > > > > - switch (par->Chipset & 0x0ff0) { > > > > + switch (Chipset & 0x0ff0) { > > > > case 0x0100: /* GeForce 256 */ > > > > case 0x0110: /* GeForce2 MX */ > > > > case 0x0150: /* GeForce2 */ > > > > @@ -1278,16 +1277,44 @@ static int nvidiafb_probe(struct pci_dev *pd, const struct pci_device_id *ent) > > > > struct fb_info *info; > > > > unsigned short cmd; > > > > int ret; > > > > + volatile u32 __iomem *REGS; > > > > + int Chipset; > > > > + u32 Architecture; > > > > > > > > NVTRACE_ENTER(); > > > > assert(pd != NULL); > > > > > > > > + if (pci_enable_device(pd)) { > > > > + printk(KERN_ERR PFX "cannot enable PCI device\n"); > > > > + return -ENODEV; > > > > + } > > > > + > > > > + /* enable IO and mem if not already done */ > > > > + pci_read_config_word(pd, PCI_COMMAND, &cmd); > > > > + cmd |= (PCI_COMMAND_IO | PCI_COMMAND_MEMORY); > > > > + pci_write_config_word(pd, PCI_COMMAND, cmd); > > > > + > > > > + nvidiafb_fix.mmio_start = pci_resource_start(pd, 0); > > > > + nvidiafb_fix.mmio_len = pci_resource_len(pd, 0); > > > > + > > > > + REGS = ioremap(nvidiafb_fix.mmio_start, nvidiafb_fix.mmio_len); > > > > + if (!REGS) { > > > > + printk(KERN_ERR PFX "cannot ioremap MMIO base\n"); > > > > + return -ENODEV; > > > > + } > > > > + > > > > + Chipset = nvidia_get_chipset(pd, REGS); > > > > + Architecture = nvidia_get_arch(Chipset); > > > > + if (Architecture == 0) { > > > > + printk(KERN_ERR PFX "unknown NV_ARCH\n"); > > > > + goto err_out; > > > > + } > > > > + > > > > ret = aperture_remove_conflicting_pci_devices(pd, "nvidiafb"); > > > > if (ret) > > > > - return ret; > > > > + goto err_out; > > > > > > > > info = framebuffer_alloc(sizeof(struct nvidia_par), &pd->dev); > > > > - > > > > if (!info) > > > > goto err_out; > > > > > > > > @@ -1298,11 +1325,6 @@ static int nvidiafb_probe(struct pci_dev *pd, const struct pci_device_id *ent) > > > > if (info->pixmap.addr == NULL) > > > > goto err_out_kfree; > > > > > > > > - if (pci_enable_device(pd)) { > > > > - printk(KERN_ERR PFX "cannot enable PCI device\n"); > > > > - goto err_out_enable; > > > > - } > > > > - > > > > if (pci_request_regions(pd, "nvidiafb")) { > > > > printk(KERN_ERR PFX "cannot request PCI regions\n"); > > > > goto err_out_enable; > > > > @@ -1318,34 +1340,17 @@ static int nvidiafb_probe(struct pci_dev *pd, const struct pci_device_id *ent) > > > > par->paneltweak = paneltweak; > > > > par->reverse_i2c = reverse_i2c; > > > > > > > > - /* enable IO and mem if not already done */ > > > > - pci_read_config_word(pd, PCI_COMMAND, &cmd); > > > > - cmd |= (PCI_COMMAND_IO | PCI_COMMAND_MEMORY); > > > > - pci_write_config_word(pd, PCI_COMMAND, cmd); > > > > - > > > > - nvidiafb_fix.mmio_start = pci_resource_start(pd, 0); > > > > nvidiafb_fix.smem_start = pci_resource_start(pd, 1); > > > > - nvidiafb_fix.mmio_len = pci_resource_len(pd, 0); > > > > - > > > > - par->REGS = ioremap(nvidiafb_fix.mmio_start, nvidiafb_fix.mmio_len); > > > > > > > > - if (!par->REGS) { > > > > - printk(KERN_ERR PFX "cannot ioremap MMIO base\n"); > > > > - goto err_out_free_base0; > > > > - } > > > > + par->REGS = REGS; > > > > > > > > - par->Chipset = nvidia_get_chipset(info); > > > > - par->Architecture = nvidia_get_arch(info); > > > > - > > > > - if (par->Architecture == 0) { > > > > - printk(KERN_ERR PFX "unknown NV_ARCH\n"); > > > > - goto err_out_arch; > > > > - } > > > > + par->Chipset = Chipset; > > > > + par->Architecture = Architecture; > > > > > > > > sprintf(nvidiafb_fix.id, "NV%x", (pd->device & 0x0ff0) >> 4); > > > > > > > > if (NVCommonSetup(info)) > > > > - goto err_out_arch; > > > > + goto err_out_free_base0; > > > > > > > > par->FbAddress = nvidiafb_fix.smem_start; > > > > par->FbMapSize = par->RamAmountKBytes * 1024; > > > > @@ -1401,7 +1406,6 @@ static int nvidiafb_probe(struct pci_dev *pd, const struct pci_device_id *ent) > > > > goto err_out_iounmap_fb; > > > > } > > > > > > > > - > > > > printk(KERN_INFO PFX > > > > "PCI nVidia %s framebuffer (%dMB @ 0x%lX)\n", > > > > info->fix.id, > > > > @@ -1415,15 +1419,14 @@ static int nvidiafb_probe(struct pci_dev *pd, const struct pci_device_id *ent) > > > > err_out_free_base1: > > > > fb_destroy_modedb(info->monspecs.modedb); > > > > nvidia_delete_i2c_busses(par); > > > > -err_out_arch: > > > > - iounmap(par->REGS); > > > > - err_out_free_base0: > > > > +err_out_free_base0: > > > > pci_release_regions(pd); > > > > err_out_enable: > > > > kfree(info->pixmap.addr); > > > > err_out_kfree: > > > > framebuffer_release(info); > > > > err_out: > > > > + iounmap(REGS); > > > > return -ENODEV; > > > > } > > > > > > > > -- > > > > 2.38.1 > > > > > > This patch fails for me. > > > > I've based the patch on 6.2-rc7, please make sure to not have the > > previous revert committed, this is to replace that patch. > > Can you guide me through the steps please? > > I done: > > 1. cd /usr/src/linux > 2. sudo git pull > 3. then I applied your patch. > > Am I doing something wrong? What is your top of tree commit? (git log) have you got any commits on top? git reset --hard origin/master should reset your tree to Linus top. Dave.