RE: [PATCH] drm/amdgpu: move pci handling out of pm ops

2019-11-26 Thread Liu, Zhan
> -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: 2019/November/26, Tuesday 9:51 AM > To: amd-gfx list > Cc: Deucher, Alexander > Subject: Re: [PATCH] drm/amdgpu: move pci handling out of pm ops > > Ping? I've tested this on

Re: [PATCH] drm/amdgpu: move pci handling out of pm ops

2019-11-26 Thread Alex Deucher
Ping? I've tested this on all the cards I have access to. Alex On Thu, Nov 21, 2019 at 11:55 AM Alex Deucher wrote: > > The documentation says the that PCI core handles this > for you unless you choose to implement it. Just rely > on the PCI core to handle the pci specific bits. > >

Re: [PATCH] drm/amdgpu: move pci handling out of pm ops

2019-11-21 Thread Alex Deucher
On Thu, Nov 21, 2019 at 5:13 PM Dave Airlie wrote: > > On Fri, 22 Nov 2019 at 06:05, Alex Deucher wrote: > > > > On Thu, Nov 21, 2019 at 2:53 PM Dave Airlie wrote: > > > > > > On Fri, 22 Nov 2019 at 02:55, Alex Deucher wrote: > > > > > > > > The documentation says the that PCI core handles

Re: [PATCH] drm/amdgpu: move pci handling out of pm ops

2019-11-21 Thread Dave Airlie
On Fri, 22 Nov 2019 at 06:05, Alex Deucher wrote: > > On Thu, Nov 21, 2019 at 2:53 PM Dave Airlie wrote: > > > > On Fri, 22 Nov 2019 at 02:55, Alex Deucher wrote: > > > > > > The documentation says the that PCI core handles this > > > for you unless you choose to implement it. Just rely > > >

Re: [PATCH] drm/amdgpu: move pci handling out of pm ops

2019-11-21 Thread Alex Deucher
On Thu, Nov 21, 2019 at 2:53 PM Dave Airlie wrote: > > On Fri, 22 Nov 2019 at 02:55, Alex Deucher wrote: > > > > The documentation says the that PCI core handles this > > for you unless you choose to implement it. Just rely > > on the PCI core to handle the pci specific bits. > > > >

Re: [PATCH] drm/amdgpu: move pci handling out of pm ops

2019-11-21 Thread Dave Airlie
On Fri, 22 Nov 2019 at 02:55, Alex Deucher wrote: > > The documentation says the that PCI core handles this > for you unless you choose to implement it. Just rely > on the PCI core to handle the pci specific bits. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h