[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191121135505.GA37567@google.com>
Date: Thu, 21 Nov 2019 07:55:05 -0600
From: Bjorn Helgaas <helgaas@...nel.org>
To: Alex Deucher <alexdeucher@...il.com>
Cc: Frederick Lawler <fred@...dlawl.com>,
"Deucher, Alexander" <alexander.deucher@....com>,
Christian Koenig <christian.koenig@....com>,
Chunming Zhou <David1.Zhou@....com>,
Dave Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Linux PCI <linux-pci@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Maling list - DRI developers
<dri-devel@...ts.freedesktop.org>,
amd-gfx list <amd-gfx@...ts.freedesktop.org>
Subject: Re: [PATCH v2 1/1] drm: Prefer pcie_capability_read_word()
On Mon, Nov 18, 2019 at 12:42:25PM -0500, Alex Deucher wrote:
> On Mon, Nov 18, 2019 at 3:37 AM Frederick Lawler <fred@...dlawl.com> wrote:
> >
> > Commit 8c0d3a02c130 ("PCI: Add accessors for PCI Express Capability")
> > added accessors for the PCI Express Capability so that drivers didn't
> > need to be aware of differences between v1 and v2 of the PCI
> > Express Capability.
> >
> > Replace pci_read_config_word() and pci_write_config_word() calls with
> > pcie_capability_read_word() and pcie_capability_write_word().
> >
> > Signed-off-by: Frederick Lawler <fred@...dlawl.com>
> >
> > ---
> > V2
> > - Squash both drm commits into one
> > - Rebase ontop of d46eac1e658b
> > ---
> > drivers/gpu/drm/amd/amdgpu/cik.c | 63 ++++++++++++++++-----------
> > drivers/gpu/drm/amd/amdgpu/si.c | 71 +++++++++++++++++++------------
> > drivers/gpu/drm/radeon/cik.c | 70 ++++++++++++++++++------------
> > drivers/gpu/drm/radeon/si.c | 73 ++++++++++++++++++++------------
>
> Can you split this into two patches? One for amdgpu and one for radeon?
I split this, and I also went back and split the related patches that
preceded this one. I'll post the resulting series for reference.
Powered by blists - more mailing lists