drm/amdgpu: move pci handling out of pm ops
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Nov 2019 22:31:11 +0000 (17:31 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Nov 2019 19:51:03 +0000 (14:51 -0500)
commitde185019bcb9d824d3dd5a80746571e83644b636
tree41b39a92b38e844d7f1a88a0040fb5dd289513cc
parentadc8139e687ed58548a92cda541d10c57212cd38
drm/amdgpu: move pci handling out of pm ops

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.

Reviewed-by: Zhan Liu <zhan.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c